如何显示特定cpu / core的使用详细信息?

时间:2018-11-27 04:24:56

标签: linux multithreading performance cpu-usage ps

Linux环境。

SELECT v.* ,CONVERT (NVARCHAR, v.date_field, 103) as target_date_format FROM @var AS v :显示进程(所有线程)详细信息(例如cpu%)。

(let [A [:q :e :g :t :p]] (->> A (partition-all 2) (mapcat reverse))) :显示所有CPU /内核使用情况。

但是,如何知道特定cpu / core的使用详细信息? 对于该CPU /内核,如何获取每个进程/线程的CPU%?

例如

top -H -p <pid>

mpstat -P ALL 1

cpu-3的使用详细信息:

magic_cmd --threads -CPU cpu_no

pid-123使用20%的cpu3,而不是20%的全CPU。

那么magic_cmd --threads -CPU 3是什么?

对不起,我英语不好。 预先感谢。

0 个答案:

没有答案