Pádraig Brady
Pádraig Brady
That is not supported at present, though would be useful and is already mentioned in the TODO file
Related issue is issue #22
@nicodemuz Interesting. Your issue sounds like it would be most generally handled with two options. 1. to uncomment parameters if existing 2. to add new parameters to the start of...
Coreutils 9.2 is now released
Can you provide the text output from ps_mem to give some indication of the potential over-counting. Also pertinent /proc/$pid/smaps_rollup files could be useful
Looks good I think. Will check more later and merge. thanks!
I'm not sure about the generality of this. Since it's now returning the `exe` rather than `cmd`, it's changing the following on my system: ``` - 23.1 MiB + 554.5...
This is due to the [section][hierarchy] used which is not supported. This would be related to issue #48 and may be supported in a similar interface
This does seem useful. Thanks
You could take advantage of the alignment to do `ps_mem | cut -b25-`. I suppose we could add an option to select columns (which would generalize -S that shows the...