wmmon's disk_io patch, to use with 2.4 kernels. what is intended to do: ----------------------- /proc/stat differs for 2.2 and 2.4 kernels. on 2.2: cat /proc/stat | grep disk_[wr]io disk_rio 7657564 0 0 0 disk_wio 3523869 0 0 0 (the %ld's may differ, i have no 2.2 kernel running anymore - it is just what another guy showed me on irc!) wmmon.c now adds all that 4 %ld's. on 2.4: cat /proc/stat | grep disk_io disk_io: (3,0):(20714,15419,609944,5295,53960) (this is the output for me!) after applying the patch we add all teh 5 %ld's in teh 2nd bracket. more TODO's: ------------ it also seems the swp control is not working. (current stat :2) regards, frank