shithub: riscv

Download patch

ref: d8c75e45de9483881f782be0b5e7113e625db571
parent: ec572a53a9acb392df42fa69f4051898480acad7
author: cinap_lenrek <[email protected]>
date: Sat Jun 28 13:53:57 EDT 2014

iostats: more procs

--- 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]