Advertisement
Guest User

Untitled

a guest
Nov 12th, 2019
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.14 KB | None | 0 0
  1. # HELP base_cpu_processCpuLoad Displays the "recent cpu usage" for the Java Virtual Machine process.
  2. # TYPE base_cpu_processCpuLoad gauge
  3. base_cpu_processCpuLoad 3.8573525753130315E-4
  4. # HELP base_memory_committedNonHeap_bytes Displays the amount of memory that is committed for the Java virtual machine to use.
  5. # TYPE base_memory_committedNonHeap_bytes gauge
  6. base_memory_committedNonHeap_bytes 1.97566464E8
  7. # HELP base_memory_maxHeap_bytes Displays the maximum amount of memory in bytes that can be used for memory management.
  8. # TYPE base_memory_maxHeap_bytes gauge
  9. base_memory_maxHeap_bytes 4.77626368E8
  10. # HELP base_gc_total Displays the total number of collections that have occurred. This attribute lists -1 if the collection count is undefined for this collector.
  11. # TYPE base_gc_total counter
  12. base_gc_total{name="PS MarkSweep1"} 6.0
  13. # HELP base_cpu_systemLoadAverage Displays the system load average for the last minute. The system load average is the sum of the number of runnable entities queued to the available processors and the number of runnable entities running on the available processors averaged over a period of time. The way in which the load average is calculated is operating system specific but is typically a damped time-dependent average. If the load average is not available, a negative value is displayed. This attribute is designed to provide a hint about the system load and may be queried frequently. The load average may be unavailable on some platform where it is expensive to implement this method.
  14. # TYPE base_cpu_systemLoadAverage gauge
  15. base_cpu_systemLoadAverage -1.0
  16. # HELP base_memory_committedHeap_bytes Displays the amount of memory that is committed for the Java virtual machine to use.
  17. # TYPE base_memory_committedHeap_bytes gauge
  18. base_memory_committedHeap_bytes 4.18381824E8
  19. # HELP base_gc_time_total Displays the approximate accumulated collection elapsed time in milliseconds. This attribute displays -1 if the collection elapsed time is undefined for this collector. The Java virtual machine implementation may use a high resolution timer to measure the elapsed time. This attribute may display the same value even if the collection count has been incremented if the collection elapsed time is very short.
  20. # TYPE base_gc_time_total counter
  21. base_gc_time_total_seconds{name="PS MarkSweep1"} 0.705
  22. # HELP base_memory_maxNonHeap_bytes Displays the maximum amount of memory in bytes that can be used for memory management.
  23. # TYPE base_memory_maxNonHeap_bytes gauge
  24. base_memory_maxNonHeap_bytes -1.0
  25. # HELP base_thread_daemon_count Displays the current number of live daemon threads.
  26. # TYPE base_thread_daemon_count gauge
  27. base_thread_daemon_count 71.0
  28. # HELP base_cpu_availableProcessors Displays the number of processors available to the Java virtual machine. This value may change during a particular invocation of the virtual machine.
  29. # TYPE base_cpu_availableProcessors gauge
  30. base_cpu_availableProcessors 8.0
  31. # HELP base_memory_usedHeap_bytes Displays the amount of used memory.
  32. # TYPE base_memory_usedHeap_bytes gauge
  33. base_memory_usedHeap_bytes 2.61211264E8
  34. # HELP base_thread_max_count Displays the peak live thread count since the Java virtual machine started or peak was reset. This includes daemon and non-daemon threads.
  35. # TYPE base_thread_max_count gauge
  36. base_thread_max_count 220.0
  37. # HELP base_classloader_loadedClasses_count Displays the number of classes that are currently loaded in the Java virtual machine.
  38. # TYPE base_classloader_loadedClasses_count gauge
  39. base_classloader_loadedClasses_count 23048.0
  40. # HELP base_thread_count Number of currently deployed threads
  41. # TYPE base_thread_count gauge
  42. base_thread_count 152.0
  43. # HELP base_gc_total Displays the total number of collections that have occurred. This attribute lists -1 if the collection count is undefined for this collector.
  44. # TYPE base_gc_total counter
  45. base_gc_total{name="PS Scavenge1"} 28.0
  46. # HELP base_classloader_loadedClasses_total Displays the total number of classes that have been loaded since the Java virtual machine has started execution.
  47. # TYPE base_classloader_loadedClasses_total counter
  48. base_classloader_loadedClasses_total 23061.0
  49. # HELP base_gc_time_total Displays the approximate accumulated collection elapsed time in milliseconds. This attribute displays -1 if the collection elapsed time is undefined for this collector. The Java virtual machine implementation may use a high resolution timer to measure the elapsed time. This attribute may display the same value even if the collection count has been incremented if the collection elapsed time is very short.
  50. # TYPE base_gc_time_total counter
  51. base_gc_time_total_seconds{name="PS Scavenge1"} 0.405
  52. # HELP base_classloader_unloadedClasses_total Displays the total number of classes unloaded since the Java virtual machine has started execution.
  53. # TYPE base_classloader_unloadedClasses_total counter
  54. base_classloader_unloadedClasses_total 13.0
  55. # HELP base_jvm_uptime_seconds Displays the uptime of the Java virtual machine
  56. # TYPE base_jvm_uptime_seconds gauge
  57. base_jvm_uptime_seconds 1609.351
  58. # HELP base_memory_usedNonHeap_bytes Displays the amount of used memory.
  59. # TYPE base_memory_usedNonHeap_bytes gauge
  60. base_memory_usedNonHeap_bytes 1.83809848E8
  61. # HELP vendor_memoryPool_PS_Old_Gen_usage_bytes Current usage of the PS Old Gen memory pool
  62. # TYPE vendor_memoryPool_PS_Old_Gen_usage_bytes gauge
  63. vendor_memoryPool_PS_Old_Gen_usage_bytes 2.442404E8
  64. # HELP vendor_memoryPool_PS_Old_Gen_usage_max_bytes Peak usage of the PS Old Gen memory pool
  65. # TYPE vendor_memoryPool_PS_Old_Gen_usage_max_bytes gauge
  66. vendor_memoryPool_PS_Old_Gen_usage_max_bytes 2.442404E8
  67. # HELP vendor_memoryPool_PS_Eden_Space_usage_max_bytes Peak usage of the PS Eden Space memory pool
  68. # TYPE vendor_memoryPool_PS_Eden_Space_usage_max_bytes gauge
  69. vendor_memoryPool_PS_Eden_Space_usage_max_bytes 1.29499136E8
  70. # HELP vendor_BufferPool_used_memory_direct_bytes The memory used by the NIO pool: direct
  71. # TYPE vendor_BufferPool_used_memory_direct_bytes gauge
  72. vendor_BufferPool_used_memory_direct_bytes 1943667.0
  73. # HELP vendor_memoryPool_Metaspace_usage_bytes Current usage of the Metaspace memory pool
  74. # TYPE vendor_memoryPool_Metaspace_usage_bytes gauge
  75. vendor_memoryPool_Metaspace_usage_bytes 1.3350676E8
  76. # HELP vendor_memoryPool_Code_Cache_usage_bytes Current usage of the Code Cache memory pool
  77. # TYPE vendor_memoryPool_Code_Cache_usage_bytes gauge
  78. vendor_memoryPool_Code_Cache_usage_bytes 3.3731904E7
  79. # HELP vendor_memoryPool_PS_Eden_Space_usage_bytes Current usage of the PS Eden Space memory pool
  80. # TYPE vendor_memoryPool_PS_Eden_Space_usage_bytes gauge
  81. vendor_memoryPool_PS_Eden_Space_usage_bytes 1.6931936E7
  82. # HELP vendor_memoryPool_Compressed_Class_Space_usage_max_bytes Peak usage of the Compressed Class Space memory pool
  83. # TYPE vendor_memoryPool_Compressed_Class_Space_usage_max_bytes gauge
  84. vendor_memoryPool_Compressed_Class_Space_usage_max_bytes 1.6571184E7
  85. # HELP vendor_memoryPool_PS_Survivor_Space_usage_bytes Current usage of the PS Survivor Space memory pool
  86. # TYPE vendor_memoryPool_PS_Survivor_Space_usage_bytes gauge
  87. vendor_memoryPool_PS_Survivor_Space_usage_bytes 294912.0
  88. # HELP vendor_memoryPool_Metaspace_usage_max_bytes Peak usage of the Metaspace memory pool
  89. # TYPE vendor_memoryPool_Metaspace_usage_max_bytes gauge
  90. vendor_memoryPool_Metaspace_usage_max_bytes 1.3350676E8
  91. # HELP vendor_memoryPool_Code_Cache_usage_max_bytes Peak usage of the Code Cache memory pool
  92. # TYPE vendor_memoryPool_Code_Cache_usage_max_bytes gauge
  93. vendor_memoryPool_Code_Cache_usage_max_bytes 3.3731904E7
  94. # HELP vendor_BufferPool_used_memory_mapped_bytes The memory used by the NIO pool: mapped
  95. # TYPE vendor_BufferPool_used_memory_mapped_bytes gauge
  96. vendor_BufferPool_used_memory_mapped_bytes 0.0
  97. # HELP vendor_memoryPool_Compressed_Class_Space_usage_bytes Current usage of the Compressed Class Space memory pool
  98. # TYPE vendor_memoryPool_Compressed_Class_Space_usage_bytes gauge
  99. vendor_memoryPool_Compressed_Class_Space_usage_bytes 1.6571184E7
  100. # HELP vendor_memoryPool_PS_Survivor_Space_usage_max_bytes Peak usage of the PS Survivor Space memory pool
  101. # TYPE vendor_memoryPool_PS_Survivor_Space_usage_max_bytes gauge
  102. vendor_memoryPool_PS_Survivor_Space_usage_max_bytes 5.239608E7
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement