Hi, On Thu, Dec 27, 2012 at 03:17:04PM -0200, Usuário do Sistema wrote: > Hello everyone, > > anyone help me how can I figure out the follows value in my Linux box ? > > Max Concurrent Session > New Sessions per second > > they are related with CPU of the machine ? CPU and other hardware aspects are important. But there several configuration parameters (like using the irqbalance daemon, tweaking the conntrack table) and they make a difference. I suggest you a read of the evaluation part of these articles: http://1984.lsi.us.es/~pablo/docs/intcomp09.pdf http://people.netfilter.org/kadlec/nftest.pdf Another important thing while benchmarking is that you have to make sure that neither your client nor your benchmark server become the bottleneck. Otherwise, you end up getting misleading benchmarking results. > there is any way how to figure out how many connections are through > my firewall iptables ? You can obtain the maximum sessions/s by generating lots of well small connections, ie. assuming TCP, 3-way handshake and then immediately tearing down the connection. For the client side, you can probably check this utility, it generates plain HTTP requests: http://1984.lsi.us.es/git/http-client-benchmark/ For the server side, I suggest you to grab Willy Tarreau's httpterm: http://1wt.eu/tools/httpterm/ I have tried many other utilities in the past, but those are my favorite ones so far. -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html