What SSH Commands Help Diagnose Downtime?

Avatar
  • Answered
Like most customers with a VPS we've experienced downtime. Of course, when our websites go down we'd like to gather as much information about what's causing the downtime as possible so we can prevent it from happening again.

Once we log in to the server using SSH what commands do you all recommend running to determine where issues are coming from?

Also, are there any resources you would point us to so we can learn more about how to handle downtime for our websites?

Thank you.
Avatar
jamesr
Thank you for your question jgvisual! You can use the following to check the server uptime for 30 days. sar -q The following article also has more information on this. Advanced server load monitoring Regards, James R