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
What is shell and shell script?
How do I run a shell script on a mac?
Where is bash history?
How does path variable work?
What can scripts do?
Is it possible to substitute "ls" command in the place of "echo" command?
Print the 10th line without using tail and head command.
how to get part of string variable with echo command only?
What is bash used for?
How will you find the 99th line of a file using only tail and head command?
I want to connect to a remote server and execute some commands, how can I achieve this?
How will you connect to a database server from linux?
Write a command sequence to find the count of each word?
How do I open a jshell in cmd?
Rewrite the command to print the sentence and convert the variable to plural: echo “i like $variable”.