Addition of show eventstats

This commit is contained in:
Mark Riddoch
2014-10-23 13:38:46 +01:00
parent 70672e43a1
commit 9e0a8a0eee
5 changed files with 80 additions and 16 deletions

View File

@ -124,6 +124,10 @@ struct subcommand showoptions[] = {
"Show the queue of events waiting to be processed",
"Show the queue of events waiting to be processed",
{0, 0, 0} },
{ "eventstats", 0, dShowEventStats,
"Show the event statistics",
"Show the event statistics",
{0, 0, 0} },
{ "filter", 1, dprintFilter,
"Show details of a filter, called with a filter name",
"Show details of a filter, called with the address of a filter",