This class contains status information on the server process.


The following tables list the members exposed by NetricsServerStats.

Public Methods

  Name Description
Public method autorestore Return whether auto-restore feature is enabled.
Public method build_date Return the build date of the server.
Public method checkpoint_dir Return the directory used for checkpoint/restore.
Public method devkit_info Return the Devkit Build Information.
Public method Equals Determines whether the specified Object is equal to the current Object. (inherited from Object)
Public method gateway_cfg Return the gateway configuration file name.
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 gip_enabled Return true if GIP is the default prefilter.
Public method gpu_accleration true if the server supports GPU acceleration of GIP indexing.
Public method gpu_devices Get a list of GPU devices the server can make use of.
Public method learn_engine Return true if this engine support Learn features.
Public method max_threads Return maximum number of worker threads.
Public method maxmem_kb Return memory limit for table data.
Public method port Return the listen port for the server.
Public method product_name Return the official product name.
Public method psi_enabled Return true if PSI is the default prefilter.
Public method server_info Return the server status string.
Public method sort_enabled Return true if SORT is the default prefilter.
Public method ToString Overridden. Return report as a string.
Public method tranIdleAction Return the current idle transaction action setting.
Public method tranIdleTimeout Return the current idle transaction timeout setting.
Public method version Return the release version.
Public method who_built Return who built the server.
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