linux 常用的17个性能指标

简介: 1、Average load:Average number of processes simultaneously in Ready state during the last minute.   上一分钟同时处于“就绪”状态的平均进程数 2、Collision rate:Collisions per second detected on the Ethernet.     每秒钟在以太网上检测到的冲突数。
1、Average load:Average number of processes simultaneously in Ready state during the last minute.
  上一分钟同时处于“就绪”状态的平均进程数
2、Collision rate:Collisions per second detected on the Ethernet.
    每秒钟在以太网上检测到的冲突数。
3、Context switches rate:Number of switches between processes or threads, per second
    每秒钟在进程或线程之间的切换次数。
4、CPU utilization:Percent of time that the CPU is utilized
    CPU 的使用时间百分比。
5、Disk Traffic:Rate of disk transfers
    磁盘传输速率。
6、Incoming packets error rate:Errors per second while receiving Ethernet packets
    接收以太网数据包时每秒钟接收到的错误数。
7、Incoming packets rate:Incoming Ethernet packets per second
    每秒钟传入的以太网数据包数。
8、Interrupt rate:Number of device interrupts per second
    每秒内的设备中断数。
9、Outgoing packets errors rate:Errors per second while sending Ethernet packets
    发送以太网数据包时每秒钟发送的错误数。
10、Outgoing packets rate:Outgoing Ethernet packets per second
    每秒钟传出的以太网数据包数。
11、Page-in rate:Number of pages read to physical memory, per second
    指标表明的是每秒交换到物理内存中的页面数。
12、Page-out rate:Number of pages written to pagefile(s) and removed from physical memory, per second
    表示每秒从物理内存中移出或者写入到页面数。
13、Paging rate:Number of pages read to physical memory or written to pagefile(s), per second
    每秒钟读入物理内存或写入页面文件中的页数。
14、Swap-in rate:Number of processes being swapped
    每秒交换到内存的进程数。
15、Swap-out rate:Number of processes being swapped
    每秒从内存交换出来的进程数。
16、System mode CPU utilization:Percent of time that the CPU is utilized in system mode 
    在系统模式下使用 CPU 的时间百分比。
17、User mode CPU utilization:Percent of time CPU is utilized in user mode
    在用户模式下使用 CPU 的时间百分比。

转载http://blog.sina.com.cn/s/blog_86dce177010189q9.html
目录
相关文章
|
25天前
|
缓存 监控 网络协议
掌控全局:Linux 系统性能调优技巧全面指南
掌控全局:Linux 系统性能调优技巧全面指南
|
30天前
|
缓存 监控 负载均衡
在Linux中,如何进行系统性能调优?
在Linux中,如何进行系统性能调优?
|
4天前
|
搜索推荐 Linux Shell
打造个性化的Linux命令提示符
【8月更文挑战第47天】在Linux的世界里,命令行是高效工作的利器。本文将引导你如何通过简单的配置,让你的命令提示符更加个性化和实用,从而提升你的工作效率和终端使用体验。我们将从基础的颜色设置开始,逐步深入到复杂的解析符号和脚本编写,最终实现一个既美观又功能丰富的命令提示符。无论你是初学者还是高级用户,都能在这里找到适合你的技巧。让我们一起探索,让命令行不再单调!
36 15
|
30天前
|
Prometheus 监控 网络协议
在Linux中,如何监控网络服务的状态和性能?
在Linux中,如何监控网络服务的状态和性能?
|
28天前
|
缓存 监控 网络协议
在Linux中,性能调优都有哪几种方法?
在Linux中,性能调优都有哪几种方法?
|
28天前
|
监控 网络协议 安全
在Linux中,如何进行系统性能的峰值测试?
在Linux中,如何进行系统性能的峰值测试?
|
28天前
|
监控 安全 Linux
在Linux中,如何进行性能审计?
在Linux中,如何进行性能审计?
|
29天前
|
监控 网络协议 Linux
在Linux中,如何监控系统性能?
在Linux中,如何监控系统性能?
|
30天前
|
监控 Linux
在Linux中,如何监控磁盘I/O性能?
在Linux中,如何监控磁盘I/O性能?
|
29天前
|
监控 算法 网络协议
Linux 系统性能调优技巧
【8月更文挑战第22天】
39 0
Linux 系统性能调优技巧