Difference between revisions of "Curl -sSL http://localhost:9100/metrics"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lc}} curl -sSL http://localhost:9100/metrics | grep -v "#" <pre> go_gc_duration_seconds{quantile="0"} 1.7686e-05 go_gc_duration_seconds{quantile="0.25"} 2.1424e-05 go_gc_du...")
 
 
Line 24: Line 24:
  
  
 +
* [[9100]]
  
{{Prometheus}}
+
== See also ==
 +
* {{Prometheus}}

Latest revision as of 16:35, 9 April 2024

curl -sSL http://localhost:9100/metrics | grep -v "#"
go_gc_duration_seconds{quantile="0"} 1.7686e-05
go_gc_duration_seconds{quantile="0.25"} 2.1424e-05
go_gc_duration_seconds{quantile="0.5"} 2.4206e-05
go_gc_duration_seconds{quantile="0.75"} 2.7547e-05
go_gc_duration_seconds{quantile="1"} 0.003938744
go_gc_duration_seconds_sum 25.417240252
go_gc_duration_seconds_count 637283
go_goroutines 35
go_memstats_alloc_bytes 2.480136e+06
go_memstats_alloc_bytes_total 1.502220600464e+12
go_memstats_buck_hash_sys_bytes 1.802044e+06
go_memstats_frees_total 1.8022801887e+10
go_memstats_gc_sys_bytes 438272
go_memstats_heap_alloc_bytes 2.480136e+06
go_memstats_heap_idle_bytes 3.15392e+06
go_memstats_heap_inuse_bytes 3.792896e+06
go_memstats_heap_objects 21411
go_memstats_heap_released_bytes_total 0
.../...


See also[edit]

Advertising: