|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openspaces.pu.service.PlainServiceMonitors org.openspaces.pu.container.jee.stats.WebRequestsServiceMonitors
public class WebRequestsServiceMonitors
Statistics monitor information for JEE servlet requests.
Nested Class Summary | |
---|---|
static class |
WebRequestsServiceMonitors.Attributes
|
Field Summary |
---|
Fields inherited from class org.openspaces.pu.service.PlainServiceMonitors |
---|
details, id, monitors |
Constructor Summary | |
---|---|
WebRequestsServiceMonitors()
|
|
WebRequestsServiceMonitors(String id,
long requests,
long requestsActive,
long requestsDurationTotal)
|
Method Summary | |
---|---|
long |
getActive()
Returns the current number of requests that are active. |
float |
getAverageRequestsLatency()
Returns the average requests latency ( ms ) |
float |
getRequestsThroughput()
Returns the web requests throughput ( requests/second ) |
long |
getTotal()
Returns the total number of requests processed. |
long |
getTotalDuration()
Returns the total time (in milliseconds) that it took to process requests. |
void |
readExternal(ObjectInput in)
|
void |
setPrevious(WebRequestsServiceMonitors previous,
long timeout)
|
void |
writeExternal(ObjectOutput out)
|
Methods inherited from class org.openspaces.pu.service.PlainServiceMonitors |
---|
getDetails, getId, getMonitors, setDetails, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WebRequestsServiceMonitors()
public WebRequestsServiceMonitors(String id, long requests, long requestsActive, long requestsDurationTotal)
Method Detail |
---|
public void setPrevious(WebRequestsServiceMonitors previous, long timeout)
public long getTotal()
public long getActive()
public long getTotalDuration()
public float getRequestsThroughput()
public float getAverageRequestsLatency()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class PlainServiceMonitors
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class PlainServiceMonitors
IOException
ClassNotFoundException
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |