com.netflix.servo.examples
Class JvmMetricExample

java.lang.Object
  extended by com.netflix.servo.examples.JvmMetricExample

public final class JvmMetricExample
extends java.lang.Object

Example of collecting arbitrary JMX metrics, in this case the standard metrics exposed under java.lang by the JVM.


Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception