Mailinglist Archive: opensuse-es (614 mails)

< Previous Next >
[opensuse-es] Re: ¿Que programas están usando el acceso a la red?
  • From: Camaleón <noelamac@xxxxxxxxx>
  • Date: Wed, 14 Apr 2010 20:10:37 +0000 (UTC)
  • Message-id: <pan.2010.04.14.20.10.35@xxxxxxxxx>
El Wed, 14 Apr 2010 16:27:16 -0300, Alfredo Jesús Delaiti escribió:

El 14/04/10 15:54, Camaleón escribió:


Por ejemplo:

netstat -p -t

(para ver sólo las conexiones TCP y el programa que lo "ocupa") :-)


Esta es lo que arrojan los dos programas (SKYPE esta cargado pero
desconectado, no se ha hecho el "logín"). Si me "logeo" sí aparece con
netstat.


Con el comando de "netstat -p -t" sólo registras conexiones TCP (y la del
skype parece que es UDP). Tendrías que incluir las UDP también.

Por ejemplo: "netstat -p -t -u"

Recompongo los registros para que no rompan líneas:

alfredo@linux-k8g7:~> netstat -p -t

(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
PID/Program name
tcp 0 0 192.168.1.150:54069 nginx-vd02.mx.aol.:imap ESTABLISHED
3986/thunderbird-bi
tcp 0 0 192.168.1.150:53408 nginx-vm03.mx.aol.:imap ESTABLISHED
3986/thunderbird-bi
tcp 0 0 192.168.1.150:45450 nginx-vm03.mx.aol.:imap ESTABLISHED
3986/thunderbird-bi
tcp 0 0 192.168.1.150:45703 nginx-vm03.mx.aol.:imap ESTABLISHED
3986/thunderbird-bi
tcp 0 0 192.168.1.150:54621 yi-in-f113.1e1:www-http ESTABLISHED
9697/firefox
tcp 0 0 192.168.1.150:55350 74.125.166.30:www-http ESTABLISHED
9697/firefox
tcp 0 0 192.168.1.150:53404 nginx-vm03.mx.aol.:imap ESTABLISHED
3986/thunderbird-bi



alfredo@linux-k8g7:~> lsof -i -U

COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
thunderbi 3986 alfredo 22u IPv4 113876 0t0 TCP
192.168.1.150:53404->nginx-vm03.mx.aol.com:imap (ESTABLISHED
thunderbi 3986 alfredo 40u IPv4 114259 0t0 TCP
192.168.1.150:53408->nginx-vm03.mx.aol.com:imap (ESTABLISHED)
thunderbi 3986 alfredo 44u IPv4 112127 0t0 TCP
192.168.1.150:45450->nginx-vm03.mx.aol.com:imap (ESTABLISHED)
thunderbi 3986 alfredo 53u IPv4 112824 0t0 TCP
192.168.1.150:45703->nginx-vm03.mx.aol.com:imap (ESTABLISHED)
thunderbi 3986 alfredo 66u IPv4 102357 0t0 TCP
192.168.1.150:54069->nginx-vd02.mx.aol.com:imap (ESTABLISHED)
firefox 9697 alfredo 22r IPv4 116224 0t0 TCP
192.168.1.150:54621->yi-in-f113.1e100.net:http (ESTABLISHED)
firefox 9697 alfredo 50u IPv4 116771 0t0 TCP
192.168.1.150:55350->74.125.166.30:http (ESTABLISHED)
skype 9887 alfredo 10u IPv4 116494 0t0 UDP localhost:57139


El pegar desde consola hace que se vea mal, pero creo que se entiende.
Por lo que los dos hacen, en principio lo que estoy buscando. Le he
agregado salto de línea para que sea más legible. He utilizado las
palabras login y logeo y no su expresión en castellano porque creo que
dificultaría su entendimiento.

Interesante...

Me gustaría saber por qué Thunderbird mantiene abierta una conexión
permanente al servidor IMAP (a mí me pasa lo mismo).

Saludos,

--
Camaleón

--
Para dar de baja la suscripción, mande un mensaje a:
opensuse-es+unsubscribe@xxxxxxxxxxxx
Para obtener el resto de direcciones-comando, mande
un mensaje a:
opensuse-es+help@xxxxxxxxxxxx

< Previous Next >