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