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

What is shell and shell script?

780


How do I run a shell script on a mac?

850


Where is bash history?

682


How does path variable work?

722


What can scripts do?

838


Is it possible to substitute "ls" command in the place of "echo" command?

819


Print the 10th line without using tail and head command.

1950


how to get part of string variable with echo command only?

769


What is bash used for?

759


How will you find the 99th line of a file using only tail and head command?

2275


I want to connect to a remote server and execute some commands, how can I achieve this?

791


How will you connect to a database server from linux?

745


Write a command sequence to find the count of each word?

739


How do I open a jshell in cmd?

860


Rewrite the command to print the sentence and convert the variable to plural: echo “i like $variable”.

815