public static interface IMetricProvider.IManagedSiteStatistics
Modifier and Type | Method and Description |
---|---|
long |
getAvgResponseTime()
Returns the average response time.
|
long |
getAvgTotalBytes()
Returns the average number of bytes.
|
java.lang.String[] |
getSitePartNames()
Returns a list of names of all parts of this site starting with the top-level.
|
java.lang.String[] |
getSitePartTypes()
Returns a list of element types of all parts of this site starting with the top-level.
|
java.lang.String |
getSiteUniqueID()
Returns a unique identifier for the site for which the metrics are being provided.
|
long |
getTotalAlarms()
Returns the total number of alarms.
|
long |
getTotalCalls()
Returns the total number of calls.
|
long |
getTotalFaults()
Returns the total number of errors.
|
java.lang.String getSiteUniqueID()
java.lang.String[] getSitePartNames()
java.lang.String[] getSitePartTypes()
long getAvgTotalBytes()
long getAvgResponseTime()
long getTotalCalls()
long getTotalFaults()
long getTotalAlarms()