File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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." );
You can’t perform that action at this time.
0 commit comments