home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume39 / rperf / part01 / FAQ < prev    next >
Encoding:
Text File  |  1993-08-30  |  630 b   |  16 lines

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