Re: Oddness with reading /proc/net/tcp
- From: Eric Dumazet <dada1@xxxxxxxxxxxxx>
- Date: Fri, 13 Apr 2007 19:40:12 +0200
Witold Krecicki a écrit :
Reading data from /proc/net/tcp is slower with progress of reading data, tested on system with >200k active connections.
Yes, this is a known problem.
This is O(N^2) algo.
Use ss from iproute package to get better performance... (less than 15 seconds for 200k active connections)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- References:
- Oddness with reading /proc/net/tcp
- From: Witold Krecicki
- Oddness with reading /proc/net/tcp
- Prev by Date: Re: [PATCH 0/13] maps: pagemap, kpagemap, and related cleanups
- Next by Date: Re: [patch -mm] i386: use pte_update_defer in ptep_test_and_clear_{dirty,young}
- Previous by thread: Oddness with reading /proc/net/tcp
- Next by thread: [PATCH] usb bulk transfer: 1024 byte packets
- Index(es):