Comment on Ask HN: Any Special Projects Over the Holidays?Comments−nailer17yContinung work on 'perf' my top replacement:* Load average based on the amount of CPU cores in the machine, so that 100% is busy anywhere you run it.* Figures for memory unused by apps, more apparent usage of page cache* Figures for IO alas IOtop* IO nicing* Not doing silly thing like opening and closing a file handle every loop.* Zebra striping, other niceties.Also making a working, simple, stable dock for Linux - a GNOME panel applet to replace the window list.
Comments
Continung work on 'perf' my top replacement:
* Load average based on the amount of CPU cores in the machine, so that 100% is busy anywhere you run it.
* Figures for memory unused by apps, more apparent usage of page cache
* Figures for IO alas IOtop
* IO nicing
* Not doing silly thing like opening and closing a file handle every loop.
* Zebra striping, other niceties.
Also making a working, simple, stable dock for Linux - a GNOME panel applet to replace the window list.