- name: Stop monitoring processes on various replicas
hosts: replicas
remote_user: ir
vars:
bench_dir: /home/ir/p4benchmark
tasks:
- name: Kill monitoring processes
shell: sudo pkill -9 nethogs
ignore_errors: True
- name: Kill monitoring processes
shell: sudo pkill -9 iftop
ignore_errors: True
| # | Change | User | Description | Committed | |
|---|---|---|---|---|---|
| #2 | 24711 | Robert Cowham | Restructure and tidy up | ||
| #1 | 22003 | Robert Cowham | Latest state - with p4python and no syncing |