-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mise en place d'une mini roadmap pour la visualisation de l'évolution…
… de la consommation mémoire de l'outil maven.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 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,20 @@ | ||
# Next steps | ||
|
||
## Goals | ||
|
||
Have an measurement history for maven test bench | ||
|
||
## Steps | ||
|
||
maven test bench side | ||
1) Create a s3 bucket (done: bucketname: quickperf-maventestbench-measurements) | ||
2) Push each measure file to s3 bucket thanks to a custom exporter (change AllocationExporter to push to s3) | ||
1) Think to push a timestamped file | ||
|
||
maven plugin apache site | ||
1) Get all s3 files | ||
1) first all | ||
2) second just take the last 10 days | ||
2) Parse measurement file | ||
1) ex: 3.31 Giga bytes (3 552 270 680 bytes) --> parse to get only 3552270680 | ||
3) Generate graph from measurements |