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



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

Answer / 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

More Shell Script Interview Questions

How many fields are present in a crontab file and what does each field specify?

0 Answers  


What are the different shells available?

3 Answers  


Is shell scripting a programming language?

0 Answers  


What are the default permissions of a file when it is created?

0 Answers  


How to print pid of the current shell?

0 Answers  






Hello all, This is my assignment on shell scripting, can anyone help me regarding this ? Create a shell script which connects to the database In second shell script include the first script for the DB connection Create a table (PRADEEP_DATA) with 2 columns (name, value) In Third shell script include the first script for the DB connection And insert/delete the values from the Table, by accepting input from the user This functionality should be a menu driven Program: 1) Insert to the database a. Name b. value 2)Delete from the database a.Name b.value Exception handling needs to be taken care.

0 Answers   Cap Gemini, Wipro,


How to create environment variables?What are the conditions for creating variables?

1 Answers   Infosys, Wipro,


I Forgot My Windows Vista Password! How Can I Find My Windows Lost Password?

1 Answers  


Why is it called a shell?

0 Answers  


What is the difference between break and continue commands?

0 Answers  


How to print all array elements and their respective indexes?

0 Answers  


How to print all the arguments provided to the script?

0 Answers  


Categories