Giter VIP home page Giter VIP logo

iftop's People

Contributors

soarpenguin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

iftop's Issues

RFE - Add option for lower bandwidth limit

I see an option for upper bandwidth limit, but i would like an option for lower bandwidth limit as well. My external interface can get pretty chatty with small amounts of broadcast traffic and it soils my iftop screen. I wish to exclude transfer rates lower than N threshold (to filter out this small amount of traffic from populating the table). In short, I only want to see the big connections. :-)

Setting for bar graph average in config file

There isn't any configuration directive for setting the bar graph average to anything other than the default (10 seconds).
When, say, sort: 40s is present in the config file, one might have to press B each time iftop is started, in order to use the same average for sorting and for the bar graphs.
A configuration directive such as bars: 40s would solve this.

Iftop reports an error when compiling in arch environment.

make[2]: Entering directory '/home/iftop'
gcc -g -O2 -o iftop addr_hash.o edline.o hash.o iftop.o ns_hash.o options.o resolver.o screenfilter.o serv_hash.o sorted_list.o threadprof.o ui_common.o ui.o tui.o util.o addrs_ioctl.o addrs_dlpi.o dlcommon.o stringmap.o cfgfile.o vector.o -lpcap -lm -lcurses
/usr/sbin/ld: ui_common.o:/home/iftop/ui_common.h:36: multiple definition of screen_list'; iftop.o:/home/iftop/ui_common.h:36: first defined here /usr/sbin/ld: ui_common.o:/home/iftop/ui_common.h:38: multiple definition of peaktotal'; iftop.o:/home/iftop/ui_common.h:38: first defined here
/usr/sbin/ld: ui_common.o:/home/iftop/ui_common.h:38: multiple definition of peakrecv'; iftop.o:/home/iftop/ui_common.h:38: first defined here /usr/sbin/ld: ui_common.o:/home/iftop/ui_common.h:38: multiple definition of peaksent'; iftop.o:/home/iftop/ui_common.h:38: first defined here
/usr/sbin/ld: ui_common.o:/home/iftop/ui_common.h:37: multiple definition of totals'; iftop.o:/home/iftop/ui_common.h:37: first defined here /usr/sbin/ld: ui_common.o:/home/iftop/ui_common.h:40: multiple definition of screen_hash'; iftop.o:/home/iftop/ui_common.h:40: first defined here
/usr/sbin/ld: ui_common.o:/home/iftop/ui_common.h:41: multiple definition of service_hash'; iftop.o:/home/iftop/ui_common.h:41: first defined here /usr/sbin/ld: ui.o:/home/iftop/ui_common.h:36: multiple definition of screen_list'; iftop.o:/home/iftop/ui_common.h:36: first defined here
/usr/sbin/ld: ui.o:/home/iftop/ui_common.h:38: multiple definition of peaksent'; iftop.o:/home/iftop/ui_common.h:38: first defined here /usr/sbin/ld: ui.o:/home/iftop/ui_common.h:38: multiple definition of peakrecv'; iftop.o:/home/iftop/ui_common.h:38: first defined here
/usr/sbin/ld: ui.o:/home/iftop/ui_common.h:38: multiple definition of peaktotal'; iftop.o:/home/iftop/ui_common.h:38: first defined here /usr/sbin/ld: ui.o:/home/iftop/ui_common.h:37: multiple definition of totals'; iftop.o:/home/iftop/ui_common.h:37: first defined here
/usr/sbin/ld: ui.o:/home/iftop/ui_common.h:40: multiple definition of screen_hash'; iftop.o:/home/iftop/ui_common.h:40: first defined here /usr/sbin/ld: ui.o:/home/iftop/ui_common.h:41: multiple definition of service_hash'; iftop.o:/home/iftop/ui_common.h:41: first defined here
/usr/sbin/ld: tui.o:/home/iftop/ui_common.h:36: multiple definition of screen_list'; iftop.o:/home/iftop/ui_common.h:36: first defined here /usr/sbin/ld: tui.o:/home/iftop/ui_common.h:37: multiple definition of totals'; iftop.o:/home/iftop/ui_common.h:37: first defined here
/usr/sbin/ld: tui.o:/home/iftop/ui_common.h:38: multiple definition of peaksent'; iftop.o:/home/iftop/ui_common.h:38: first defined here /usr/sbin/ld: tui.o:/home/iftop/ui_common.h:38: multiple definition of peakrecv'; iftop.o:/home/iftop/ui_common.h:38: first defined here
/usr/sbin/ld: tui.o:/home/iftop/ui_common.h:38: multiple definition of peaktotal'; iftop.o:/home/iftop/ui_common.h:38: first defined here /usr/sbin/ld: tui.o:/home/iftop/ui_common.h:40: multiple definition of screen_hash'; iftop.o:/home/iftop/ui_common.h:40: first defined here
/usr/sbin/ld: tui.o:/home/iftop/ui_common.h:41: multiple definition of `service_hash'; iftop.o:/home/iftop/ui_common.h:41: first defined here
error: ld returned 1 exit status

Brew install display issue on iftop

https://postimg.org/image/5i3lg36qd/

Im not seeing really clean formatting =/ IDK what all the "qqqqq"s are about.

verified that I've got my utf-8 set correctly to:

LANG="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_CTYPE="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_ALL="en_US.UTF-8"

Just reporting the issue =] OSX 10.10.5

Gb scale units

When a stream has 1s of Gb throughput it graphs smaller than streams with 100s of Mb throughput.

Seems the graphs are not considering units properly.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.