Dev. Blog
isprometheo의 좌충우돌 개발 블로그
Posts with the tag 장애:
[Linux] 서버 장애 대응
2020-06-18
linux
서버
장애
대응
서버에 특정 프로그램이 CPU를 과도하게 사용하여 이를 안정시킬 필요가 있었다. 이를 위해서 작업 중인 프로그램을 찾아서 우선 순위를 재조정하여 CPU 사용량을 낮출 수 있었다. $ ps -eo pid,nice,lstart,cmd | grep my_program | grep -v grep $ sudo renice -n 1 pid lstart는 시작