This article is deprecated. Please see the following article instead.
The xSQL configuration file can be used to activate the Performance Monitor in xSQL and to define its parameters.
For an overview see page Configuration File Parameters
The
perfmon
section consists of a set of "name : value" pairs enclosed within braces. For example:perfmon : { hv : true, database_size : 64m, hvaddr : "0.0.0.0", hvport : 8082, show_browser : true }, ...The following table lists the possible options for the
perfmon
section:
Option name : example value Comment hv : true, Use mcohv
database_size : 64m, In-memory database size for perfmon
hvaddr : "0.0.0.0", Set listening address. Default value "0.0.0.0" - listen on all interfaces hvport : 8082 Set port for embedded HTTP server show_browser : true Show database browser in addition to performance monitor