Xaprb

Stay curious!

Archive for the ‘Marketing’ tag

One of the best blog headlines I have ever read

without comments

Cruising through my blog reader today, and came upon this blog post from Zmanda:

Our price increased today. Now we are one-tenth the cost of Symantec.

That is absolute genius. It is impossible to ignore, and will probably be remembered longer than almost anything else they could have written.

Written by Xaprb

July 11th, 2009 at 12:21 pm

Posted in Commentary

Tagged with ,

I unsubscribed from the Planet MySQL feed

with 15 comments

Now why would I do that, especially when my blog is syndicated through it?

Simple. I’m always trying to cut back on RSS and other “stuff.” Less is more. But don’t worry — I subscribed again. Only this time, I subscribed to my own filtered version of it! I built it via Yahoo! Pipes. And I made it public, so you can subscribe to it too.

Read the rest of this entry »

Written by Xaprb

October 30th, 2008 at 6:39 pm

Posted in SQL,World Wide Web

Tagged with , , ,

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 Xaprb

August 21st, 2008 at 12:30 am