From: Florian G. <fl...@bi...> - 2007-02-28 09:48:26
|
Hi, what Ives means is that there are so called "storage modules". They are written in C and can be dynamically loaded into perfparse. There exists example code (storage_print.c) you can modify to put it into a rrd database. Yes, this would duplicate the data. Another solution will come in one of the next perfparse versions: You then will be able to generate rrd-like Graphs from the mysql (or other) backend. Flo Ciro Iriarte wrote: > Ok, i'll check if it can be done. The idea is to get rrd-like graphics > with perfparse frontend using it's backend data (mysql), right? or is > to paste rrd in the middle somehow?, I would like to use just one > backend, mysql or rrdfiles, currently we choose perfparse because we > are running a x86_64 distro on our main monitoring server, and the > standby is running i586. > > Thanks a lot for you input > > Ciro > 2007/2/27, Yves Mettier <yme...@li...>: >> Hi, >> >> Check the files in the modules/ directory and pay attention to all the >> modules/storage_*.c files. >> If you want to make your own to output data for rrd, begin either with storage_stdout.c >> or storage_print.c. >> >> http://perfparse.cvs.sourceforge.net/perfparse/_perfparse/modules/ >> >> Before trying to hack anything, enable the storage_print module and check that it works :) >> >> Yves >> >> >> >>> 2007/2/23, Yves Mettier <yme...@li...>: >>>> Hi, >>>> >>>> You can take the output plugin template and hack it to output rrd data. >>>> I had never time to develop it, and while many ask for such a feature, nobody develop >>>> it... >>>> >>>> Yves >>>> >>> Hi, >>> >>> Thanks for your answer, you are talking about getting rrd >>> graphics-like with perfparse data?, which files would need to be >>> modified, any hints? >>> >>> Ciro >>> >> >> -- >> - Homepage - http://ymettier.free.fr - http://www.logicacmg.com - >> - GPG key - http://ymettier.free.fr/gpg.txt - >> - Maitretarot - http://www.nongnu.org/maitretarot/ - >> - C en action - http://www.oreilly.fr/catalogue/2841772896.html - >> >> > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users > |