https://bugs.kde.org/show_bug.cgi?id=507011
Bug ID: 507011
Summary: Please add the actual allocated memory of a process as
a potential choice of a column for the process monitor
Classification: Applications
Product: plasma-systemmonitor
Version First 6.4.2
Reported In:
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
Target Milestone: ---
SUMMARY
Please add the actual allocated memory of a process as a potential choice of a
column for the process monitor, specifically I mean the portion of memory that
the process is using out of /proc/meminfo's total Committed_AS. This column is
relevant in case of 1. using a system with overcommitting disabled, which is a
useful mode to run in for various reasons like for example to test in an
environment more similar to MS Windows which act the same, and 2. could also be
useful for tracking down programs that excessively use fork() in situations
where they should probably be using vfork() instead.
STEPS TO REPRODUCE
1. Open up KDE plasma system monitor
2. Open the "Processes" page
3. Click "Configure Columns" button which should be somewhere in the top-right
4. Search through the column list to find actual allocation size of process.
There's "Shared Memory Usage" and others, but no allocation size.
OBSERVED RESULT
There apparently isn't a suitable column that allows checking what proportion
of /proc/meminfo's Committed_AS measure an individual process is respectively
using up.
EXPECTED RESULT
There should be a suitable column that allows checking what proportion of
/proc/meminfo's Committed_AS measure an individual process is respectively
using up.
SOFTWARE/OS VERSIONS
Windows:
macOS:
(available in the Info Center app, or by running `kinfo` in a terminal window)
Linux/KDE Plasma: postmarketOS Edge
KDE Plasma Version: 6.4.2
KDE Frameworks Version: 6.15.0
Qt Version: 6.9.1
ADDITIONAL INFORMATION
--
You are receiving this mail because:
You are watching all bug changes.