Raw results
This commit is contained in:
parent
09764b6107
commit
75629ec087
12 changed files with 3086 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -154,3 +154,13 @@ scp records/wikipedia nancy.g5k:tlsbench/records/
|
|||
API timestamp at Paris time.
|
||||
|
||||
https://api.grid5000.fr/stable/sites/nancy/metrics?nodes=gros-69&metrics=bmc_node_power_watt&start_time=2026-02-26T14:00&end_time=2026-02-26T14:40
|
||||
|
||||
### Plots
|
||||
|
||||
```bash
|
||||
python plots.py summary results/g5k/summary X results/pi3/summary pi3 results/i5/summary i5 results/core2/summary C2
|
||||
python plots.py log2 results/core2/impl C2 results/pi3/impls \$\\\\pi\$3 results/i5/impls i5
|
||||
python plots.py stab results/pi3/stability \$\\\\pi\$3 results/core2/stability C2 results/i5/stability i5 results/g5k/stability X
|
||||
```
|
||||
|
||||
The plots are output to `/dev/shm/plots` for use with Gnuplot. Latex tabulars and debugs are also printed to stdout.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue