SSH commands to check Memory and Hard Drive usage information in Linux Server

Login to your server using SSH. Run command to get information about memory usages. # free -m It will show you output like this: total used free shared buffers cached Mem: 24013 23461 551 0 214 21855 -/+ buffers/cache: 1391 22621 Swap: 12063 0 12063 Use the following command to check usages of Hard Drive … Read more