LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Server load (https://www.linuxquestions.org/questions/linux-newbie-8/server-load-405566/)

silmaril8n 01-19-2006 06:19 PM

Server load
 
Is it ok to leave something like "top" running on my server, logged in as a user... or is there a better way to check out the server load without leaving a user logged in?

chrism01 01-19-2006 11:47 PM

You could nohup and background it eg:
nohup top>top.log 2>&1 &


All times are GMT -5. The time now is 03:38 PM.