Monitors the servers built on the linux operating system platform, including many aspects, here, I will summarize several linux monitoring tools and their installation and usage through network learning. 1. phpSysinfo [root @ localhost ~] #Llphpsysinfo-3.0.14.tar.gz-rw-r -- 1rootroot470084Oct1718: 16 phpsysin
ForLinux operating systemThe monitoring of servers on the platform includes many aspects. Here we summarize several linux monitoring gadgets and their installation and usage through network learning.
First,PhpSysinfo
[Root @ localhost ~] # Ll phpsysinfo-3.0.14.tar.gz
-Rw-r -- 1 root 470084 Oct 17 phpsysinfo-3.0.14.tar.gz
[Root @ localhost ~] # Tar zxvf phpsysinfo-3.0.14.tar.gz
[Root @ localhost ~] #MvPhpsysinfo/var/www/
[Root @ localhost ~] #Cd/Var/www/
[Root @ localhost ~] #Chmod-R 775 phpsysinfo/
[Root @ localhost ~] # Cd phpsysinfo/
[Root @ localhost ~] #CpConfig. php. new config. php
Finally, enter http: // ip/phpsysinfo/ind in the IE Address Bar.Ex. Php can view the system load in the form of a page!
2. webmin
[Root @ localhost ~] # Ll webmin-1.570-1.noarch.rpm // just install this rpm package
-Rw-r -- 1 root 16358730 Oct 17 19:03 webmin-1.570-1.noarch.rpm
[Root @ localhost ~] # Rpm-ivh webmin-1.570-1.noarch.rpm
Warning: webmin-1.570-1.noarch.rpm: Header V3 DSA signature: NOKEY, key ID 11f63c51
Preparing... ######################################## ### [100%]
Operating system is REdHat Enterprise Linux
1: webmin ####################################### #### [100%]
Webmin install complete. You can now login to http://localhost.localdomain: 10000/
As root with your root password.
In the IE Address Bar, enter http: // 192.168.1.192: 10000/to log on and perform related operations.
Third, servmon
See this article http://blog.s135.com/post/291/ for this setting
Fourth, mysql monitor settings
Download a software package written in perl
[Root @ localhost ~] # Ll rackerhacker-MySQLTuner-perl-v1.2.0-8-g6aDd618.tar.gz
-Rw-r -- 1 root 24641 Oct 17 rackerhacker-MySQLTuner-perl-v1.2.0-8-g6add618.tar.gz
[Root @ localhost ~] # Tar zxvf rackerhacker-MySQLTuner-perl-v1.2.0-8-g6add618.tar.gz
This perl script is combined with a bash script to implement system monitoring.
[Root @ localhost shell] # ll
Total 48
-Rwxr-xr-x 1 root 346 Oct 18 04:09 mysqlmonitor
-Rwxrwxr-x 1 root 41352 Apr 2 2011 mysqltuner. pl
[Root @ localhost shell] # vi mysqlmonitor
#! /Bin/bash
######################################## ######
ShellPath =/shell
Shellroot = root
Shellpass = 721 wyzj
############### Monitor mysql
##################################
$ ShellPath/mysqltuner. pl -- user $ Shellroot -- pass $ Shellpass> $ ShellPath/mail.txt
Mail-s "MySQL monitor" $ Shellmail <$ ShellPath/mail.txt
In this way, administrators can monitor their servers by email.
Summary: The above describes the tools used to monitor the server status. We hope you can use them best!
In addition, you can use the server monitor Tool in windows.