OGR Stats grafiek met gnuplot

Pagina: 1
Acties:

  • Triple
  • Registratie: Mei 2000
  • Laatst online: 20-05-2025
Dag dames en heren,

Al een tijdje heb ik een proxy draaien met stats voor RC5, dat gaat allemaal helemaal prima. Nu wil ik ook de stats voor OGR gaan bijhouden, maar het lukt me niet om de grafiek te bouwen met gnuplot. Bij RC5 lukt dat wel. De plot.data en gnuplot.ini worden wel gemaakt, maar plot.gif niet. Ik gebruik gnuplot versie: gnuplot3_7cyg.zip.
Heeft iemand een idee?
Om resultaten te bekijken:
http://unie.homeip.net:6080/ogr
en voor RC5
http://unie.homeip.net:6080/rc5

Reacties kun je ook mailen naar: wepmeester@home.nl
Alvast bedankt!!!

There is no beast without cruelty, Friedrich Nietzsche


  • Triple
  • Registratie: Mei 2000
  • Laatst online: 20-05-2025
Even weer onder de aandacht brengen.....

There is no beast without cruelty, Friedrich Nietzsche


  • Haranaka
  • Registratie: September 2000
  • Laatst online: 10-05 19:25
post je ini anders even

...


  • Witlof
  • Registratie: Mei 2000
  • Laatst online: 15:48
Vergelijk je ppstats van RC5 met die van OGR en kijk of er ergens een typefout staat. Dat is het enige wat ik zo kan bedenken wat mis is. Post anders even je ini-file(s) zodat we even mee kunnen kijken :)

  • Triple
  • Registratie: Mei 2000
  • Laatst online: 20-05-2025
Dit zijn de bnu-plot stukjes van mijn .ini files. Eers die van RC5 en dan van OGR
code:
1
2
3
4
5
6
7
# GIF based chart options. Be sure to specify the full or relative path to the 
# specially compiled GNUplot program with GIF support. Config and data files 
# are create by ppstats for you.
GNUPlot  = "/ppstats-rc5-7.1/gnuplot.exe"  # Path to GNUplot executable.
GNUPlotconfig = "gnuplot.ini"         # GNUplot config file.
GNUPlotdata   = "plot.data"         # GNUplot data file.
GNUPlotoutput = "plot.gif"           # Output GIF filename.


code:
1
2
3
4
5
6
7
# GIF based chart options. Be sure to specify the full or relative path to the 
# specially compiled GNUplot program with GIF support. Config and data files 
# are create by ppstats for you.
GNUPlot  = "/gnuplot.exe"  # Path to GNUplot executable.
GNUPlotconfig = "gnuplot.ini"         # GNUplot config file.
GNUPlotdata   = "plot.data"         # GNUplot data file.
GNUPlotoutput = "plot.gif"           # Output GIF filename.

There is no beast without cruelty, Friedrich Nietzsche


  • Onno
  • Registratie: Juni 1999
  • Niet online
Op woensdag 30 januari 2002 00:22 schreef Triple het volgende:
code:
1
2
GNUPlot = "/ppstats-rc5-7.1/gnuplot.exe"  # Path to GNUplot
GNUPlot = "/gnuplot.exe"  # Path to GNUplot executable.
Zie je al een verschil? :)
Pagina: 1