LiteSpeed Technologies
Download Download     Blog Blog     Wiki Wiki     Forum Forum     Store     Contact Contact    

Go Back   LiteSpeed Support Forums > LiteSpeed Web Server > General > About the license and CPUs

Reply
 
Thread Tools Display Modes
  #41  
Old 03-07-2011, 01:50 PM
webizen webizen is offline
LiteSpeed Staff
 
Join Date: Oct 2010
Posts: 2,337
You can start a trial license (2 CPU equivalent) and upgrade later if needed.
Reply With Quote
  #42  
Old 11-15-2011, 02:27 PM
Mr_Parham Mr_Parham is offline
Senior Member
 
Join Date: Oct 2011
Posts: 72
Quote:
Originally Posted by mistwang View Post
You can choose between 2-CPU or 4-CPU license, if you I/O wait is higher than 10%, go with the 4-CPU license. You can upgrade to 4-CPU license later if need.
The trial license is a full 2-CPU license for 15 days.
how can i find the I/O wait ??
Reply With Quote
  #43  
Old 11-15-2011, 04:25 PM
webizen webizen is offline
LiteSpeed Staff
 
Join Date: Oct 2010
Posts: 2,337
Quote:
Originally Posted by Mr_Parham View Post
how can i find the I/O wait ??
run 'top' from command line. i/o wait is at the top of your screen as follows (in bold):
%
Quote:
top - 19:22:00 up 15 days, 3:18, 7 users, load average: 2.74, 2.45, 2.78
Tasks: 278 total, 1 running, 277 sleeping, 0 stopped, 0 zombie
Cpu(s): 0.5%us, 21.2%sy, 0.0%ni, 73.4%id, 4.9%wa, 0.0%hi, 0.0%si, 0.0%st
Mem: 8171948k total, 8129524k used, 42424k free, 29964k buffers
Swap: 0k total, 0k used, 0k free, 7093344k cached
...
...
Reply With Quote
  #44  
Old 03-08-2012, 04:59 AM
t0p3ecure t0p3ecure is offline
New Member
 
Join Date: Mar 2012
Posts: 2
Default CPU 64 Core Over Load

Hello All

I bought a server with 64 Core AMD CPU
Processor #1

Vendor
AuthenticAMD

Name
AMD Opteron(TM) Processor 6274

Speed
2200.000 MHz

Cache
2048 KB

Processor #2

Vendor
AuthenticAMD

Name
AMD Opteron(TM) Processor 6274

Speed
1400.000 MHz

Cache
2048 KB

Processor #3

Vendor
AuthenticAMD

Name
AMD Opteron(TM) Processor 6274

Speed
1400.000 MHz

Cache
2048 KB

Processor #4

Vendor
AuthenticAMD

Name
AMD Opteron(TM) Processor 6274

Speed
2200.000 MHz

Cache
2048 KB

to Processor #64 ......

[~]# cat /proc/cpuinfo | grep processor | wc -l
64

This is my linux Version :
[~]# cat /proc/version
Linux version 2.6.18-274.18.1.el5 (mockbuild@builder10.centos.org) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-51)) #1 SMP Thu Feb 9 12:45:44 EST 2012

Here is our Server Load Average :
[~]# uptime
15:54:23 up 1 day, 21:29, 3 users, load average: 101.81, 91.80, 94.08

Here is used and available RAM memory and swap space usage :
[~]# free -m
total used free shared buffers cached
Mem: 48300 18852 29447 0 651 15426
-/+ buffers/cache: 2773 45526
Swap: 4094 0 4094

Here is My Server Disk USAGE :
[~]# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda3 941813876 66646520 826554268 8% /
/dev/sda1 295561 23128 257173 9% /boot
tmpfs 24729644 3640 24726004 1% /dev/shm
/dev/sdb1 117161008 9405856 107755152 9% /db
/usr/tmpDSK 5160576 585412 4313020 12% /tmp


current status of virtual memory, CPU usage, I/O usage:
[~]# vmstat
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu----- -
r b swpd free buff cache si so bi bo in cs us sy id wa st
0 0 0 30174396 667356 15795252 0 0 1 155 3 3 24 8 65 2 0


LiteSpeed Version :
Current Version: 4.0.20

LiteSpeed Server Process :
Server Process Edit
Server Name

$HOSTNAME
Running As

user(nobody) : group(nobody)
Priority

-19
chroot Path

/
Enable chroot

No
Enable LVE

No
Memory I/O Buffer

4024M
Swapping Directory

/dev/shm/lsws
Auto Restart

Yes
Auto Fix 503 Error

Yes
Graceful Restart Timeout (secs)
Not Set




Attention to this details do you think 1 LiteSpeed license is Enough for our server or we should Order More License ?

With ordering more Licenses our problem will be fix or not ?

This OverLoad is Due LiteSpeed or Another THing?


Thanks for your HELP
Reply With Quote
  #45  
Old 03-08-2012, 08:36 AM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,585
There is a known kernel bottle neck trigger by LiteSpeed when CPU/core count is very high. We are working on a solution now.
In the mean time, you should turn off "AIO" under server->"tuning" tab from LSWS console see if it help or not.
Reply With Quote
  #46  
Old 03-09-2012, 05:41 AM
t0p3ecure t0p3ecure is offline
New Member
 
Join Date: Mar 2012
Posts: 2
Hello

Thank you for your reply

we are using 4.0.20 version that not support AIO . This is a Bug from Litespeed that should be fixed . do you think when you could fix this issue?

Thank you
Reply With Quote
  #47  
Old 03-09-2012, 09:08 AM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,585
If AIO is not involved, it could be something else.

Please contact bug@litespeed... if you would like to have our staff to take a look at your server.
Reply With Quote
  #48  
Old 03-20-2012, 06:59 PM
Twam Twam is offline
New Member
 
Join Date: Mar 2012
Posts: 1
I had a question regarding this.

My CPU is a Intel Core i3-2100 Processor, it only has 2 cores but 4 threads.
If i purchase a 1 CPU license will Litespeed use 2 threads or as far as Litespeed is concerned i have 4 cores ?
Reply With Quote
  #49  
Old 03-21-2012, 08:17 AM
NiteWave NiteWave is offline
LiteSpeed Staff
 
Join Date: Sep 2009
Posts: 2,218
please refer http://www.litespeedtech.com/support...ense_to_choose
"The number of your licensed CPU cores DOES NOT need to match with that of your physical server"
Reply With Quote
  #50  
Old 03-21-2012, 02:38 PM
funzclub funzclub is offline
Member
 
Join Date: Mar 2012
Posts: 26
Default Sir I Have Total 8 processor

Sir I Have Total 8 proceesors in my dedicated server with centos 5.8 install and 8 gb ram

Vendor
GenuineIntel

Name
Intel(R) Xeon(R) CPU X3440 @ 2.53GHz

Speed
1197.000 MHz

Cache
8192 KB

and i have total 12 sites in my dedicated server 1 site is having daily 80000 visitors and other site no.2 is having 40000 visitor and other 10 sites is having 1000 user per day means 1x10=10000 users total 1,20,000+10,000= 1,30,000 total visitors im using litespeed 2 cpu license but not getting good spped as much i need so according to you howmay cpu license of litespeed is better for me.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 07:33 AM.



- Archive - Top
© Copyright 2003-2011 LiteSpeed Technologies, Inc. All rights reserved. Privacy Policy.