RE: scope and presenting realtime data (fwd)

2004-05-27 Thread ramudu
y if the last value for a server is older than n seconds (saves some io) > > else sounds good > > hth > Alexander > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 26. Mai 2004 19:39 > To: Struts Users Mailing List >

RE: scope and presenting realtime data (fwd)

2004-05-27 Thread Jesse Alexander (KXT)
gt; > From: [EMAIL PROTECTED] > > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > > To: [EMAIL PROTECTED] > > Subject: scope and presenting realtime data > > > > Hi, > > > > We are developing a web based interface (struts + jsp etc) for re

Re: scope and presenting realtime data (fwd)

2004-05-26 Thread ramudu
; > Hi, > > > > Can anyone suggest some approach for this issue. > > > > thanks & regards > > -Ramudu > > > > > > -- Forwarded message -- > > Date: Wed, 26 May 2004 14:52:23 +0530 (IST) > > From: [EMAIL PROTECTED]

Re: scope and presenting realtime data (fwd)

2004-05-26 Thread Irfandhy Franciscus
D] Subject: scope and presenting realtime data Hi, We are developing a web based interface (struts + jsp etc) for realtime monitoring of server cpu usage. We have written a bean that will contact the server and get the current cpu usage and return that value. I want to plot a line graph (using jfreec

RE: scope and presenting realtime data (fwd)

2004-05-26 Thread Jesse Alexander (KXT)
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 26. Mai 2004 14:35 To: Struts Users Mailing List Subject: RE: scope and presenting realtime data (fwd) Hi, Thanks for your response... as you rightly pointed out the data is 'near realtime' not exactly REAL-TIME.

RE: scope and presenting realtime data (fwd)

2004-05-26 Thread Andrew Hill
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, 26 May 2004 20:35 To: Struts Users Mailing List Subject: RE: scope and presenting realtime data (fwd) Hi, Thanks for your response... as you rightly pointed out the data is 'near realtime' not exactly REAL-

RE: scope and presenting realtime data (fwd)

2004-05-26 Thread ramudu
ust my 2 cents worth though so theres probably many better ways of > doing it. > > hth > Andrew > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 26 May 2004 19:42 > To: [EMAIL PROTECTED] > Subject: scope and prese

RE: scope and presenting realtime data (fwd)

2004-05-26 Thread Andrew Hill
PROTECTED] Subject: scope and presenting realtime data (fwd) Hi, Can anyone suggest some approach for this issue. thanks & regards -Ramudu -- Forwarded message -- Date: Wed, 26 May 2004 14:52:23 +0530 (IST) From: [EMAIL PROTECTED] Reply-To: Struts Users Mailing List <[EMA

scope and presenting realtime data (fwd)

2004-05-26 Thread ramudu
Hi, Can anyone suggest some approach for this issue. thanks & regards -Ramudu -- Forwarded message -- Date: Wed, 26 May 2004 14:52:23 +0530 (IST) From: [EMAIL PROTECTED] Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: scope and

scope and presenting realtime data

2004-05-26 Thread ramudu
Hi, We are developing a web based interface (struts + jsp etc) for realtime monitoring of server cpu usage. We have written a bean that will contact the server and get the current cpu usage and return that value. I want to plot a line graph (using jfreechart) with the cpu usage in Y-axis and tim