Friday, April 6, 2018

linux - Please explain the following o/p of "top" command

Please explain the following line from the "top" command in the bold :




Mem: 1026228k total, 449640k used, 576588k free, 44812k
buffers



Swap: 1052248k total, 2020k used, 1050228k free, 189092k
cached





Thanks
Arpit

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...