fix disk queue counter

This commit is contained in:
Doug MacEachern 2007-10-10 16:49:24 +00:00
parent fefc5497e2
commit 97856b57fd
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ typedef enum {
#define PERF_TITLE_DISK_WRITE 210 #define PERF_TITLE_DISK_WRITE 210
#define PERF_TITLE_DISK_READ_BYTES 220 #define PERF_TITLE_DISK_READ_BYTES 220
#define PERF_TITLE_DISK_WRITE_BYTES 222 #define PERF_TITLE_DISK_WRITE_BYTES 222
#define PERF_TITLE_DISK_QUEUE 1028 #define PERF_TITLE_DISK_QUEUE 198 /* Current Disk Queue Length */
/* /*
* diff is: * diff is: