ps -ef 中 C的含义

jayli426
ps -ef 中 C的含义

UID     PID    PPID   C    STIME    TTY  TIME CMD
    root       1       0   0   Apr 26      -  4:51 /etc/init
    root  315412  393418   0   Apr 27      -  6:11 /usr/dt/bin/dtsession
    root  319686 1081400   0   Apr 26      -  0:13 /usr/sbin/portmap
    root  340214       1   0   Apr 26      -  0:00 /usr/sbin/uprintfd
    root  344246       1   0   Apr 26      -  0:00 /usr/ccs/bin/shlap64
    root  348322 1032216   0   May 19      -  0:05 /bin/ls -lA -al
    root  352356 1294478   0   May 19      -  0:04 /bin/ls -lA
    root  356558 1310866   0   May 19      -  0:05 /bin/ls -lA
    root  368872       1   0   Apr 26      -  0:00 /usr/dt/bin/dtlogin -daemon
    root  372962 1081400   0   Apr 26      -  0:44 /usr/sbin/rsct/bin/rmcd -a IBM.LPCommands -r
    root  377052       1   0   Apr 26      - 3866:09 /usr/sbin/syncd 60

我查了帮助,实在是没有看到对C的解释

如果大虾有空,也请把TTY解释一下啊
不胜感激啊:em14:

yddll
C
    (-f, l, and -l flags) CPU utilization of process or thread, incremented each time the system clock ticks and the process or thread is found to be running. The value is decayed by the scheduler by dividing it by 2 once per second. For the sched_other policy, CPU utilization is used in determining process scheduling priority. Large values indicate a CPU intensive process and result in lower process priority whereas small values indicate an I/O intensive process and result in a more favorable priority.

yddll
TTY
    (all flags) The controlling workstation for the process:

    -
        The process is not associated with a workstation.
    ?
        Unknown.
    Number
        The TTY number. For example, the entry 2 indicates TTY2.

jayli426
请问这个资料是man出来的,还是有本什么大全之类的书

jayli426
C的意思是进程优先级,大虾我的理解对否?

胖胖猪
学习啊

narcissistic
回复 #5 jayli426 的帖子

CPU占用率吧?