tjstein / php5-fpm-munin-plugins

A set of Munin plugins for PHP5-FPM
http://tjstein.com
MIT License
109 stars 45 forks source link

phpfpm_average: emit value in correct unit #3

Closed pilif closed 13 years ago

pilif commented 13 years ago

ps reports memory sizes in KBytes, so we should multiply in order for munin to graph the value correctly.

Otherwise, the phpfpm_average graph makes no sense what so ever when looked at together with phpfpm_memory (where the value is multiplied correctly)