holmes icon indicating copy to clipboard operation
holmes copied to clipboard

Don’t let user pay for what they don’t need

Open cch123 opened this issue 5 years ago • 1 comments

Split the stats collect function, if only memory dump is enabled, don’t collect stats other than rss

cch123 avatar Nov 02 '20 16:11 cch123

On Linux, RSS is the 24th column in /proc/$$/stat (/proc/self/stat)—if you want to drop gopsutil.

Edit: https://man7.org/linux/man-pages/man5/procfs.5.html#DESCRIPTION:~:text=Resident%20Set%20Size%3A

mark-kubacki avatar Jan 08 '21 22:01 mark-kubacki