Hi,
I'm looking for something that will represent the MySQL load on multiple servers. I've Googled about but I haven't found anything promising. Hopefully somebody has done this before?
Thanks.
Live MySQL load graph
Moderator: General Moderators
-
impulse()
- Forum Regular
- Posts: 748
- Joined: Wed Aug 09, 2006 8:36 am
- Location: Staffordshire, UK
- Contact:
Re: Live MySQL load graph
The only idea I have at the moment is to run and use string functions to pull out the percentage.
Code: Select all
$top = exec("top | grep 'mysqld');Re: Live MySQL load graph
I just searched for a while and found a few things, because pretty soon here I too will need something similar.
http://www.mysql.com/news-and-events/ne ... 00301.html
http://jeremy.zawodny.com/mysql/mytop/
(Its in the Ubuntu repository's sweet)
http://www.gossamer-threads.com/blog/my ... onitoring/
(No examples but pretty cool graphs)
http://www.mysql.com/news-and-events/ne ... 00301.html
http://jeremy.zawodny.com/mysql/mytop/
(Its in the Ubuntu repository's sweet)
http://www.gossamer-threads.com/blog/my ... onitoring/
(No examples but pretty cool graphs)