Tagged Questions
0
votes
4answers
101 views
How to log memory usage per minute on Ubuntu Server?
I checked few programs such as htop or top command but couldn't find any features for logging per minute.
Is there a way to do that for tracking memory issues ?
edit: I was using linode and decided ...
2
votes
1answer
76 views
Is there a way to track a run away process?
Recently I've been getting a rather annoying problem, which seems to be linked to Firefox-Trunk, Thunderbird-Trunk, or possible Compiz (default 12.04 compiz with Unity). At random (it seems) the ...
5
votes
2answers
2k views
How to log memory and cpu usage of an application?
Similar to question How to log CPU load?, I would like to log memory of a process.
The process I want to log, is killed on a remote server, and I want to find out the CPU load and the memory usage ...
13
votes
6answers
11k views
How can I monitor the memory usage?
I have used top to see the memory usage at the moment. But I would like to monitor the memory usage over a period of time. E.g start monitoring and then execute a few commands, and final stop the ...