From: Ben C. <Be...@cl...> - 2004-10-19 15:19:33
|
Sand Philipp wrote: > Hi, >=20 > I just draw a few graphs with the new Version and was pretty "shocked" = that the hole Statistics Part under the Graph are missing! Why did you re= move that feature? > Would be great to have it back in 0.101.2 :-) Hi Philipp, I am sorry about that. The stats were originally calculated separately.=20 This meant the graphs were slow, two reads of the database. So I got=20 them to calculate once and store in an external file, at the same time=20 as getting the data. Written by the image program (perfchart.cgi), read=20 by the HTML frame to the graph (perfgraph.cgi) and displayed. I used a 'hack', by half showing the HTML including the URL to the=20 image. The image program would run. Then the rest of the HTML would=20 show including the stats :) Which I found out later didn't work using a=20 Proxy, as this fully assembles the HTML before sending to client=20 browser. This caused long timeouts and strange errors, which I never=20 got a good fix to. The only neat solution is to get the graph calling HTML to assemble all=20 the data in a tmp file, get the stats, then call the graph to read the=20 tmp file and display. Which was also going to form the start of a cache=20 to speed up graph drawing by several orders. But not got there yet :) These will return at a later date. If you are not using PP through a=20 proxy server, it's easy to get the stats back. I'll email you some=20 instructions if you want. Regards, Ben. >=20 > Regards, > Philipp >=20 >=20 >=20 > _____________________________ >=20 > Philipp Sand > OC-CC-TEC-SYS >=20 > SYCOR GmbH > Heinrich-von-Stephan-Stra=DFe 1-5 > D - 37073 G=F6ttingen >=20 > Telefon +49 (0) 551 / 490 - 0 > Telefax +49 (0) 551 / 490 - 232468 >=20 > phi...@sy... > www.sycor.de > ------------------------------------------------ >=20 >=20 >=20 > ************************************************ >=20 > sycor plastics - die neue Branchenl=F6sung f=FCr die Kunststoffindustri= e >=20 > www.sycor-plastics.de >=20 > ************************************************ >=20 >=20 >=20 >=20 > Diese E-Mail ist vertraulich und kann dar=FCber hinaus pers=F6nliche In= formationen beinhalten. Wenn Sie nicht der bestimmungsgem=E4=DFe Empf=E4n= ger sind, l=F6schen Sie bitte die E-Mail und deren Anh=E4nge sofort und b= enachrichtigen Sie uns dar=FCber. Die Firma sycor willigt in keine Vertr=E4= ge oder vertragliche Verpflichtungen ein oder =FCbermittelt rechtsverbind= liche Angebote, die in Form von E-Mail versandt werden, sofern dies nicht= ausdr=FCcklich in schriftlicher Form zwischen den Parteien vereinbart wu= rde. >=20 > This e-mail is confidential and may contain personal and/or privileged = information. If you are not the intended recipient please delete this e-m= ail and all attachments immediately and inform us. The company sycor does= not agree with contracts or contract obligations sent by e-mail, neither= do we transmit legally binding offers by e-mail, unless this is not expr= essly agreed upon between the parties and documented in written form. >=20 >=20 >=20 > ------------------------------------------------------- > 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 |