Merge "Include filesystem stats in dstat"

This commit is contained in:
Zuul 2024-10-22 23:21:16 +00:00 committed by Gerrit Code Review
commit 8deeecf821

View File

@ -9,7 +9,7 @@
loop_control: loop_control:
loop_var: zj_distro_os loop_var: zj_distro_os
- name: Run dstat - name: Run dstat
shell: "dstat -tcmndrylpg --tcp --output {{ dstat_data_path }} >& /dev/null &" shell: "dstat -tcmndrylpg --tcp --fs --output {{ dstat_data_path }} >& /dev/null &"
args: args:
executable: /bin/bash executable: /bin/bash
failed_when: false failed_when: false