You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Jerry Cwiklik (JIRA)" <de...@uima.apache.org> on 2017/02/10 16:55:41 UTC

[jira] [Created] (UIMA-5309) UIMA-DUCC: when running ps command user name is truncated

Jerry Cwiklik created UIMA-5309:
-----------------------------------

             Summary: UIMA-DUCC: when running ps command user name is truncated
                 Key: UIMA-5309
                 URL: https://issues.apache.org/jira/browse/UIMA-5309
             Project: UIMA
          Issue Type: Bug
          Components: DUCC
            Reporter: Jerry Cwiklik
            Assignee: Jerry Cwiklik
             Fix For: future-DUCC


When collecting processes using ps command a user name is truncated to 12 characters. For example 
ProcessBuilder pb = new ProcessBuilder("ps", "-Ao",
					"user:12,pid,ppid,args,stat", "--no-heading");

Note: user:12 

This command appears in multiple places in DUCC:
CGroupsManager, NodeMemInfoCollector, NodeUsersCollector

Modify to prevent truncation of the user name.




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)