Wednesday, February 28, 2018

linux - How to prioritize SSH to work in the event of high CPU load

I'm encountering a weird problem where a Fedora Linux VPS server reports 100% CPU, and effectively becomes unusable, but I don't know why because the high load prevents me from SSHing into it to see what's wrong.




How do I prioritize or configure SSH so that I'm still able to connect even if some process is consuming all other CPU?

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...