top

top, free 与虚存管理

常用选项(COMMAND-LINE Options)

-a : Sort by memory usage. 以 %MEM 排序,默认以 %CPU 排序
-M : -M : Detect memory units. 以 human-readable 单位显示内存占用
-p : Monitor PIDs as: -pN1 -pN2 … or -pN1, N2 [,…]. 监控指定的 PID
-d : Delay time interval as: -d ss.tt (seconds.tenths). 刷新间隔
-b : Batch mode operation.
-n : Number of iterations limit as: -n number.
-b -n : 输出几次之后退出

交互模式下常用按键

  • 显示按键帮助 - h/?

  • 指定排序字段
    M: %MEM
    N: PID
    P: %CPU
    T: TIME+

  • 增减字段 - f
    f, p: SWAP

  • 展开 CPU 多核信息 - 1

你可能感兴趣的:(Linux,Commands)