LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 601|回复: 5

关于进程的问题

[复制链接]
发表于 2010-6-18 11:38:04 | 显示全部楼层 |阅读模式
root 1323148 1 0 May 12 - 74:41 java

这是我在aix上用ps -ef|grep java命令查看到的内容,哪位大哥能给我解释下各个参数的含义啊,主要是第二个,第三个,第四个和java前面那个。

谢谢啊。
发表于 2010-6-18 14:34:48 | 显示全部楼层
aix应该有man吧,印象中是有的……

PS: aix的那个ksh可以把人折腾死……默认什么都没有……
回复 支持 反对

使用道具 举报

发表于 2010-6-18 17:19:37 | 显示全部楼层
root@ubuntu:~# ps --help
********* simple selection *********  ********* selection by list *********
-A all processes                      -C by command name
-N negate selection                   -G by real group ID (supports names)
-a all w/ tty except session leaders  -U by real user ID (supports names)
-d all except session leaders         -g by session OR by effective group name
-e all processes                      -p by process ID
T  all processes on this terminal     -s processes in the sessions given
a  all w/ tty, including other users  -t by tty
g  OBSOLETE -- DO NOT USE             -u by effective user ID (supports names)
r  only running processes             U  processes for specified users
x  processes w/o controlling ttys     t  by tty
*********** output format **********  *********** long options ***********
-o,o user-defined  -f full            --Group --User --pid --cols --ppid
-j,j job control   s  signal          --group --user --sid --rows --info
-O,O preloaded -o  v  virtual memory  --cumulative --format --deselect
-l,l long          u  user-oriented   --sort --tty --forest --version
-F   extra full    X  registers       --heading --no-heading --context
                    ********* misc options *********
-V,V  show version      L  list format codes  f  ASCII art forest
-m,m,-L,-T,H  threads   S  children in sum    -y change -l format
-M,Z  security data     c  true command name  -c scheduling class
-w,w  wide output       n  numeric WCHAN,UID  -H process hierarchy
回复 支持 反对

使用道具 举报

发表于 2010-6-18 17:26:16 | 显示全部楼层
-e all processes
-f full

grep  是在查找all process 的名为 java  的进行
回复 支持 反对

使用道具 举报

发表于 2010-6-19 23:31:12 | 显示全部楼层
2--进程号
3--父进程号
4--优先级
java前面的列表示这个进程占用的cpu总时间
回复 支持 反对

使用道具 举报

发表于 2010-6-25 20:47:13 | 显示全部楼层
不懂就--help吧,习惯。。。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表