-
-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Apdex Score stats (all, methods, timeline, apistats). UI: Apdex…
… Score added to Requests by Method table, API Operation table - #10
- Loading branch information
Showing
12 changed files
with
98 additions
and
55 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 |
---|---|---|
@@ -1,22 +1,12 @@ | ||
|
||
TODO Current rates calculation seem to be off. Artillery : 200 req / sec -> 400 ? | ||
|
||
TODO If no entries in API defs, API op fails because chosen can't select first entry !!! | ||
TODO If no entries in API defs, API op fails because chosen can't select first entry ! | ||
|
||
TODO Statistics: Clients stats field / page - analyze clients by remote address | ||
|
||
TODO Statistics: TOP "Error" Resources (???) | ||
|
||
TODO Reconsider Payload page charts: too different values on the same chart; total send in minute could be way bigger then max/avg | ||
|
||
TODO Check API Matching for definitions like this: /Accounts/{AccountSid}/Recordings{mediaTypeExtension} | ||
|
||
TODO Consider ReqRes Stat for entire last hour ( sliding window ). Update it when time bucket added/removed ( add / substract from bucket's stats ) | ||
|
||
TODO Count Distribution of requestts / responces across scale by content size | ||
TODO i.e. 0: 10, 1kb: 1, 2k: 2 .... 10k: 8, 20k:8 | ||
TODO Show distribution chart | ||
|
||
TODO Biggest request / response tables | ||
|
||
TODO Bubble Chart: X: response size, Y: number of requests, Z: Average processing time (number of errors ???) |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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
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
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
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