[Resolved] how to check licence against no. of CPU ?

#1
Hi all,

is it possible to check the licence as in if its a single cpu or multi-cpu licence?

i couldn't find it in any way either in WHM or LS Admin Console. Since i had paid for a multi-cpu licence, but after all configuration changes, my site is still unstable, so i just wanted to check if its really a multi cpu licence.

Thanks
 
Last edited by a moderator:

NiteWave

Administrator
#2
run "pstree -p", check how many of "litespeed" processes are running.
there is 1 parent litespeed process, the number of sub processes equal to your CPU license number.
 
#3
i got this result
-litespeed(20699)-+-httpd(20702)
| `-litespeed(20704)---lsphp5(22401)-+-lsphp5(24155)
| |-lsphp5(24156)
| |-lsphp5(24157)
| |-lsphp5(24219)
| |-lsphp5(24224)
| |-lsphp5(24354)
| |-lsphp5(24359)
| |-lsphp5(24360)
| |-lsphp5(24362)
| |-lsphp5(24365)
| |-lsphp5(24369)
| |-lsphp5(24374)
| |-lsphp5(24375)
| |-lsphp5(24376)
| |-lsphp5(24389)
| |-lsphp5(24390)
| `-lsphp5(24391)
does that mean i have single cpu licence?
 
Top