Performance Monitoring
To enable the performance monitor from your application, call the function or method provided with the API set that you are using.
The performance monitor activates several commands in the as-admin utility that allow you to monitor system performance:
show member stats
show system stats
By default, this feature is not turned on.
- C API
With the C API, to enable performance monitoring, call the tibas_EnablePerformanceMonitor() function with the argument specified as TIBAS_TRUE:
tibas_EnablePerformanceMonitor(TIBAS_TRUE)
Java API
With the Java API, to enable performance monitoring, invoke the AsCommon.setEnablePerformanceMonitor method, as follows:
ASCommon.setEnablePerformanceMonitor(true)
- .NET API
With the .NET API, to enable performance monitoring call the AsCommon.EnablePerformanceMonitor method as follows:
ASCommon.EnablePerformanceMonitor = true
Related concepts
Related reference
Copyright © Cloud Software Group, Inc. All rights reserved.