home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.sys.m88k:417 comp.sys.mentor:354 comp.sys.ncr:595 comp.sys.northstar:47 comp.sys.nsc.32k:355 comp.sys.prime:2749 comp.sys.pyramid:241 comp.sys.ridge:33 comp.sys.sequent:709 comp.sys.sgi:19122 comp.sys.stratus:111 comp.sys.ti:1035 comp.sys.unisys:729 comp.sys.xerox:215 comp.sys.zenith:1019
- Newsgroups: comp.sys.m88k,comp.sys.mentor,comp.sys.ncr,comp.sys.northstar,comp.sys.nsc.32k,comp.sys.prime,comp.sys.pyramid,comp.sys.ridge,comp.sys.sequent,comp.sys.sgi,comp.sys.stratus,comp.sys.ti,comp.sys.unisys,comp.sys.xerox,comp.sys.zenith
- Path: sparky!uunet!uunet.ca!geac!utcsri!rpi!fitzgb
- From: fitzgb@mml0.meche.rpi.edu (Brian Fitzgerald)
- Subject: Does _your_ system need rpc.rstatd? (free one available!)
- Message-ID: <s5q3pr-@rpi.edu>
- Followup-To: poster
- Nntp-Posting-Host: mml0.meche.rpi.edu
- Reply-To: fitzgb@rpi.edu
- Organization: Rensselaer Polytechnic Institute, Troy NY
- Date: Wed, 27 Jan 1993 19:26:45 GMT
- Lines: 41
-
- Hi I'm crossposting to some sys groups, once, to find out which systems
- do _not_ have rpc.rstatd
-
- I have written a public domain version of rpc.rstatd, which I will
- gladly send to anyone who needs it. I will post it to alt.sources a
- while later.
-
- What is rstatd? From the man page:
- rstatd, rpc.rstatd - kernel statistics server
-
- rstatd is a server which returns performance statistics
- obtained from the kernel. These statistics are graphically
- displayed by perfmeter(1), xload, etc... The rstatd daemon is
- normally invoked by inetd(8C).
-
- Part of the program reads the kernel, and is therefore highly
- system-dependent, so I would not expect my code to compile right away
- on any other systems, without porting.
-
- So...
-
- 1. Does your system have rstatd? (In /usr/etc or /etc, possibly
- rpc.rstatd or rstatd.)
-
- 2. Does your system have the rpc library? (In /lib or/usr/lib,
- possibly libsun.a, librpc.a, or in libc.a Try:
-
- nm LIB | egrep 'xdr|clnt|svc'
-
- where LIB is the library you are checking.
-
- 3. What is the manufacturer and name of your operating system and
- computer?
-
- 4. Would you like to receive my sources to rpc.rstatd?
-
- Followup-to e-mail.
-
- Thanks in advance,
-
- Brian
-