[rrd-users] Win32 RRD's not read by UNIX RRDTool

2004-11-11 Thread Sunil Modi (IT)
Hello all RRD Users-

Is there a way to read Win32 RRD's (RRDtool 1.0.40) in UNIX with RRDtool 
Version 1.0.48?  When I try to read Win32 RRD's, UNIX tells me ERROR: This RRD 
was created on other architecture.

Thank you very much for your help in advance,
Sunil

--
Unsubscribe mailto:[EMAIL PROTECTED]
Helpmailto:[EMAIL PROTECTED]
Archive http://www.ee.ethz.ch/~slist/rrd-users
WebAdminhttp://www.ee.ethz.ch/~slist/lsg2.cgi


[rrd-users] Re: Win32 RRD's not read by UNIX RRDTool

2004-11-11 Thread Alex van den Bogaerdt
On Thu, Nov 11, 2004 at 07:57:48AM -0500, Sunil Modi (IT) wrote:
 Hello all RRD Users-
 
 Is there a way to read Win32 RRD's (RRDtool 1.0.40) in UNIX with RRDtool 
 Version 1.0.48?  When I try to read Win32 RRD's, UNIX tells me ERROR: This 
 RRD was created on other architecture.
 
 Thank you very much for your help in advance,
 Sunil

http://www.google.nl/search?hl=nlq=%22ERROR%3A+This+RRD+was+created+on+other+architecture.%22btnG=Google+zoekenlr=

--
Unsubscribe mailto:[EMAIL PROTECTED]
Helpmailto:[EMAIL PROTECTED]
Archive http://www.ee.ethz.ch/~slist/rrd-users
WebAdminhttp://www.ee.ethz.ch/~slist/lsg2.cgi


[rrd-users] Re: Win32 RRD's not read by UNIX RRDTool

2004-11-11 Thread Sunil Modi (IT)
  Hello all RRD Users-
  
  Is there a way to read Win32 RRD's (RRDtool 1.0.40) in UNIX 
 with RRDtool Version 1.0.48?  When I try to read Win32 RRD's, 
 UNIX tells me ERROR: This RRD was created on other architecture.
  
  Thank you very much for your help in advance,
  Sunil
 
 http://www.google.nl/search?hl=nlq=%22ERROR%3A+This+RRD+was+created+on+other+architecture.%22btnG=Google+zoekenlr=

I read the post, but how do I dump the file on my windows box.  Do I need to 
write a batch script or does Win32 RRDTool have a built in function to do this?

Thanks
Sunil

--
Unsubscribe mailto:[EMAIL PROTECTED]
Helpmailto:[EMAIL PROTECTED]
Archive http://www.ee.ethz.ch/~slist/rrd-users
WebAdminhttp://www.ee.ethz.ch/~slist/lsg2.cgi


[rrd-users] Re: Win32 RRD's not read by UNIX RRDTool

2004-11-11 Thread Alex van den Bogaerdt
On Thu, Nov 11, 2004 at 08:19:17AM -0500, Sunil Modi (IT) wrote:

 I read the post, but how do I dump the file on my windows box.  Do I need to 
 write a batch script or does Win32 RRDTool have a built in function to do 
 this?

I don't know.  Maybe it's in the manual?

-- 
You want an answer?  You'd better follow the following guidelines!
Linesize well below 80 chars. Reply to the list, not to me. Trim
irrelevant lines. Reply _below_ the relevant lines, not on top.

--
Unsubscribe mailto:[EMAIL PROTECTED]
Helpmailto:[EMAIL PROTECTED]
Archive http://www.ee.ethz.ch/~slist/rrd-users
WebAdminhttp://www.ee.ethz.ch/~slist/lsg2.cgi


[rrd-users] Re: Win32 RRD's not read by UNIX RRDTool

2004-11-11 Thread Andreas Maus
On Thu, Nov 11, 2004 at 08:19:17AM -0500, Sunil Modi (IT) wrote:
Hi Sunil.
No no no no no no ...
You have to dump the file on the _UNIX_ host that created the file
(e.g. rrdtool dump foobar.rrd  foobar.xml)

Transfer the XML-File to your _Windows_ box and restore the rrd-File
from the XML-File (e.g. rrdtool restore foobar.xml foobar_on_windows.rrd)

You don't have to write a batch script unless you have to dump/restore more
rrd files.

Hope that helps ...

So long,

Andreas.

-- 
Dipl.-Ing. Andreas Maus science+computing ag
System Administration   Hagellocher Weg 71-75
mail: [EMAIL PROTECTED]   72070 Tuebingen, Germany
tel.: +49 7071 9457 456 www.science-computing.de

-- Binary/unsupported file stripped by Ecartis --
-- Err : No filename to use for decode, file stripped.
-- Type: application/pgp-signature


--
Unsubscribe mailto:[EMAIL PROTECTED]
Helpmailto:[EMAIL PROTECTED]
Archive http://www.ee.ethz.ch/~slist/rrd-users
WebAdminhttp://www.ee.ethz.ch/~slist/lsg2.cgi


