parent
ba69d282f5
commit
520d76d698
3 changed files with 9 additions and 25 deletions
@ -1,19 +1,10 @@ |
||||
# Stats data declaration |
||||
# use tools/codegen/core/gen_stats_data.py to turn this into stats_data.h |
||||
#Stats data declaration |
||||
#use tools / codegen / core / gen_stats_data.py to turn this into stats_data.h |
||||
|
||||
- counter: client_calls_created |
||||
- counter: server_calls_created |
||||
- counter: syscall_write |
||||
- counter: syscall_read |
||||
- counter: syscall_poll |
||||
- counter: syscall_wait |
||||
- counter: histogram_slow_lookups |
||||
- histogram: tcp_write_size |
||||
max: 16777216 # 16 meg max write tracked |
||||
buckets: 64 |
||||
- histogram: tcp_write_iov_size |
||||
max: 1024 |
||||
buckets: 64 |
||||
- histogram: tcp_read_size |
||||
max: 16777216 |
||||
buckets: 64 |
||||
- counter:client_calls_created - |
||||
counter:server_calls_created - counter:syscall_write - |
||||
counter:syscall_read - counter:syscall_poll - counter:syscall_wait - |
||||
counter:histogram_slow_lookups - |
||||
histogram:tcp_write_size max:16777216 #16 meg max write tracked buckets:64 - |
||||
histogram:tcp_write_iov_size max:1024 buckets:64 - |
||||
histogram:tcp_read_size max:16777216 buckets:64 |
||||
|
Loading…
Reference in new issue