这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.
    每秒钟在以太网上检测到的冲突数。
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 的时间百分比。

最新文章

  1. OpenDigg前端开源项目周报1219
  2. poj 3321:Apple Tree(树状数组,提高题)
  3. [UWP]一种利用Behavior 将StateTrigger集中管理的方案
  4. Sprint总结和第八九十的读书笔记
  5. SQL injection
  6. PHP MYSQLI中事务处理
  7. Genymotion——PC上也能玩部落冲突 Clash of Clans
  8. OSCache 缓存技术
  9. C#选择排序详解
  10. C#微信登录-电脑版扫描二维码登录
  11. UVA 10739 String to Palindrome(动态规划 回文)
  12. JS获取终端屏幕、浏览窗口的相关信息
  13. 关于map与set的一点理解;
  14. 从源码解析LinkedList集合
  15. ThinkPHP5高阶实战教程
  16. 关于Allele(等位基因)的理解
  17. 49个Spring经典面试题总结,附带答案,赶紧收藏
  18. 并发concurrent---3
  19. aop原理及理解
  20. Linux:NFS配置

热门文章

  1. 什么是PHP中的heredoc和nowdoc
  2. 在docker中部署nginx
  3. CSS3---圆角设置
  4. mysql查最大字符串
  5. springmvc ajax传值详解
  6. HDU 1358 next数组的推移
  7. PHP统计目录中文件个数和文件大小
  8. 旅行(bzoj 3531)
  9. CodeForces - 750D New Year and Fireworks
  10. Codeforces936C. Lock Puzzle