added psmisc

This commit is contained in:
Lucas Pleß 2020-01-12 18:15:19 +01:00
parent 08d339f96a
commit 7fb23cb251
2 changed files with 4 additions and 2 deletions

View File

@ -26,8 +26,9 @@ dhcp range is 10.10.0.20-10.10.0.80
## useful commands ## useful commands
``` ```
for i in `seq 136 142`; do ssh root@10.10.0.$i reboot; done for i in `seq 136 142`; do echo $i; ssh root@10.10.0.$i reboot; done
for i in `seq 100 142`; do ssh root@10.10.0.$i "sh -c 'nohup stress -c 8 > /dev/null 2>&1 &'"; done for i in `seq 100 142`; do echo $i; ssh root@10.10.0.$i "sh -c 'nohup stress -c 8 > /dev/null 2>&1 &'"; done
for i in `seq 100 105`; do echo $i; ssh root@10.10.0.$i "sh -c 'nohup killall stress > /dev/null 2>&1 &'"; done
ansible-playbook -i inventory site.yml --limit "node42" --tags "hostname,telegraf" -K --ask-pass ansible-playbook -i inventory site.yml --limit "node42" --tags "hostname,telegraf" -K --ask-pass

View File

@ -14,6 +14,7 @@
- htop - htop
- screen - screen
- iptraf-ng - iptraf-ng
- psmisc
- name: remove packages - name: remove packages
tags: tags: