summaryrefslogtreecommitdiff
path: root/sys/src/cmd/iostats
AgeCommit message (Collapse)Author
2014-08-02iostats: reimplement iostats as a 9p filter instead of duplicating exportfscinap_lenrek
old iostats failed to work when builidng the kernel due to old bugs that where already fixed in exportfs. instead of backporting the fixes, reimplement iostats as a filter that sits between exportfs and the process mount. from users perspective, theres no difference. the result is much smaller and can handle everything that exportfs can like /srv.
2014-06-28iostats: more procscinap_lenrek
2014-06-08iostats: add -C flag to enable mount cachecinap_lenrek
2014-06-08iostats: dont sysfatal on 9p read error due to program terminationcinap_lenrek
the note mechanism is racy and can lead to the fs terminating iostats because it gets "i/o on hugup channel" (namespace closed).
2013-06-16make filesystem handling of read9pmsg() consistentcinap_lenrek
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen