Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-31 | iostats: add -C to usage | cinap_lenrek | |
2014-08-03 | iostats: properly distribute exit status and give usefull error messages | cinap_lenrek | |
2014-08-03 | iostats: remove unused fcallfmt, dont leak our mount pipe end into exportfs proc | cinap_lenrek | |
2014-08-03 | iostats: bring back standard filedescriptor spying | cinap_lenrek | |
2014-08-02 | iostats: isolate fs from interrupt notes | cinap_lenrek | |
interrupt notes go to the child process, not the filesystem and filter process. | |||
2014-08-02 | iostats: cannot spy on fd 0,1,2 as /fd is per process | cinap_lenrek | |
2014-08-02 | iostats: dont prefix /bin to argv[0] when already absolute or relative path | cinap_lenrek | |
2014-08-02 | iostats: cleanup, remove bogus Maxrpc constant | cinap_lenrek | |
2014-08-02 | iostats: reimplement iostats as a 9p filter instead of duplicating exportfs | cinap_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. |