linux学习中
发布时间:2013-11-05 14:47:25
Oprofile Introduction 内容概要* oprofile 介绍* .oprofile 安装及 Linux 内核编译* oprofile 使用* oprofile 实例演示及性能分析* gprof 介绍* Kprof 分析* gcov 简介 一、 oprofile 介绍 .........【阅读全文】
发布时间:2013-11-04 11:42:15
该文件中的所有值都是从系统启动开始累计到当前时刻。该文件只给出了所有CPU的集合信息,不能该出每个CPU的信息。[root@localhost ~]# cat /proc/loadavg 4.61 4.36 4.15 9/84 5662每个值的含义为:参数 解释lavg_1 (4.61) 1-分钟平均负载lavg_5 (4.36) 5-分钟平均负载lavg_15(4.15) 15-分钟平均负载nr_runn.........【阅读全文】