| java.lang.Object com.jamonapi.ActivityStats
ActivityStats | final class ActivityStats (Code) | | Class used to track the number of active monitors (including global/primary/this).
It allows you to see how many monitors are concurrently running at any given time.
author: ssouza |
ActivityStats | ActivityStats()(Code) | | |
getActive | public double getActive()(Code) | | The number monitors of this type that are running
|
getGlobalActive | public double getGlobalActive()(Code) | | The number of all active monitors running
|
getPrimaryActive | public double getPrimaryActive()(Code) | | The number of primary monitors running
|
|
|