Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

nkuclassical/Monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

24 Commits

Repository files navigation

Monitor

Linux Host,MySQL,Oracle monitor tools

1.Script Abstract:

hmon.py: monitor Linux os system including cpu,memory,disk,net,file system at a regular interval.
mmon.py: monitor MySQL DataBase with innodb engine on Linux platform at a regular interval.
omon.py: monitor Oracle DataBase on Linux platform at a regular interval.
mon.sh: convenient way to retieve monitor [OS/MySQL/Oracle] Datas.
pidmon: monitor Linux process.

2.Deploy:

1.deploy hmon.py:
	nohup /home/script/hmon.py >/dev/null 2>&1 &
2.deploy mmon.py:
	nohup /home/script/mmon.py $PORT >/dev/null 2>&1 &
3.deploy omon.py:
	nohup /home/script/omon.py >/dev/null 2>&1 &

3.Usage:

mon key [value]:
----------------------------------------------------
core: --the brief monitor data with a few metrics on Linux OS
cpu: --the cpu monitor data
mem: --the memory monitor data
net: --the network monitor data
fs: --the file system monitor data
disk: --the disks system monitor data
mysql --the MySQL core monitor data
mysql [plus] --the MySQL plus monitor data
oracle --the Oracle monitor data
oracle [plus] --the Oracle plus monitor data
pid [pidvalue] --the linux process monitor 

4.Metrics Interpret:

Host monitor metrics:
MySQL monitor metrics:
Oracle monitor metrics:

5.Others:

About

Linux Host,MySQL,Oracle Monitor Tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • Python 98.0%
  • Shell 2.0%

AltStyle によって変換されたページ (->オリジナル) /