Linux 基础信息收集 Linux基础

Linux 基础信息收集

本文主要介绍一下,关于linux日常维护中如果快速收集你想要的信息,方便排查问题或统计信息使用。 一、CPU 信息收集 #限制某个线程的cpu使用率 sudo cpulimit -p pid -l 5...
阅读全文