public class Stats extends Object
Benchmark statistics
| Constructor and Description |
|---|
Stats() |
| Modifier and Type | Method and Description |
|---|---|
void |
finish() |
long |
getContentLength() |
long |
getDuration() |
int |
getFailureCount() |
long |
getFinishTime() |
String |
getServerName() |
long |
getStartTime() |
int |
getSuccessCount() |
long |
getTotal() |
void |
incFailureCount() |
void |
incSuccessCount() |
void |
incTotal(int n) |
void |
setContentLength(long contentLength) |
void |
setServerName(String serverName) |
void |
start() |
public void start()
public void finish()
public long getFinishTime()
public long getStartTime()
public long getDuration()
public void incSuccessCount()
public void incFailureCount()
public int getFailureCount()
public int getSuccessCount()
public long getTotal()
public void incTotal(int n)
public long getContentLength()
public void setContentLength(long contentLength)
public String getServerName()
public void setServerName(String serverName)
Copyright © 2012 Apache Software Foundation. All Rights Reserved.