summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_pftop.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove pftop peak and rate from the sort options as they won't produce ↵jim-p2017-06-151-2/+0
| | | | anything useful when run the way the GUI does. Fixes #7580
* Remove pftop size from this list, too. Fixes #7579jim-p2017-06-151-1/+0
|
* Do not offer the 'peak' and 'rate' views for pftop since they only work in ↵jim-p2017-05-221-1/+1
| | | | interactive mode with cached data, not batch mode like the GUI uses. Fixes #7580
* Remove "size" option from pftop as it does nothing. The "bytes" option is ↵jim-p2017-05-221-1/+1
| | | | the correct one to use. Fixes #7579
* Use wider display for pftop to fill up dead area. Output still looks OK with ↵jim-p2016-09-231-1/+1
| | | | | | narrower terminals as well. Some views were omitting important info at the narrower width
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-41/+39
|
* Always use require_oncePhil Davis2016-06-271-1/+1
| | | | | | | | | The usage of require() and require_once() throughout the system is inconsistent, and "bugs" come up now and then when the order of "requires" is a bit different and some require() happens after the include file is already included/required. It seems to me that there is no harm at all in always using require_once().
* add call gettext function for translatebruno2016-01-211-16/+22
|
* Minor unused tag clean upNewEraCracker2016-01-111-2/+1
|
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-4/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Code style usr local www a-ePhil Davis2015-12-141-6/+8
|
* Rename of files to better match their position in the memory structureStephen Beaver2015-12-111-0/+217
OpenPOWER on IntegriCloud