Rewrites the command output so it is first written to files, then read through line-by-line to PHP. Should be much more efficient and consume less memory, making the previously "too large" commands viable.
Increase verboseness of ifconfig output, add supported media
Add "Listen Queues" output
Wording fixes
Script can now be run from the console to create and save an archive only: "php /usr/local/www/status.php"
New parameter: archiveonly When present, output is suppressed. Creates tgz which can be downloaded
New parameter: nocleanup When present, the individual status output .txt files are not removed from /tmp/status_output/ before exiting.
(cherry picked from commit 6c17da07bf1ce9bfc304c97a5afe3e2e26221319)
Related issues
Feature #9290: Need a way to suppress status output display in /status.php
status.php optimizations. Implements #9290
When present, output is suppressed. Creates tgz which can be downloaded
When present, the individual status output .txt files are not removed from
/tmp/status_output/ before exiting.
(cherry picked from commit 6c17da07bf1ce9bfc304c97a5afe3e2e26221319)