Commit dfaada9
committed
docs(php-fpm-status): add realistic multi-pool output example
The previous "Multi-pool output (default)" section only showed a
quiet-day pool-overview table and gave the impression that the
multi-pool layout never renders per-pool process tables. In
practice the plugin emits one overview table plus one process
table for each pool that has `Running` workers (the default view
filters out idle workers; `--lengthy` includes them).
Add a problem-case example (one pool OK, one pool saturated with
long-running requests) that shows the overview table followed by
a per-pool process table for the saturated pool. Keep the
quiet-day example afterwards as a reference for the collapsed
single-table layout.1 parent 2897ace commit dfaada9
1 file changed
+22
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
213 | 235 | | |
214 | 236 | | |
215 | 237 | | |
| |||
0 commit comments