Intro
The first working version (0.4.3) of SIGAR I_S plugin is now available on Launchpad. You are welcome to download and give it a try:
bzr branch lp:~m.ch/mysql-server/sigar-plugin
As this product is still in development stage you probably don't want to install it on you production server. I'd rather suggest to play with it on some non-important MySQL server instance.
So what actually this plugin does. It uses Hyperix SIGAR library to gather and analyze operating system information. As SIGAR library is OS independent we can gather information on different unix platforms as well as on Windows family OS.
What this plugin is not. It's not a way to start or stop OS services, interrupt its work or affect it in any way.
Features
1. You don't need to install or compile SIGAR library yourself as the source files come already with SIGAR files and do all the dirty work for you.
2. At the moment plugin comes as a standalone program (in the future it's going to be merged into the latest MySQL server revision).
3. It's distributed with autotools support so that you can compile and install it easily on almost any unix machine (standalone installation is not supported on Windows so far).
4. The following plugins are available with this revision:
OS_SUMMARY
OS_USERS
OS_MEMORY_RAM_SWAP
OS_CPU
OS_DISK_USAGE
OS_FILESYSTEM
OS_RESOURCE_LIMITS
OS_NETWORK_INTERFACES
OS_NETWORK_INTERFACES_STAT
OS_NETWORK_CONNECTIONS
OS_NETWORK_ROUTES
OS_PROCESSES
OS_PROCESSES_STAT
Installation
Installation details could be found in README file.
If you think something should be improved or you find anybug don't hesitate to leave a comment or e-mail me.
Подписаться на:
Комментарии к сообщению (Atom)
2 комментария:
Hi!
this maybe an awfully stupid question, but I can't seem to get it to compile. I used the bzr checkout lingo on you page and got:
roland@roland-laptop:~/sigar-plugin$ ls -l
total 72
-rw-r--r-- 1 roland adm 60 2008-07-22 15:09 AUTHORS
-rw-r--r-- 1 roland adm 0 2008-07-22 15:09 ChangeLog
-rw-r--r-- 1 roland adm 3329 2008-07-22 15:09 configure.ac
-rw-r--r-- 1 roland adm 35147 2008-07-22 15:09 COPYING
-rw-r--r-- 1 roland adm 9512 2008-07-22 15:09 INSTALL
-rw-r--r-- 1 roland adm 132 2008-07-22 15:09 Makefile.am
-rw-r--r-- 1 roland adm 0 2008-07-22 15:09 NEWS
-rw-r--r-- 1 roland adm 3217 2008-07-22 15:09 README
drwxr-xr-x 4 roland adm 4096 2008-07-22 15:09 sigar
drwxr-xr-x 2 roland adm 4096 2008-07-22 15:09 src
...But no "configure".
What do I do?
Hey Roland,
Just run "autoreconf -fi" and it will install configure script for you. Also check README file there should be more details on the installation.
Good luck.
Отправить комментарий