This class contains summary statistics from the server on usage of a particular command.
The following tables list the members exposed by NetricsCmdStats.
Public Fields
| Name | Description | |
|---|---|---|
|
CMD_ALL | Special "command" that means all commands. This field is read-only. |
|
CMD_CHARMAP_CREATE | The Character Map Create command. This field is read-only. |
|
CMD_CHARMAP_LIST | The Character Map List command. This field is read-only. |
|
CMD_CHPT_STATS | Return information on last checkpoint (internal cmd only). This field is read-only. |
|
CMD_GATEWAY_CONFIG | Reload gateway configuration. This field is read-only. |
|
CMD_IDX_LIST | The index list command (for partitioned indexes). This field is read-only. |
|
CMD_MODEL_CREATE | The Learning Model create/load command. This field is read-only. |
|
CMD_MODEL_DELETE | The Learning Model delete command. This field is read-only. |
|
CMD_MODEL_EVALUATE | The Learning Model evaluate command. This field is read-only. |
|
CMD_MODEL_LIST | The Learning Model list command. This field is read-only. |
|
CMD_REC_ADD | The record add command. This field is read-only. |
|
CMD_REC_DELETE | The record delete command. This field is read-only. |
|
CMD_REC_GET | The record get command. This field is read-only. |
|
CMD_REC_RECNEXT | Retrieve the next record from the table. This field is read-only. |
|
CMD_REC_REPLACE | The record replace command. This field is read-only. |
|
CMD_REC_UPDATE | The record update command. This field is read-only. |
|
CMD_SCORE_RECORDS | Compute match score for a set of records. This field is read-only. |
|
CMD_SEARCH | The search (query) command. This field is read-only. |
|
CMD_SVR_CMDSTATS | The fetch command statistics command. This field is read-only. |
|
CMD_SVR_LOGOFF | The server turn Query logging off command. This field is read-only. |
|
CMD_SVR_LOGON | The server turn Query logging on command. This field is read-only. |
|
CMD_SVR_NOOP | The server No-Op (do nothing) command. This field is read-only. |
|
CMD_SVR_SHUTDOWN | The server shutdown command. This field is read-only. |
|
CMD_SVR_VERSION | The fetch server version info command. This field is read-only. |
|
CMD_TBL_CHECKPOINT | The table checkpoint command. This field is read-only. |
|
CMD_TBL_DELETE | The table delete command. This field is read-only. |
|
CMD_TBL_DUMP | The table dump command (dump all records). This field is read-only. |
|
CMD_TBL_LIST | The table list (table statistics) command. This field is read-only. |
|
CMD_TBL_LOAD | The table load command. This field is read-only. |
|
CMD_TBL_LOCK | The table lock command (deprecated). This field is read-only. |
|
CMD_TBL_MOVE | The table move (rename) command. This field is read-only. |
|
CMD_TBL_RESTORE | The table restore command. This field is read-only. |
|
CMD_TBL_UNLOCK | The table unlock command (deprecated). This field is read-only. |
|
CMD_THESAURUS_CREATE | The thesaurus create command (includes weighted dict and combined). This field is read-only. |
|
CMD_THESAURUS_DELETE | The thesaurus delete command (includes weighted dict and combined). This field is read-only. |
|
CMD_THESAURUS_LIST | The thesaurus list command (includes weighted dict and combined). This field is read-only. |
|
CMD_TRAN_ABORT | Abort an explicit transaction. This field is read-only. |
|
CMD_TRAN_COMMIT | Commit an explicit transaction. This field is read-only. |
|
CMD_TRAN_CREATE | Start an explicit transaction. This field is read-only. |
|
CMD_TRAN_LIST | List open transactions. This field is read-only. |
|
CMD_TRAN_MONITOR | Monitor transactions. This field is read-only. |
Public Methods
| Name | Description | |
|---|---|---|
|
avg_full | The average full time for these commands completed during the report time period. |
|
avg_overhead | The average overhead time for these commands completed during the report time period. |
|
avg_proc | The average processing time for these commands completed during the report time period. |
|
cmd_name | Return the command name. |
|
duration | Return the number of milliseconds covered by this report. |
|
end_time | Return the end time of this report. |
|
Equals | (inherited from Object) |
|
GetHashCode | (inherited from Object) |
|
GetType | (inherited from Object) |
|
max_full | The maximum full time for this command during the report time period. |
|
max_overhead | The maximum overhead time for this command during the report time period. |
|
max_proc | The maximum processing time for this command during the report time period. |
|
max_thru | The maximum throughput over a one minute interval for these commands completed during the report time period. |
|
min_full | The minimum full time for this command during the report time period. |
|
min_overhead | The minimum overhead time for this command during the report time period. |
|
min_proc | The minimum processing time for this command during the report time period. |
|
num_cmds | The number of these commands completed during the report time period. |
|
start_time | Return the start time of this report. |
|
ToString | Overridden. Return report as a string. |
|
tot_full | The total full time for all of these commands completed during the report time period. |
|
tot_overhead | The total overhead time for all of these commands completed during the report time period. |
|
tot_proc | The total processing time for all of these commands completed during the report time period. |
Protected Methods
| Name | Description | |
|---|---|---|
|
Finalize | (inherited from Object) |
|
MemberwiseClone | (inherited from Object) |