|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.server.admin.StatService
public class StatService
statistics
| Nested Class Summary | |
|---|---|
class |
StatService.Admin
|
static class |
StatService.StatItem
|
| Method Summary | |
|---|---|
void |
addStatItem(StatService.StatItem item)
Adds a stat item |
long |
getSamplePeriod()
Sets the statistics threshold |
void |
sample()
|
void |
setCpuLoadExitThreshold(double threshold)
Sets the cpu load threshold to exit the server |
void |
setCpuLoadLogInfoThreshold(double threshold)
Sets the cpu load threshold to generate an info log entry |
void |
setCpuLoadLogWarningThreshold(double threshold)
Sets the cpu load threshold to generate a warning log entry |
void |
setCpuLoadThreadDumpThreshold(double threshold)
Sets the cpu load threshold to generate a thread dump |
void |
setSamplePeriod(Period period)
Sets the statistics threshold |
void |
setThreadDumpInterval(Period period)
Sets the minimum time between thread dumps |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public void setCpuLoadLogInfoThreshold(double threshold)
public void setCpuLoadLogWarningThreshold(double threshold)
public void setCpuLoadThreadDumpThreshold(double threshold)
public void setCpuLoadExitThreshold(double threshold)
public void setSamplePeriod(Period period)
public long getSamplePeriod()
public void setThreadDumpInterval(Period period)
public void addStatItem(StatService.StatItem item)
public void sample()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||