org.apache.sirona.reporting.web.plugin.jvm
Class JVMEndpoints

java.lang.Object
  extended by org.apache.sirona.reporting.web.plugin.jvm.JVMEndpoints

public class JVMEndpoints
extends Object


Constructor Summary
JVMEndpoints()
           
 
Method Summary
 String activeThreads(long start, long end)
           
 String cpu(long start, long end)
           
 Template home()
           
 String memory(long start, long end)
           
 String nonHeapmemory(long start, long end)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JVMEndpoints

public JVMEndpoints()
Method Detail

home

public Template home()

cpu

public String cpu(long start,
                  long end)

memory

public String memory(long start,
                     long end)

nonHeapmemory

public String nonHeapmemory(long start,
                            long end)

activeThreads

public String activeThreads(long start,
                            long end)


Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.