Advertisement
Guest User

Untitled

a guest
May 15th, 2020
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 7.37 KB | None | 0 0
  1. [root@localhost apache-cassandra-3.11.6]# curl http://localhost:10000
  2. # HELP jvm_classes_loaded The number of classes that are currently loaded in the JVM
  3. # TYPE jvm_classes_loaded gauge
  4. jvm_classes_loaded 3136.0
  5. # HELP jvm_classes_loaded_total The total number of classes that have been loaded since the JVM has started execution
  6. # TYPE jvm_classes_loaded_total counter
  7. jvm_classes_loaded_total 3136.0
  8. # HELP jvm_classes_unloaded_total The total number of classes that have been unloaded since the JVM has started execution
  9. # TYPE jvm_classes_unloaded_total counter
  10. jvm_classes_unloaded_total 0.0
  11. # HELP jvm_threads_current Current thread count of a JVM
  12. # TYPE jvm_threads_current gauge
  13. jvm_threads_current 9.0
  14. # HELP jvm_threads_daemon Daemon thread count of a JVM
  15. # TYPE jvm_threads_daemon gauge
  16. jvm_threads_daemon 8.0
  17. # HELP jvm_threads_peak Peak thread count of a JVM
  18. # TYPE jvm_threads_peak gauge
  19. jvm_threads_peak 9.0
  20. # HELP jvm_threads_started_total Started thread count of a JVM
  21. # TYPE jvm_threads_started_total counter
  22. jvm_threads_started_total 10.0
  23. # HELP jvm_threads_deadlocked Cycles of JVM-threads that are in deadlock waiting to acquire object monitors or ownable synchronizers
  24. # TYPE jvm_threads_deadlocked gauge
  25. jvm_threads_deadlocked 0.0
  26. # HELP jvm_threads_deadlocked_monitor Cycles of JVM-threads that are in deadlock waiting to acquire object monitors
  27. # TYPE jvm_threads_deadlocked_monitor gauge
  28. jvm_threads_deadlocked_monitor 0.0
  29. # HELP jmx_config_reload_success_total Number of times configuration have successfully been reloaded.
  30. # TYPE jmx_config_reload_success_total counter
  31. jmx_config_reload_success_total 0.0
  32. # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
  33. # TYPE process_cpu_seconds_total counter
  34. process_cpu_seconds_total 2.58
  35. # HELP process_start_time_seconds Start time of the process since unix epoch in seconds.
  36. # TYPE process_start_time_seconds gauge
  37. process_start_time_seconds 1.58955775377E9
  38. # HELP process_open_fds Number of open file descriptors.
  39. # TYPE process_open_fds gauge
  40. process_open_fds 81.0
  41. # HELP process_max_fds Maximum number of open file descriptors.
  42. # TYPE process_max_fds gauge
  43. process_max_fds 4096.0
  44. # HELP process_virtual_memory_bytes Virtual memory size in bytes.
  45. # TYPE process_virtual_memory_bytes gauge
  46. process_virtual_memory_bytes 2.776825856E9
  47. # HELP process_resident_memory_bytes Resident memory size in bytes.
  48. # TYPE process_resident_memory_bytes gauge
  49. process_resident_memory_bytes 1.194770432E9
  50. # HELP jvm_buffer_pool_used_bytes Used bytes of a given JVM buffer pool.
  51. # TYPE jvm_buffer_pool_used_bytes gauge
  52. jvm_buffer_pool_used_bytes{pool="direct",} 8192.0
  53. jvm_buffer_pool_used_bytes{pool="mapped",} 0.0
  54. # HELP jvm_buffer_pool_capacity_bytes Bytes capacity of a given JVM buffer pool.
  55. # TYPE jvm_buffer_pool_capacity_bytes gauge
  56. jvm_buffer_pool_capacity_bytes{pool="direct",} 8192.0
  57. jvm_buffer_pool_capacity_bytes{pool="mapped",} 0.0
  58. # HELP jvm_buffer_pool_used_buffers Used buffers of a given JVM buffer pool.
  59. # TYPE jvm_buffer_pool_used_buffers gauge
  60. jvm_buffer_pool_used_buffers{pool="direct",} 1.0
  61. jvm_buffer_pool_used_buffers{pool="mapped",} 0.0
  62. # HELP jmx_exporter_build_info A metric with a constant '1' value labeled with the version of the JMX exporter.
  63. # TYPE jmx_exporter_build_info gauge
  64. jmx_exporter_build_info{version="0.12.0",name="jmx_prometheus_javaagent",} 1.0
  65. # HELP jmx_config_reload_failure_total Number of times configuration have failed to be reloaded.
  66. # TYPE jmx_config_reload_failure_total counter
  67. jmx_config_reload_failure_total 0.0
  68. # HELP jmx_scrape_duration_seconds Time this JMX scrape took, in seconds.
  69. # TYPE jmx_scrape_duration_seconds gauge
  70. jmx_scrape_duration_seconds 4.49394E-4
  71. # HELP jmx_scrape_error Non-zero if this scrape failed.
  72. # TYPE jmx_scrape_error gauge
  73. jmx_scrape_error 0.0
  74. # HELP jvm_gc_collection_seconds Time spent in a given JVM garbage collector in seconds.
  75. # TYPE jvm_gc_collection_seconds summary
  76. jvm_gc_collection_seconds_count{gc="ParNew",} 0.0
  77. jvm_gc_collection_seconds_sum{gc="ParNew",} 0.0
  78. jvm_gc_collection_seconds_count{gc="ConcurrentMarkSweep",} 0.0
  79. jvm_gc_collection_seconds_sum{gc="ConcurrentMarkSweep",} 0.0
  80. # HELP jvm_info JVM version info
  81. # TYPE jvm_info gauge
  82. jvm_info{version="1.8.0_252-b09",vendor="Oracle Corporation",runtime="OpenJDK Runtime Environment",} 1.0
  83. # HELP jvm_memory_bytes_used Used bytes of a given JVM memory area.
  84. # TYPE jvm_memory_bytes_used gauge
  85. jvm_memory_bytes_used{area="heap",} 1.07536584E8
  86. jvm_memory_bytes_used{area="nonheap",} 2.412444E7
  87. # HELP jvm_memory_bytes_committed Committed (bytes) of a given JVM memory area.
  88. # TYPE jvm_memory_bytes_committed gauge
  89. jvm_memory_bytes_committed{area="heap",} 1.052770304E9
  90. jvm_memory_bytes_committed{area="nonheap",} 2.4707072E7
  91. # HELP jvm_memory_bytes_max Max (bytes) of a given JVM memory area.
  92. # TYPE jvm_memory_bytes_max gauge
  93. jvm_memory_bytes_max{area="heap",} 1.052770304E9
  94. jvm_memory_bytes_max{area="nonheap",} -1.0
  95. # HELP jvm_memory_bytes_init Initial bytes of a given JVM memory area.
  96. # TYPE jvm_memory_bytes_init gauge
  97. jvm_memory_bytes_init{area="heap",} 1.073741824E9
  98. jvm_memory_bytes_init{area="nonheap",} 2555904.0
  99. # HELP jvm_memory_pool_bytes_used Used bytes of a given JVM memory pool.
  100. # TYPE jvm_memory_pool_bytes_used gauge
  101. jvm_memory_pool_bytes_used{pool="Code Cache",} 3940864.0
  102. jvm_memory_pool_bytes_used{pool="Metaspace",} 1.8096056E7
  103. jvm_memory_pool_bytes_used{pool="Compressed Class Space",} 2087520.0
  104. jvm_memory_pool_bytes_used{pool="Par Eden Space",} 1.07536584E8
  105. jvm_memory_pool_bytes_used{pool="Par Survivor Space",} 0.0
  106. jvm_memory_pool_bytes_used{pool="CMS Old Gen",} 0.0
  107. # HELP jvm_memory_pool_bytes_committed Committed bytes of a given JVM memory pool.
  108. # TYPE jvm_memory_pool_bytes_committed gauge
  109. jvm_memory_pool_bytes_committed{pool="Code Cache",} 3997696.0
  110. jvm_memory_pool_bytes_committed{pool="Metaspace",} 1.8481152E7
  111. jvm_memory_pool_bytes_committed{pool="Compressed Class Space",} 2228224.0
  112. jvm_memory_pool_bytes_committed{pool="Par Eden Space",} 1.6777216E8
  113. jvm_memory_pool_bytes_committed{pool="Par Survivor Space",} 2.097152E7
  114. jvm_memory_pool_bytes_committed{pool="CMS Old Gen",} 8.64026624E8
  115. # HELP jvm_memory_pool_bytes_max Max bytes of a given JVM memory pool.
  116. # TYPE jvm_memory_pool_bytes_max gauge
  117. jvm_memory_pool_bytes_max{pool="Code Cache",} 2.5165824E8
  118. jvm_memory_pool_bytes_max{pool="Metaspace",} -1.0
  119. jvm_memory_pool_bytes_max{pool="Compressed Class Space",} 1.073741824E9
  120. jvm_memory_pool_bytes_max{pool="Par Eden Space",} 1.6777216E8
  121. jvm_memory_pool_bytes_max{pool="Par Survivor Space",} 2.097152E7
  122. jvm_memory_pool_bytes_max{pool="CMS Old Gen",} 8.64026624E8
  123. # HELP jvm_memory_pool_bytes_init Initial bytes of a given JVM memory pool.
  124. # TYPE jvm_memory_pool_bytes_init gauge
  125. jvm_memory_pool_bytes_init{pool="Code Cache",} 2555904.0
  126. jvm_memory_pool_bytes_init{pool="Metaspace",} 0.0
  127. jvm_memory_pool_bytes_init{pool="Compressed Class Space",} 0.0
  128. jvm_memory_pool_bytes_init{pool="Par Eden Space",} 1.6777216E8
  129. jvm_memory_pool_bytes_init{pool="Par Survivor Space",} 2.097152E7
  130. jvm_memory_pool_bytes_init{pool="CMS Old Gen",} 8.64026624E8
  131. [root@localhost apache-cassandra-3.11.6]# curl http://localhost:10000/metrics
  132. curl: (7) Failed to connect to localhost port 10000: Connection refused
  133. [root@localhost apache-cassandra-3.11.6]# curl http://localhost:10000
  134. curl: (7) Failed to connect to localhost port 10000: Connection refused
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement