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
Public field Static CMD_ALL Special "command" that means all commands. This field is read-only.
Public field Static CMD_CHARMAP_CREATE The Character Map Create command. This field is read-only.
Public field Static CMD_CHARMAP_LIST The Character Map List command. This field is read-only.
Public field Static CMD_CHPT_STATS Return information on last checkpoint (internal cmd only). This field is read-only.
Public field Static CMD_GATEWAY_CONFIG Reload gateway configuration. This field is read-only.
Public field Static CMD_IDX_LIST The index list command (for partitioned indexes). This field is read-only.
Public field Static CMD_MODEL_CREATE The Learning Model create/load command. This field is read-only.
Public field Static CMD_MODEL_DELETE The Learning Model delete command. This field is read-only.
Public field Static CMD_MODEL_EVALUATE The Learning Model evaluate command. This field is read-only.
Public field Static CMD_MODEL_LIST The Learning Model list command. This field is read-only.
Public field Static CMD_REC_ADD The record add command. This field is read-only.
Public field Static CMD_REC_DELETE The record delete command. This field is read-only.
Public field Static CMD_REC_GET The record get command. This field is read-only.
Public field Static CMD_REC_RECNEXT Retrieve the next record from the table. This field is read-only.
Public field Static CMD_REC_REPLACE The record replace command. This field is read-only.
Public field Static CMD_REC_UPDATE The record update command. This field is read-only.
Public field Static CMD_SCORE_RECORDS Compute match score for a set of records. This field is read-only.
Public field Static CMD_SEARCH The search (query) command. This field is read-only.
Public field Static CMD_SVR_CMDSTATS The fetch command statistics command. This field is read-only.
Public field Static CMD_SVR_LOGOFF The server turn Query logging off command. This field is read-only.
Public field Static CMD_SVR_LOGON The server turn Query logging on command. This field is read-only.
Public field Static CMD_SVR_NOOP The server No-Op (do nothing) command. This field is read-only.
Public field Static CMD_SVR_SHUTDOWN The server shutdown command. This field is read-only.
Public field Static CMD_SVR_VERSION The fetch server version info command. This field is read-only.
Public field Static CMD_TBL_CHECKPOINT The table checkpoint command. This field is read-only.
Public field Static CMD_TBL_DELETE The table delete command. This field is read-only.
Public field Static CMD_TBL_DUMP The table dump command (dump all records). This field is read-only.
Public field Static CMD_TBL_LIST The table list (table statistics) command. This field is read-only.
Public field Static CMD_TBL_LOAD The table load command. This field is read-only.
Public field Static CMD_TBL_LOCK The table lock command (deprecated). This field is read-only.
Public field Static CMD_TBL_MOVE The table move (rename) command. This field is read-only.
Public field Static CMD_TBL_RESTORE The table restore command. This field is read-only.
Public field Static CMD_TBL_UNLOCK The table unlock command (deprecated). This field is read-only.
Public field Static CMD_THESAURUS_CREATE The thesaurus create command (includes weighted dict and combined). This field is read-only.
Public field Static CMD_THESAURUS_DELETE The thesaurus delete command (includes weighted dict and combined). This field is read-only.
Public field Static CMD_THESAURUS_LIST The thesaurus list command (includes weighted dict and combined). This field is read-only.
Public field Static CMD_TRAN_ABORT Abort an explicit transaction. This field is read-only.
Public field Static CMD_TRAN_COMMIT Commit an explicit transaction. This field is read-only.
Public field Static CMD_TRAN_CREATE Start an explicit transaction. This field is read-only.
Public field Static CMD_TRAN_LIST List open transactions. This field is read-only.
Public field Static CMD_TRAN_MONITOR Monitor transactions. This field is read-only.
Top

Public Methods

  Name Description
Public method avg_full The average full time for these commands completed during the report time period.
Public method avg_overhead The average overhead time for these commands completed during the report time period.
Public method avg_proc The average processing time for these commands completed during the report time period.
Public method cmd_name Return the command name.
Public method duration Return the number of milliseconds covered by this report.
Public method end_time Return the end time of this report.
Public method Equals Determines whether the specified Object is equal to the current Object. (inherited from Object)
Public method GetHashCode Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (inherited from Object)
Public method GetType Gets the Type of the current instance. (inherited from Object)
Public method max_full The maximum full time for this command during the report time period.
Public method max_overhead The maximum overhead time for this command during the report time period.
Public method max_proc The maximum processing time for this command during the report time period.
Public method max_thru The maximum throughput over a one minute interval for these commands completed during the report time period.
Public method min_full The minimum full time for this command during the report time period.
Public method min_overhead The minimum overhead time for this command during the report time period.
Public method min_proc The minimum processing time for this command during the report time period.
Public method num_cmds The number of these commands completed during the report time period.
Public method start_time Return the start time of this report.
Public method ToString Overridden. Return report as a string.
Public method tot_full The total full time for all of these commands completed during the report time period.
Public method tot_overhead The total overhead time for all of these commands completed during the report time period.
Public method tot_proc The total processing time for all of these commands completed during the report time period.
Top

Protected Methods

  Name Description
Family method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Family method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object)
Top

See Also