home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume41 / rperf / part01 / FAQ < prev    next >
Encoding:
Text File  |  1993-12-19  |  783 b   |  21 lines

  1. Answers to frequently asked questions about rperf
  2.  
  3. CONTENTS OF THIS FILE
  4. ---------------------
  5. 1)  Could rperf report additional kernel statistics?
  6. 2)  Can rperf broadcast on just one network interface?
  7.  
  8. 1)  Could rperf report additional kernel statistics?
  9.  
  10. It could be done.  rperf queries rpc.rstatd, the network kernel
  11. statistics daemon.  Currently, rpc.rstatd reports the statistics listed
  12. in /usr/rpcsvc/rstat.x.  You could extend rstat.x and then modify
  13. rpc.rstatd and rperf
  14.  
  15. 2)  Can rperf broadcast on just one network interface?
  16.  
  17. Not easily.  The rperf broadcast mode uses the clnt_broadcast() routine
  18. in the RPC library.  clnt_broadcast() does not broadcast on a single
  19. interface.  To confine the broadcast to a single network, run rperf
  20. from a host other than the gateway.
  21.