| Modifier and Type | Method and Description |
|---|---|
CountStatistic |
getFlagProfilingEnabled()
Returns 1 if profiling is enabled, otherwise 0
|
CountStatistic |
getFlagVirtualServerOverflow()
Returns 1 if virtual server overflow is enable, otherwise 0
|
StringStatistic |
getID()
Returns HttpService Id
|
CountStatistic |
getLoad15MinuteAverage()
Returns the average load for the last 15 minutes
|
CountStatistic |
getLoad1MinuteAverage()
Returns the average load in the last minute
|
CountStatistic |
getLoad5MinuteAverage()
Returns the average load for the last 5 minutes
|
CountStatistic |
getMaxThreads()
Returns the max amount of threads
|
CountStatistic |
getMaxVirtualServers()
The Max amount of virtual servers
|
CountStatistic |
getRateBytesReceived()
Returns the rate of bytes received
|
CountStatistic |
getRateBytesTransmitted()
Returns the rate of bytes transmitted
|
CountStatistic |
getSecondsRunning()
Returns the amount of seconds the HttpService has been running
|
StringStatistic |
getTimeStarted()
Returns the Time the HttpService Was Started
|
StringStatistic |
getVersionServer()
Returns the HttpService Version
|
getStatistic, getStatisticNames, getStatisticsStringStatistic getID()
StringStatistic getVersionServer()
StringStatistic getTimeStarted()
CountStatistic getSecondsRunning()
CountStatistic getMaxThreads()
CountStatistic getMaxVirtualServers()
CountStatistic getFlagProfilingEnabled()
CountStatistic getFlagVirtualServerOverflow()
CountStatistic getLoad1MinuteAverage()
CountStatistic getLoad5MinuteAverage()
CountStatistic getLoad15MinuteAverage()
CountStatistic getRateBytesTransmitted()
CountStatistic getRateBytesReceived()
Copyright © 2017. All rights reserved.