Release 10856: Better livefpm and botstopper utilities
With this release, we are introducing some quality of life changes for both livefpm CLI and botstopper. Better livefpm The livefpm command shows you the currently running requests that are being processed by PHP-FPM. This command is actually a bash alias and it basically runs hypernode-fpm-status every 0.2 seconds using the watch command. This alias…
Read moreRelease 9156: Faster hypernode-fpm-status and livefpm on high load
With this release, we have some improvements for hypernode-fpm-status and livefpm! We enhanced the utility’s responsiveness, especially for big Hypernodes with high traffic loads. Improved Performance for Big Hypernodes For hypernode-fpm-status, we use a component called psutil to gather information about the connections and processes. However, the way we used psutil didn’t scale very nicely…
Read more