g5k
This commit is contained in:
parent
08fd52eedb
commit
752055866f
4 changed files with 75 additions and 6 deletions
19
README.md
19
README.md
|
|
@ -366,6 +366,25 @@ sudo chown root powercap
|
|||
sudo chmod u+s powercap
|
||||
```
|
||||
|
||||
### Grid5000
|
||||
|
||||
```bash
|
||||
ssh lyon.g5k
|
||||
oarsub -q default -l host=2,walltime=2 -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
|
||||
# Note p2 addr to exp.py
|
||||
pip3 install fabric
|
||||
python exp.py make g5k -c
|
||||
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:~/
|
||||
LD_PRELOAD="/home/pengelib/tlsbench/libssl.so.3.6 /home/pengelib/tlsbench/libcrypto.so.3.6" ./netreplay --help
|
||||
```
|
||||
|
||||
## Problems
|
||||
|
||||
### Youtube
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue