Re: Oddness with reading /proc/net/tcp

From: Eric Dumazet
Date: Fri Apr 13 2007 - 13:40:51 EST


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/