Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
litespeed_wiki:license:all_about_licenses [2013/12/12 14:13]
Michael [How do I check concurrent connections for my server?]
litespeed_wiki:license:all_about_licenses [2015/07/30 20:47]
Michael Alegre [If I upgrade from VPS license to 1-CPU Enterprise license, do I have to reinstall?]
Line 20: Line 20:
 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 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 +  netstat -an | grep 80 | grep ESTA | wc -l 
-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.+This will give you the number of current ​established connections. Only established connections from netstat output are considered to be concurrent.
  
  
Line 31: Line 31:
 ==== If I upgrade from VPS license to 1-CPU Enterprise license, do I have to reinstall? ==== ==== If I upgrade from VPS license to 1-CPU Enterprise license, do I have to reinstall? ====
  
-This will require a new order of 1 cpu license. (For other types of license [[litespeed_wiki:​license:upgrade_downgrade_license|upgrade/​downgrade]],​ you may be able to share the same serial number.)+This will require a new order of 1 cpu license. (For other types of license [[litespeed_wiki:​licenses:upgrade-or-downgrade-a-license|upgrade/​downgrade]],​ you may be able to share the same serial number.)
 In this case, just run the installer with Upgrade option. It is same as you upgrade from trial license to enterprise version. Installer with upgrade will not change any of your configuration or data. There is no service interruption since it will do a graceful restart when finish. In this case, just run the installer with Upgrade option. It is same as you upgrade from trial license to enterprise version. Installer with upgrade will not change any of your configuration or data. There is no service interruption since it will do a graceful restart when finish.