How to know that your remote server is ruing smoothly or not
in unix?

Answer Posted / anup

login to the remote server using ssh and use top -d1 command
, it will show the load average on the server.

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I set the default rwx permission to all users on every file which is created in the current shell?

1206


What is shell company all about?

773


What is a program shell?

817


Write a command sequence to find all the files modified in less than 2 days and print the record count of each.

1223


Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.

950


Is shell scripting easy to learn?

781


What does $@ mean in shell?

792


Explain about "s" permission bit in a file?

828


How to print the first array element?

812


How to open a read-only file in the shell?

879


What is a file basename?

813


how will you find the total disk space used by a specific user?

811


What is shell terminal?

744


How do I start a shell script?

816


What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?

813