I am about to start my masters project and I will need to gather some data, for the requirements stage, about the performance footprint applications have on my system. The main things I am look for are load times, memory and CPU usage and shutdown time, although I would like to get as much information as possible. I know I can use the system monitor to get some of this stuff, but I need precise data as I am going to be doing some before and after tests during my project. Is there anything out there (preferably open source) that will suffice?
|
You could simply do
If you need more output, use
|
||||
|
|
|
You should use The GNU Accounting Utilities. This will give you detailed process resource information. You can install them by doing: Print the recorded statistics to the terminal by running: The ubuntu man page for sa is here.
|
|||
|
|
|
What about using the top or ps command? :
|
|||
|
|
