How did you do the Health check in Linux?
Answer Posted / 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 View All Answers
What is the command to check cpu speed in linux?
What does r mean linux?
How do you create a blank file in linux?
Is makefile a shell script?
What is command line in unix?
How do I change shell in linux?
What is #!/ Bin sh?
What is tty in linux process?
what is the roles and responsibilities in linux system admin having 2yrs exp..?
What is makefile in unix?
How do I change directories in linux command line?
How to root mirror in linux?
How do you insert comments in the command line prompt?
How do I check my system performance?
What is the difference between command ‘ping’ and ‘ping6’?