- name: Tidy up after p4benchmark scripts
hosts: bench_clients
tasks:
- name: Kill locust processes if they exist
shell: pkill --full 'locust' || true
ignore_errors: yes
- name: Remove base directory which has workspaces - see config_p4_bench.yml
file:
# path: /ram/disk/ws
path: /home/p4/ws
state: absent
| # | Change | User | Description | Committed | |
|---|---|---|---|---|---|
| #6 | 25356 | Robert Cowham | Latest tests | ||
| #5 | 25355 | Robert Cowham | Latest workings | ||
| #4 | 25354 | Robert Cowham | Working with multiple edges | ||
| #3 | 25352 | Robert Cowham | WIP for proper handling of parallel syncs | ||
| #2 | 25351 | Robert Cowham | Working with new structure /home/p4/ws as root and calculating num hosts | ||
| #1 | 25346 | Robert Cowham | Populate //stream/pure. |