Skip to content

Commit

Permalink
improve basic readme
Browse files Browse the repository at this point in the history
  • Loading branch information
abannert committed Aug 24, 2015
1 parent cb09fed commit db5f354
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
# plethora

Plethora is an HTTP performance testing command-line tool. It can generate very high numbers of concurrent connections
HTTP performance testing command-line tool. Very high concurrency: can generate 1000s of simultaneous HTTP connections.
Plethora is an HTTP performance testing command-line tool. It can generate
very high numbers of concurrent connections (1000s).

High concurrency is achieved using libevent.

No SSL support at the moment.

Please see the command-line help for usage instructions.


Basic build instructions:

1. install libevent
2. ./buildconf
3. ./configure
4. make
5. ./plethora -h

0 comments on commit db5f354

Please sign in to comment.