Apache/performance: Difference between revisions
No edit summary |
correction |
||
| Line 3: | Line 3: | ||
=== Cli === | === Cli === | ||
<source lang='bash'> | <source lang='bash'> | ||
# Using wget isn't advised because you'll get html output | # Using wget isn't advised because you'll get html output. However, if you simply append the ?auto querystring, you'll get machine readable output. | ||
wget http://localhost/server-status -O - | wget http://localhost/server-status -O - | ||
curl localhost/server-status?auto | |||
# Ubuntu | # Ubuntu | ||
apache2ctl fullstatus | apache2ctl fullstatus | ||