summaryrefslogtreecommitdiffstats
path: root/usr/local/www/bandwidth_by_ip.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1717 from phil-davis/traffic-graph-descriptionRenato Botelho2015-06-251-19/+45
|\
| * Add DNS host override descriptionsPhil Davis2015-06-221-14/+30
| | | | | | | | | | | | | | | | since we can sometimes provide a useful description from that config data also. Fill the $iplookup array with host or FQDN data if description is blank or host or FQDN was requested. Then we can use $iplookup in all cases where we have local data. It simplifies some logic a bit.
| * Add description as a display option on Traffic GraphPhil Davis2015-06-121-16/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is handy at sites where lots of the LAN clients have static-mapped DHCP IP addresses. Depending on the site host naming conventions, host names can be a bit obtuse - may not tell you where the client device might actually be in the building. We put other useful stuff in the description - "Jane Doe - Reception". This enhancement allows the user of Traffic Graph to select "Description" in the "Display" dropdown. Then, for IP addresses that are static mapped, the description from the config is shown, rather than the host name. When a client device is noticed hogging bandwidth, it is easy to go straight to "Jane Doe - Reception" and ask why they are doing some huge download. Might be useful for for others?
* | Code spacingPhil Davis2015-06-151-1/+1
|/ | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Code style usr-local-www back-endPhil Davis2015-04-191-18/+21
| | | | files that do stuff in mostly in the background.
* 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