For some reasons I want to aggregate stats from several completely
different (and geographically distributed) projects on one server.
As the most simple and quick solution I see creating few distributions
of pinba mysql engine on the same mysql server.
By quick look through the plugin sources and MySQL documentation I
understand that I need to change plugin declaration and
libpinba_engine plugin library name with the custom plugin name name I
need for each project.
Are there any hidden issues I could meet on this way?
Is there any best way to do it?
Actually I want to handle 10-20 pinba-using projects on the same
server, each one not too much loaded with low number of timers, with
RPS up to 100-200 on each
Is it possible at all?
Best Regards,
Evgeniy Potapov
eapo...@gmail.com
Yep, that's what came to my mind first =)
--
Wbr,
Antony Dovgal
---
http://pinba.org - realtime statistics for PHP
I was thinking about reports with N tags (where 'N' is as big as you like),
but I'm not yet sure they are really necessary.
If you give me some time, I can estimate the complexity of the task.
Well, I started implementing it in a lazy mode - it's a lot of code, so don't expect it anytime soon.