Linux.com | The source for Linux information
Published on Linux.com | The source for Linux information (https://www.linux.com)

Home > python 2.6

4 posts / 0 new
Last post [1]
January 9, 2011
#1 [2]
Anonymous
python 2.6

can some one tell me why python is using so much bandwith when i am not runing any thing . os is openartist installed all cd as is no config .it connectsed all the time .

@desktop:~$ sudo ss -pl
Recv-Q Send-Q Local Address:Port Peer Address:Port
0 128 127.0.0.1:4001 *:* users:(("mix",1336,0))
0 63 127.0.0.1:42633 *:* users:(("python2.6",13021,26))
0 5 :::8500 :::* users:(("python2.6",13021,42))
0 5 *:8500 *:* users:(("python2.6",13021,54))
0 128 127.0.0.1:ipp *:* users:(("cupsd",2350,7))
0 128 ::1:ipp :::* users:(("cupsd",2350,6))
@desktop:~$ sudo ss -pl | grep 4001
0 128 127.0.0.1:4001 *:* users:(("mix",1336,0))
@desktop:~$ sudo ss -pl | grep 42633
0 63 127.0.0.1:42633 *:* users:(("python2.6",13021,26))
@desktop:~$ sudo ss -pl | grep 8500
0 5 :::8500 :::* users:(("python2.6",13021,42))
0 5 *:8500 *:* users:(("python2.6",13021,54))
@desktop:~$ sudo ss -pl | grep ipp
0 128 127.0.0.1:ipp *:* users:(("cupsd",2350,7))
0 128 ::1:ipp :::* users:(("cupsd",2350,6)) @desktop:~$ sudo ss -u -a
State Recv-Q Send-Q Local Address:Port Peer Address:Port
UNCONN 0 0 *:mdns *:*
UNCONN 0 0 *:42092 *:*
UNCONN 0 0 *:6771 *:*
UNCONN 0 0 220.101.36.229:ntp *:*
UNCONN 0 0 127.0.0.1:ntp *:*
UNCONN 0 0 *:ntp *:*
UNCONN 0 0 *:54543 *:*
UNCONN 0 0 *:8500 *:*
UNCONN 0 0 *:bootpc *:*
UNCONN 0 0 220.101.36.229:51025 *:*
UNCONN 0 0 fe80::21f:c6ff:fe37:6cef:ntp :::*
UNCONN 0 0 ::1:ntp :::*
UNCONN 0 0 :::ntp :::*
UNCONN 0 0 :::8500 :::*
:~$ sudo ss -o state established '( dport = :http or sport = :http )'
Recv-Q Send-Q Local Address:Port Peer Address:Port
0 0 220.101.36.229:40989 137.78.99.23:www
0 0 220.101.36.229:52000 69.16.232.36:www
0 0 220.101.36.229:56273 137.78.99.24:www
0 0 220.101.36.229:51624 137.78.99.23:www
0 0 220.101.36.229:41496 137.78.99.23:www
0 0 220.101.36.229:57290 207.171.185.201:www
0 0 220.101.36.229:52001 69.16.232.36:www
0 0 220.101.36.229:56258 137.78.99.24:www
0 0 220.101.36.229:55877 137.78.99.23:www
0 0 220.101.36.229:57289 207.171.185.201:www
0 0 220.101.36.229:56271 137.78.99.24:www
0 0 220.101.36.229:55890 137.78.99.23:www
0 0 220.101.36.229:57291 207.171.185.201:www
0 0 220.101.36.229:42914 137.78.99.24:www

Top
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-831873-8', 'auto'); ga('send', 'pageview'); -->

Source URL: https://www.linux.com/forums/command-linescripting/python-26

Links:
[1] https://www.linux.com/forums/command-linescripting/python-26#comment-6704
[2] https://www.linux.com/forums/command-linescripting/python-26