To build this application, you'll need curses and procfs. Some C++ coding experience is also a good idea minding the fact that my code is rather ugly :)
cd to the program directory and run the make process and the install process:
Install code:
# cd ssysm
# make
(as root)
# make install
Uninstall code:
(as root)
# make uninstall
