How to sort with memory/CPU in top command in Linux or Unix?
In this post, we will see how to sort memory and CPU usage in top command output in Linux. 1. Run top command and below menu will open. #...
I have recently faced an issue when the system started responding very slowly and when we run any command with sudo it runs damn slow. So to resolve this i...
In this article, we will see how to clear the system page and buffer cache daily on our linux system. So the idea is to create a script and put...
Today we will see some quick commands to see CPU, memory, and swap/pagefile usage in AIX. Lets have a look at them one by one. 1. CPU Usage To analyze...
Today in this article, we will look how to analyze a core file generated after the system crash. The article is very useful to extract some of the basic information...
Today we will look a small however useful tip to see swap usage in AIX. Here we will also check the top 15 processes sing high swap space on the...
1. OOM Killer Introduction OOM(Out of Memory) killer is a process which is called by our system kernel when linux system memory is critically low to recover some memory/RAM. OOM...
Low memory is the memory to which our Linux kernel has direct physical access. High memory is the memory to which our Linux kernel does not have direct physical access...