netserver.man
Upload User: kvgkvg
Upload Date: 2015-05-07
Package Size: 1129k
Code Size: 1k
Development Platform:

C/C++

  1. .TH netserver 1 ""
  2. .SH NAME
  3. netserver - a network performance benchmark server
  4. .SH SYNOPSIS
  5. .B netserver
  6. [-P portnum]
  7. [-n numcpus]
  8. .SH DESCRIPTION
  9. .B Netserver
  10. listens for connections from a
  11. .C netperf
  12. benchmark, and responds accordingly.
  13. It can either be run from
  14. .C inetd
  15. or as a standalone daemon (with the -p flag). If run from
  16. .C inetd
  17. the -p option should not be used.
  18. .SS OPTIONS
  19. .TP
  20. .B -h
  21. Display a usage string, and exit.
  22. .TP
  23. .B -n numcpus
  24. Specify the number of CPU's in the system on those systems for which
  25. netperf has no way to find the number of CPU's programatically. 
  26. .TP
  27. .B -p portnum
  28. Listen on the specified port.
  29. This is used when running as a standalone daemon.
  30. .SH BUGS
  31. No known bugs at this time. If you think you have found a bug, please send email to Rick Jones <raj@cup.hp.com>.
  32. .SH SEE ALSO
  33. .C netperf
  34. .br
  35. .I
  36. Netperf: A Network Performance Benchmark
  37. .br
  38. http://www.netperf.org/
  39. .SH AUTHORS
  40. HP Information Networks Division - Networking Performance Team.
  41. .br
  42. Rick Jones <raj@cup.hp.com>
  43. .br
  44. Karen Choy HP IND
  45. .br
  46. Dave Shield <daves@csc.liv.ac.uk> (man pages)
  47. .br
  48. Others too numerous to mention here - see the ACKNWLDGMNTS file