Equinox Online Help - Language Reference - A to Z

Home

ServerStats

Applies to
SyntaxServerStats statisticsdata [, datatype]
ActionThis function returns Server Statistics in JSON format
Scope
Notes

This function provides server statistics in JSON format to the method language in the memo item statisticsdata. The following values may currently be supplied for the data type parameter:

  • 0 (default) supplies the information in the JDisplay Statistics pane.
  • 1 supplies statistics for the Eventual Consistency Checker.
CategoryOperations
See Also  
Example

This example will print out the current server statistics

memo vmstats

ServerStats vmstats, 0
Print vmstats