Is there any way to monitor one process' CPU usage and RAM usage over time on linux? I am trying to change to a cheaper VPS and need to work out what level of CPU and RAM I need!
feedback
|
|
read then use a simple 'collector' works like this (for a process with the pid '29777'):
to make life easier, you could also use the systat package which includes several means to collect data over time: http://sebastien.godard.pagesperso-orange.fr/documentation.html | ||||
feedback
|
|
| |||||
feedback
|