Skip to content

Commit

Permalink
Mise en place d'une mini roadmap pour la visualisation de l'évolution…
Browse files Browse the repository at this point in the history
… de la consommation mémoire de l'outil maven.
  • Loading branch information
pcavezzan committed Apr 2, 2022
1 parent f8bb3a8 commit b99bf4c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions maven-perf/NEXT_STEP.md
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

0 comments on commit b99bf4c

Please sign in to comment.