[rrd-users] rrdtool fetch problem

2004-11-11 Thread muhammad usman
 
hi every one !
 
when i am doing as exactly told in rrdtutoial, i am getting very strange values 
while using fetch command.
 
kindly tell me where i am wrong.
 
[EMAIL PROTECTED]:~/rrd# rm -rf test.rrd
[EMAIL PROTECTED]:~/rrd# rrdtool create test.rrd --start 920804400 
DS:speed:COUNTER:600:U:U RRA:AVERAGE:0.5:1:24 RRA:AVERAGE:0.5:6:10
[EMAIL PROTECTED]:~/rrd# rrdtool update test.rrd 920804700:12345 
920805000:12357 920805300:12363   
[EMAIL PROTECTED]:~/rrd# rrdtool update test.rrd 920805600:12363 
920805900:12363 920806200:12373   
[EMAIL PROTECTED]:~/rrd# rrdtool update test.rrd 920806500:12383 
920806800:12393 920807100:12399
[EMAIL PROTECTED]:~/rrd# rrdtool update test.rrd 920807400:12405 
920807700:12411 920808000:12415
[EMAIL PROTECTED]:~/rrd# rrdtool update test.rrd 920808300:12420 
920808600:12422 920808900:12423

[EMAIL PROTECTED]:~/rrd# rrdtool fetch test.rrd AVERAGE --start 920804400 --end 
920809200
  speed
 920804400: nan
 920804700: nan
 920805000: 4.00e-02
 920805300: 2.00e-02
 920805600: 0.00e+00
 920805900: 0.00e+00
 920806200: 3.33e-02
 920806500: 3.33e-02
 920806800: 3.33e-02
 920807100: 2.00e-02
 920807400: 2.00e-02
 920807700: 2.00e-02
 920808000: 1.33e-02
 920808300: 1.67e-02
 920808600: 6.67e-03
 920808900: 3.33e-03
 920809200: nan

[EMAIL PROTECTED]:~/rrd# date
Mon Nov 12 21:13:48 AKST 2004

[EMAIL PROTECTED]:~/rrd# uname -a
Linux Gateway 2.4.22 #6 Tue Sep 2 17:43:01 PDT 2003 i586 unknown unknown 
GNU/Linux

thanks a lot for ur help in advance.
 
 


-
Do you Yahoo!?
 Check out the new Yahoo! Front Page. www.yahoo.com

--
Unsubscribe mailto:[EMAIL PROTECTED]
Helpmailto:[EMAIL PROTECTED]
Archive http://www.ee.ethz.ch/~slist/rrd-users
WebAdminhttp://www.ee.ethz.ch/~slist/lsg2.cgi


[rrd-users] Re: rrdtool fetch problem

2004-11-11 Thread Alex van den Bogaerdt
On Thu, Nov 11, 2004 at 09:26:57AM -0800, muhammad usman wrote:

 when i am doing as exactly told in rrdtutoial, i am getting very strange 
 values while using fetch command.

  920805000: 4.00e-02

4.0e-02 is just another way of writing 0.04

look up scientific notation in google

HTH
Alex

--
Unsubscribe mailto:[EMAIL PROTECTED]
Helpmailto:[EMAIL PROTECTED]
Archive http://www.ee.ethz.ch/~slist/rrd-users
WebAdminhttp://www.ee.ethz.ch/~slist/lsg2.cgi


[rrd-users] Re: rrdtool fetch problem

2004-11-11 Thread Sunil Modi (IT)
 hi every one !
  
 when i am doing as exactly told in rrdtutoial, i am getting 
 very strange values while using fetch command.
  
 kindly tell me where i am wrong.
  
 [EMAIL PROTECTED]:~/rrd# rm -rf test.rrd
 [EMAIL PROTECTED]:~/rrd# rrdtool create test.rrd --start 920804400 
 DS:speed:COUNTER:600:U:U RRA:AVERAGE:0.5:1:24 RRA:AVERAGE:0.5:6:10
 [EMAIL PROTECTED]:~/rrd# rrdtool update test.rrd 920804700:12345 
 920805000:12357 920805300:12363   
 
 [EMAIL PROTECTED]:~/rrd# rrdtool fetch test.rrd AVERAGE --start 
 920804400 --end 920809200
   speed
  920804400: nan
  920804700: nan
  920805000: 4.00e-02


The data is correct.  COUNTER takes your data and subtracts data point #1 from 
#2 to find a difference then divides by 300 (default step time).  So in your 
case, 12357 - 12345 = 12.  12 / 300 = .04 and 4.0e-02 = .04.  So on and so 
forth.

-sunil

--
Unsubscribe mailto:[EMAIL PROTECTED]
Helpmailto:[EMAIL PROTECTED]
Archive http://www.ee.ethz.ch/~slist/rrd-users
WebAdminhttp://www.ee.ethz.ch/~slist/lsg2.cgi