From: Ben C. <bcl...@pe...> - 2005-03-01 11:03:58
|
Victor, I think I know what this is. There are a set of illegal characters defined in Nagios. One of them is the ' character. This can be changed by editing nagios.cfg and finding the line: illegal_object_name_chars=`~!$%^&*|'"<>?,()= Remove the ' and it would work. Sorry I didn't get here sooner, glad you have a solution. Regards, Ben. Vic...@es... wrote: > > Hi Ben, > > I think I resolved my problem, > > I change the plugin output > from 'c:\ Used Space'=results > to c:\_Used_Space=results > from 'Memory Usage'=results > to Memory_Usage=results > etc, > > now the data is parsed into database and it's working !!!!! :)) > > Regards, > > > Victor Gil > System Administrator > GyD Iberica, S.A. / Giesecke & Devrient Group > Industria, 3-5, E-08970 Sant Joan Despi (Barcelona), Spain > Ext. 371, Tel. (+34) 93 480 83 03, Fax (+34) 93 477 28 97 > mailto:vic...@es... > http://www.gi-de.com > > > > > Ben Clewett <bcl...@pe...> wrote on 28/02/2005 17:36:53: > > > Victor, > > > > The problem with the 'unit' showing garbage is because of the previous > > problem. Unfortunately there is no way of refreshing the unit in > > current version. You may want to manually change the units. Eg: > > > > mysql> SELECT metric_id, metric, unit FROM perfdata_service_metric; > > > > (eg, where unit = ',000637%' ) > > > > mysql> UPDATE perfdata_service_metric SET unit = '%' WHERE metric_id > = ??? > > > > You get the idea :) > > > > I am not sure what is wrong with your main problem. I want to try and > > enter your data into my system. What method do you use to collect data? > > Would it be possible to send me an exact copy of the data perfparse > > experiences with respect to the check_nt plugin? > > > > I can give this a go and let you know. This email is 'cc' to Yves who > > wrote the parser. > > > > Regards, Ben. > > > > > > > > > > Vic...@es... wrote: > > > > > > Ben, > > > > > > You got it, > > > > > > > > > > > > > > > Victor Gil > > > System Administrator > > > GyD Iberica, S.A. / Giesecke & Devrient Group > > > Industria, 3-5, E-08970 Sant Joan Despi (Barcelona), Spain > > > Ext. 371, Tel. (+34) 93 480 83 03, Fax (+34) 93 477 28 97 > > > mailto:vic...@es... > > > http://www.gi-de.com > > > > > > > > > > > > Ben Clewett <Ben...@ro...> wrote on 28/02/2005 > 17:01:44: > > > > > > > Victor, > > > > > > > > You have some strange data in your system. > > > > > > > > Can you return the result of: > > > > > > > > "SELECT perfdata_host.host_name, > perfdata_service.service_description, > > > > perfdata_service_metric.metric, perfdata_service_metric.unit, > > > > perfdata_service_bin.value, perfdata_service_bin.state, > > > > perfdata_service_bin.ctime FROM perfdata_host, perfdata_service, > > > > perfdata_service_metric, perfdata_service_bin WHERE > > > > perfdata_host.host_name = perfdata_service.host_name AND > > > > perfdata_service_metric.host_name = perfdata_service.host_name AND > > > > perfdata_service_metric.service_description = > > > > perfdata_service.service_description AND perfdata_service_bin.id = > > > > perfdata_service_metric.last_perfdata_bin" > > > > > > > > (This is the raw query used for the report you send me.) > > > > > > > > Regrards, > > > > > > > > Ben > > > > > > > > > > > > > > > > Vic...@es... wrote: > > > > > > > > > > Ben, > > > > > I still having no data in perfparse database. > > > > > But now this is how I see select service in perfparse. > > > > > > > > > > apolo cpu_use_2000 > > > > > <http://monitor.gdi.intern/nagios/cgi-bin/perfparse.cgi? > > > > graph=1&host=apolo&service=cpu%5Fuse%5F2000&metric=%25%2E2f+% > > > > 25+Uso+de+Procesador> > > > > > %.2f % Uso de Procesador 2005-02-24 10:17:26 > > > > > 8.59316 > > > > > ,311480% UP > > > > > disco_c > > > > > <http://monitor.gdi.intern/nagios/cgi-bin/perfparse.cgi? > > > > graph=1&host=apolo&service=disco%5Fc&metric=c%3A%5C+Used+Space> > > > > > c:\ Used Space 2005-02-24 10:17:12 > > > > > 8.34 > > > > > ,64Gb UP > > > > > disco_e > > > > > <http://monitor.gdi.intern/nagios/cgi-bin/perfparse.cgi? > > > > graph=1&host=apolo&service=disco%5Fe&metric=e%3A%5C+Used+Space> > > > > > e:\ Used Space 2005-02-24 10:17:15 > > > > > 18.66 > > > > > ,27Gb UP > > > > > ms-sql > > > > > <http://monitor.gdi.intern/nagios/cgi-bin/perfparse.cgi? > > > > graph=1&host=apolo&service=ms%2Dsql&metric=time> > > > > > time 2005-02-28 16:14:52 > > > > > 0.000379 > > > > > ,160496s UP > > > > > netbios > > > > > <http://monitor.gdi.intern/nagios/cgi-bin/perfparse.cgi? > > > > graph=1&host=apolo&service=netbios&metric=time> > > > > > time 2005-02-28 16:11:31 > > > > > 0.000372 > > > > > ,023413s UP > > > > > uso_cpu_proceso > > > > > <http://monitor.gdi.intern/nagios/cgi-bin/perfparse.cgi? > > > > graph=1&host=apolo&service=uso%5Fcpu%5Fproceso&metric=%252%2Ef+% > > > > 25+Uso+de+CPU+del+SQL> > > > > > %2.f % Uso de CPU del SQL 2005-02-24 10:13:08 > > > > > 100 > > > > > ,937640% CRITICAL > > > > > uso_memoria > > > > > <http://monitor.gdi.intern/nagios/cgi-bin/perfparse.cgi? > > > > graph=1&host=apolo&service=uso%5Fmemoria&metric=Memory+usage> > > > > > Memory usage 2005-02-24 10:09:46 > > > > > 1086 > > > > > ,67Mb UP > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Victor Gil > > > > > System Administrator > > > > > GyD Iberica, S.A. / Giesecke & Devrient Group > > > > > Industria, 3-5, E-08970 Sant Joan Despi (Barcelona), Spain > > > > > Ext. 371, Tel. (+34) 93 480 83 03, Fax (+34) 93 477 28 97 > > > > > mailto:vic...@es... > > > > > http://www.gi-de.com > > > > > > > > > > > > > > > > > > > > > > > > > Ben Clewett <bcl...@pe...> wrote on 28/02/2005 15:44:25: > > > > > > > > > > > Vic...@es... wrote: > > > > > > > > > > > > > > Ben, > > > > > > > > > > > > > > The ouput now has "." > > > > > > > Do I need to add these lines for the other checks in > check_nt.c? > > > > > > > > > > > > Only the performance data where it's a float. Eg: > > > > > > > > > > > > printf(" %.2f ", > > > > > > > > > > > > It will do no harm to add this too many times. > > > > > > > > > > > > > > > > > > > I will know if data is parsed well again after a few minuts. > > > > > > > > > > > > Please let me know. > > > > > > > > > > > > Ben. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Victor Gil > > > > > > > System Administrator > > > > > > > GyD Iberica, S.A. / Giesecke & Devrient Group > > > > > > > Industria, 3-5, E-08970 Sant Joan Despi (Barcelona), Spain > > > > > > > Ext. 371, Tel. (+34) 93 480 83 03, Fax (+34) 93 477 28 97 > > > > > > > mailto:vic...@es... > > > > > > > http://www.gi-de.com > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > *Ben Clewett <bcl...@pe...>* > > > > > > > > > > > > > > 28/02/05 13:09 > > > > > > > > > > > > > > > > > > > > > Para > > > > > > > Vic...@es... > > > > > > > cc > > > > > > > > > > > > > > Asunto > > > > > > > Re: [Perfparse-users] data not parsed after updating > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Victor, > > > > > > > > > > > > > > Do you have access to the check_nt source code? > > > > > > > > > > > > > > Can you edit the file: plugins/check_nt.c > > > > > > > > > > > > > > Find: 'Used Space'. (Line 222 on latest HEAD snapshot) > > > > > > > > > > > > > > Before this line add: > > > > > > > > > > > > > > setlocale(LC_NUMERIC, "POSIX"); > > > > > > > > > > > > > > After this line add: > > > > > > > > > > > > > > setlocale(LC_NUMERIC, ""); > > > > > > > > > > > > > > Then 'make', 'make install'. > > > > > > > > > > > > > > Does this fix the problem? > > > > > > > > > > > > > > Ben > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Vic...@es... wrote: > > > > > > > > > > > > > > > > Sorry Ben, > > > > > > > > > > > > > > > > The problem is not resolved, I still having "," in output. > > > > > > > > > > > > > > > > Regards, > > > > > > > > > > > > > > > > Victor Gil > > > > > > > > System Administrator > > > > > > > > GyD Iberica, S.A. / Giesecke & Devrient Group > > > > > > > > Industria, 3-5, E-08970 Sant Joan Despi (Barcelona), Spain > > > > > > > > Ext. 371, Tel. (+34) 93 480 83 03, Fax (+34) 93 477 28 97 > > > > > > > > mailto:vic...@es... > > > > > > > > http://www.gi-de.com > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Ben Clewett <bcl...@pe...> wrote on 28/02/2005 > > > 12:55:55: > > > > > > > > > > > > > > > > > Victor, > > > > > > > > > > > > > > > > > > Is your problem sorted? The example you email > still shows > > > > > the illegal > > > > > > > > > ',' in the numbers? > > > > > > > > > > > > > > > > > > Ben > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Vic...@es... wrote: > > > > > > > > > > > > > > > > > > > > Ben, > > > > > > > > > > > > > > > > > > > > That's the result > > > > > > > > > > > > > > > > > > > > [root@monitor var]# export LANG="en" > > > > > > > > > > [root@monitor var]# cd .. > > > > > > > > > > [root@monitor nagios]# cd libexec/ > > > > > > > > > > [root@monitor libexec]# ./check_nt -H 10.66.2.18 -v > > > > > > > USEDDISKSPACE -l c > > > > > > > > > > -w 90 -c 95 > > > > > > > > > > c:\ - total: 2,00 Gb - used: 1,62 Gb (81%) - free > 0,38 Gb > > > > > (19%) > > > > > > > | 'c:\ > > > > > > > > > > Used Space'=1,62Gb;1,80;1,90;0.00;2,00 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Best Regards, > > > > > > > > > > > > > > > > > > > > Victor Gil > > > > > > > > > > System Administrator > > > > > > > > > > GyD Iberica, S.A. / Giesecke & Devrient Group > > > > > > > > > > Industria, 3-5, E-08970 Sant Joan Despi > (Barcelona), Spain > > > > > > > > > > Ext. 371, Tel. (+34) 93 480 83 03, Fax (+34) 93 > 477 28 97 > > > > > > > > > > mailto:vic...@es... > > > > > > > > > > http://www.gi-de.com > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Ben Clewett <bcl...@pe...> wrote on > 28/02/2005 > > > > > 12:16:57: > > > > > > > > > > > > > > > > > > > > > Victor, > > > > > > > > > > > > > > > > > > > > > > Thanks for the excellent data. > > > > > > > > > > > > > > > > > > > > > > I believe you reason is badly formatted > information > > > in the > > > > > > > plugin. > > > > > > > > > > > > > > > > > > > > > > You have: > > > > > > > > > > > > > > > > > > > > > > | 'c:\ Used Space'=1,62Gb;1,80;1,90;0.00;2,00 > > > > > > > > > > > > > > > > > > > > > > You need: > > > > > > > > > > > > > > > > > > > > > > | 'c:\ Used Space'=1.62Gb;1.80;1.90;0.00;2.00 > > > > > > > > > > > > > > > > > > > > > > Because it is bad, it should be present in the > Drop > > > file. > > > > > > > However I > > > > > > > > > > > believe the parser currently silently drops > this badly > > > > > formatted > > > > > > > > data. > > > > > > > > > > > > > > > > > > > > > > Can you try this to see whether it makes a > difference? > > > > > > > > > > > > > > > > > > > > > > $ export LANG="en" > > > > > > > > > > > $ check_nt > > > > > > > > > > > > > > > > > > > > > > If this is the case, this is a bug with the > plugin and > > > > > should be > > > > > > > > > > > reported to the correct mailing list. > > > > > > > > > > > > > > > > > > > > > > Please let me know. > > > > > > > > > > > > > > > > > > > > > > Ben > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Vic...@es... wrote: > > > > > > > > > > > > > > > > > > > > > > > > Ben, > > > > > > > > > > > > > > > > > > > > > > > > - Your plugin still produces this data. > > > > > > > > > > > > [root@monitor libexec]# ./check_nt -H > > > > > 10.66.2.18 -v > > > > > > > > > > > > USEDDISKSPACE -l c -w 90 -c 95 > > > > > > > > > > > > c:\ - total: 2,00 Gb - used: 1,62 Gb > > > (81%) - free > > > > > > > > 0,38 Gb > > > > > > > > > > (19%) > > > > > > > > > > > > | 'c:\ Used Space'=1,62Gb;1,80;1,90;0.00;2,00 > > > > > > > > > > > > > > > > > > > > > > > > - The format of the plugin is still correct. > > > > > > > > > > > > I hope, I didn't make any changes on > check_nt > > > > > > > command or > > > > > > > > > > > > process-service-perfdata on > checkcommands.cfg file. > > > > > > > > > > > > > > > > > > > > > > > > - The drop file (/tmp/perfparse.drop does not > > > contain > > > > > these > > > > > > > lines. > > > > > > > > > > > > drop file doesn't exist. > > > > > > > > > > > > > > > > > > > > > > > > - There is nothing in your log file. > > > > > > > > > > > > 2005/02/28 11:25:52 [ storage.c:95 > > > 22214 ] > > > > > > > > storage_mysql > > > > > > > > > > > > module successfully loaded > > > > > > > > > > > > 2005/02/28 11:25:52 [ storage.c:95 22219 ] > > > > > storage_mysql > > > > > > > > module > > > > > > > > > > > > successfully loaded > > > > > > > > > > > > 2005/02/28 11:25:52 [ storage.c:95 22224 ] > > > > > storage_mysql > > > > > > > > module > > > > > > > > > > > > successfully loaded > > > > > > > > > > > > 2005/02/28 11:25:55 [ storage.c:95 22235 ] > > > > > storage_mysql > > > > > > > > module > > > > > > > > > > > > successfully loaded > > > > > > > > > > > > 2005/02/28 11:25:55 [ storage.c:95 22240 ] > > > > > storage_mysql > > > > > > > > module > > > > > > > > > > > > successfully loaded > > > > > > > > > > > > 2005/02/28 11:26:02 [ storage.c:95 22262 ] > > > > > storage_mysql > > > > > > > > module > > > > > > > > > > > > successfully loaded > > > > > > > > > > > > 2005/02/28 11:26:02 [ storage.c:95 22267 ] > > > > > storage_mysql > > > > > > > > module > > > > > > > > > > > > successfully loaded > > > > > > > > > > > > 2005/02/28 11:26:05 [ storage.c:95 22287 ] > > > > > storage_mysql > > > > > > > > module > > > > > > > > > > > > successfully loaded > > > > > > > > > > > > 2005/02/28 11:26:05 [ storage.c:95 22292 ] > > > > > storage_mysql > > > > > > > > module > > > > > > > > > > > > successfully loaded > > > > > > > > > > > > 2005/02/28 11:26:05 [ storage.c:95 22297 ] > > > > > storage_mysql > > > > > > > > module > > > > > > > > > > > > successfully loaded > > > > > > > > > > > > 2005/02/28 11:26:05 [ storage.c:95 22302 ] > > > > > storage_mysql > > > > > > > > module > > > > > > > > > > > > successfully loaded > > > > > > > > > > > > 2005/02/28 11:26:05 [ storage.c:95 22307 ] > > > > > storage_mysql > > > > > > > > module > > > > > > > > > > > > successfully loaded > > > > > > > > > > > > 2005/02/28 11:26:08 [ storage.c:95 22319 ] > > > > > storage_mysql > > > > > > > > module > > > > > > > > > > > > successfully loaded > > > > > > > > > > > > 2005/02/28 11:26:08 [ storage.c:95 22324 ] > > > > > storage_mysql > > > > > > > > module > > > > > > > > > > > > successfully loaded > > > > > > > > > > > > 2005/02/28 11:26:11 [ storage.c:95 22335 ] > > > > > storage_mysql > > > > > > > > module > > > > > > > > > > > > successfully loaded > > > > > > > > > > > > 2005/02/28 11:26:14 [ storage.c:95 22349 ] > > > > > storage_mysql > > > > > > > > module > > > > > > > > > > > > successfully loaded > > > > > > > > > > > > 2005/02/28 11:26:14 [ storage.c:95 22354 ] > > > > > storage_mysql > > > > > > > > module > > > > > > > > > > > > successfully loaded > > > > > > > > > > > > 2005/02/28 11:26:14 [ storage.c:95 22359 ] > > > > > storage_mysql > > > > > > > > module > > > > > > > > > > > > successfully loaded > > > > > > > > > > > > 2005/02/28 11:26:17 [ storage.c:95 22371 ] > > > > > storage_mysql > > > > > > > > module > > > > > > > > > > > > successfully loaded > > > > > > > > > > > > 2005/02/28 11:26:17 [ storage.c:95 22376 ] > > > > > storage_mysql > > > > > > > > module > > > > > > > > > > > > successfully loaded > > > > > > > > > > > > 2005/02/28 11:26:20 [ storage.c:95 22391 ] > > > > > storage_mysql > > > > > > > > module > > > > > > > > > > > > successfully loaded > > > > > > > > > > > > > > > > > > > > > > > > The deletion policies do not exclude this data. > > > > > > > > > > > > > > > > > > > > > > > > *Host* > > > > > > > > > > > > > > > > > > > > > > > > *Domain* > > > > > > > > > > > > > > > > > > > > > > > > *Policy* > > > > > > > > > > > > > > > > > > > > > > > > *User Defined Policy* > > > > > > > > > > > > apolo Binary Data Never Always After > > > Days: 30 > > > > > > > > > > > > Raw Data Never Always After Days: 30 > > > > > > > > > > > > ariadna Binary Data Never Always > After > > > Days: 30 > > > > > > > > > > > > Raw Data Never Always After Days: 30 > > > > > > > > > > > > authserver Binary Data Never > Always After > > > > > Days: 30 > > > > > > > > > > > > Raw Data Never Always After Days: 30 > > > > > > > > > > > > avirus Binary Data Never Always > After > > > Days: 30 > > > > > > > > > > > > Raw Data Never Always After Days: 30 > > > > > > > > > > > > baldufa Binary Data Never Always > After > > > Days: 30 > > > > > > > > > > > > Raw Data Never Always After Days: 30 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > SQL results > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Best Regards, > > > > > > > > > > > > > > > > > > > > > > > > Victor, > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > per...@li... > wrote on > > > > > 28/02/2005 > > > > > > > > > > 10:55:34: > > > > > > > > > > > > > > > > > > > > > > > > > Victor, > > > > > > > > > > > > > > > > > > > > > > > > > > Can you check some basics: > > > > > > > > > > > > > > > > > > > > > > > > > > - Your plugin still produces this data. > > > > > > > > > > > > > - The format of the plugin is still correct. > > > > > > > > > > > > > - The drop file (/tmp/perfparse.drop ?) > does not > > > > > contain > > > > > > > these > > > > > > > > > > lines. > > > > > > > > > > > > > - There is nothing in your log file. > > > > > > > > > > > > > - The Deletion Policies do not exclude > this data. > > > > > > > > > > > > > > > > > > > > > > > > > > If not can you look at some SQL and > return the > > > results > > > > > > > to me? > > > > > > > > > > > > > > > > > > > > > > > > > > echo "SQL" | mysql -u nagios -p -D nagios -v > > > -v -v > > > > > > > > out.file > > > > > > > > > > > > > gzip out.file > > > > > > > > > > > > > > > > > > > > > > > > > > Where SQL: > > > > > > > > > > > > > > > > > > > > > > > > > > "SELECT host_id, host_name FROM > perfdata_host > > > ORDER BY > > > > > > > host_id" > > > > > > > > > > > > > > > > > > > > > > > > > > "SELECT service_id, host_name, > > > service_description FROM > > > > > > > > > > perfdata_service > > > > > > > > > > > > > ORDER BY service_id" > > > > > > > > > > > > > > > > > > > > > > > > > > "SELECT metric_id, host_name, > service_description, > > > > > > > metric FROM > > > > > > > > > > > > > perfdata_service_metric ORDER BY metric_id" > > > > > > > > > > > > > > > > > > > > > > > > > > This would be very useful. > > > > > > > > > > > > > > > > > > > > > > > > > > Regards, > > > > > > > > > > > > > > > > > > > > > > > > > > Ben. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Vic...@es... wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > > > Hi, > > > > > > > > > > > > > > > > > > > > > > > > > > > > I updated perfparse from version > 0.104.5 to > > > 0.105.6 > > > > > > > and run > > > > > > > > > > the script > > > > > > > > > > > > > > to add indexes in database. > > > > > > > > > > > > > > After that the data received by plugin > check_nt > > > > > > > > (nsclient) aren't > > > > > > > > > > > > pushed > > > > > > > > > > > > > > into the perfparse database. > > > > > > > > > > > > > > The data received by the other plugins are > > > parsed > > > > > > > > correctly to > > > > > > > > > > > > database. > > > > > > > > > > > > > > > > > > > > > > > > > > > > I didn't make changes to cfg files, only > > > compile, > > > > > install > > > > > > > > the new > > > > > > > > > > > > > > version and run the script. > > > > > > > > > > > > > > > > > > > > > > > > > > > > Some help? > > > > > > > > > > > > > > > > > > > > > > > > > > > > Victor Gil > > > > > > > > > > > > > > System Administrator > > > > > > > > > > > > > > GyD Iberica, S.A. / Giesecke & Devrient > Group > > > > > > > > > > > > > > Industria, 3-5, E-08970 Sant Joan Despi > > > > > (Barcelona), Spain > > > > > > > > > > > > > > Ext. 371, Tel. (+34) 93 480 83 03, Fax > (+34) 93 > > > > > 477 28 97 > > > > > > > > > > > > > > mailto:vic...@es... > > > > > > > > > > > > > > http://www.gi-de.com > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > > > > > > > > > SF email is sponsored by - The IT Product > Guide > > > > > > > > > > > > > Read honest & candid reviews on hundreds > of IT > > > > > Products from > > > > > > > > > > real users. > > > > > > > > > > > > > Discover which products truly live up to the > > > hype. > > > > > Start > > > > > > > > reading > > > > > > > > > > now. > > > > > > > > > > > > > > > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > > > > > > > > > > > > > _______________________________________________ > > > > > > > > > > > > > Perfparse-users mailing list > > > > > > > > > > > > > Per...@li... > > > > > > > > > > > > > > > > > > https://lists.sourceforge.net/lists/listinfo/perfparse-users > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > |