Hi,

I've been playing around with perl, and I've written a server-script and
a client-script. The server-script basically listens on a port, waiting
for the client to connect.

When the client connect, the server collects all data (load level, cpu,
memory, network load etc ..).

The client then receives the data (gzip'ed over network just for show of
;P ) and processes it to rrd.

The client got a list with servers to connect to, and loops through that
list. The rrd files is named with servername and data-type (cpu, mem,
load).

It's the client that creates the RRDs, it just collects the data from
the servers, so actually you can create a RRD that shows «overall
server»-statistics. 

I might put the scripts online, after some code clean-up.

=)

Cheers.

On Thu, 2003-01-09 at 15:58, Simon Mullis wrote:
> Rsync them all to the same location (over ssh)?
> 
> SM
> -----Original Message-----
> From: Paul Smith [mailto:[EMAIL PROTECTED]
> Sent: 09 January 2003 14:26
> To: [email protected]
> Subject: [rrd-users] dispersed rrd files
> 
> 
> 
> 
> Hi gang,
>       I'm trying to figure out a way to create graphs with .rrd files that
> 
> live on different machines. The best I can come up with off the top of 
> my head is to fetch-and-cache the rrd files from the remote server... 
> anyone else thought of a more elegant solution?

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

Reply via email to