summaryrefslogtreecommitdiffstats
path: root/usr/local/www/bandwidth_by_ip.php
Commit message (Collapse)AuthorAgeFilesLines
* Add description as a display option on Traffic Graph RELENG_2_2Phil Davis2015-09-081-15/+43
| | | | Backport from master
* Include Unbound in logic hereWarren Baker2014-04-281-1/+2
|
* Make Local the default filter for Traffic GraphPhil Davis2014-02-081-2/+5
| | | to preserve the old behavior, that it shows "Local" traffic when first started.
* Return all when all or remote is selected on Traffic GraphPhil Davis2014-02-081-6/+18
|
* Fix dnsmasq host overrides and dhcp integrationRenato Botelho2013-05-011-1/+1
| | | | | | | | | | | . Do not execute following actions when dnsmasq is disabled: . Add host overrides to /etc/hosts . Register DHCP leases in DNS Forwarder . Register DHCP static mappings in DNS forwarder It should fix issue reported at following forum post: http://forum.pfsense.org/index.php?topic=58871
* Bandwidth by IP - allow filter by local and remotePhil Davis2013-03-071-18/+24
|
* Bandwidth by IP - display static map names also when FQDN selectedPhil Davis2013-03-071-1/+1
| | | If display FQDN was selected, and an IP had no reverse lookup FQDN, but did have a DHCP static mapping, the static map name was not displayed - just 1 line I overlooked when adding the FQDN option.
* Traffic Graph add option to display FQDNPhil Davis2013-03-071-6/+9
| | | It was easy to give the user the choice of displaying IP Address, just the Host Name or the FQDN. And the display wraps long FQDNs OK.
* Add display by host name to Traffic GraphPhil Davis2013-03-061-2/+35
|
* Some more code cleanupErmal2013-02-191-4/+3
|
* Use jQuery fully on traffic graph. Also remove some unused code from ↵Ermal2013-02-191-3/+6
| | | | bandwidth_by_ip
* Get the correct interface subnetRenato Botelho2013-02-191-11/+3
|
* Adds "Sort by direction" in the Traffic Graph pageMichele Di Maria2012-11-071-6/+19
| | | | | | | Added the option to sort IPs by direction in the Traffic Graph page, and improved the detection of the local network to monitor (before the results could not be realistic because of too many "local IPs" were monitored.
* Resolves #879. Commit patch referenced in ticket to properly parse rate output.Ermal2010-10-151-6/+1
|
* Implement gettext() calls on bandwidth_by_ip.phpCarlos Eduardo Ramos2010-07-291-1/+1
|
* Use full path to rate and pass -b option to show the speeds in bits/s rather ↵Ermal2010-05-131-1/+1
| | | | than byte/s in conformance with the traffic graph metric which is bits/s.
* Simplify a lot the code of rate extracting.Ermal Luçi2009-12-251-24/+3
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-0/+5
| | | | include 2009 on files that I have asserted (C) on
* Adding Scott Dale's rate package to system -> traffic graphs. Cool stuff!Scott Ullrich2009-06-151-0/+77
OpenPOWER on IntegriCloud