home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / aos / 185 next >
Encoding:
Internet Message Format  |  1993-01-23  |  2.1 KB

  1. Xref: sparky comp.os.aos:185 comp.os.coherent:6981 comp.os.linux:25718 comp.os.mach:1762 comp.os.minix:5281 comp.os.misc:1061 comp.sys.3b1:4414 comp.sys.apollo:4344 comp.sys.att:2909 comp.sys.cbm:5655 comp.sys.cdc:168 comp.sys.convex:49 comp.sys.encore:125 comp.sys.isis:399 comp.sys.m6809:594 comp.sys.m68k:1645
  2. Path: sparky!uunet!ulowell!m2c!nic.umass.edu!caen!uwm.edu!rpi!fitzgb
  3. From: usenet@usenet.rpi.edu
  4. Newsgroups: comp.os.aos,comp.os.coherent,comp.os.linux,comp.os.mach,comp.os.minix,comp.os.misc,comp.sys.3b1,comp.sys.apollo,comp.sys.att,comp.sys.cbm,comp.sys.cdc,comp.sys.convex,comp.sys.encore,comp.sys.isis,comp.sys.m6809,comp.sys.m68k
  5. Subject: Does _your_ system need rpc.rstatd? (free one available!)
  6. Message-ID: <p5q3tn-@rpi.edu>
  7. Date: 27 Jan 93 19:23:25 GMT
  8. Sender: fitzgb@mml0.meche.rpi.edu
  9. Reply-To: fitzgb@rpi.edu
  10. Followup-To: poster
  11. Organization: Rensselaer Polytechnic Institute, Troy NY
  12. Lines: 41
  13. Nntp-Posting-Host: mml0.meche.rpi.edu
  14.  
  15. Hi I'm crossposting to some sys groups, once, to find out which systems
  16. do _not_ have rpc.rstatd
  17.  
  18. I have written a public domain version of rpc.rstatd, which I will
  19. gladly send to anyone who needs it.  I will post it to alt.sources a
  20. while later.
  21.  
  22. What is rstatd?  From the man page:
  23.      rstatd, rpc.rstatd - kernel statistics server
  24.  
  25.      rstatd is a  server  which  returns  performance  statistics
  26.      obtained  from the kernel.  These statistics are graphically
  27.      displayed by perfmeter(1), xload, etc...  The rstatd  daemon  is
  28.      normally invoked by inetd(8C).
  29.  
  30. Part of the program reads the kernel, and is therefore highly
  31. system-dependent, so I would not expect my code to compile right away
  32. on any other systems, without porting.
  33.  
  34. So...
  35.  
  36.    1.  Does your system have rstatd?  (In /usr/etc or /etc, possibly
  37. rpc.rstatd  or rstatd.)
  38.  
  39.    2.  Does your system have the rpc library? (In /lib or/usr/lib,
  40. possibly libsun.a, librpc.a, or in libc.a  Try:
  41.  
  42.   nm LIB | egrep 'xdr|clnt|svc'
  43.  
  44. where LIB is the library you are checking.
  45.  
  46.    3.  What is the manufacturer and name of your operating system and
  47. computer?
  48.  
  49.    4.  Would you like to receive my sources to rpc.rstatd?
  50.  
  51. Followup-to e-mail.
  52.  
  53. Thanks in advance,
  54.  
  55. Brian
  56.