post_bench.yml #2

  • //
  • guest/
  • robert_cowham/
  • p4benchmark/
  • main/
  • ansible/
  • post_bench.yml
  • View
  • Commits
  • Open Download .zip Download (318 B)
- 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: /tmp/work
      state: absent

# Change User Description Committed
#5 25529 Robert Cowham Latest copy of files including docker compose setup.
Merging
//guest/robert_cowham/p4benchmark/pb/...
to //guest/robert_cowham/p4benchmark/main/...
#4 24848 Robert Cowham Drop caches per run.
Increase num slaves to 70
#3 24764 Robert Cowham Delete /tmp/ws root properly
#2 24745 Robert Cowham Use global vars in hosts file
#1 24711 Robert Cowham Restructure and tidy up
//guest/robert_cowham/p4benchmark/main/post_bench.yml
#5 24690 Robert Cowham Tweak analyse better.
Fix deletion of workspaces root
#4 24687 Robert Cowham Got analysis working
#3 22003 Robert Cowham Latest state - with p4python and no syncing
#2 21897 Robert Cowham Handle edge servers too
#1 21763 Robert Cowham Latest playbooks