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 durable_data Return true if the engine is using the durable-data feature.
Public method Equals   (inherited from Object)
Public method gateway_cfg Return the gateway configuration file name.
Public method getEncryptedPort  
Public method GetHashCode   (inherited from Object)
Public method getPlainTextPort  
Public method GetType   (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_tables Returns the maximum number of tables allowed by the engine.
Public method max_threads Return maximum number of worker threads.
Public method maxmem_kb Return memory limit for table data.
Public method port Obsolete. Returns the port number the server is listening on.
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   (inherited from Object)
Family method MemberwiseClone   (inherited from Object)
Top

See Also