- Added Feature #953, which includes the total number of blocked and blocking
  tasks to the 'statistics' command output (thanks to T. Charles Yun).
This commit is contained in:
Paul Beckingham 2012-09-27 01:06:21 -04:00
parent bb167b2275
commit 68963ad3e4
4 changed files with 18 additions and 0 deletions

View file

@ -260,6 +260,8 @@
#define STRING_CMD_STATS_DESC_LEN "Average desc length"
#define STRING_CMD_STATS_CHARS "{1} characters"
#define STRING_CMD_STATS_LAST_SYNCH "Last server synchronization"
#define STRING_CMD_STATS_BLOCKED "Blocked tasks"
#define STRING_CMD_STATS_BLOCKING "Blocking tasks"
#define STRING_CMD_REPORTS_USAGE "Lists all supported reports"
#define STRING_CMD_REPORTS_REPORT "Report"
#define STRING_CMD_REPORTS_DESC "Description"