You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(12) |
Jun
(56) |
Jul
(68) |
Aug
(141) |
Sep
(82) |
Oct
(76) |
Nov
(115) |
Dec
(74) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(65) |
Feb
(113) |
Mar
(82) |
Apr
(37) |
May
(44) |
Jun
(22) |
Jul
(12) |
Aug
(3) |
Sep
(17) |
Oct
(11) |
Nov
(23) |
Dec
(1) |
2006 |
Jan
(1) |
Feb
(9) |
Mar
(6) |
Apr
(12) |
May
(10) |
Jun
(23) |
Jul
(1) |
Aug
(4) |
Sep
(3) |
Oct
(4) |
Nov
(6) |
Dec
(15) |
2007 |
Jan
(17) |
Feb
(14) |
Mar
(20) |
Apr
(7) |
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
(5) |
Oct
(1) |
Nov
|
Dec
(2) |
2008 |
Jan
|
Feb
|
Mar
(2) |
Apr
(2) |
May
(6) |
Jun
(5) |
Jul
(13) |
Aug
(2) |
Sep
(16) |
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Clif J. S. <per...@cj...> - 2004-10-02 16:16:06
|
I just installed v0.100.6 and I'm having the same issue. I did tried=20 the hack to no avail, although the settings were already updated, I just=20 put them in the same order. Any ideas? cjs From: Paulo Afonso Graner Fessel <paulo@pr...> RES: Warn values are not going into database =20 2004-08-13 13:15 =20 Ultra-quick hack that seems to solve my problem: =20 In perfparse/perfparse.c: =20 #define TPERFDATA_MIN 2 #define TPERFDATA_MAX 3 #define TPERFDATA_WARN 0 #define TPERFDATA_CRIT 1 #define TPERFDATA_VALUE 4 =20 instead of =20 #define TPERFDATA_MIN 0 #define TPERFDATA_MAX 1 #define TPERFDATA_WARN 2 #define TPERFDATA_CRIT 3 #define TPERFDATA_VALUE 4 =20 The lines on the database now show =20 +------------+---------------------+--------+---------------------+------= ---+--------+----------+--------+ | host_name | service_description | metric | ctime |=20 value | warn | critical | state | +------------+---------------------+--------+---------------------+------= ---+--------+----------+--------+ | nagioslab | /dev/vg00/rootlv | / | 2004-08-13 09:58:11 | =20 5211 | 8567 | =20 9575 | 0 | +------------+---------------------+--------+---------------------+------= ---+--------+----------+--------+ =20 What, I think, should be the correct behavior. =20 []"s Paulo =20 =20 "This is not right. This is not even wrong." (Wolfgang Pauli) =20 =20 Paulo Fessel Administrador de Ambiente e Sistemas UNIX PrimeSys Solu=E7=F5es=20 Empresariais Av. Brig. Faria Lima, 1485 - 13=B0 andar Torre Norte - Pinheiros 01451-904 S=E3o Paulo - SP =20 paulo.fessel@pr... tel: fax: mobile: +55 (11) 3038-6554 +55 (11) 3038-6508 +55 (11) 8259-0353 =20 =20 Signature powered by Plaxo <http://www.plaxo.com/signature> Want a=20 signature like this? <http://www.plaxo.com/signature> =20 Add me to your address book... <https://www.plaxo.com/add_me?u=3D8590019246&v0=3D166225&k0=3D1601108562>= =20 =20 =20 =20 _____ =20 =20 De: Paulo Afonso Graner Fessel Enviada em: sexta-feira, 13 de agosto de 2004 09:02 Para: Cook, Garry; perfparse-users@li... Assunto: RES: [Perfparse-users] Warn values are not going into datab= ase =20 =20 I wasn"t at the office today, so I"ll try to describe what"s happeni= ng. =20 Here"s for example one row of data took from perfdata_service_bin: =20 =20 +-----------+---------------------+--------+---------------------+------= ---+--------+----------+--------+ | host_name | service_description | metric | ctime |=20 value | warn | critical | state | =20 +-----------+---------------------+--------+---------------------+------= ---+--------+----------+--------+ | nagioslab | /dev/vg00/rootlv | / | 2004-07-23 14:35:10=20 | 4822 | 0 | =20 10079 | 0 | =20 +-----------+---------------------+--------+---------------------+------= ---+--------+----------+--------+ =20 On the other hand, take a look at the output of check_disk: =20 [root@nagioslab libexec]# ./check_disk -w 15% -c 5% -p / DISK OK - free space: / 4869 MB (48%);| /=3D5211MB;8567;9575;0;10079 =20 The line recorded at serviceperf.log shows =20 1092398291 nagioslab /dev/vg00/rootlv DISK OK -=20 free space: / 4869 MB (48%): OK /=3D5211MB;8567;9575;0;10079 =20 Seems that the values that are making into the database are minimum=20 (0) and maximum (10079) values instead of warning (10064) and critical (10074) ones. My=20 patched check_nt (that provides also perfdata information) also provides evidence=20 supporting this: =20 [root@nagioslab libexec]# ./check_nt -H 10.4.8.135 -v USEDDISKSPACE=20 -l c -w 85% -c 95% c:\ - total: 37.27 Gb - used: 7.31 Gb (20%) - free 29.96 Gb (80%)|c=3D7.310GB;31.678;35.404;;37.268 =20 Now, the line recorded at the database: =20 =20 +------------+---------------------------+--------+---------------------= +---------+--------+----------+--------+ | host_name | service_description | metric |=20 ctime | value | warn =20 | critical | state | =20 +------------+---------------------------+--------+---------------------= +---------+--------+----------+--------+ | bradesk150 | Disco C: | c | 2004-07-23=20 15:09:11 | 5.909 | 0 | 37.26 | 0 | =20 +------------+---------------------------+--------+---------------------= +---------+--------+----------+--------+ =20 Again, we see that warn =3D 0 and critical =3D- 37.26, when the corr= ect=20 information should have been warn =3D 31.68 and critical =3D 35.40. Also, as you can see, bo= th=20 plugins provide output in the format you mentioned - that is,=20 "label"=3Dvalue[UOM];[warn];[crit];[min];[max]. =20 TIA, =20 Paulo Fessel =20 "This is not right. This is not even wrong." (Wolfgang Pauli) =20 =20 Paulo Fessel Administrador de Ambiente e Sistemas UNIX PrimeSys Solu=E7=F5es=20 Empresariais Av. Brig. Faria Lima, 1485 - 13=B0 andar Torre Norte - Pinheiros 01451-904 S=E3o Paulo - SP =20 paulo.fessel@pr... tel: fax: mobile: +55 (11) 3038-6554 +55 (11) 3038-6508 +55 (11) 8259-0353 =20 =20 Signature powered by Plaxo <http://www.plaxo.com/signature> Want a=20 signature like this? <http://www.plaxo.com/signature> =20 Add me to your address book... <https://www.plaxo.com/add_me?u=3D8590019246&v0=3D166225&k0=3D1601108562>= =20 =20 =20 =20 _____ =20 =20 De: Cook, Garry [mailto:GWCOOK@ma...] Enviada em: quinta-feira, 12 de agosto de 2004 12:07 Para: Paulo Afonso Graner Fessel; perfparse-users@li... Assunto: RE: [Perfparse-users] Warn values are not going into=20 database =20 =20 I"m not sure that I completely understand your question... What=20 do you mean by "I"m not including all fields of performance data on plugin output"? =20 Plugin output of performance data should be in the format "label"=3Dvalue[UOM];[warn];[crit];[min];[max] Please see=20 http://nagiosplug.sourceforge.net/developer-guidelines.html#AEN185 for detailed information. =20 As you can see from the above, some of the variables are=20 optional (those enclosed in square brackets). If your performance data does not supply the warning=20 and critical values, they will not make it into the database. =20 Garry W. Cook, CCNA Network Infrastructure Manager MACTEC, Inc. - http://www.mactec.com/ 303.308.6228 (Office) - 720.220.1862 (Mobile) =20 -----Original Message----- From: perfparse-users-admin@li... [mailto:perfparse-users-admin@li...] On Behalf Of Paulo Afonso Graner Fes= sel Sent: Wednesday, August 11, 2004 2:44 PM To: perfparse-users@li... Subject: [Perfparse-users] Warn values are not going into=20 database =20 =20 Hello, folks. =20 We have noticed today that perfparse is not inserting the=20 warning values into perfdata_service_bin table, only the critical ones. So it"s impossible=20 to graph threshold lines as warning values are always "0". =20 Does it happen because i"m not including all fields of=20 performance data on plugin output? Is it neccessary to include all fields of performance values on=20 plugin output? =20 []"s Paulo Fessel =20 "This is not right. This is not even wrong." (Wolfgang Pauli) =20 =20 Paulo Fessel Administrador de Ambiente e Sistemas UNIX PrimeSys Solu=E7=F5es=20 Empresariais Av. Brig. Faria Lima, 1485 - 13=B0 andar Torre Norte - Pinheiros 01451-904 S=E3o Paulo - SP =20 paulo.fessel@pr... tel: fax: mobile: +55 (11) 3038-6554 +55 (11) 3038-6508 +55 (11) 8259-0353 =20 =20 Signature powered by Plaxo <http://www.plaxo.com/signature> Want a=20 signature like this? <http://www.plaxo.com/signature> =20 Add me to your address book... <https://www.plaxo.com/add_me?u=3D8590019246&v0=3D166225&k0=3D1601108562>= =20 =20 =20 =20 |
From: Ben C. <Be...@cl...> - 2004-09-30 07:52:07
|
> I'm in a similar situation, but more servers....looking at about 600 > servers eventually, and I'd like to store about a year worth of data > for post analysis, and trending. What kind of storage am I going to > need? I'm looking at 86mil rows inserted per month....ouch. Also, has > anyone every used Oracle with Perfparse? What would be involved in > writing it modular to use any database backend? I can answer some of this. You may have to do some research. Get to the MySQL shell and enter: show table status\G Or show table status; Look for the two tables perfdata_service_bin and perfdata_service_raw. You can see there the average row length and the number of rows. If you know the number of rows being added, you therefore can calculate the space needed for a years data. The %_raw table holds one row for each service. If you have one service entry a minute from all 600 services, this would be 84MB/day. The %_bin table holds one row for each metric. See how many metrics per service you have from the output of 'perfparse -r'. If you have 1.5 metrics per service, this is 93MB/Day. Also take into account the deletion policies. Some services/metrics will therefore have a fixed size. A general note to all readers ============================= Are there any SQL developers out there who would want a go at writing some tools to monitor and predict database size for PP? Or an Excel spread sheet which users can enter their setup details and get back size figures? If so, you'd make a valuable addition to this product. Regards, Ben. Jeff Scott wrote: > I'm in a simular situation, but more servers....looking at about 600 > servers eventually, and I'd like to store about a year worth of data > for post analysis, and trending. What kind of storage am I going to > need? I'm looking at 86mil rows inserted per month....ouch. Also, has > anyone every used Oracle with Perfparse? What would be involved in > writing it modular to use any database backend? > > > On Tue, 28 Sep 2004 17:21:49 -0700, James Ochs <jo...@re...> > wrote: > >> Hi all, >> I sent an email to the list about a month ago on this issue and haven't >> gotten a response. >> I have perfparse and am tracking about 80 servers and about 10 or so >> monitors per server, all running at five minute intervals. I have 30 >> days >> worth of data in the database. >> Currently the perfdata_service_raw table is 45M rows and over 800M. The >> perfdata_service_bin table is 62M rows and about 1.6G (this is due to not >> purging for a long time before I got the deletion policies working, I >> think >> its about 900M of actual data). >> Due to the number of rows the perfparse-db-purge actually crashes >> mysql due >> to running out of buffer space... I have upped this to 16M and it still >> crashes. >> I'd also like to be able to monitor trends in services over a longer >> period >> of time, like say the last month, the last year, the last 5 years >> similar to >> the way mrtg does, but with the dataset the way it is that is >> currently not >> feasible. >> How much data are other people retaining? Has anyone else run into >> similar >> issues? Does anyone have a solution? >> Thanks, >> James > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on ITManagersJournal > Use IT products in your business? Tell us what you think of them. Give us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users > |
From: Ben C. <Be...@cl...> - 2004-09-30 07:48:11
|
Jeff, I am glad you like the save option. This code is the start of a bigger database and report option for graphs. I will include your suggestions for a near-future version. Regards, Ben Jeff Scott wrote: > I really like the new ability to "save" a graph. This is great....but, > a few ideas: > > 1) When showing the graph, don't display the list of saved graphs again, > I suspect my list of saved graphs will get long. > 2) How about adding a check box to the list of saved graphs, so you can > select multiple saved graphs to display on one page? > > Thanks for the great work!!!!!! > Jeff > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on ITManagersJournal > Use IT products in your business? Tell us what you think of them. Give us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users > |
From: Ben C. <Be...@cl...> - 2004-09-30 07:46:06
|
Hi James, The reason for the hash error can only be that the file (serviceperf.log) has been altered. I have done testing on a file of this size without error. It is possible that the file is being altered rather than just appended to? I think you may want to try the new parser from Yves. It does not restart the log file. This will be the only parser in later versions of PP. Alternatively, there is another way of killing the log file. After each run, execute: echo -n "" > serviceperf.log This will loose three or four lines of log. But does not restart Nagios. If you can live with this, then this is another suggestions. Regards, Ben. James Ochs wrote: > A little more information on this issue as well... since nagios 2 beta > crashes on the kill -HUP signal, I turned off the log rotation via > perfparse. It appears after some testing last night that perfparse is > not correctly calculating hashes on my system. I upgraded to 100.6, > dropped the existing database, and used perfparse to load the current > log file. It stopped (it was running under the daemon shell script) > halfway through and I restarted perfparse. It then said that it was > moving to the line that it had stopped on, after which it said that the > hash was incorrect and started reloading the data from the beginning of > the file. I suspect that this is a regular occurrence because over the > last month a 1.5 million line logfile generated 62 million rows in the > perfdata_service_bin table. > > I am using perfparse 100.6 on fedora core 2 if that helps any... > > James > > -----Original Message----- > From: Jeff Scott [mailto:je...@sk...] > Sent: Wednesday, September 29, 2004 9:14 AM > To: James Ochs; per...@li... > Subject: Re: [Perfparse-users] database size.... > > I'm in a simular situation, but more servers....looking at about 600 > servers eventually, and I'd like to store about a year worth of data for > post analysis, and trending. What kind of storage am I going to need? > I'm looking at 86mil rows inserted per month....ouch. Also, has anyone > every used Oracle with Perfparse? What would be involved in writing it > modular to use any database backend? > > > On Tue, 28 Sep 2004 17:21:49 -0700, James Ochs <jo...@re...> > wrote: > > > Hi all, > > I sent an email to the list about a month ago on this issue and haven't > > gotten a response. > > I have perfparse and am tracking about 80 servers and about 10 or so > > monitors per server, all running at five minute intervals. I have 30 > > days > > worth of data in the database. > > Currently the perfdata_service_raw table is 45M rows and over 800M. The > > perfdata_service_bin table is 62M rows and about 1.6G (this is due to > not > > purging for a long time before I got the deletion policies working, I > > think > > its about 900M of actual data). > > Due to the number of rows the perfparse-db-purge actually crashes mysql > > due > > to running out of buffer space... I have upped this to 16M and it still > > crashes. > > I'd also like to be able to monitor trends in services over a longer > > period > > of time, like say the last month, the last year, the last 5 years > > similar to > > the way mrtg does, but with the dataset the way it is that is currently > > not > > feasible. > > How much data are other people retaining? Has anyone else run into > > similar > > issues? Does anyone have a solution? > > Thanks, > > James > |
From: Jeff S. <je...@sk...> - 2004-09-29 22:18:55
|
I really like the new ability to "save" a graph. This is great....but, a few ideas: 1) When showing the graph, don't display the list of saved graphs again, I suspect my list of saved graphs will get long. 2) How about adding a check box to the list of saved graphs, so you can select multiple saved graphs to display on one page? Thanks for the great work!!!!!! Jeff |
From: Yves M. <yme...@li...> - 2004-09-29 22:11:32
|
> So, what is the proper way to purge the service and host logs? Right n= ow > the only way would be to stop Nagios, purge the files, and restart > nagios. Which I don't really want to do. Have a look on that : http://sourceforge.net/mailarchive/message.php?msg_= id=3D9555935 If this does not help, wait for 0.101 or send me a mail to test the devel= version. Yves > > Thanks, > Jeff --=20 - Homepage - http://ymettier.free.fr - http://www.logicacmg.com - - GPG key - http://ymettier.free.fr/gpg.txt - - Maitretarot - http://www.nongnu.org/maitretarot/ - - GTKtalog - http://www.nongnu.org/gtktalog/ - |
From: Jeff S. <je...@sk...> - 2004-09-29 21:49:48
|
Ok, I've been fighting a problem for 2 days, and it appears to be related to perfparse.sh. I had the --delete-service-log and --delete-host-log flags enabled, which was causing perfparse to delete the files, and HUP nagios. However, (after reading many post, and debugging) I have discovered this has been my underlying problem. Apparently this is starting another nagios process, which is a known issue. Service checks get scheduled, but don't execute. And I had service checks scheduled for every 2 hours, which would get executed every 5 minutes, which perfparse ran. I've seen this issue on both Nagios 1.2 and 1.0, and Solaris 8 and Redhat9. So, what is the proper way to purge the service and host logs? Right now the only way would be to stop Nagios, purge the files, and restart nagios. Which I don't really want to do. Thanks, Jeff |
From: Yves M. <yme...@li...> - 2004-09-29 21:31:13
|
Hi :) With your configuration, have nagios on one machine, and the perfparse bi= nary on that machine. Put the database, CGI and web server on the other machine. It should work very well :) Yves > Howdy, > > My Nagios server is already pretty busy, doing nagios stuff, and I have= a > dedicated DB server. Is there any issues with moving the perfparse CGI= 's > to their own server? Seems like that would work ok, since all the Data= is > in a database... > > Thanks, > Jeff Scott > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on ITManagersJourna= l > Use IT products in your business? Tell us what you think of them. Give = us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out = more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users > > --=20 - Homepage - http://ymettier.free.fr - http://www.logicacmg.com - - GPG key - http://ymettier.free.fr/gpg.txt - - Maitretarot - http://www.nongnu.org/maitretarot/ - - GTKtalog - http://www.nongnu.org/gtktalog/ - |
From: Jeff S. <je...@sk...> - 2004-09-29 17:08:03
|
Howdy, My Nagios server is already pretty busy, doing nagios stuff, and I have a dedicated DB server. Is there any issues with moving the perfparse CGI's to their own server? Seems like that would work ok, since all the Data is in a database... Thanks, Jeff Scott |
From: James O. <jo...@re...> - 2004-09-29 16:47:03
|
A little more information on this issue as well... since nagios 2 beta crashes on the kill -HUP signal, I turned off the log rotation via perfparse. It appears after some testing last night that perfparse is not correctly calculating hashes on my system. I upgraded to 100.6, dropped the existing database, and used perfparse to load the current log file. It stopped (it was running under the daemon shell script) halfway through and I restarted perfparse. It then said that it was moving to the line that it had stopped on, after which it said that the hash was incorrect and started reloading the data from the beginning of the file. I suspect that this is a regular occurrence because over the last month a 1.5 million line logfile generated 62 million rows in the perfdata_service_bin table. I am using perfparse 100.6 on fedora core 2 if that helps any... James -----Original Message----- From: Jeff Scott [mailto:je...@sk...] Sent: Wednesday, September 29, 2004 9:14 AM To: James Ochs; per...@li... Subject: Re: [Perfparse-users] database size.... I'm in a simular situation, but more servers....looking at about 600 servers eventually, and I'd like to store about a year worth of data for post analysis, and trending. What kind of storage am I going to need? I'm looking at 86mil rows inserted per month....ouch. Also, has anyone every used Oracle with Perfparse? What would be involved in writing it modular to use any database backend? On Tue, 28 Sep 2004 17:21:49 -0700, James Ochs <jo...@re...> wrote: > Hi all, > I sent an email to the list about a month ago on this issue and haven't > gotten a response. > I have perfparse and am tracking about 80 servers and about 10 or so > monitors per server, all running at five minute intervals. I have 30 > days > worth of data in the database. > Currently the perfdata_service_raw table is 45M rows and over 800M. The > perfdata_service_bin table is 62M rows and about 1.6G (this is due to not > purging for a long time before I got the deletion policies working, I > think > its about 900M of actual data). > Due to the number of rows the perfparse-db-purge actually crashes mysql > due > to running out of buffer space... I have upped this to 16M and it still > crashes. > I'd also like to be able to monitor trends in services over a longer > period > of time, like say the last month, the last year, the last 5 years > similar to > the way mrtg does, but with the dataset the way it is that is currently > not > feasible. > How much data are other people retaining? Has anyone else run into > similar > issues? Does anyone have a solution? > Thanks, > James |
From: Yves M. <yme...@li...> - 2004-09-29 16:34:32
|
> I'm in a simular situation, but more servers....looking at about 600 > servers eventually, and I'd like to store about a year worth of data fo= r > post analysis, and trending. What kind of storage am I going to need? > I'm looking at 86mil rows inserted per month....ouch. Also, has anyone > every used Oracle with Perfparse? What would be involved in writing it > modular to use any database backend? With next version 0.101.x, perfparse (the scanner, not the CGI) is enough= modular to let you write your own database backend. If you want to contribute like that,= contact Ben or I and we will explain you what to do to install and work on 0.101 (not re= leased yet) Yves > > > On Tue, 28 Sep 2004 17:21:49 -0700, James Ochs <jo...@re...> > wrote: > >> Hi all, >> I sent an email to the list about a month ago on this issue and haven'= t >> gotten a response. >> I have perfparse and am tracking about 80 servers and about 10 or so >> monitors per server, all running at five minute intervals. I have 30 >> days >> worth of data in the database. >> Currently the perfdata_service_raw table is 45M rows and over 800M. T= he >> perfdata_service_bin table is 62M rows and about 1.6G (this is due to = not >> purging for a long time before I got the deletion policies working, I >> think >> its about 900M of actual data). >> Due to the number of rows the perfparse-db-purge actually crashes mysq= l >> due >> to running out of buffer space... I have upped this to 16M and it stil= l >> crashes. >> I'd also like to be able to monitor trends in services over a longer >> period >> of time, like say the last month, the last year, the last 5 years >> similar to >> the way mrtg does, but with the dataset the way it is that is currentl= y >> not >> feasible. >> How much data are other people retaining? Has anyone else run into >> similar >> issues? Does anyone have a solution? >> Thanks, >> James > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on ITManagersJourna= l > Use IT products in your business? Tell us what you think of them. Give = us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out = more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users > > --=20 - Homepage - http://ymettier.free.fr - http://www.logicacmg.com - - GPG key - http://ymettier.free.fr/gpg.txt - - Maitretarot - http://www.nongnu.org/maitretarot/ - - GTKtalog - http://www.nongnu.org/gtktalog/ - |
From: Jeff S. <je...@sk...> - 2004-09-29 16:14:29
|
I'm in a simular situation, but more servers....looking at about 600 servers eventually, and I'd like to store about a year worth of data for post analysis, and trending. What kind of storage am I going to need? I'm looking at 86mil rows inserted per month....ouch. Also, has anyone every used Oracle with Perfparse? What would be involved in writing it modular to use any database backend? On Tue, 28 Sep 2004 17:21:49 -0700, James Ochs <jo...@re...> wrote: > Hi all, > I sent an email to the list about a month ago on this issue and haven't > gotten a response. > I have perfparse and am tracking about 80 servers and about 10 or so > monitors per server, all running at five minute intervals. I have 30 > days > worth of data in the database. > Currently the perfdata_service_raw table is 45M rows and over 800M. The > perfdata_service_bin table is 62M rows and about 1.6G (this is due to not > purging for a long time before I got the deletion policies working, I > think > its about 900M of actual data). > Due to the number of rows the perfparse-db-purge actually crashes mysql > due > to running out of buffer space... I have upped this to 16M and it still > crashes. > I'd also like to be able to monitor trends in services over a longer > period > of time, like say the last month, the last year, the last 5 years > similar to > the way mrtg does, but with the dataset the way it is that is currently > not > feasible. > How much data are other people retaining? Has anyone else run into > similar > issues? Does anyone have a solution? > Thanks, > James |
From: Yves M. <yme...@li...> - 2004-09-29 09:23:37
|
Hi, I suggest that you don't use that option and do it yourself, in a script = or rotatelog or... Next version is a little different and this feature will not be maintaine= d because it is not the role of perfparse to remove or rotate that log file. Thanks for the bug report, anyway :) Yves > Hello, > > I've upgraded my perfparse version to 100.6, and Ihave the same problem= . > In fact, this segmentation fault is caused by the --delete-host-log opt= ion. > The program crash only if this option is enabled. > This problem appear with the command line too. > > Thx. > > ----- Original Message ----- > From: "Yves Mettier" <yme...@li...> > To: <per...@li...> > Sent: Wednesday, September 08, 2004 7:15 PM > Subject: Re: [Perfparse-users] Crah with 100.4 > > > >> Hello, >> >> With the new version 100.4, I have this error : >> (I use the same command that I configure with v99.8) >> >> ./perfparse-rund.sh: line 28: 11038 Segmentation fault > ${PERFPARSE} -s >> -r --delete-service-log --delete-host-log >${TMP_LOG} 2>${TMP_ERR} >> >> Is it a bug ? > > yes, if it is a crash, probably :) > Could you run that command line yourself, outside of a script ? Does it > crash too ? > If yes, is there any core file ? > Compile perfparse again, with -g option enabled: > /configure <your options here> > make CFLAGS=3D-g > make install CFLAGS=3D-g > > Run perfparse again to generate a new core. > Please use gdb and send us the backtrace: > > gdb perfparse --core=3Dcore > bt > > Yves > >> >> Thx. >> >> _________________________________________________________________ >> MSN Actions Solidaires : http://www.msn.fr/actionssolidaires/ la >> solidarit=E9 =E0 port=E9e de click >> >> >> >> ------------------------------------------------------- >> This SF.Net email is sponsored by BEA Weblogic Workshop >> FREE Java Enterprise J2EE developer tools! >> Get your free copy of BEA WebLogic Workshop 8.1 today. >> http://ads.osdn.com/?ad_id=3D5047&alloc_id=3D10808&op=3Dclick >> _______________________________________________ >> Perfparse-users mailing list >> Per...@li... >> https://lists.sourceforge.net/lists/listinfo/perfparse-users >> >> > > > -- > - Homepage - http://ymettier.free.fr - http://www.logicacmg.com - > - GPG key - http://ymettier.free.fr/gpg.txt - > - Maitretarot - http://www.nongnu.org/maitretarot/ - > - GTKtalog - http://www.nongnu.org/gtktalog/ - > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_idP47&alloc_id=10808&op=3Dick > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on ITManagersJourna= l > Use IT products in your business? Tell us what you think of them. Give = us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out = more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users > > --=20 - Homepage - http://ymettier.free.fr - http://www.logicacmg.com - - GPG key - http://ymettier.free.fr/gpg.txt - - Maitretarot - http://www.nongnu.org/maitretarot/ - - GTKtalog - http://www.nongnu.org/gtktalog/ - |
From: Christophe G. D. <cgo...@ho...> - 2004-09-29 08:42:10
|
Hello, I've upgraded my perfparse version to 100.6, and Ihave the same problem. In fact, this segmentation fault is caused by the --delete-host-log option. The program crash only if this option is enabled. This problem appear with the command line too. Thx. ----- Original Message ----- From: "Yves Mettier" <yme...@li...> To: <per...@li...> Sent: Wednesday, September 08, 2004 7:15 PM Subject: Re: [Perfparse-users] Crah with 100.4 > Hello, > > With the new version 100.4, I have this error : > (I use the same command that I configure with v99.8) > > ./perfparse-rund.sh: line 28: 11038 Segmentation fault ${PERFPARSE} -s > -r --delete-service-log --delete-host-log >${TMP_LOG} 2>${TMP_ERR} > > Is it a bug ? yes, if it is a crash, probably :) Could you run that command line yourself, outside of a script ? Does it crash too ? If yes, is there any core file ? Compile perfparse again, with -g option enabled: /configure <your options here> make CFLAGS=-g make install CFLAGS=-g Run perfparse again to generate a new core. Please use gdb and send us the backtrace: gdb perfparse --core=core bt Yves > > Thx. > > _________________________________________________________________ > MSN Actions Solidaires : http://www.msn.fr/actionssolidaires/ la > solidarité à portée de click > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users > > -- - Homepage - http://ymettier.free.fr - http://www.logicacmg.com - - GPG key - http://ymettier.free.fr/gpg.txt - - Maitretarot - http://www.nongnu.org/maitretarot/ - - GTKtalog - http://www.nongnu.org/gtktalog/ - ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idP47&alloc_id808&op=ick _______________________________________________ Perfparse-users mailing list Per...@li... https://lists.sourceforge.net/lists/listinfo/perfparse-users |
From: Yves M. <yme...@li...> - 2004-09-29 07:42:51
|
I found something about that when I ran out of space. I made a mistake an= d lost all my data (my fault). But if you try it and if you are not as stupid as me, it= can work :) 1/ dump your database somewhere 2/ drop the database and recreate it 3/ restore the data If you are using innoDB, this is the only way to reduce the size of the m= ysql files. I don't remember where I read that, but if you have no other solution, tr= y it and tell us :) About my mistake : I did 1/ 2/ 1/ instead of 1/ 2/ 3/ so I overwrote my d= ump with empty data :) Yves > Hi all, > > I sent an email to the list about a month ago on this issue and haven't > gotten a response. > > I have perfparse and am tracking about 80 servers and about 10 or so > monitors per server, all running at five minute intervals. I have 30 d= ays > worth of data in the database. > > Currently the perfdata_service_raw table is 45M rows and over 800M. Th= e > perfdata_service_bin table is 62M rows and about 1.6G (this is due to n= ot > purging for a long time before I got the deletion policies working, I t= hink > its about 900M of actual data). > > Due to the number of rows the perfparse-db-purge actually crashes mysql= due > to running out of buffer space... I have upped this to 16M and it still > crashes. > > I'd also like to be able to monitor trends in services over a longer pe= riod > of time, like say the last month, the last year, the last 5 years simil= ar to > the way mrtg does, but with the dataset the way it is that is currently= not > feasible. > > How much data are other people retaining? Has anyone else run into sim= ilar > issues? Does anyone have a solution? > > Thanks, > James > --=20 - Homepage - http://ymettier.free.fr - http://www.logicacmg.com - - GPG key - http://ymettier.free.fr/gpg.txt - - Maitretarot - http://www.nongnu.org/maitretarot/ - - GTKtalog - http://www.nongnu.org/gtktalog/ - |
From: James O. <jo...@re...> - 2004-09-29 00:22:02
|
Hi all, I sent an email to the list about a month ago on this issue and haven't gotten a response. I have perfparse and am tracking about 80 servers and about 10 or so monitors per server, all running at five minute intervals. I have 30 days worth of data in the database. Currently the perfdata_service_raw table is 45M rows and over 800M. The perfdata_service_bin table is 62M rows and about 1.6G (this is due to not purging for a long time before I got the deletion policies working, I think its about 900M of actual data). Due to the number of rows the perfparse-db-purge actually crashes mysql due to running out of buffer space... I have upped this to 16M and it still crashes. I'd also like to be able to monitor trends in services over a longer period of time, like say the last month, the last year, the last 5 years similar to the way mrtg does, but with the dataset the way it is that is currently not feasible. How much data are other people retaining? Has anyone else run into similar issues? Does anyone have a solution? Thanks, James |
From: Jeff S. <je...@sk...> - 2004-09-28 15:46:06
|
Figured it out...perfparse was stuck trying to write to /var/lock, which doesn't exist by default on Solaris. The app was stuck in an infinite loop. Might want to add a check, and bail out if it can't find the lock file. Jeff On Mon, 27 Sep 2004 20:02:57 -0700, Harper Mann <hm...@it...> wrote: > http://developers.sun.com/solaris/articles/tuning_solaris.html > > You might try "truss" to see what it's doing: > > 2.3.4. truss - Your Friend > The truss(1M) utility executes a specified command and produces a trace > of > the system calls it performs, the signals it receives, and the machine > faults it incurs. > > truss can also follow the execution of an existing process. It is a very > useful tool to narrow down what resources an application is requesting > from > the kernel that are slow or are used to excess. > > If you don't know about truss, then read the man page and give it a try. > The > -m option is very useful for showing faults such as page faults. The -c > option gives a summary of: > > System calls > > > Faults > > > Signals > > > Cumulative times spent in each system call type > > > Number of failed system calls > > Good luck! > > - Harper > > Harper Mann > Groundwork Open Source Solutions > 510-599-2075 (cell) > > > -----Original Message----- > From: per...@li... > [mailto:per...@li...] On Behalf Of Jeff > Scott > Sent: Monday, September 27, 2004 3:42 PM > To: Jeff Scott; per...@li... > Subject: Re: [Perfparse-users] Solaris 8 compile issues > > Last email today... All is built fine. All permission are set, configs > are update. But perfparse runs, sits and does nothing. Never returns. > Nothing to debug...I'm confused. Any suggestions? > > On Mon, 27 Sep 2004 21:59:13 -0000, Jeff Scott <je...@sk...> wrote: > >> FYI...I was able to work out my problems and get perfparse built on >> Solaris 8, I had to upgrade my version of GD. I didn't see that >> anywhere any the docs. Perhaps we should put together a list of >> requirements for compiling under certain platforms (Or if its there, I >> missed it.) >> >> Thanks, >> Jeff Scott >> >> >> On Mon, 27 Sep 2004 14:15:07 -0600, Cook, Garry <GW...@ma...> >> wrote: >> >>> Glad to hear it worked out. As for the 'no responses', I saw a response >>> from Yves Mettier about four hours ago. He suggested that you look at >>> mysql, as libz (zlib) is not yet used by PerfParse. Did you not receive >>> that post? >>> >>> Keep in mind that some of the folks on this list, including the two >>> main >>> developers (Ben and Yves) are overseas (in reference to where I am, in >>> the US), so responses to posts may not be immediate. >>> >>> Garry W. Cook, CCNA >>> Network Infrastructure Manager >>> MACTEC, Inc. - http://www.mactec.com/ >>> 303.308.6228 (Office) - 720.220.1862 (Mobile) >>> >>> per...@li... wrote: >>>> Ok...no responses, but I figured out this problem. In case anyone is >>>> interested, the problem was the pre-built binaries of mysql >>>> for solaris 8 >>>> appears to have been built with Sun C compiler, and not gcc...so, >>>> downloading source of mysql and building from scratch fixed >>>> this problem. >>>> However, I'm getting gd/png errors now... >>>> >>>> Has anybody built this for Solaris? >>>> >>>> Thanks, >>>> Jeff Scott >>>> >>>> On Mon, 27 Sep 2004 15:45:51 -0000, Jeff Scott >>>> <je...@sk...> wrote: >>>> >>>>> I'm having difficulties compiling perfparse on Solaris 8. Nagios, >>>>> mysql, perl, everything else built fine, no issues. I can't find >>>>> what libz.la library is? I already have all the zlib libraries >>>>> installed...but libz.la is not part of this install. This error >>>>> occurs on 0.100.5 and 0.100.6... >>>>> >>>>> >>>>> /bin/bash ../libtool --mode=link gcc -g -O2 -Wall -o perfparse >>>>> perfparse-perfparse.o -L/usr/local/mysql/lib -lmysqlclient -lposix4 >>>>> -lcrypt -lgen -lsocket -lnsl -lm ../zlib/libz.la -L/usr/local/lib >>>>> -lglib-2.0 -liconv -lm -L../libperfparse -lperfparse >>>>> mkdir .libs >>>>> libtool: link: cannot find the library `../zlib/libz.la' *** Error >>>>> code 1 make: Fatal error: Command failed for target `perfparse' >>>>> Current working directory /root/perfparse-0.100.5/perfparse *** >>>>> Error code 1 make: Fatal error: Command failed for target >>>>> `all-recursive' Current working directory /root/perfparse-0.100.5 >>>>> *** Error code 1 >>>>> make: Fatal error: Command failed for target `all' >>>>> >>>>> Thanks! >>>>> Jeff Scott >>>>> >>>>> >>>>> ------------------------------------------------------- >>>>> This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 >>>>> Project Admins to receive an Apple iPod Mini FREE for your judgement >>>>> on who ports your project to Linux PPC the best. Sponsored by IBM. >>>>> Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php >>>>> _______________________________________________ >>>>> Perfparse-users mailing list >>>>> Per...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/perfparse-users >>> >>> >>> >>> ------------------------------------------------------- >>> This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 >>> Project Admins to receive an Apple iPod Mini FREE for your judgement on >>> who ports your project to Linux PPC the best. Sponsored by IBM. >>> Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php >>> _______________________________________________ >>> Perfparse-users mailing list >>> Per...@li... >>> https://lists.sourceforge.net/lists/listinfo/perfparse-users >> >> >> > > > -- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/ |
From: Harper M. <hm...@it...> - 2004-09-28 03:02:51
|
http://developers.sun.com/solaris/articles/tuning_solaris.html You might try "truss" to see what it's doing: 2.3.4. truss - Your Friend The truss(1M) utility executes a specified command and produces a trace of the system calls it performs, the signals it receives, and the machine faults it incurs. truss can also follow the execution of an existing process. It is a very useful tool to narrow down what resources an application is requesting from the kernel that are slow or are used to excess. If you don't know about truss, then read the man page and give it a try. The -m option is very useful for showing faults such as page faults. The -c option gives a summary of: System calls Faults Signals Cumulative times spent in each system call type Number of failed system calls Good luck! - Harper Harper Mann Groundwork Open Source Solutions 510-599-2075 (cell) -----Original Message----- From: per...@li... [mailto:per...@li...] On Behalf Of Jeff Scott Sent: Monday, September 27, 2004 3:42 PM To: Jeff Scott; per...@li... Subject: Re: [Perfparse-users] Solaris 8 compile issues Last email today... All is built fine. All permission are set, configs are update. But perfparse runs, sits and does nothing. Never returns. Nothing to debug...I'm confused. Any suggestions? On Mon, 27 Sep 2004 21:59:13 -0000, Jeff Scott <je...@sk...> wrote: > FYI...I was able to work out my problems and get perfparse built on > Solaris 8, I had to upgrade my version of GD. I didn't see that > anywhere any the docs. Perhaps we should put together a list of > requirements for compiling under certain platforms (Or if its there, I > missed it.) > > Thanks, > Jeff Scott > > > On Mon, 27 Sep 2004 14:15:07 -0600, Cook, Garry <GW...@ma...> > wrote: > >> Glad to hear it worked out. As for the 'no responses', I saw a response >> from Yves Mettier about four hours ago. He suggested that you look at >> mysql, as libz (zlib) is not yet used by PerfParse. Did you not receive >> that post? >> >> Keep in mind that some of the folks on this list, including the two main >> developers (Ben and Yves) are overseas (in reference to where I am, in >> the US), so responses to posts may not be immediate. >> >> Garry W. Cook, CCNA >> Network Infrastructure Manager >> MACTEC, Inc. - http://www.mactec.com/ >> 303.308.6228 (Office) - 720.220.1862 (Mobile) >> >> per...@li... wrote: >>> Ok...no responses, but I figured out this problem. In case anyone is >>> interested, the problem was the pre-built binaries of mysql >>> for solaris 8 >>> appears to have been built with Sun C compiler, and not gcc...so, >>> downloading source of mysql and building from scratch fixed >>> this problem. >>> However, I'm getting gd/png errors now... >>> >>> Has anybody built this for Solaris? >>> >>> Thanks, >>> Jeff Scott >>> >>> On Mon, 27 Sep 2004 15:45:51 -0000, Jeff Scott >>> <je...@sk...> wrote: >>> >>>> I'm having difficulties compiling perfparse on Solaris 8. Nagios, >>>> mysql, perl, everything else built fine, no issues. I can't find >>>> what libz.la library is? I already have all the zlib libraries >>>> installed...but libz.la is not part of this install. This error >>>> occurs on 0.100.5 and 0.100.6... >>>> >>>> >>>> /bin/bash ../libtool --mode=link gcc -g -O2 -Wall -o perfparse >>>> perfparse-perfparse.o -L/usr/local/mysql/lib -lmysqlclient -lposix4 >>>> -lcrypt -lgen -lsocket -lnsl -lm ../zlib/libz.la -L/usr/local/lib >>>> -lglib-2.0 -liconv -lm -L../libperfparse -lperfparse >>>> mkdir .libs >>>> libtool: link: cannot find the library `../zlib/libz.la' *** Error >>>> code 1 make: Fatal error: Command failed for target `perfparse' >>>> Current working directory /root/perfparse-0.100.5/perfparse *** >>>> Error code 1 make: Fatal error: Command failed for target >>>> `all-recursive' Current working directory /root/perfparse-0.100.5 >>>> *** Error code 1 >>>> make: Fatal error: Command failed for target `all' >>>> >>>> Thanks! >>>> Jeff Scott >>>> >>>> >>>> ------------------------------------------------------- >>>> This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 >>>> Project Admins to receive an Apple iPod Mini FREE for your judgement >>>> on who ports your project to Linux PPC the best. Sponsored by IBM. >>>> Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php >>>> _______________________________________________ >>>> Perfparse-users mailing list >>>> Per...@li... >>>> https://lists.sourceforge.net/lists/listinfo/perfparse-users >> >> >> >> ------------------------------------------------------- >> This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 >> Project Admins to receive an Apple iPod Mini FREE for your judgement on >> who ports your project to Linux PPC the best. Sponsored by IBM. >> Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php >> _______________________________________________ >> Perfparse-users mailing list >> Per...@li... >> https://lists.sourceforge.net/lists/listinfo/perfparse-users > > > -- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/ ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ Perfparse-users mailing list Per...@li... https://lists.sourceforge.net/lists/listinfo/perfparse-users |
From: Jeff S. <je...@sk...> - 2004-09-27 22:42:18
|
Last email today... All is built fine. All permission are set, configs are update. But perfparse runs, sits and does nothing. Never returns. Nothing to debug...I'm confused. Any suggestions? On Mon, 27 Sep 2004 21:59:13 -0000, Jeff Scott <je...@sk...> wrote: > FYI...I was able to work out my problems and get perfparse built on > Solaris 8, I had to upgrade my version of GD. I didn't see that > anywhere any the docs. Perhaps we should put together a list of > requirements for compiling under certain platforms (Or if its there, I > missed it.) > > Thanks, > Jeff Scott > > > On Mon, 27 Sep 2004 14:15:07 -0600, Cook, Garry <GW...@ma...> > wrote: > >> Glad to hear it worked out. As for the 'no responses', I saw a response >> from Yves Mettier about four hours ago. He suggested that you look at >> mysql, as libz (zlib) is not yet used by PerfParse. Did you not receive >> that post? >> >> Keep in mind that some of the folks on this list, including the two main >> developers (Ben and Yves) are overseas (in reference to where I am, in >> the US), so responses to posts may not be immediate. >> >> Garry W. Cook, CCNA >> Network Infrastructure Manager >> MACTEC, Inc. - http://www.mactec.com/ >> 303.308.6228 (Office) - 720.220.1862 (Mobile) >> >> per...@li... wrote: >>> Ok...no responses, but I figured out this problem. In case anyone is >>> interested, the problem was the pre-built binaries of mysql >>> for solaris 8 >>> appears to have been built with Sun C compiler, and not gcc...so, >>> downloading source of mysql and building from scratch fixed >>> this problem. >>> However, I'm getting gd/png errors now... >>> >>> Has anybody built this for Solaris? >>> >>> Thanks, >>> Jeff Scott >>> >>> On Mon, 27 Sep 2004 15:45:51 -0000, Jeff Scott >>> <je...@sk...> wrote: >>> >>>> I'm having difficulties compiling perfparse on Solaris 8. Nagios, >>>> mysql, perl, everything else built fine, no issues. I can't find >>>> what libz.la library is? I already have all the zlib libraries >>>> installed...but libz.la is not part of this install. This error >>>> occurs on 0.100.5 and 0.100.6... >>>> >>>> >>>> /bin/bash ../libtool --mode=link gcc -g -O2 -Wall -o perfparse >>>> perfparse-perfparse.o -L/usr/local/mysql/lib -lmysqlclient -lposix4 >>>> -lcrypt -lgen -lsocket -lnsl -lm ../zlib/libz.la -L/usr/local/lib >>>> -lglib-2.0 -liconv -lm -L../libperfparse -lperfparse >>>> mkdir .libs >>>> libtool: link: cannot find the library `../zlib/libz.la' *** Error >>>> code 1 make: Fatal error: Command failed for target `perfparse' >>>> Current working directory /root/perfparse-0.100.5/perfparse *** >>>> Error code 1 make: Fatal error: Command failed for target >>>> `all-recursive' Current working directory /root/perfparse-0.100.5 >>>> *** Error code 1 >>>> make: Fatal error: Command failed for target `all' >>>> >>>> Thanks! >>>> Jeff Scott >>>> >>>> >>>> ------------------------------------------------------- >>>> This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 >>>> Project Admins to receive an Apple iPod Mini FREE for your judgement >>>> on who ports your project to Linux PPC the best. Sponsored by IBM. >>>> Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php >>>> _______________________________________________ >>>> Perfparse-users mailing list >>>> Per...@li... >>>> https://lists.sourceforge.net/lists/listinfo/perfparse-users >> >> >> >> ------------------------------------------------------- >> This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 >> Project Admins to receive an Apple iPod Mini FREE for your judgement on >> who ports your project to Linux PPC the best. Sponsored by IBM. >> Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php >> _______________________________________________ >> Perfparse-users mailing list >> Per...@li... >> https://lists.sourceforge.net/lists/listinfo/perfparse-users > > > -- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/ |
From: Jeff S. <je...@sk...> - 2004-09-27 21:59:25
|
FYI...I was able to work out my problems and get perfparse built on Solaris 8, I had to upgrade my version of GD. I didn't see that anywhere any the docs. Perhaps we should put together a list of requirements for compiling under certain platforms (Or if its there, I missed it.) Thanks, Jeff Scott On Mon, 27 Sep 2004 14:15:07 -0600, Cook, Garry <GW...@ma...> wrote: > Glad to hear it worked out. As for the 'no responses', I saw a response > from Yves Mettier about four hours ago. He suggested that you look at > mysql, as libz (zlib) is not yet used by PerfParse. Did you not receive > that post? > > Keep in mind that some of the folks on this list, including the two main > developers (Ben and Yves) are overseas (in reference to where I am, in > the US), so responses to posts may not be immediate. > > Garry W. Cook, CCNA > Network Infrastructure Manager > MACTEC, Inc. - http://www.mactec.com/ > 303.308.6228 (Office) - 720.220.1862 (Mobile) > > per...@li... wrote: >> Ok...no responses, but I figured out this problem. In case anyone is >> interested, the problem was the pre-built binaries of mysql >> for solaris 8 >> appears to have been built with Sun C compiler, and not gcc...so, >> downloading source of mysql and building from scratch fixed >> this problem. >> However, I'm getting gd/png errors now... >> >> Has anybody built this for Solaris? >> >> Thanks, >> Jeff Scott >> >> On Mon, 27 Sep 2004 15:45:51 -0000, Jeff Scott >> <je...@sk...> wrote: >> >>> I'm having difficulties compiling perfparse on Solaris 8. Nagios, >>> mysql, perl, everything else built fine, no issues. I can't find >>> what libz.la library is? I already have all the zlib libraries >>> installed...but libz.la is not part of this install. This error >>> occurs on 0.100.5 and 0.100.6... >>> >>> >>> /bin/bash ../libtool --mode=link gcc -g -O2 -Wall -o perfparse >>> perfparse-perfparse.o -L/usr/local/mysql/lib -lmysqlclient -lposix4 >>> -lcrypt -lgen -lsocket -lnsl -lm ../zlib/libz.la -L/usr/local/lib >>> -lglib-2.0 -liconv -lm -L../libperfparse -lperfparse >>> mkdir .libs >>> libtool: link: cannot find the library `../zlib/libz.la' *** Error >>> code 1 make: Fatal error: Command failed for target `perfparse' >>> Current working directory /root/perfparse-0.100.5/perfparse *** >>> Error code 1 make: Fatal error: Command failed for target >>> `all-recursive' Current working directory /root/perfparse-0.100.5 >>> *** Error code 1 >>> make: Fatal error: Command failed for target `all' >>> >>> Thanks! >>> Jeff Scott >>> >>> >>> ------------------------------------------------------- >>> This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 >>> Project Admins to receive an Apple iPod Mini FREE for your judgement >>> on who ports your project to Linux PPC the best. Sponsored by IBM. >>> Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php >>> _______________________________________________ >>> Perfparse-users mailing list >>> Per...@li... >>> https://lists.sourceforge.net/lists/listinfo/perfparse-users > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users -- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/ |
From: Jeff S. <je...@sk...> - 2004-09-27 20:51:43
|
No problem, I understand. I'm still having issue compiling under solaris. Linux .99 under linux was easy....but here is what I'm getting now....(I have installed on the gd, jpeg and png libraries from sunfreeware) make all-recursive Making all in libperfparse Making all in perfparse Making all in db_tools Making all in cgi /bin/bash ../libtool --mode=link gcc -g -O2 -Wall -o perfchart.png perfchart.o cgi.o -L/usr/local/lib/mysql -lmysqlclient -lposix4 -lcrypt -lgen -lsocket -lnsl -lm -lz -L/usr/local/lib -lglib-2.0 -liconv -lm -L/lib -lgd -L../libperfparse -lperfparse gcc -g -O2 -Wall -o .libs/perfchart.png perfchart.o cgi.o -L/usr/local/lib/mysql /usr/local/lib/mysql/libmysqlclient.so -lposix4 -lcrypt -lgen -lsocket -lnsl -lz -L/usr/local/lib /usr/local/lib/libglib-2.0.so -L/usr/lib -L/usr/openwin/lib -L/usr/local/ssl/lib -L/usr/local/BerkeleyDB.4.1/lib /usr/local/lib/libiconv.so -lm -L/lib -lgd -L/root/perfparse-0.100.6/libperfparse /root/perfparse-0.100.6/libperfparse/.libs/libperfparse.so -Wl,--rpath -Wl,/usr/local/lib/mysql -Wl,--rpath -Wl,/usr/local/lib /usr/local/lib/libgd.a(gd_png.o): In function `gdPngErrorHandler': gd_png.o(.text+0x24): undefined reference to `png_get_error_ptr' /usr/local/lib/libgd.a(gd_png.o): In function `gdPngReadData': gd_png.o(.text+0x60): undefined reference to `png_get_io_ptr' /usr/local/lib/libgd.a(gd_png.o): In function `gdPngWriteData': gd_png.o(.text+0x84): undefined reference to `png_get_io_ptr' /usr/local/lib/libgd.a(gd_png.o): In function `gdImageCreateFromPngCtx': gd_png.o(.text+0x10c): undefined reference to `png_check_sig' gd_png.o(.text+0x13c): undefined reference to `png_create_read_struct' gd_png.o(.text+0x16c): undefined reference to `png_create_info_struct' gd_png.o(.text+0x1cc): undefined reference to `png_set_sig_bytes' ....stuff deleted..... On Mon, 27 Sep 2004 14:15:07 -0600, Cook, Garry <GW...@ma...> wrote: > Glad to hear it worked out. As for the 'no responses', I saw a response > from Yves Mettier about four hours ago. He suggested that you look at > mysql, as libz (zlib) is not yet used by PerfParse. Did you not receive > that post? > > Keep in mind that some of the folks on this list, including the two main > developers (Ben and Yves) are overseas (in reference to where I am, in > the US), so responses to posts may not be immediate. > > Garry W. Cook, CCNA > Network Infrastructure Manager > MACTEC, Inc. - http://www.mactec.com/ > 303.308.6228 (Office) - 720.220.1862 (Mobile) > > per...@li... wrote: >> Ok...no responses, but I figured out this problem. In case anyone is >> interested, the problem was the pre-built binaries of mysql >> for solaris 8 >> appears to have been built with Sun C compiler, and not gcc...so, >> downloading source of mysql and building from scratch fixed >> this problem. >> However, I'm getting gd/png errors now... >> >> Has anybody built this for Solaris? >> >> Thanks, >> Jeff Scott >> >> On Mon, 27 Sep 2004 15:45:51 -0000, Jeff Scott >> <je...@sk...> wrote: >> >>> I'm having difficulties compiling perfparse on Solaris 8. Nagios, >>> mysql, perl, everything else built fine, no issues. I can't find >>> what libz.la library is? I already have all the zlib libraries >>> installed...but libz.la is not part of this install. This error >>> occurs on 0.100.5 and 0.100.6... >>> >>> >>> /bin/bash ../libtool --mode=link gcc -g -O2 -Wall -o perfparse >>> perfparse-perfparse.o -L/usr/local/mysql/lib -lmysqlclient -lposix4 >>> -lcrypt -lgen -lsocket -lnsl -lm ../zlib/libz.la -L/usr/local/lib >>> -lglib-2.0 -liconv -lm -L../libperfparse -lperfparse >>> mkdir .libs >>> libtool: link: cannot find the library `../zlib/libz.la' *** Error >>> code 1 make: Fatal error: Command failed for target `perfparse' >>> Current working directory /root/perfparse-0.100.5/perfparse *** >>> Error code 1 make: Fatal error: Command failed for target >>> `all-recursive' Current working directory /root/perfparse-0.100.5 >>> *** Error code 1 >>> make: Fatal error: Command failed for target `all' >>> >>> Thanks! >>> Jeff Scott >>> >>> >>> ------------------------------------------------------- >>> This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 >>> Project Admins to receive an Apple iPod Mini FREE for your judgement >>> on who ports your project to Linux PPC the best. Sponsored by IBM. >>> Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php >>> _______________________________________________ >>> Perfparse-users mailing list >>> Per...@li... >>> https://lists.sourceforge.net/lists/listinfo/perfparse-users > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users -- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/ |
From: Cook, G. <GW...@ma...> - 2004-09-27 20:15:35
|
Glad to hear it worked out. As for the 'no responses', I saw a response from Yves Mettier about four hours ago. He suggested that you look at mysql, as libz (zlib) is not yet used by PerfParse. Did you not receive that post? Keep in mind that some of the folks on this list, including the two main developers (Ben and Yves) are overseas (in reference to where I am, in the US), so responses to posts may not be immediate. Garry W. Cook, CCNA Network Infrastructure Manager MACTEC, Inc. - http://www.mactec.com/ 303.308.6228 (Office) - 720.220.1862 (Mobile) per...@li... wrote: > Ok...no responses, but I figured out this problem. In case anyone is > interested, the problem was the pre-built binaries of mysql > for solaris 8 > appears to have been built with Sun C compiler, and not gcc...so, > downloading source of mysql and building from scratch fixed > this problem. > However, I'm getting gd/png errors now... >=20 > Has anybody built this for Solaris? >=20 > Thanks, > Jeff Scott >=20 > On Mon, 27 Sep 2004 15:45:51 -0000, Jeff Scott > <je...@sk...> wrote: >=20 >> I'm having difficulties compiling perfparse on Solaris 8. Nagios, >> mysql, perl, everything else built fine, no issues. I can't find >> what libz.la library is? I already have all the zlib libraries >> installed...but libz.la is not part of this install. This error >> occurs on 0.100.5 and 0.100.6...=20 >>=20 >>=20 >> /bin/bash ../libtool --mode=3Dlink gcc -g -O2 -Wall -o perfparse >> perfparse-perfparse.o -L/usr/local/mysql/lib -lmysqlclient -lposix4 >> -lcrypt -lgen -lsocket -lnsl -lm ../zlib/libz.la -L/usr/local/lib >> -lglib-2.0 -liconv -lm -L../libperfparse -lperfparse >> mkdir .libs >> libtool: link: cannot find the library `../zlib/libz.la' *** Error >> code 1 make: Fatal error: Command failed for target `perfparse' >> Current working directory /root/perfparse-0.100.5/perfparse *** >> Error code 1 make: Fatal error: Command failed for target >> `all-recursive' Current working directory /root/perfparse-0.100.5 >> *** Error code 1 >> make: Fatal error: Command failed for target `all' >>=20 >> Thanks! >> Jeff Scott >>=20 >>=20 >> ------------------------------------------------------- >> This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 >> Project Admins to receive an Apple iPod Mini FREE for your judgement >> on who ports your project to Linux PPC the best. Sponsored by IBM. >> Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php >> _______________________________________________ >> Perfparse-users mailing list >> Per...@li... >> https://lists.sourceforge.net/lists/listinfo/perfparse-users |
From: Jeff S. <je...@sk...> - 2004-09-27 19:58:59
|
Ok...no responses, but I figured out this problem. In case anyone is interested, the problem was the pre-built binaries of mysql for solaris 8 appears to have been built with Sun C compiler, and not gcc...so, downloading source of mysql and building from scratch fixed this problem. However, I'm getting gd/png errors now... Has anybody built this for Solaris? Thanks, Jeff Scott On Mon, 27 Sep 2004 15:45:51 -0000, Jeff Scott <je...@sk...> wrote: > I'm having difficulties compiling perfparse on Solaris 8. Nagios, > mysql, perl, everything else built fine, no issues. I can't find what > libz.la library is? I already have all the zlib libraries > installed...but libz.la is not part of this install. This error occurs > on 0.100.5 and 0.100.6... > > > /bin/bash ../libtool --mode=link gcc -g -O2 -Wall -o perfparse > perfparse-perfparse.o -L/usr/local/mysql/lib -lmysqlclient -lposix4 > -lcrypt -lgen -lsocket -lnsl -lm ../zlib/libz.la -L/usr/local/lib > -lglib-2.0 -liconv -lm -L../libperfparse -lperfparse > mkdir .libs > libtool: link: cannot find the library `../zlib/libz.la' > *** Error code 1 > make: Fatal error: Command failed for target `perfparse' > Current working directory /root/perfparse-0.100.5/perfparse > *** Error code 1 > make: Fatal error: Command failed for target `all-recursive' > Current working directory /root/perfparse-0.100.5 > *** Error code 1 > make: Fatal error: Command failed for target `all' > > Thanks! > Jeff Scott > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users -- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/ |
From: Yves M. <yme...@li...> - 2004-09-27 16:05:25
|
> I'm having difficulties compiling perfparse on Solaris 8. Nagios, mysq= l, > perl, everything else built fine, no issues. I can't find what libz.la > library is? I already have all the zlib libraries installed...but libz= .la > is not part of this install. This error occurs on 0.100.5 and 0.100.6= ... libz.* is zlib. perfparse does not use zlib (in fact, not yet :) So your problem is probably in some other tool like mysql or glib. Try "pkg-config glib-2.0 --libs" and "mysql_config --libs". One of them will probably tell you something about ../zlib/libz.la Find out why that one return ../zlib/libz.la if you don't have it. Yves > > > /bin/bash ../libtool --mode=3Dlink gcc -g -O2 -Wall -o perfparse > perfparse-perfparse.o -L/usr/local/mysql/lib -lmysqlclient -lposix4 > -lcrypt -lgen -lsocket -lnsl -lm ../zlib/libz.la -L/usr/local/lib > -lglib-2.0 -liconv -lm -L../libperfparse -lperfparse > mkdir .libs > libtool: link: cannot find the library `../zlib/libz.la' > *** Error code 1 > make: Fatal error: Command failed for target `perfparse' > Current working directory /root/perfparse-0.100.5/perfparse > *** Error code 1 > make: Fatal error: Command failed for target `all-recursive' > Current working directory /root/perfparse-0.100.5 > *** Error code 1 > make: Fatal error: Command failed for target `all' > > Thanks! > Jeff Scott > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users > > --=20 - Homepage - http://ymettier.free.fr - http://www.logicacmg.com - - GPG key - http://ymettier.free.fr/gpg.txt - - Maitretarot - http://www.nongnu.org/maitretarot/ - - GTKtalog - http://www.nongnu.org/gtktalog/ - |
From: Jeff S. <je...@sk...> - 2004-09-27 15:46:02
|
I'm having difficulties compiling perfparse on Solaris 8. Nagios, mysql, perl, everything else built fine, no issues. I can't find what libz.la library is? I already have all the zlib libraries installed...but libz.la is not part of this install. This error occurs on 0.100.5 and 0.100.6... /bin/bash ../libtool --mode=link gcc -g -O2 -Wall -o perfparse perfparse-perfparse.o -L/usr/local/mysql/lib -lmysqlclient -lposix4 -lcrypt -lgen -lsocket -lnsl -lm ../zlib/libz.la -L/usr/local/lib -lglib-2.0 -liconv -lm -L../libperfparse -lperfparse mkdir .libs libtool: link: cannot find the library `../zlib/libz.la' *** Error code 1 make: Fatal error: Command failed for target `perfparse' Current working directory /root/perfparse-0.100.5/perfparse *** Error code 1 make: Fatal error: Command failed for target `all-recursive' Current working directory /root/perfparse-0.100.5 *** Error code 1 make: Fatal error: Command failed for target `all' Thanks! Jeff Scott |