https://bugs.kde.org/show_bug.cgi?id=507011
--- Comment #1 from Arjen Hiemstra <[email protected]> --- The problem is that I don't think there is a per-process equivalent to `Committed_AS`. Per-process stats are read from files in `/proc/$PID` which do not have the same format as `/proc/meminfo`. For memory specifically, we combine data from `/proc/$PID/stat`, `/proc/$PID/statm` and `/proc/$PID/smaps_rollup`. Neither of those files has anything relating to "committed". Without a per-process value provided by the kernel we can't really do a lot. -- You are receiving this mail because: You are watching all bug changes.
