diff options
author | Chuck Short <zul@gentoo.org> | 2003-11-14 02:15:12 +0000 |
---|---|---|
committer | Chuck Short <zul@gentoo.org> | 2003-11-14 02:15:12 +0000 |
commit | 7498a572c6343ce82132584f88d8607e6301b54f (patch) | |
tree | 83fa48a32e216337ccb256ed500f7993885cb604 /net-analyzer/iftop/files | |
parent | New version, closs bug #33250. (diff) | |
download | gentoo-2-7498a572c6343ce82132584f88d8607e6301b54f.tar.gz gentoo-2-7498a572c6343ce82132584f88d8607e6301b54f.tar.bz2 gentoo-2-7498a572c6343ce82132584f88d8607e6301b54f.zip |
New version, closs bug #33250.
Diffstat (limited to 'net-analyzer/iftop/files')
-rw-r--r-- | net-analyzer/iftop/files/digest-iftop-0.15 | 1 | ||||
-rw-r--r-- | net-analyzer/iftop/files/iftoprc | 59 |
2 files changed, 60 insertions, 0 deletions
diff --git a/net-analyzer/iftop/files/digest-iftop-0.15 b/net-analyzer/iftop/files/digest-iftop-0.15 new file mode 100644 index 000000000000..265d21f8a2ea --- /dev/null +++ b/net-analyzer/iftop/files/digest-iftop-0.15 @@ -0,0 +1 @@ +MD5 87a0a93b023d73429b0bfc5965a66d2e iftop-0.15.tar.gz 153146 diff --git a/net-analyzer/iftop/files/iftoprc b/net-analyzer/iftop/files/iftoprc new file mode 100644 index 000000000000..83b136952734 --- /dev/null +++ b/net-analyzer/iftop/files/iftoprc @@ -0,0 +1,59 @@ + +# Sets the network interface to if. +# interface: if +interface: ppp0 + +# Controls reverse lookup of IP addresses. +# dns-resolution: (yes|no) +dns-resolution: yes + +# Controls conversion of port numbers to service names. +# port-resolution: (yes|no) +port-resolution: yes + +# Sets the filter code to bpf. +# filter-code: bpf + +# Controls display of bar graphs. +# show-bars: (yes|no) +show-bars: yes + +# Puts the interface into promiscuous mode. +# promiscuous: (yes|no) + +# Controls display of port numbers. +# port-display: (off|source-only|destination-only|on) +port-display: on + +# Hides source host names. +# hide-source: (yes|no) + +# Hides destination host names. +# hide-destination: (yes|no) + +# Use bytes for bandwidth display, rather than bits. +# use-bytes: (yes|no) +use-bytes: yes + +# Sets which column is used to sort the display. +# sort: (2s|10s|40s|source|destination) + +# Controls the appearance of each item in the display. +# line-display: (two-line|one-line-both|one-line-sent|one-line-received) + +# Shows cummulative total for each item. +# show-totals: (yes|no) +show-totals: yes + +# Use a logarithmic scale for bar graphs. +# log-scale: (yes|no) + +# Fixes the maximum for the bar graph scale to bw, e.g. "10M" +# max-bandwidth: bw + +# Defines an IP network boundary for determining packet direction. +# net-filter: net/mask + +# Sets a regular expression to filter screen output. +# screen-filter: regexp + |