Guest User

Untitled

a guest
Jul 21st, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.08 KB | None | 0 0
  1. $ curl <ip-of-nginx-ingress-controller-pod>:10254/metrics
  2.  
  3. # HELP cpu_seconds_total Cpu usage in seconds
  4. # TYPE cpu_seconds_total counter
  5. cpu_seconds_total 125.68
  6. # HELP go_gc_duration_seconds A summary of the GC invocation durations.
  7. # TYPE go_gc_duration_seconds summary
  8. go_gc_duration_seconds{quantile="0"} 1.9937e-05
  9. go_gc_duration_seconds{quantile="0.25"} 2.5599e-05
  10. go_gc_duration_seconds{quantile="0.5"} 2.8249e-05
  11. go_gc_duration_seconds{quantile="0.75"} 3.3384e-05
  12. go_gc_duration_seconds{quantile="1"} 0.00023581
  13. go_gc_duration_seconds_sum 0.013387098
  14. go_gc_duration_seconds_count 430
  15. # HELP go_goroutines Number of goroutines that currently exist.
  16. # TYPE go_goroutines gauge
  17. go_goroutines 87
  18. # HELP go_memstats_alloc_bytes Number of bytes allocated and still in use.
  19. # TYPE go_memstats_alloc_bytes gauge
  20. go_memstats_alloc_bytes 1.2182568e+07
  21. # HELP go_memstats_alloc_bytes_total Total number of bytes allocated, even if freed.
  22. # TYPE go_memstats_alloc_bytes_total counter
  23. go_memstats_alloc_bytes_total 1.783248488e+09
  24. # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table.
  25. # TYPE go_memstats_buck_hash_sys_bytes gauge
  26. go_memstats_buck_hash_sys_bytes 1.623157e+06
  27. # HELP go_memstats_frees_total Total number of frees.
  28. # TYPE go_memstats_frees_total counter
  29. go_memstats_frees_total 1.2807087e+07
  30. # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata.
  31. # TYPE go_memstats_gc_sys_bytes gauge
  32. go_memstats_gc_sys_bytes 1.609728e+06
  33. # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and still in use.
  34. # TYPE go_memstats_heap_alloc_bytes gauge
  35. go_memstats_heap_alloc_bytes 1.2182568e+07
  36. # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used.
  37. # TYPE go_memstats_heap_idle_bytes gauge
  38. go_memstats_heap_idle_bytes 2.4338432e+07
  39. # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use.
  40. # TYPE go_memstats_heap_inuse_bytes gauge
  41. go_memstats_heap_inuse_bytes 1.5835136e+07
  42. # HELP go_memstats_heap_objects Number of allocated objects.
  43. # TYPE go_memstats_heap_objects gauge
  44. go_memstats_heap_objects 57504
  45. # HELP go_memstats_heap_released_bytes_total Total number of heap bytes released to OS.
  46. # TYPE go_memstats_heap_released_bytes_total counter
  47. go_memstats_heap_released_bytes_total 2.1520384e+07
  48. # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system.
  49. # TYPE go_memstats_heap_sys_bytes gauge
  50. go_memstats_heap_sys_bytes 4.0173568e+07
  51. # HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection.
  52. # TYPE go_memstats_last_gc_time_seconds gauge
  53. go_memstats_last_gc_time_seconds 1.5322211488648336e+09
  54. # HELP go_memstats_lookups_total Total number of pointer lookups.
  55. # TYPE go_memstats_lookups_total counter
  56. go_memstats_lookups_total 95652
  57. # HELP go_memstats_mallocs_total Total number of mallocs.
  58. # TYPE go_memstats_mallocs_total counter
  59. go_memstats_mallocs_total 1.2864591e+07
  60. # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures.
  61. # TYPE go_memstats_mcache_inuse_bytes gauge
  62. go_memstats_mcache_inuse_bytes 1736
  63. # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system.
  64. # TYPE go_memstats_mcache_sys_bytes gauge
  65. go_memstats_mcache_sys_bytes 16384
  66. # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures.
  67. # TYPE go_memstats_mspan_inuse_bytes gauge
  68. go_memstats_mspan_inuse_bytes 217968
  69. # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system.
  70. # TYPE go_memstats_mspan_sys_bytes gauge
  71. go_memstats_mspan_sys_bytes 376832
  72. # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place.
  73. # TYPE go_memstats_next_gc_bytes gauge
  74. go_memstats_next_gc_bytes 2.3367568e+07
  75. # HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations.
  76. # TYPE go_memstats_other_sys_bytes gauge
  77. go_memstats_other_sys_bytes 533635
  78. # HELP go_memstats_stack_inuse_bytes Number of bytes in use by the stack allocator.
  79. # TYPE go_memstats_stack_inuse_bytes gauge
  80. go_memstats_stack_inuse_bytes 1.507328e+06
  81. # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator.
  82. # TYPE go_memstats_stack_sys_bytes gauge
  83. go_memstats_stack_sys_bytes 1.507328e+06
  84. # HELP go_memstats_sys_bytes Number of bytes obtained by system. Sum of all system allocations.
  85. # TYPE go_memstats_sys_bytes gauge
  86. go_memstats_sys_bytes 4.5840632e+07
  87. # HELP ingress_controller_success Cumulative number of Ingress controller reload operations
  88. # TYPE ingress_controller_success counter
  89. ingress_controller_success{count="reloads"} 4
  90. # HELP nginx_connections_total total number of connections with state {active, accepted, handled}
  91. # TYPE nginx_connections_total counter
  92. nginx_connections_total{ingress_class="nginx-ingress-internal",namespace="",state="accepted"} 111
  93. nginx_connections_total{ingress_class="nginx-ingress-internal",namespace="",state="active"} 1
  94. nginx_connections_total{ingress_class="nginx-ingress-internal",namespace="",state="handled"} 111
  95. # HELP nginx_connnections current number of client connections with state {reading, writing, waiting}
  96. # TYPE nginx_connnections gauge
  97. nginx_connnections{ingress_class="nginx-ingress-internal",namespace="",state="reading"} 0
  98. nginx_connnections{ingress_class="nginx-ingress-internal",namespace="",state="waiting"} 0
  99. nginx_connnections{ingress_class="nginx-ingress-internal",namespace="",state="writing"} 1
  100. # HELP nginx_requests_total total number of client requests
  101. # TYPE nginx_requests_total counter
  102. nginx_requests_total{ingress_class="nginx-ingress-internal",namespace=""} 10889
  103. # HELP num_procs number of processes
  104. # TYPE num_procs gauge
  105. num_procs 3
  106. # HELP oldest_start_time_seconds start time in seconds since 1970/01/01
  107. # TYPE oldest_start_time_seconds gauge
  108. oldest_start_time_seconds 1.532170907e+09
  109. # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
  110. # TYPE process_cpu_seconds_total counter
  111. process_cpu_seconds_total 126.11
  112. # HELP process_max_fds Maximum number of open file descriptors.
  113. # TYPE process_max_fds gauge
  114. process_max_fds 1.048576e+06
  115. # HELP process_open_fds Number of open file descriptors.
  116. # TYPE process_open_fds gauge
  117. process_open_fds 26
  118. # HELP process_resident_memory_bytes Resident memory size in bytes.
  119. # TYPE process_resident_memory_bytes gauge
  120. process_resident_memory_bytes 4.3741184e+07
  121. # HELP process_start_time_seconds Start time of the process since unix epoch in seconds.
  122. # TYPE process_start_time_seconds gauge
  123. process_start_time_seconds 1.53217090778e+09
  124. # HELP process_virtual_memory_bytes Virtual memory size in bytes.
  125. # TYPE process_virtual_memory_bytes gauge
  126. process_virtual_memory_bytes 7.325696e+07
  127. # HELP read_bytes_total number of bytes read
  128. # TYPE read_bytes_total counter
  129. read_bytes_total 1.056768e+06
  130. # HELP resident_memory_bytes number of bytes of memory in use
  131. # TYPE resident_memory_bytes gauge
  132. resident_memory_bytes 8.1846272e+07
  133. # HELP virtual_memory_bytes number of bytes of memory in use
  134. # TYPE virtual_memory_bytes gauge
  135. virtual_memory_bytes 2.2018048e+08
  136. # HELP write_bytes_total number of bytes written
  137. # TYPE write_bytes_total counter
  138. write_bytes_total 2.248704e+06
Add Comment
Please, Sign In to add comment