[kwlug-disc] Service resource management: i.e. Mailman3 vs Mailman2
Khalid Baheyeldin
kb at 2bits.com
Wed Feb 5 09:59:08 EST 2025
The awk tally I use is quite simple too ...
Say that I want to calculate to how much memory is being used
by the PHP-FPM processes on a busy server (has 128GB of RAM):
$ ps -eo rss,args |
grep php-fpm |
grep -v grep |
awk '{ s += $1 } END {print s}'
6054056
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kwlug.org/pipermail/kwlug-disc_kwlug.org/attachments/20250205/7214315c/attachment-0001.htm>
More information about the kwlug-disc
mailing list