[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

Re: Network Module

Matthew Franz

1/1/2008 10:32:00 PM

Why not just wrap netstat for what you need? or you might be able to
get from /proc entries? Or look at
http://www.psychofx.com/psi/... (PSI Tools) If you want
interface statistics you can process the CSV output of bwm-ng
(http://www.gropp.org/?id=projects&...)

- mdf

On Jan 1, 2008 7:40 AM, Sunil Ghai <sunilkrghai@gmail.com> wrote:
> Hello people,
> I am searching for a python module to interact with the network
> connections/interfaces. For example the number of active TCP/IP connections
> via eth0 interface and all that stuff.
> I have done googling and search at python<dot>org but couldn't find any.
>
> Thanks
> Sunil Kumar Ghai
>
>
> --
> http://mail.python.org/mailman/listinfo/p...
>



--
Matthew Franz
http://www.threa...