Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision Both sides next revision
litespeed_wiki:license:all_about_licenses [2011/03/16 23:21]
127.0.0.1 external edit
litespeed_wiki:license:all_about_licenses [2013/12/12 14:13]
Michael [How do I check concurrent connections for my server?]
Line 19: Line 19:
  
 There is limit for max concurrent connections for different licenses. Free version is limited to 150, VPS license is 500, Enterprise edition is unlimited. There is limit for max concurrent connections for different licenses. Free version is limited to 150, VPS license is 500, Enterprise edition is unlimited.
-You can check the number of concurrent connections used from the real-time report in web admin console. Or use the command ​<​code>​netstat -an | grep 80 | grep ESTA | wc </​code>​. Only “Established” ​connections from netstat output are considered to be concurrent.+You can check the number of concurrent connections used from the real-time report in web admin console. Or use the command 
 +  ​netstat -an | grep 80 | grep ESTA | wc 
 +This command will output three numbers. The first number is the number of "​established"​ connections. Only established ​connections from netstat output are considered to be concurrent.