caitale / javamelody

Automatically exported from code.google.com/p/javamelody
0 stars 0 forks source link

In processes list, CPU and Command are sometimes in the wrong column #477

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. In the reports, display the list of processes when on Linux with at least 
one processes started last year

What is the expected output? What do you see instead?
CPU and Command of each process are supposed to be all in the same column.
Instead, CPU and Command of the processes started the year before are displayed 
in the wrong column.

Example of ps output with one process started last year:
USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root         1  0.0  0.0   2064   528 ?        Ss   2014    0:00 init [5]
root      8526  0.0  0.0   7124   624 ?        Ss   Apr29   0:00 /usr/sbin/sshd
...

Original issue reported on code.google.com by evernat@free.fr on 29 Apr 2015 at 3:58

GoogleCodeExporter commented 9 years ago
fixed in trunk (revision 4076) and ready for the next release (1.56)

Original comment by evernat@free.fr on 29 Apr 2015 at 4:06