From 8dd1466311f4c733f3d4e7f0625b4f05f92421ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=A0=E8=90=9D=E6=9C=89=E7=82=B9=E9=85=B8?= Date: Tue, 15 Oct 2024 02:45:39 +0000 Subject: [PATCH] update tools/collect_msg.sh. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 菠萝有点酸 --- tools/collect_msg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/collect_msg.sh b/tools/collect_msg.sh index 113d2d8..fc5d38f 100644 --- a/tools/collect_msg.sh +++ b/tools/collect_msg.sh @@ -219,7 +219,7 @@ collect_database_other_db(){ readelf -a $other_other_db_bin | grep bolt > $log_path/database_other_db.log objdump -d $other_other_db_bin | grep crc32cb >> $log_path/database_other_db.log if [ "$kae_version" == "1.0" ]; then - nohup timout 20 watch -gt -n 0.2 cat /sys/class/uacce/hisi_zip*/attrs/available_instances > $log_path/database_greenplum_kae.log & + nohup timeout 20 watch -gt -n 0.2 cat /sys/class/uacce/hisi_zip*/attrs/available_instances > $log_path/database_greenplum_kae.log & else nohup timeout 20 watch -gt -n 0.2 cat /sys/class/uacce/hisi_zip*/available_instances > $log_path/database_greenplum_kae.log & fi -- Gitee