当前位置:  技术问答>linux和unix

帮满解释一下ps的输出格式

    来源: 互联网  发布时间:2016-10-01

    本文导语:  帮忙解释一下每个字段都是什么意思。手册里并没有提及。 ps -l F S   UID   PID  PPID  C PRI  NI ADDR SZ WCHAN  TTY          TIME CMD 4 S     0  2677  2675  0  85  10 -   666 wait   pts/0    00:00:00 bash 0 R   ...


帮忙解释一下每个字段都是什么意思。手册里并没有提及。

ps -l
F S   UID   PID  PPID  C PRI  NI ADDR SZ WCHAN  TTY          TIME CMD
4 S     0  2677  2675  0  85  10 -   666 wait   pts/0    00:00:00 bash
0 R     0  2732  2677  0  87  10 -   499 -      pts/0    00:00:00 ps

ps -ly
S   UID   PID  PPID  C PRI  NI   RSS    SZ WCHAN  TTY          TIME CMD
S     0  2677  2675  0  85  10  1544   666 wait   pts/0    00:00:00 bash
R     0  2733  2677  0  86  10   684   499 -      pts/0    00:00:00 ps




|
wchan      WCHAN    name of the kernel function in which the process is sleeping, a "-" if the process is running, or a "*" if
                    the process is multi-threaded and ps is not displaying threads.
sz         SZ       size in physical pages of the core image of the process. This includes text, data, and stack space. Device
                    mappings are currently excluded; this is subject to change. See vsz and rss.
rss        RSS      resident set size, the non-swapped physical memory that a task has used (in kiloBytes). (alias rssize, rsz).
ni         NI       nice value. This ranges from 19 (nicest) to -20 (not nice to others), see nice(1). (alias nice).

这些都是man ps看到的..

|
PROCESS FLAGS
The sum of these values is displayed in the "F" column, which is provided by the flags output specifier.
1    forked but didn't exec
4    used super-user privileges


PROCESS STATE CODES
Here are the different values that the s, stat and state output specifiers (header "STAT" or "S") will display to describe the
state of a process.
D    Uninterruptible sleep (usually IO)
R    Running or runnable (on run queue)
S    Interruptible sleep (waiting for an event to complete)
T    Stopped, either by a job control signal or because it is being traced.
W    paging (not valid since the 2.6.xx kernel)
X    dead (should never be seen)
Z    Defunct ("zombie") process, terminated but not reaped by its parent.

For BSD formats and when the stat keyword is used, additional characters may be displayed:

    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • C++ STL Bitsets构造函数及成员函数解释及代码示例
  • classpath里的.;到底有什么用?能解释解释吗?
  • CentOS安装Telnet,以root用户登陆Telnet以及CentOS的各种终端解释
  • 请问java的xml解释器有哪些?怎么能在applet里用这些解释器?
  • 实在是不能理解,谁能帮我解释解释!
  • 能不能帮我解释解释什么是EJB?
  • 关于"symbol lookup error"问题的诡异现象,高手帮忙解释解释
  • alex 解释器 alexinterpreter
  • 地震解释软件系统 OpendTect
  • 请教高人来解释一下小弟关于poll()函数的疑惑
  • Java源代码解释器 Beanshell
  • 这个"."怎么解释?
  • 高手帮忙解释
  • 请详细解释javamail里的“收件人类型”的CC,TO,BCC的意义???
  • linux中/dev下都是些什么文件啊?大侠们谁可以帮我解释一下?
  • 多线程的例子。但是不知道为什么看不懂。唉,笨:(各们帮帮忙了给我解释解释
  • ps命令输出的解释 iis7站长之家
  • markdonw解释器 sundown
  • Brainfuck编译器和JIT解释器 bfc
  • Scheme Lisp 解释器 Subs
  • MQ错误码解释工具 MQRC2


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3