Performance Reports

Exchange HTML report templates between users.
Post Reply
Mike Maree
Posts: 2
Joined: Thu Mar 27, 2003 6:00 pm
Location: Effective Sourcing
Contact:

Post by Mike Maree »

Hi there
I would like to be able to create a graphical representation of a variable - like disk space available - in HTML format for publishing on a web site. Something similar to the Log Analyzer would do.

Any suggestions.

Mike
User avatar
Marcus
Posts: 367
Joined: Mon Nov 18, 2002 6:00 pm

Post by Marcus »

I don't know of any ready to use program, but I know it is possible to build it yourself with php.

1. Log your replies to a database
2. Retrieve the values of the time range you want into an array
3. Use a php plotting class to generate the graphic

I don't think it's hard to do, it just takes some time to implement it. The hard part is converting the data to the array needed by the plotting class.

Post Reply