iftoprc 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. # Sets the network interface to if.
  2. # interface: if
  3. interface: wlan0
  4. # Controls reverse lookup of IP addresses.
  5. # dns-resolution: (yes|no)
  6. dns-resolution: yes
  7. # Controls conversion of port numbers to service names.
  8. # port-resolution: (yes|no)
  9. port-resolution: yes
  10. # Sets the filter code to bpf.
  11. # filter-code: bpf
  12. # Controls display of bar graphs.
  13. # show-bars: (yes|no)
  14. show-bars: yes
  15. # Puts the interface into promiscuous mode.
  16. # promiscuous: (yes|no)
  17. # Controls display of port numbers.
  18. # port-display: (off|source-only|destination-only|on)
  19. port-display: on
  20. # Hides source host names.
  21. # hide-source: (yes|no)
  22. # Hides destination host names.
  23. # hide-destination: (yes|no)
  24. # Use bytes for bandwidth display, rather than bits.
  25. # use-bytes: (yes|no)
  26. use-bytes: yes
  27. # Sets which column is used to sort the display.
  28. # sort: (2s|10s|40s|source|destination)
  29. # Controls the appearance of each item in the display.
  30. # line-display: (two-line|one-line-both|one-line-sent|one-line-received)
  31. # Shows cummulative total for each item.
  32. # show-totals: (yes|no)
  33. show-totals: yes
  34. # Use a logarithmic scale for bar graphs.
  35. # log-scale: (yes|no)
  36. # Fixes the maximum for the bar graph scale to bw, e.g. "10M"
  37. # max-bandwidth: bw
  38. # Defines an IP network boundary for determining packet direction.
  39. # net-filter: net/mask
  40. # Sets a regular expression to filter screen output.
  41. # screen-filter: regexp