Linux programa para ver o que você está baixando

10

Existe um programa linux que permite que você examine seu tráfego de download atual? Algo que pode listar todos os endereços nos quais estou atualmente conectado e fazendo o download.

    
por Soyuz 08.10.2012 / 02:39

2 respostas

10

verifique iftop e nload

iftop does for network usage what top(1) does for CPU usage. It listens to network traffic on a named interface and displays a table of current bandwidth usage by pairs of hosts. Handy for answering the question "why is our ADSL link so slow?".

nload is a console application which monitors network traffic and bandwidth usage in real time. It visualizes the in- and outgoing traffic using two graphs and provides additional info like total amount of transfered data and min/max network usage.

Para visualizar os dados que estão sendo baixados / enviados: Wireshark

Wireshark is the world's foremost network protocol analyzer. It lets you capture and interactively browse the traffic running on a computer network. It is the de facto (and often de jure) standard across many industries and educational institutions.

    
por 08.10.2012 / 02:49
3

Sim, basta executar o seguinte comando:

iftop

iftop does for network usage what top(1) does for CPU usage

Veja link

    
por 08.10.2012 / 02:47