Package org.perfmon4j.extras.tomcat55
Class GlobalRequestProcessorMonitorImpl
- java.lang.Object
-
- org.perfmon4j.extras.tomcat55.JMXMonitorBase
-
- org.perfmon4j.extras.tomcat55.GlobalRequestProcessorMonitorImpl
-
public class GlobalRequestProcessorMonitorImpl extends JMXMonitorBase
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GlobalRequestProcessorMonitorImpl.SQLWriter
-
Constructor Summary
Constructors Constructor Description GlobalRequestProcessorMonitorImpl()
GlobalRequestProcessorMonitorImpl(String instanceName)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getBytesReceived()
long
getBytesSent()
long
getErrorCount()
String
getInstanceName()
static String[]
getInstanceNames()
long
getProcessingTimeMillis()
long
getRequestCount()
-
Methods inherited from class org.perfmon4j.extras.tomcat55.JMXMonitorBase
getMBeanServer, getQueryObjectName
-
-
-
-
Constructor Detail
-
GlobalRequestProcessorMonitorImpl
public GlobalRequestProcessorMonitorImpl()
-
GlobalRequestProcessorMonitorImpl
public GlobalRequestProcessorMonitorImpl(String instanceName)
-
-
Method Detail
-
getInstanceNames
public static String[] getInstanceNames() throws MalformedObjectNameException, NullPointerException
-
getInstanceName
public String getInstanceName()
-
getRequestCount
public long getRequestCount()
-
getBytesSent
public long getBytesSent()
-
getBytesReceived
public long getBytesReceived()
-
getProcessingTimeMillis
public long getProcessingTimeMillis()
-
getErrorCount
public long getErrorCount()
-
-