linux数据收集

#!/bin/sh
timeout 3610 sar -t 60  >>/opt/collect/cpu_collect.txt
timeout 3610 iostat  -x -k 60 >>/opt/collect/io_collect.txt
timeout 3610 free -s 60 -m >>/opt/collect/mem_collect.txt
posted @ 2021-06-22 10:36  Sureing  阅读(39)  评论(0)    收藏  举报