LATENCY DOCTOR: initial draft and events summary output.

This commit is contained in:
antirez
2014-07-08 11:31:46 +02:00
parent 19853db892
commit 2a232dfa9a
3 changed files with 86 additions and 2 deletions

View File

@ -601,7 +601,9 @@ static int cliSendCommand(int argc, char **argv, int repeat) {
(argc == 2 && !strcasecmp(command,"client") &&
!strcasecmp(argv[1],"list")) ||
(argc == 3 && !strcasecmp(command,"latency") &&
!strcasecmp(argv[1],"graph")))
!strcasecmp(argv[1],"graph")) ||
(argc == 2 && !strcasecmp(command,"latency") &&
!strcasecmp(argv[1],"doctor")))
{
output_raw = 1;
}