These properties should be specified in the framework starting script or in the command line as the framework loads the Framework Measurement module before reading the content of the default.prs property file.
System property |
Default value |
Description |
|---|---|---|
mbs.measurements.class |
com.prosyst.mbs.impl.framework.module.measurement.DefaultFrameworkMeasurementImpl |
Specifies the class of the Framework Measurement module. |
mbs.measurements.full |
false |
Turns on logging of detailed measurement information in the standard output. |
mbs.measurements.intermediate |
false |
Turns on logging of measurement information of medium level in the standard output. |
mbs.measurements.simple |
false |
Turns on logging only of basic measurement information in the standard output. |
mbs.measurements.heapMemory |
false |
Turns on triggering of heap memory measurement. |
mbs.measurements.memory |
false |
Enables triggering of heap, process and flash memory measurement. |
mbs.measurements.threads |
false |
Enables triggering of threads count measurement. |
mbs.measurements.period |
10 |
Specifies the period in minutes to trigger memory measurements. |
mbs.measurements.disableAsyncLogger |
false |
By default framework measurements are using async logger. If set to true no buffering will be used |