Page MenuHomePhabricator
Paste P9557

Example poolcounter stats
ActivePublic

Authored by RLazarus on Nov 7 2019, 11:44 PM.
Tags
None
Referenced Files
F31057733: raw.txt
Nov 7 2019, 11:44 PM
Subscribers
None
# Stats output from a running poolcounter (note the arithmetic bug in uptime, fix mailed for review)
rzl@poolcounter2003:~$ echo "STATS FULL" | nc localhost 7531
uptime: 49 days, 51h 51m 10s
total processing time: 2823 days 13h 48m 16.000000s
average processing time: 1.497053s
gained time: 1h 30m 23.307129s
waiting time: 349 days 10h 33m 22.000000s
waiting time for me: 349 days 10h 33m 22.000000s
waiting time for anyone: 0.000000s
waiting time for good: 40m 17.664307s
wasted timeout time: 199 days 20h 3m 4.000000s
total_acquired: 162958178
total_releases: 3369
hashtable_entries: 20
processing_workers: 27
waiting_workers: 1
connect_errors: 0
failed_sends: 0
full_queues: 19002
lock_mismatch: 0
lock_while_waiting: 0
release_mismatch: 0
processed_count: 162958151
# Exported Prometheus metrics from a poolcounter on my laptop (hence the different values):
% curl -s http://localhost:9106/ | grep ^poolcounter_
poolcounter_uptime_seconds_total 183361.0
poolcounter_processing_time_seconds_total 0.0
poolcounter_average_processing_time_seconds 0.0
poolcounter_gained_time_seconds_total 0.0
poolcounter_waiting_time_seconds_total{waiting_time_for="me"} 0.0
poolcounter_waiting_time_seconds_total{waiting_time_for="anyone"} 0.0
poolcounter_waiting_time_for_good_seconds_total 0.0
poolcounter_wasted_timeout_time_seconds_total 0.0
poolcounter_acquired_total 0.0
poolcounter_released_total 0.0
poolcounter_hashtable_entries 0.0
poolcounter_processing_workers 0.0
poolcounter_waiting_workers 0.0
poolcounter_connect_errors_total 0.0
poolcounter_failed_sends_total 0.0
poolcounter_full_queues_total 0.0
poolcounter_lock_mismatch_total 0.0
poolcounter_lock_while_waiting_total 0.0
poolcounter_release_mismatch_total 0.0
poolcounter_processed_count_total 0.0