Displays information about counters.
rs_helpcounter [{sysmon | duration | observer | monitor | must_sample | no_reset | keep_old} | module_name [, {short | long}] | keyword [, {short | long}]]
1> rs_helpcounter 2> go ModuleName ------------------------------ CM DIST DSI DSIEXEC REPAGENT RSH RSI RSIUSER SERV SQM SQMR SQT STS SYNC SYNCELE (12 rows affected)
How to Use rs_helpcounter ---------------------------------------------------------------- rs_helpcounter -> Shows module names and help. rs_helpcounter [ sysmon | duration | observe | monitor | must_sample | no_reset | keep_old ] rs_helpcounter ModuleName [, {short | long }] rs_helpcounter keyword [, { short | long }] where “keyword” is part of the counter name, display name or description (return status = 0)
rs_helpcounter sqmr, short
Display Name Module Name Counter Description -------------- ------------ ------------------------------------------ BlocksRead SQMR Number of 16K blocks read from a stable queue by an SQM Reader thread. ClocksReadCached SQMR Number of 16K blocks from cache read by an SQM Reader thread. CmdsRead SQMR Commands read from a stable queue by an SQM Reader thread. SQMRReadTime SQMR The amount of time taken for SQMR to read a block. SleepsStartQR SQMR srv_sleep() calls by an SQM Reader client due to waiting for SQM thread to start. SleepsWriteQ SQMR srv_sleep() calls by an SQM read client due to waiting for the SQM thread to write. XNLInterrupted SQMR Number of interruptions so far when reading large messages with partial read. Such interruptions happen due to time out, unexpected wakeup, or nonblock read request, which is marked as READ_POSTED. XMLPartials SQMR Partial large messages read so far. XNLReads SQMR Large messages read successfully so far. This does not count partial messages, or timeout interruptions. (return status = 0)