/
Marker
Marker
To measure the cost of an application code, it is possible to create an Application Marker which will be visible in the page of the module "Response Times" and in the "Activity Observer" page.
Sample code
wsnoheto.tools.Gate myGate = wsnoheto.engine.ObjectPoolManager.getOrCreateApplicationGate("myAppGate");
myGate.enter();
try {
... my code ...
} finally {
myGate.leave();
}
Stopwatch
See the "Stopwatch" functionality
Activity Observer
, multiple selections available,
Related content
Activity Observer
Activity Observer
More like this
Stopwatch
Stopwatch
More like this
Administration Analytics
Administration Analytics
More like this
Sample code for custom data collection, and augmenting system dashboards
Sample code for custom data collection, and augmenting system dashboards
More like this
Standard Analytics logging configuration
Standard Analytics logging configuration
More like this
API Business Services - Status change trigger
API Business Services - Status change trigger
More like this