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 can I set the default rwx permission to all users on every file which is created in the current shell?
What is shell company all about?
What is a program shell?
Write a command sequence to find all the files modified in less than 2 days and print the record count of each.
Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.
Is shell scripting easy to learn?
What does $@ mean in shell?
Explain about "s" permission bit in a file?
How to print the first array element?
How to open a read-only file in the shell?
What is a file basename?
how will you find the total disk space used by a specific user?
What is shell terminal?
How do I start a shell script?
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?