Xaprb

Stay curious!

Archive for the ‘monitoring’ tag

MySQL Cacti templates version 1.1.1 released

with 13 comments

I’ve released version 1.1.1 of the MySQL Cacti templates I develop. The new templates work around more Cacti limitations, including the limitation on the length of the data returned from the poller script. There’s also a new graph and many other niceties since the last release.

Read the rest of this entry »

Written by Baron Schwartz

October 15th, 2008 at 11:21 pm

Posted in SQL,Tools

Tagged with , , ,

How much memory does MySQL Enterprise Monitor’s agent use?

with 12 comments

After last week’s post on agents versus agentless monitoring systems, I got a lot of email. One, from a customer whose name I am not permitted to mention, sent me the following action shot (posted with permission):

MySQL Enterprise Monitor Memory Usage

Read the rest of this entry »

Written by Baron Schwartz

August 26th, 2008 at 3:14 pm

Is agent-based or agentless monitoring best?

with 12 comments

Rob Young has posted a few blog entries lately on the MySQL Enterprise monitoring software. His latest post claims that agent-based monitoring is equivalent to extensibility (MySQL Enterprise Monitor: Agent = Extensibility).

I think this is conflating two completely distinct properties of a monitoring solution. Cacti is extremely extensible, with a plugin-based architecture and templates and all kinds of other goodies; yet it is not agent-based (actually it lets you choose — now that’s extensibility). innotop is not agent-based, and it’s extremely extensible too. Basically everything inside innotop is a lookup table of anonymous subroutines and data structures that you can tweak pretty much infinitely with plugins and configuration files that get merged into the running code dynamically. Extensibility is completely orthogonal to whether the architecture is agent-based. What about WordPress? It’s ridiculously extensible and it has nothing to do with agents.

So now that we’ve clarified that, what can we say about agent-based or agentless architectures? Which is better?

Read the rest of this entry »

Written by Baron Schwartz

August 21st, 2008 at 12:30 am