Track request counts?

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3927 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2022-07-09 22:00:33 +00:00
parent a154b1c2f6
commit aee99af953
3 changed files with 7 additions and 1 deletions

View File

@ -46,6 +46,7 @@ typedef struct _tf_ssb_stats_t
int messages_stored;
int rpc_in;
int rpc_out;
int request_count;
struct
{
int rpc;