How did you do the Health check in Linux?



How did you do the Health check in Linux?..

Answer / lokesh

Top :

Top Command can provide the top processes, CPU Load, Memory
Utilization, Swap Utilization, Running/Zombie Process,
Uptime, etc..

iostat:

This command will provide the information about the disk
utilization, Read/Write rate, etc..

vmstat:

vmstat command provides the swap memory utilization report.

sar (System Activity Reporter):

sar tool can provide the report about CPU Load, iowait and
other useful info at specified intervals.

dmesg:

dmesg command displays all the server errors including
Hardware, booting, network errors

This command will retrieve the information from log files
which located in /var/log

Other Useful commands to collect some info about the
server :

runlevel – To Know the Current Run Level

netstat –a – To see the Network sessions

netstat –rn – To View the gateways configured

who / finger – To View the Users logged in detail

ps –ef – To view all the running process and its related
files

sestatus – To check SELINUX status

service iptables status – To check firewall status

ifconfig –a – To View the Network cards and IP Address
configured

Is This Answer Correct ?    7 Yes 0 No

Post New Answer

More Linux Commands Interview Questions

How do you kill a process in linux?

0 Answers  


How do you create a file?

0 Answers  


What is the difference between diff and cmp command in unix?

0 Answers  


What is difference between egrep and grep?

0 Answers  


What is du command in linux?

0 Answers  






How do make computer faster?

0 Answers  


What does (cd dir && command) do?

0 Answers  


How commands work in linux?

0 Answers  


What is make in linux?

0 Answers  


What is the command to remove Lvm ,Pv and vg

12 Answers   Tech Mahindra, TNS,


Which Command used to lock user password in Linux?

0 Answers  


Did you work with linux? What flavors and versions?

5 Answers   HP,


Categories