MINOR: stats: also report the nice and number of calls for applets
authorWilly Tarreau <w@1wt.eu>
Thu, 31 May 2018 12:40:19 +0000 (14:40 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 5 Jun 2018 09:18:21 +0000 (11:18 +0200)
commit34b1facbcf0e7abbf3c58709d1a9cbe4ac608519
tree7787b982e3369d3102dc752128465f7c54f1b91c
parentcaa8a37ffe5922efda7fd7b882e96964b40d7135
MINOR: stats: also report the nice and number of calls for applets

Since applets are now part of the main scheduler, it's useful to report
their nice value and the number of calls to the applet handler, to see
where the CPU is spent.
src/stream.c