Revision 5ae2585b
Added by Jim Pingle almost 9 years ago
src/usr/local/www/diag_pftop.php | ||
---|---|---|
85 | 85 |
$numstate = "100"; |
86 | 86 |
} |
87 | 87 |
|
88 |
$text = `pftop -b {$sorttype} -v {$viewtype} {$numstate}`; |
|
88 |
$text = `pftop -b {$sorttype} -w 135 -v {$viewtype} {$numstate}`;
|
|
89 | 89 |
echo trim($text); |
90 | 90 |
exit; |
91 | 91 |
} |
Also available in: Unified diff
Use wider display for pftop to fill up dead area. Output still looks OK with narrower terminals as well.
Some views were omitting important info at the narrower width