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
How do you debug a script?
What does sh mean?
shell script for reverse the string
What's the difference between scripting and coding?
What is the best scripting language?
What does $0 mean in shell script?
c program which behaves like a shell(command interpreter). it has its own prompt say "NewShell$".any normal shell command is executed from your shell by starting a child process to execute a system program corrosponding to the command
What is bash command used for?
How to get the 3rd element/column from each line from a file?
What can you do with powershell?
Explain about gui scripting?
How are shells born?
how to print the 2-d, 3-d arrays in unix shell script programs please answer thi questio to my mail venusaikumar@gmail.com
What is the default ubuntu terminal?
What happens when you type ls?