Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: Quad core Xen instances
PostPosted: Mon May 23, 2011 12:28 pm 
Offline
Senior Newbie

Joined: Mon May 23, 2011 6:26 am
Posts: 5
The home page of the linode site states quad core xen instances but it looks like linodes are only single core. Can someone explain this please. We need to farm off some tasks like Java garbage collection to sepatare CPU's but this looks as if it is not possible.[/b]


Top
   
 Post subject:
PostPosted: Mon May 23, 2011 12:35 pm 
Offline
Senior Member

Joined: Mon Oct 27, 2008 10:24 am
Posts: 173
Website: http://www.worshiproot.com
What kernel are you running? I get 4 cores...

Code:
josh@newark1:~$ uname -r
2.6.38.3-linode32
josh@newark1:~$ grep processor /proc/cpuinfo | wc -l
4
josh@newark1:~$


Top
   
 Post subject:
PostPosted: Mon May 23, 2011 1:36 pm 
Offline
Senior Member
User avatar

Joined: Fri Oct 24, 2003 3:51 pm
Posts: 965
Location: Netherlands
Each host machine has two four-core Xeons for a total of eight cores. Each Linode has access to four of those cores.

_________________
/ Peter


Top
   
 Post subject:
PostPosted: Mon May 23, 2011 3:09 pm 
Offline
Senior Member

Joined: Fri Feb 18, 2005 4:09 pm
Posts: 594
pclissold wrote:
Each host machine has two four-core Xeons for a total of eight cores. Each Linode has access to four of those cores.


run the command

cat /proc/cpuinfo

which shows information on each core. You can also run the program

top

and press the number 1 - that shows individual core load like this:

top - 09:09:01 up 6:07, 7 users, load average: 5.20, 4.98, 5.09
Tasks: 165 total, 7 running, 158 sleeping, 0 stopped, 0 zombie
Cpu0 : 0.3%us, 0.3%sy, 94.6%ni, 0.0%id, 0.0%wa, 0.0%hi, 0.3%si, 4.4%st
Cpu1 : 0.9%us, 0.6%sy, 91.2%ni, 0.0%id, 0.0%wa, 0.0%hi, 0.0%si, 7.2%st
Cpu2 : 0.3%us, 0.6%sy, 91.9%ni, 0.0%id, 0.0%wa, 0.0%hi, 0.0%si, 7.2%st
Cpu3 : 0.0%us, 0.2%sy, 72.5%ni, 24.2%id, 0.0%wa, 0.0%hi, 0.0%si, 3.1%st


James


Top
   
PostPosted: Mon May 23, 2011 11:19 pm 
Offline
Senior Newbie

Joined: Tue Jan 08, 2008 12:01 pm
Posts: 7
nimbusgb wrote:
The home page of the linode site states quad core xen instances but it looks like linodes are only single core. Can someone explain this please. We need to farm off some tasks like Java garbage collection to sepatare CPU's but this looks as if it is not possible.[/b]


Make sure your JVM is using a multithreaded garbage collector. By default it is likely using a stop-the-world GC.


Top
   
 Post subject:
PostPosted: Tue May 24, 2011 4:14 am 
Offline
Senior Newbie

Joined: Mon May 23, 2011 6:26 am
Posts: 5
Thanks folks. Much appreciated

Very impressed with the linode offering!


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 6 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group