Log absolute time
This commit is contained in:
parent
381d330dcd
commit
12f39f6088
2 changed files with 8 additions and 6 deletions
|
|
@ -369,8 +369,8 @@ sudo chmod u+s powercap
|
|||
### Grid5000
|
||||
|
||||
```bash
|
||||
ssh grenoble.g5k
|
||||
oarsub -q default -l host=2,walltime=2 -I
|
||||
ssh nancy.g5k
|
||||
oarsub -q default -l host=2,walltime=2 -p "wattmeter=YES" -I
|
||||
# Check the name of the other node in https://intranet.grid5000.fr/oar/Lyon/drawgantt-svg/
|
||||
# Let's call them p1 and p2
|
||||
ping p2
|
||||
|
|
@ -383,10 +383,12 @@ python exp.py send g5k
|
|||
# Notes
|
||||
scp /lib/x86_64-linux-gnu/libssl.so.3.6 lyon.g5k:~/
|
||||
scp /lib/x86_64-linux-gnu/libcrypto.so.3.6 lyon.g5k:~/
|
||||
scp records/wikipedia grenoble.g5k:tlsbench/records/
|
||||
scp records/wikipedia nancy.g5k:tlsbench/records/
|
||||
LD_PRELOAD="/home/pengelib/tlsbench/libssl.so.3.6 /home/pengelib/tlsbench/libcrypto.so.3.6" ./netreplay --help
|
||||
```
|
||||
|
||||
https://api.grid5000.fr/stable/sites/lyon/metrics?nodes=dahu-6&metrics=wattmetre_power_watt,bmc_node_power_watt&start_time=2026-02-26T14:00&end_time=2026-02-26T14:40
|
||||
|
||||
## Problems
|
||||
|
||||
### Youtube
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue