forked from benschmaus/nodeload
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
61 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Copyright (c) 2010 Orlando Vazquez | ||
|
||
Permission is hereby granted, free of charge, to any person | ||
obtaining a copy of this software and associated documentation | ||
files (the "Software"), to deal in the Software without | ||
restriction, including without limitation the rights to use, | ||
copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the | ||
Software is furnished to do so, subject to the following | ||
conditions: | ||
|
||
The above copyright notice and this permission notice shall be | ||
included in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES | ||
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT | ||
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, | ||
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | ||
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR | ||
OTHER DEALINGS IN THE SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
NAME | ||
---- | ||
|
||
azathoth - HTTP benchmark and load generator tool | ||
azathoth - HTTP benchmark and load generator tool | ||
|
||
SYNOPSIS | ||
-------- | ||
|
@@ -11,8 +11,11 @@ SYNOPSIS | |
DESCRIPTION | ||
----------- | ||
|
||
azathoth is for generating lots of HTTP traffic. By utilizing Node.js's powerful | ||
asynchronous abilities it's possible to create an enormous number of requests. | ||
azathoth is for generating lots of HTTP traffic. By utilizing Node.js's | ||
powerful asynchronous abilities it's possible to create an enormous number | ||
of requests. | ||
|
||
---- | ||
|
||
Outside the ordered universe that amorphous blight of nethermost confusion | ||
which blasphemes and bubbles at the center of all infinity; the boundless | ||
|
@@ -24,9 +27,8 @@ asynchronous abilities it's possible to create an enormous number of requests. | |
OPTIONS | ||
------- | ||
|
||
-c Number of concurrent connections to to use. Each client will make a | ||
number of requests equal to this number divided by the number of total | ||
requests. | ||
-c Number of concurrent connections to use. Each client will make a | ||
number of requests equal to the total number of requests divided by this number. | ||
|
||
-n Total number of requests to make. | ||
|
||
|
@@ -36,13 +38,14 @@ OPTIONS | |
ENVIRONMENT | ||
----------- | ||
|
||
azathoth requires node to be installed somewhere on your path. | ||
|
||
AUTHOR | ||
------ | ||
|
||
Orlando Vazquez <[email protected]> | ||
Orlando Vazquez <[email protected]> | ||
|
||
SEE ALSO | ||
-------- | ||
|
||
ab(1) | ||
ab(1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters