In the spirit of the recent MySQL Conference, I decided to have some fun
and make a MySQL Storage Engine that would be of practical use.
My idea is that so, so much information is available through,
say, /proc on Linux and FreeBSD that it is a shame
there isn't a convenient way to get to it short of ssh or
(shudder) snmp. So, I made a little storage engine that turns
arbitrary files into MySQL tables. It supports basic things like
space separation to derive columns, etc. Pretty simple, but I'm
amazed how easy it was and how useful it could be.
Enjoy!
http://code.google.com/p/mysql-filesystem-engine/
Ideas for files to watch:
-
-
/proc/mdstat- how is your software RAID array doing? any bad …