当前位置:网站首页>CPU状态信息us,sy,ni,id,wa,hi,si,st含义
CPU状态信息us,sy,ni,id,wa,hi,si,st含义
2022-08-09 16:47:00 【编程工人】
使用系统命令top即可看到如下类似信息:
Cpu(s): 0.0%us, 0.5%sy, 0.0%ni, 99.5%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
I try to explain these:
us: is meaning of "user CPU time"
sy: is meaning of "system CPU time"
ni: is meaning of" nice CPU time"
id: is meaning of "idle"
wa: is meaning of "iowait"
hi:is meaning of "hardware irq"
si : is meaning of "software irq"
st : is meaning of "steal time"
中文翻译为:
us 用户空间占用CPU百分比
sy 内核空间占用CPU百分比
ni 用户进程空间内改变过优先级的进程占用CPU百分比
id 空闲CPU百分比
wa 等待输入输出的CPU时间百分比
hi 硬件中断
si 软件中断
st: 实时
边栏推荐
- 电子产品硬件开发中存在的问题
- Entry node of ring in leetcode/linked list
- WinForm(四)一种实现登录的方式
- Experience far more than Hue, this is the favorite SQL tool for technicians
- 面试中老生常谈的MySQL问答集锦夯实基础
- 在 .NET MAUI 中如何更好地自定义控件
- 什么是硬件集成开发?硬件集成开发的核心有哪些?
- Jenkins使用pipeline部署服务到远程服务器
- Smart Tool Management System
- [Code Audit] - PHP project class RCE and files include download and delete
猜你喜欢
随机推荐
Entry node of ring in leetcode/linked list
史上最全架构师知识图谱
SkiaSharp 之 WPF 自绘 粒子花园(案例版)
Discuz! Forum program installation + template configuration tutorial
An in-depth understanding of the implementation principle of Hybrid
方舟单机/管理员特殊物品指令代码大全
[SUCTF 2019]CheckIn
艺术与科技的狂欢,云端XR支撑阿那亚2022砂之盒沉浸艺术季
学长告诉我,大厂MySQL都是通过SSH连接的
[ Kitex Source Code Interpretation ] Request to retry
C#介绍及基本数据类型
What platform is EPIC?
.NET静态代码织入——肉夹馍(Rougamo) 发布1.1.0
Substrate 源码更新导读八月第1周: 新版事务化存储层启用默认模式, Polkadot v0.9.27发布
在 ASP.NET Core 中上传文件
单片机的优点和单片机开发的流程
有什么好的开源自动化测试框架可以推荐?
无需支付688苹果开发者账号,xcode13打包导出ipa,提供他人进行内测
WPF效果第一百九十四篇之伸缩面板
最强分布式锁工具:Redisson









