diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-06-28 17:53:57 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-06-28 17:53:57 +0200 |
commit | d8c75e45de9483881f782be0b5e7113e625db571 (patch) | |
tree | 5515ec78489d3f41c9583bcb2cae48ee50d75307 | |
parent | ec572a53a9acb392df42fa69f4051898480acad7 (diff) | |
download | plan9front-d8c75e45de9483881f782be0b5e7113e625db571.tar.xz |
iostats: more procs
-rw-r--r-- | sys/src/cmd/iostats/statfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/iostats/statfs.h b/sys/src/cmd/iostats/statfs.h index 6d82f1938..68fccdc00 100644 --- a/sys/src/cmd/iostats/statfs.h +++ b/sys/src/cmd/iostats/statfs.h @@ -5,7 +5,7 @@ #define DEBUGFILE "iostats.out" #define DONESTR "done" #define DEBUG if(!dbg){}else fprint -#define MAXPROC 16 +#define MAXPROC 64 #define FHASHSIZE 64 #define fidhash(s) fhash[s%FHASHSIZE] |