home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / zenith / 1020 < prev    next >
Encoding:
Internet Message Format  |  1993-01-27  |  1.8 KB

  1. Xref: sparky comp.sys.zenith:1020 comp.unix.amiga:2722 comp.unix.aux:4727 comp.unix.bsd:11849 comp.unix.cray:350
  2. Newsgroups: comp.sys.zenith,comp.unix.amiga,comp.unix.aux,comp.unix.bsd,comp.unix.cray
  3. Path: sparky!uunet!uunet.ca!geac!utcsri!rpi!fitzgb
  4. From: fitzgb@mml0.meche.rpi.edu (Brian Fitzgerald)
  5. Subject: Does _your_ system need rpc.rstatd? (free one available!)
  6. Message-ID: <t5q33x-@rpi.edu>
  7. Followup-To: poster
  8. Nntp-Posting-Host: mml0.meche.rpi.edu
  9. Reply-To: fitzgb@rpi.edu
  10. Organization: Rensselaer Polytechnic Institute, Troy NY
  11. Date: Wed, 27 Jan 1993 19:27:28 GMT
  12. Lines: 41
  13.  
  14. Hi I'm crossposting to some sys groups, once, to find out which systems
  15. do _not_ have rpc.rstatd
  16.  
  17. I have written a public domain version of rpc.rstatd, which I will
  18. gladly send to anyone who needs it.  I will post it to alt.sources a
  19. while later.
  20.  
  21. What is rstatd?  From the man page:
  22.      rstatd, rpc.rstatd - kernel statistics server
  23.  
  24.      rstatd is a  server  which  returns  performance  statistics
  25.      obtained  from the kernel.  These statistics are graphically
  26.      displayed by perfmeter(1), xload, etc...  The rstatd  daemon  is
  27.      normally invoked by inetd(8C).
  28.  
  29. Part of the program reads the kernel, and is therefore highly
  30. system-dependent, so I would not expect my code to compile right away
  31. on any other systems, without porting.
  32.  
  33. So...
  34.  
  35.    1.  Does your system have rstatd?  (In /usr/etc or /etc, possibly
  36. rpc.rstatd  or rstatd.)
  37.  
  38.    2.  Does your system have the rpc library? (In /lib or/usr/lib,
  39. possibly libsun.a, librpc.a, or in libc.a  Try:
  40.  
  41.   nm LIB | egrep 'xdr|clnt|svc'
  42.  
  43. where LIB is the library you are checking.
  44.  
  45.    3.  What is the manufacturer and name of your operating system and
  46. computer?
  47.  
  48.    4.  Would you like to receive my sources to rpc.rstatd?
  49.  
  50. Followup-to e-mail.
  51.  
  52. Thanks in advance,
  53.  
  54. Brian
  55.