public class ApplicationSummary extends Object
Constructor and Description |
---|
ApplicationSummary()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
float |
getApdexScore()
Returns the apdex score of the application.
|
float |
getApdexTarget()
Returns the apdex target of the application.
|
int |
getConcurrentInstanceCount()
Returns the concurrent instance count of the application.
|
float |
getErrorRate()
Returns the error rate of the application.
|
int |
getHostCount()
Returns the host count of the application.
|
int |
getInstanceCount()
Returns the instance count of the application.
|
float |
getResponseTime()
Returns the response time of the application.
|
float |
getThroughput()
Returns the throughput of the application.
|
String |
toString()
Returns a string representation of the object.
|
public float getResponseTime()
public float getThroughput()
public float getErrorRate()
public float getApdexTarget()
public float getApdexScore()
public int getHostCount()
public int getInstanceCount()
public int getConcurrentInstanceCount()
Copyright © 2018. All rights reserved.