Skip to content

Commit 5b1988b

Browse files
committed
Make the documentation correct for concurrent default
This corresponds to the default set at https://github.com/JoeDog/siege/blob/master/doc/siegerc.in#L267
1 parent 846a9d7 commit 5b1988b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

INSTALL

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,8 @@ If that is the case, then follow the steps in item #1 below...
167167
-q, --quiet QUIET turns verbose off and suppresses output.
168168
-g, --get GET, pull down HTTP headers and display the
169169
transaction. Great for application debugging.
170-
-c, --concurrent=NUM CONCURRENT users, default is 10
170+
-c, --concurrent=NUM CONCURRENT users, default is 25 or whatever is
171+
specified in ~/.siegerc.
171172
-r, --reps=NUM REPS, number of times to run the test.
172173
-t, --time=NUMm TIMED testing where "m" is modifier S, M, or H
173174
ex: --time=1H, one hour test.

src/main.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ display_help()
142142
puts(" -g, --get GET, pull down HTTP headers and display the");
143143
puts(" transaction. Great for application debugging.");
144144
puts(" -p, --print PRINT, like GET only it prints the entire page.");
145-
puts(" -c, --concurrent=NUM CONCURRENT users, default is 10");
145+
puts(" -c, --concurrent=NUM CONCURRENT users, default is default is 25 or");
146+
puts(" whatever is specified in ~/.siegerc");
146147
puts(" -r, --reps=NUM REPS, number of times to run the test." );
147148
puts(" -t, --time=NUMm TIMED testing where \"m\" is modifier S, M, or H");
148149
puts(" ex: --time=1H, one hour test." );

0 commit comments

Comments
 (0)