|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcorelib.services.web.traces.WebTraceJvmIndicators
public class WebTraceJvmIndicators
This class stores indicators of the JVM activities. Two kinds of indicators are considered : garbage collector indicators and memory usage indicators. In fact, these indicators are computed by the JMX API.
| Constructor Summary | |
|---|---|
WebTraceJvmIndicators()
Class constructor. |
|
| Method Summary | |
|---|---|
java.util.List<java.lang.management.GarbageCollectorMXBean> |
getGarbageCollectorInformations()
Returns indicators associated to the garbage collector activity. |
java.lang.management.MemoryUsage |
getMemoryUsageInformations()
Returns indicators associated of the memory usage. |
java.lang.management.MemoryUsage |
getNonHeapMemoryUsageInformations()
Returns indicators associated of the non heap memory usage. |
void |
renderAsXml(javax.servlet.http.HttpServletResponse response)
Write this indicators to the specified response as a XML stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebTraceJvmIndicators()
| Method Detail |
|---|
public java.util.List<java.lang.management.GarbageCollectorMXBean> getGarbageCollectorInformations()
public java.lang.management.MemoryUsage getMemoryUsageInformations()
public java.lang.management.MemoryUsage getNonHeapMemoryUsageInformations()
public void renderAsXml(javax.servlet.http.HttpServletResponse response)
response - The current HTTP response
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||