Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ About
htstress is used for benchmarking HTTP services
on Linux. It's similar to Apache Benchmark (ab)
but provides multithreading support which is
essential in bechmarking highload services (>5K rps).
essential in benchmarking highload services (>5K rps).

Build
*************************************************
Expand All @@ -32,8 +32,8 @@ cores in your CPU for best results.

Comparison
*************************************************
Here's the result of running htstress on 8-core
machine benchmarking dummy NGINX page:
Here's the result of running htstress on an 8-core
machine benchmarking a dummy NGINX page:

./htstress -n 10000 -c 100 -t 8 localhost:8087

Expand Down