Dear all,

I have written some code that will display system processes in a red black tree ordered by memory use or processor time. Works ok - though still needs work - on Linux but wondering if anyone would like to test it out for me on other flavours of Unix (where I think it should also work).

The code (GPL licensed) can be found at http://github.com/mcmenaminadrian - all three repos there.

Build all three (you may need to install various headers/libraries) and then, in the treeqt directory try ./setup.sh | ./treeqt --r 1 and it should run

all constructive comments welcomed