[BACK]Return to nfsstat.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / nfsstat

Diff for /src/usr.bin/nfsstat/nfsstat.c between version 1.31 and 1.32

version 1.31, 2008/12/26 15:09:40 version 1.32, 2009/06/05 19:32:26
Line 216 
Line 216 
   
         if (display & SHOW_CLIENT) {          if (display & SHOW_CLIENT) {
                 printf("Client Info:\n");                  printf("Client Info:\n");
                 printf("Rpc Counts:\n");  
                 printf("%9.9s %9.9s %9.9s %9.9s %9.9s %9.9s %9.9s %9.9s\n",                  printf("%9.9s %9.9s %9.9s %9.9s %9.9s %9.9s %9.9s %9.9s\n",
                     "Getattr", "Setattr", "Lookup", "Readlink", "Read",                      "Getattr", "Setattr", "Lookup", "Readlink", "Read",
                     "Write", "Create", "Remove");                      "Write", "Create", "Remove");

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32