5th November 2009
in
Unix
You can check for top memory consuming processes by issuing the following commands:
we use the following ps commands in order to check for performance probelms
1) Displaying top CPU_consuming processes:
ps aux | head -1[...]
Tags: memory
3 Comments
27th October 2009
in
Unix
I’ve noticed that one of our interface directories has a lot of old files, some of them were more than a year old. I checked it with our implementers and it turns out that we can delete all files that are older tha[...]
Tags: Delete the 500 oldest files
No Comments