Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Remote monitoring of Linux systems

3 views
Skip to first unread message

Paul Williamson

unread,
Feb 13, 2001, 10:47:41 AM2/13/01
to
We have just set up a student lab with several RH Linux 7.0 systems.
The catch is I would like to run something like Xload on one of them to
monitor what the load is on several other systems. Is there a way to do
that or a package I could get hold of to perform this function with out
putting too much load on the other systems.

Thanks,

Paul

MJ Ray

unread,
Feb 13, 2001, 11:19:25 AM2/13/01
to
Paul Williamson <pa...@dcs.warwick.ac.uk> writes:

> The catch is I would like to run something like Xload on one of them to
> monitor what the load is on several other systems. Is there a way to do
> that or a package I could get hold of to perform this function with out
> putting too much load on the other systems.

At a simplistic level, rwho does this. More sophisticated solutions
are available: just look for system monitoring on freshmeat or
something.
--
MJR
Member of the Anglian Linux User Group, UK
Meets every month or so and OPN #alug on Mondays at 2000 UK
http://www.anglian.lug.org.uk/

jbuc...@buchanan1.net

unread,
Feb 13, 2001, 7:11:33 PM2/13/01
to
In alt.os.linux Paul Williamson <pa...@dcs.warwick.ac.uk> wrote:
> The catch is I would like to run something like Xload on one of them to
> monitor what the load is on several other systems. Is there a way to do

With me sitting on zaphod, ichabod is in my workshop:

xhost + ichabod;rsh ichabod "export DISPLAY=zaphod:0;xload" &


--
Jim Buchanan c22...@eng.delcoelect.com jbuc...@buchanan1.net
=================== http://www.buchanan1.net/ ==========================
"C++ is like movie music, of titanic proportions, yet still culturally
derivative by and large. Especially large." -Larry Wall
================= Visit: http://www.thehungersite.com ==================

michael james obrien

unread,
Feb 15, 2001, 5:46:53 PM2/15/01
to

: With me sitting on zaphod, ichabod is in my workshop:

: xhost + ichabod;rsh ichabod "export DISPLAY=zaphod:0;xload" &

Using rsh is asking for trouble. It's obsolete and dangerous. Use ssh
instead. You wont have to do the export DISPLAY or xhost + either.

jbuc...@buchanan1.net

unread,
Feb 15, 2001, 8:26:24 PM2/15/01
to
In alt.os.linux michael james obrien <mob...@aix05.unm.edu> wrote:
> Using rsh is asking for trouble. It's obsolete and dangerous. Use ssh
> instead. You wont have to do the export DISPLAY or xhost + either.

After re-reading the original post, and seeing that it is a student
lab, I'd have to agree. Anyone who uses any of the r commands in that
environment, or on the public Internet is taking a risk.

I suppose I'm spoiled by the fairly safe environments that I'm used to
working in. I do use ssh when I'm worried about who might be looking
at my packets.


--
Jim Buchanan c22...@eng.delcoelect.com jbuc...@buchanan1.net
=================== http://www.buchanan1.net/ ==========================

"For all the shut-down strangers and hot-rod angels, rumbling through this
promised land, Tonight my baby and me we're gonna to ride down to the sea,
and wash these sins off our hands." -Bruce Springsteen

0 new messages