08 2022 档案

摘要:一、标准输入、输出、错误输出 $ ll /dev/std* lrwxrwxrwx. 1 root root 15 Apr 19 12:08 /dev/stderr -> /proc/self/fd/2 # 标准错误输出 lrwxrwxrwx. 1 root root 15 Apr 19 12:08 阅读全文
posted @ 2022-08-10 17:45 OS_Performance 阅读(438) 评论(0) 推荐(0)
摘要:一、CPU时钟周期和指令周期 1.1 时钟周期 主频:代表CPU内部的主时钟频率;主频倒数是CPU时钟周期,通常以MHz(兆赫兹)为单位,1Hz表示每秒1次。 说明:本次讨论基频,不考虑超频。 # lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 阅读全文
posted @ 2022-08-02 22:09 OS_Performance 阅读(2496) 评论(0) 推荐(0)