Re: [PHP] draw image graph with uptime command

2002-01-04 Thread php3
Addressed to: "Daniel Masur" <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from "Daniel Masur" <[EMAIL PROTECTED]> Fri, 4 Jan 2002 08:54:00 +0100 > anybody can help? > > ps, i never worked with images in php before... Take a look at: http://www.aditus.nu/jpgraph/ Ri

Re: [PHP] draw image graph with uptime command

2002-01-04 Thread Austin Gonyou
x axis= 0 - 365 (time in days) y axis= 0 - 100(or 1 depending on the value you're taking for utilization. It's best to convert it into %.) (percent util) After that you'll need some way of being able to plotĀ  y/x or Percent util over time. After that, it should be easy. On Fri, 20