Class Applications
- java.lang.Object
-
- com.suse.salt.netapi.datatypes.cherrypy.Applications
-
public class Applications extends Object
Representation of applications statistics.
-
-
Constructor Summary
Constructors Constructor Description Applications()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCurrentRequests()DategetCurrentTime()doublegetReadsPerRequest()doublegetReadsPerSecond()Map<String,Request>getRequests()doublegetRequestsPerSecond()StringgetServerVersion()DategetStartTime()intgetTotalBytesRead()intgetTotalBytesWritten()intgetTotalRequests()doublegetTotalTime()doublegetUptime()doublegetWritesPerRequest()doublegetWritesPerSecond()booleanisEnabled()
-
-
-
Method Detail
-
getUptime
public double getUptime()
-
getReadsPerSecond
public double getReadsPerSecond()
-
getCurrentTime
public Date getCurrentTime()
-
getServerVersion
public String getServerVersion()
-
getTotalTime
public double getTotalTime()
-
isEnabled
public boolean isEnabled()
-
getStartTime
public Date getStartTime()
-
getWritesPerSecond
public double getWritesPerSecond()
-
getTotalBytesRead
public int getTotalBytesRead()
-
getCurrentRequests
public int getCurrentRequests()
-
getTotalRequests
public int getTotalRequests()
-
getReadsPerRequest
public double getReadsPerRequest()
-
getTotalBytesWritten
public int getTotalBytesWritten()
-
getRequestsPerSecond
public double getRequestsPerSecond()
-
getWritesPerRequest
public double getWritesPerRequest()
-
-