/heapmemory-rrd-template.xml

http://jmxtrans.googlecode.com/ · XML · 35 lines · 30 code · 0 blank · 5 comment · 0 complexity · 145c37914ef478dab8c9230b039e3859 MD5 · raw file

  1. <rrd_def>
  2. <path>${database}</path>
  3. <!-- not mandatory
  4. <start>1000123456</start> -->
  5. <!-- not mandatory -->
  6. <step>60</step>
  7. <!-- at least one datasource must be supplied -->
  8. <datasource><!-- type=Memory:HeapMemoryUsage:committed --><name>HeapMemoryUsagefd71</name><type>GAUGE</type><heartbeat>400</heartbeat><min>U</min><max>U</max></datasource>
  9. <datasource><!-- type=Memory:HeapMemoryUsage:init --><name>HeapMemoryUsage25f7</name><type>GAUGE</type><heartbeat>400</heartbeat><min>U</min><max>U</max></datasource>
  10. <datasource><!-- type=Memory:HeapMemoryUsage:max --><name>HeapMemoryUsageffe4</name><type>GAUGE</type><heartbeat>400</heartbeat><min>U</min><max>U</max></datasource>
  11. <datasource><!-- type=Memory:HeapMemoryUsage:used --><name>HeapMemoryUsaged3bb</name><type>GAUGE</type><heartbeat>400</heartbeat><min>U</min><max>U</max></datasource>
  12. <datasource><!-- type=Memory:NonHeapMemoryUsage:committed --><name>NHMUb93cabbe11008a2</name><type>GAUGE</type><heartbeat>400</heartbeat><min>U</min><max>U</max></datasource>
  13. <datasource><!-- type=Memory:NonHeapMemoryUsage:init --><name>NHMU0a2a437bb561de8</name><type>GAUGE</type><heartbeat>400</heartbeat><min>U</min><max>U</max></datasource>
  14. <datasource><!-- type=Memory:NonHeapMemoryUsage:max --><name>NHMU925cc6ce551095e</name><type>GAUGE</type><heartbeat>400</heartbeat><min>U</min><max>U</max></datasource>
  15. <datasource><!-- type=Memory:NonHeapMemoryUsage:used --><name>NHMU42f37e7c3e62970</name><type>GAUGE</type><heartbeat>400</heartbeat><min>U</min><max>U</max></datasource>
  16. <!-- at least one archive must be supplied -->
  17. <archive>
  18. <cf>AVERAGE</cf>
  19. <xff>0.5</xff>
  20. <steps>1</steps>
  21. <rows>7000</rows>
  22. </archive>
  23. <archive>
  24. <cf>MIN</cf>
  25. <xff>0.5</xff>
  26. <steps>1</steps>
  27. <rows>7000</rows>
  28. </archive>
  29. <archive>
  30. <cf>MAX</cf>
  31. <xff>0.5</xff>
  32. <steps>1</steps>
  33. <rows>7000</rows>
  34. </archive>
  35. </rrd_def>