Page 1 of 1

Install a 3d process monitor.

PostPosted: Sat Mar 16, 2013 7:31 am
by pam
Once upon a time i had installed a 3-dimension process monitor on fedora core 3...
ps3- a 3d process monitor developed by Swedish developer Rudolf Hersen.
Here is how to install it...
from the site download the package and extract it...
http://user.tninet.se/~uhu537u/ps3.html

During compilation it will give you a dependency error ...install the dependencies first..
Code: Select all
sudo apt-get install libsdl1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev


once the dependencies are installed just run make from the terminal after changing to the extracted folder directory..
An output file 'ps3' will be generated...

Code: Select all
make


Code: Select all
./ps3


The above command will execute ps3..

Note: If you get an error something like /proc/<process-id>/stat it means firefox or any other web-browser is obstructing execution...you need to close firefox in order to run ps3...

You can use mouse buttons to move around, just like you would with google earth...
some screenies...

Re: Install a 3d process monitor.

PostPosted: Tue Mar 26, 2013 10:43 pm
by ryanvade
Thats cool!!!

Re: Install a 3d process monitor.

PostPosted: Sun Apr 14, 2013 1:09 pm
by masta
Thanx neat tool