我目前正在使用collectl来监控我的系统使用情况。同时,我有一个 shell 脚本来跟踪它并记录输出。
collectl >> test.file
while true; do tail test.file; done
但似乎collectl在每22行输出重新启动(我可能错了)并放置
<--------CPU--------><--------磁盘--------><--------网络-- ------> 这一行..
所以,我想知道是否有办法停止 collectl 生成这些行并连续输入值?我查看了/etc/init.d/collectl但无法修改任何内容
谢谢