You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chukwa.apache.org by "Cheng (JIRA)" <ji...@apache.org> on 2009/04/04 01:31:13 UTC

[jira] Assigned: (CHUKWA-17) Enhance process information collection

     [ https://issues.apache.org/jira/browse/CHUKWA-17?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Cheng reassigned CHUKWA-17:
---------------------------

    Assignee: Cheng  (was: Eric Yang)

> Enhance process information collection 
> ---------------------------------------
>
>                 Key: CHUKWA-17
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-17
>             Project: Hadoop Chukwa
>          Issue Type: New Feature
>         Environment: Redhat EL 5.1, Java 6
>            Reporter: Cheng
>            Assignee: Cheng
>            Priority: Minor
>         Attachments: ps_20090401.patch
>
>
> We are currently getting the process information from "top". And a given process looks like,
> 28288 gmon      18   0 2225m 277m 8876 S    0  7.0   1:38.56 java
> However, that's still not complete. For it to be truly useful, we would want something like,
> gmon     28288 28244  0 Nov13 ?        00:01:38 /grid/0/java/jdk/bin/java -Xms1000M -Xmx2000M -DAPP=collector
> -Dlog4j.configuration=chukwa-log4j.properties -DCHUKWA_HOME=/gri........
> -DCHUKWA_CONF_DIR=/gri......./../conf -DCHUKWA_LOG_DIR=/grid.........bin/../var/log -classpath
> :/grid..........
> We can get those information by using command below,
>         ps axo pid,user,vsize,size,pcpu,pmem,time,start_time,start,cmd

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.