Senad Uka
124cf9bb0e
rapid.go
2014-02-26 13:47:19 +01:00
Senad Uka
ba4851cf0f
updated readme
2013-11-07 15:31:00 +00:00
Senad Uka
f536e10f5c
fixed bug with stdin reading in rapid, updated readme
2013-11-07 15:30:16 +00:00
Senad Uka
de85e8709a
finished csv reporter support
2013-11-07 12:12:39 +00:00
Senad Uka
681a7f2d02
modified results and metrics
2013-11-07 11:27:05 +00:00
Senad Uka
441a898718
restored original create file instead of append
2013-11-05 15:37:49 +00:00
Senad Uka
ef70acad23
added support for appending to results file and added Rate to result struct
2013-11-05 15:08:06 +00:00
Senad Uka
bd8d1633b9
added support for appending to results file
2013-11-05 15:06:29 +00:00
Senad Uka
fb197a57d8
started creating rapid attack command
2013-11-05 08:17:32 +00:00
Tomás Senart
a354e18116
Release 1517f2d binaries
2013-10-31 00:23:55 +01:00
Tomás Senart
1517f2da05
Copy http.Header for each Target
...
Fixes #30 and likely other nasty problems with the internals of the http.Client
mutating the shared Header. Thanks @timjnh for reporting.
2013-10-31 00:19:15 +01:00
Tomás Senart
8659c293e3
Merge pull request #31 from timjnh/cross_platform_compatibility
...
Cross-platform compatibility for /dev/null
2013-10-30 15:49:09 -07:00
Tim Jones
11e78d243c
Improving cross-platform compatibility a bit
2013-10-30 14:39:02 -04:00
Tomás Senart
3905a5fe95
Release a9657e2 binaries
2013-10-29 15:14:14 +01:00
Tomás Senart
a9657e2660
Duration on Metrics and depenendent Reporters
...
This is real duration, calculated by subtracting the last Result's
timestamp with the first Result's timestamp. Garbage
collection and go routine scheduling delays can affect this number.
Fixes #29
2013-10-29 13:52:15 +01:00
Tomás Senart
ae8650d641
Merge pull request #27 from nikai3d/patch-1
...
fix typo in README.md
2013-10-23 04:58:49 -07:00
Nicolas Kaiser
034fabde3e
fix typo in README.md
2013-10-23 13:07:45 +02:00
Tomás Senart
63cf7cee9e
Release 4ba3b43 binaries
2013-10-05 23:19:07 +02:00
Tomás Senart
4ba3b431a8
Change percentiles field names as they were misleading
...
Also removes the total latencies field from Metrics as it is not useful.
2013-10-05 23:15:32 +02:00
Tomás Senart
c932c651d2
Update JSON reporter example
2013-10-05 22:14:25 +02:00
Tomás Senart
25dd8aceca
Release 4f1f4f3 binaries
2013-10-04 22:00:32 +02:00
Tomás Senart
040e087e3c
Merge pull request #24 from tsenart/percentiles
...
report latency percentiles
2013-10-04 12:57:06 -07:00
Tomás Senart
9a8f89d16b
Extend Metrics with max and 95th, 99th percentiles
...
Implements a new format for the text reporter with more information
than before.
Also Rename Result.Timing to Result.Latency and related names.
Adapt README.md examples to account new text reporter format and
library changes.
2013-10-04 21:46:16 +02:00
Tomás Senart
9501458c75
Update README.md
2013-09-23 02:23:59 +02:00
Tomás Senart
4f1f4f3dfa
Release a4f1939 binaries
2013-09-23 02:20:48 +02:00
Tomás Senart
a4f1939fe7
Merge pull request #26 from tsenart/better-plotting
...
Better plotting
2013-09-22 17:09:38 -07:00
Tomás Senart
3aca83b73b
Change README
2013-09-23 02:03:06 +02:00
Tomás Senart
0e268023aa
ReporterPlot: Interactive plot with HTML5
...
* Uses Dygraphs JS lib to plot
* Embeds dygraphs in binary to remove run-time dependencies
* Removes dependency on Plotinum
2013-09-23 01:42:56 +02:00
Tomás Senart
f0579e67e4
Improve Reporter interface
2013-09-22 17:44:57 +02:00
Tomás Senart
0bc9d0ccbe
Rename Results encoding functions
2013-09-22 17:30:28 +02:00
Tomás Senart
97aa7561a2
Add -header section to README
2013-09-21 18:46:09 +02:00
Tomás Senart
576afe9b93
Release 386e2f2 binaries
2013-09-21 18:41:26 +02:00
Tomás Senart
386e2f29f8
Merge pull request #23 from tsenart/headers
...
Ability to set request headers on attack sub command
2013-09-21 09:37:37 -07:00
Tomás Senart
172e7492f2
Add -header flag to attack sub command
2013-09-21 18:28:59 +02:00
Tomás Senart
e75a244b61
Implement Targets#SetHeader
2013-09-21 17:43:09 +02:00
Tomás Senart
1fbb0c5339
Release e9d3890 binaries
2013-09-14 21:59:43 +01:00
Tomás Senart
e9d38908c4
Merge pull request #22 from tsenart/dont-verify-certs
...
Suport a curl -k mode?
2013-09-14 13:57:24 -07:00
Tomás Senart
35b144d632
Skip certificate validation for HTTPS requests
2013-09-14 03:32:55 +01:00
Tomás Senart
eaf34244f6
Update README.md
2013-09-12 13:21:14 +01:00
Tomás Senart
61a3f21905
Release 57dfd2b binaries
2013-09-12 05:38:16 +01:00
Tomás Senart
57dfd2b743
Remove TODOs from README
2013-09-12 05:36:34 +01:00
Tomás Senart
5f4431a0da
Update README
2013-09-12 05:35:54 +01:00
Tomás Senart
d1faa876cf
Merge pull request #18 from tsenart/cluster-mode
...
Cluster mode
2013-09-11 21:26:33 -07:00
Tomás Senart
bcd707446a
Report: Accept multiple input files
...
In order to report results from multiple attack runs, the report sub
command now accepts multiple input files.
For you to run a distributed attack, use a tool like pdsh to run vegeta
attack on different machines and then aggregate the results into one
machine where vegeta report would consume them.
2013-09-12 04:55:29 +01:00
Tomás Senart
3fe1d1cebb
Release 71fb8e4 binaries
2013-09-12 03:09:38 +01:00
Tomás Senart
296d14314d
Release de53887 binaries
2013-09-11 14:53:12 +01:00
Tomás Senart
71fb8e48dd
Merge pull request #17 from tsenart/split-stages
...
Split test pipeline stages
2013-09-11 06:46:27 -07:00
Tomás Senart
dc2b311144
Update README
2013-09-11 14:41:22 +01:00
Tomás Senart
7cd13327c6
Default targets to stdin and abstract file handling
2013-09-11 14:41:17 +01:00
Tomás Senart
3059854751
Better wording
2013-09-11 14:16:52 +01:00