Skip to content

Commit 7dc4db9

Browse files
committed
Collect and analyze lusterinstance data
1 parent 2921c18 commit 7dc4db9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/interval-ztp-install-all.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ time ./scripts/post-ztp-install-data-collection.sh -k 2>&1 | tee -a ${log_file}
5555
5656
echo "################################################################################" 2>&1 | tee -a ${log_file}
5757
58+
time ./acm-deploy-load/analyze-clusterinstances.py ${results_dir} 2>&1 | tee -a ${log_file}
59+
60+
echo "################################################################################" 2>&1 | tee -a ${log_file}
61+
5862
time ./acm-deploy-load/analyze-agentclusterinstalls.py ${results_dir} 2>&1 | tee -a ${log_file}
5963
6064
echo "################################################################################" 2>&1 | tee -a ${log_file}

0 commit comments

Comments
 (0)