The httperf - HTTP load generator with post-quantum support from BoringSSL
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

idleconn.1 1.5 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .TH idleconn "1" "Mar 2016" "IDLECONN 0.9.0" "tool for opening any number of idle connections"
  2. .\" Text automatically generated by txt2man
  3. .SH NAME
  4. \fBidleconn \fP- tool for opening any number of idle connections
  5. \fB
  6. .SH SYNOPSIS
  7. .nf
  8. .fam C
  9. \fBidleconn\fP <server> <port> <numidle>
  10. .fam T
  11. .fi
  12. .fam T
  13. .fi
  14. .SH DESCRIPTION
  15. \fBidleconn\fP is part of httperf suite and is useful to simulate a large number
  16. of concurrent and idle connections. It can establish a set of persistent
  17. connections, each of which generated periodic requests to the server. The
  18. effect is that at all times, some of the connections were active while the
  19. rest were idle, and these active and idle connection sets kept changing with
  20. time. (This paragraph was extracted and adapted from the article "Scalability
  21. of Linux Event-Dispatch Mechanisms" (HPL-2000-174), written by Abhishek
  22. Chandra and David Mosberger).
  23. .SH OPTIONS
  24. .TP
  25. .B
  26. server
  27. IP of the server to connect.
  28. .TP
  29. .B
  30. port
  31. Port used by server.
  32. .TP
  33. .B
  34. numidle
  35. Number of idle process to be generated.
  36. .SH EXAMPLE
  37. This is a simple example how to use \fBidleconn\fP:
  38. .PP
  39. .nf
  40. .fam C
  41. $ ./idleconn 192.168.1.1 80 100
  42. .fam T
  43. .fi
  44. It would open and maintain 100 idle connections to a web server, listening on
  45. port 80, using the IP address 192.168.1.1.
  46. .SH SEE ALSO
  47. \fBhttperf\fP(1)
  48. .SH AUTHOR
  49. The httperf was written by David Mosberger-Tang, Hewlett-Packard Company and Contributors.
  50. .PP
  51. This manual page was written by Joao Eriberto Mota Filho <eriberto@debian.org>
  52. for the Debian project (but may be used by others).