Revision 834a6772
Added by Scott Ullrich about 18 years ago
usr/local/www/status_interfaces.php | ||
---|---|---|
417 | 417 |
$interrupt_total = `vmstat -i | grep $real_interface | awk '{ print $4 }'`; |
418 | 418 |
$interrupt_sec = `vmstat -i | grep $real_interface | awk '{ print $5 }'`; |
419 | 419 |
} |
420 |
$interrupt_total = ""; |
|
420 | 421 |
?> |
421 | 422 |
<?php if($interrupt_total): ?> |
422 | 423 |
<tr> |
Also available in: Unified diff
Disable interrupt total box. We need a better parsing algo.