git: 9front

Download patch

ref: 4f25d1ae6e9b98e6c33438da2f10aa72337b9882
parent: 411275a47bdc4d9f5fff8accb14ccb89c319d3e0
author: cinap_lenrek <cinap_lenrek@felloff.net>
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]
 
--