Anybody around that uses PPstats?

Russ

Lifer
Oct 9, 1999
21,093
3
0
In Linux? I've got the little puppy downloaded, unzipped and configured. But, when I run it, I get the following error:

can't exec "/root/proxy/statsview/gnuplot/gnuplot-3.71/": Permission denied at ppstats-rc5-7.1.pl line 4523
Personal Proxy Statistics: Cannot execute /root/proxy/statsview/gnuplot/gnuplot-3.71/ /root/proxy/statsview/output/gnuplot.ini (65280)

The paths are correct, and the permissions have been set. Any ideas?

Russ, NCNE
 

bphantom

Senior member
Oct 9, 1999
647
17
81
Russ, in the ppstats-rc5.ini file, set:

GNUPlot = "/usr/bin/gnuplot" # Path to GNUplot executable.

Ok, spoke to soon.... Did you do an rpm install of gnuplot? If so, /usr/bin/gnuplot should be correct. What is your GNUPlot = set to?

Brad..
 

Russ

Lifer
Oct 9, 1999
21,093
3
0
bphantom,

The path is the same as listed in the error message. I copied it over because I wanted it within the directory structure I set up for the pproxy.

Russ, NCNE
 

Russ

Lifer
Oct 9, 1999
21,093
3
0
Well, I think I'm making progress. Getting a different error message anyway.:) /gnuplot.ini, Line 13: unknown or ambigous terminal type

This is the gnuplot.ini file that the program created:

set title "History Plot for Bovine RC5-64\nTeam TA Cube\n"
set data style lines
set key top left
set timefmt '%Y/%m/%d'
set xdata time
set xrange ['2000/07/16':'2000/07/17'] noreverse nowriteback
set format x '%m/%d/%Y'
set xtics rotate
set ylabel 'Rate (kkeys/sec)'
set yrange [0:1] noreverse nowriteback
set grid
set bmargin 6
set terminal gif transparent interlace size 520,400 xFFFFFF x000000 x000000 x770000 x333399 x3333FF
set output '/root/proxy/statsview/output//plot.gif'
plot '/root/proxy/statsview/output//plot.data' using 1:2 title 'daily', 0 title 'overall', '/root/proxy/statsview/output//plot.data' using 1:3 title '21 day'

Of course, I have absolutely no idea what I'm looking at.:D

Russ, NCNE
 

Russ

Lifer
Oct 9, 1999
21,093
3
0
Bump-O-Rama.

Come on, there's got to be a Linux Geek around here somewhere.:) I'm so close, I can taste it!

Russ, NCNE
 

Russ

Lifer
Oct 9, 1999
21,093
3
0
It tastes like my own cool stats I can look at to get regular fixes.:D

Russ, NCNE
 

Russ

Lifer
Oct 9, 1999
21,093
3
0
YEEHHAAWWWW!!!!!! Got it!!!! I needed to recompile GNUPlot to include a library for gif files called GD1.3. Once I did that, bingo! I have stats.:D

Russ, NCNE