1idleconn(1) tool for opening any number of idle connections idleconn(1)
2
3
4
6 idleconn - tool for opening any number of idle connections
7
9 idleconn <server> <port> <numidle>
10
11
13 idleconn is part of httperf suite and is useful to simulate a large
14 number of concurrent and idle connections. It can establish a set of
15 persistent connections, each of which generated periodic requests to
16 the server. The effect is that at all times, some of the connections
17 were active while the rest were idle, and these active and idle connec‐
18 tion sets kept changing with time. (This paragraph was extracted and
19 adapted from the article "Scalability of Linux Event-Dispatch Mecha‐
20 nisms" (HPL-2000-174), written by Abhishek Chandra and David Mos‐
21 berger).
22
24 server IP of the server to connect.
25
26 port Port used by server.
27
28 numidle
29 Number of idle process to be generated.
30
32 This is a simple example how to use idleconn:
33
34 $ ./idleconn 192.168.1.1 80 100
35
36 It would open and maintain 100 idle connections to a web server, lis‐
37 tening on port 80, using the IP address 192.168.1.1.
38
40 httperf(1)
41
43 The httperf was written by David Mosberger-Tang, Hewlett-Packard Com‐
44 pany and Contributors.
45
46 This manual page was written by Joao Eriberto Mota Filho <eriberto@de‐
47 bian.org> for the Debian project (but may be used by others).
48
49
50
51IDLECONN 0.9.0 Mar 2016 idleconn(1)