innpeer-stats [was: Re: innd logging conventions]
Fabien Tassin
fta at sofaraway.org
Thu Dec 28 20:44:45 UTC 2000
According to Ilya Etingof:
>
> Thanks for the tool!
>
> I've a few comments on it:
>
> * Maybe it would be better to generate individual HTML pages for each peer
> rather than putting all these pictures on the single page? See how
> hard it is for browser to suck it all at once -- http://newsfeed.sovam.com
It was my plan for the next release because I've added some more graphs
and even locally, it becomes hard to load.
I can see on your pages that some graphs have problems and I'm not able
to understand why. Can I have one of your log files ?
> * The sys_errlist[] variable (used in grapher.c) is no longer available
> on Solaris 2.7+. The strerror() function is advised instead.
oh, ok. Thx.
>
> On Thu, 28 Dec 2000, Rich Skrenta wrote:
>
> >
> > > BTW, I'm open to comments on innpeer-stats.
> >
> > Looks very nice. See http://feed.textport.net/innpeer-stats/
> >
> > I chose to run innpeer-stats out of cron as user news, sending the output
> > to an index.html file in the http directory, instead of as a cgi.
> > (I had to comment out the emission of the Content-Type: text/html line
> > in main.c).
> >
> > I wrapped the invocation with:
> >
> > #!/bin/sh
> >
> > rm -f /home/httpd/docs/innpeer-stats/*.png
> > echo "Rebuilding stats, please wait....<p>(`date`)" > /home/httpd/docs/innpeer-stats/index.html
> > /usr/local/news/bin/innpeer-stats > /home/httpd/docs/innpeer-stats/index.new
> > mv /home/httpd/docs/innpeer-stats/index.new /home/httpd/docs/innpeer-stats/index.html
> >
> >
> >
>
>
--
Fabien Tassin -+- fta at sofaraway.org
More information about the inn-workers
mailing list