<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: hyperthreading enabled/disabled? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/hyperthreading-enabled-disabled/m-p/3112394#M7792</link>
    <description>&lt;BR /&gt;&lt;BR /&gt;Roberto wrote:&lt;BR /&gt;&lt;BR /&gt;"if this flag "ht" is present in /proc/cpu then hyperthreading is enabled."&lt;BR /&gt;&lt;BR /&gt;Hmm, I beg to differ. I believe that just means that the processor is ht capeable, not whether it is active or not.&lt;BR /&gt;&lt;BR /&gt;Intuitively I'd say like U.SivaKumar just use top and see how many CPU's it lists. However, that could misguide you if the BOX is for example made for 4 CPUs, but only 2 are installed... with HT still showing 4 CPUs.&lt;BR /&gt;&lt;BR /&gt;I think the best solution is:&lt;BR /&gt;grep -E "processor|physical id" /proc/cpuinfo&lt;BR /&gt;And even that is slightly inconsistent on my systems with:&lt;BR /&gt;&lt;BR /&gt;My 4P dl560 running " SuSE SLES 8 (powered by UnitedLinux 1.0) (i586)\nKernel 2.4.21-138-smp (1)" With HT enabled shows:&lt;BR /&gt;grep -E "processor|physical id" /proc/cpuinfo&lt;BR /&gt;processor       : 0&lt;BR /&gt;physical id     : 0&lt;BR /&gt;processor       : 1&lt;BR /&gt;physical id     : 0&lt;BR /&gt;processor       : 2&lt;BR /&gt;physical id     : 1&lt;BR /&gt;processor       : 3&lt;BR /&gt;physical id     : 1&lt;BR /&gt;processor       : 4&lt;BR /&gt;physical id     : 2&lt;BR /&gt;processor       : 5&lt;BR /&gt;physical id     : 2&lt;BR /&gt;processor       : 6&lt;BR /&gt;physical id     : 3&lt;BR /&gt;processor       : 7&lt;BR /&gt;physical id     : 3&lt;BR /&gt;&lt;BR /&gt;But on older box running "SuSE SLES 8 (powered by UnitedLinux 1.0) (i586)\nKernel 2.4.19-64GB-SMP (2)" and NO HT shows:&lt;BR /&gt;processor       : 0&lt;BR /&gt;physical id     : 0&lt;BR /&gt;processor       : 1&lt;BR /&gt;physical id     : 0&lt;BR /&gt;processor       : 2&lt;BR /&gt;physical id     : 0&lt;BR /&gt;processor       : 3&lt;BR /&gt;physical id     : 0&lt;BR /&gt;&lt;BR /&gt;So yes you can see what is happening, but not clearly.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;JP Huc wrote : "the following command should be able to tell you this!&lt;BR /&gt;# sysctl -A | grep -i "threa"&lt;BR /&gt;&lt;BR /&gt;Hmmm... not on my box! (It just returns "kernel.threads-max = 14336")&lt;BR /&gt;&lt;BR /&gt;And procinfo does tell me how many CPUs, but not whether they are virtual or physical.&lt;BR /&gt;So like the 'top' solution I could get a false negative when less then halve of the possible CPUs are physically installed.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;vijay wrote: "what does that mean... It shows 4 processors with CPU 0 to 4"&lt;BR /&gt;It means you did not read carefully, or someoen is playing a joke on you.&lt;BR /&gt;4 CPUS would be labeled CPU0 thru CPU3 (or maybe my english is not sharp enough and your 'to' really meant 'up to, but not including :-).&lt;BR /&gt;&lt;BR /&gt;John Daily had the keenest response and should get the 10 Points... if his timing had been better.&lt;BR /&gt;&lt;BR /&gt;fwiw,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 21 Apr 2004 00:03:40 GMT</pubDate>
    <dc:creator>Hein van den Heuvel</dc:creator>
    <dc:date>2004-04-21T00:03:40Z</dc:date>
    <item>
      <title>hyperthreading enabled/disabled?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hyperthreading-enabled-disabled/m-p/3112378#M7776</link>
      <description>I have a Compaq DL380 G3 with 4 processors and 4 GB RAM. I am running redhat Linux 8.0&lt;BR /&gt;&lt;BR /&gt;I need to know "Hyperthreading" is enabled in BIOS? How can i check that?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Vijay</description>
      <pubDate>Thu, 06 Nov 2003 10:38:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hyperthreading-enabled-disabled/m-p/3112378#M7776</guid>
      <dc:creator>Vijaya Kumar_3</dc:creator>
      <dc:date>2003-11-06T10:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: hyperthreading enabled/disabled?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hyperthreading-enabled-disabled/m-p/3112379#M7777</link>
      <description>Sorry...&lt;BR /&gt;I dont want to reboot.&lt;BR /&gt;I need a command line...&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Vijay</description>
      <pubDate>Thu, 06 Nov 2003 10:39:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hyperthreading-enabled-disabled/m-p/3112379#M7777</guid>
      <dc:creator>Vijaya Kumar_3</dc:creator>
      <dc:date>2003-11-06T10:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: hyperthreading enabled/disabled?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hyperthreading-enabled-disabled/m-p/3112380#M7778</link>
      <description>With top command?&lt;BR /&gt;&lt;BR /&gt;This command shows the number of CPU in your machine.</description>
      <pubDate>Thu, 06 Nov 2003 11:07:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hyperthreading-enabled-disabled/m-p/3112380#M7778</guid>
      <dc:creator>F Javier Gonzalez Marti</dc:creator>
      <dc:date>2003-11-06T11:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: hyperthreading enabled/disabled?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hyperthreading-enabled-disabled/m-p/3112381#M7779</link>
      <description>Thanks for ur quick reply...&lt;BR /&gt;what does that mean...&lt;BR /&gt;It shows 4 processors with CPU 0 to 4&lt;BR /&gt;What dows that mean?&lt;BR /&gt;&lt;BR /&gt;Vijay</description>
      <pubDate>Thu, 06 Nov 2003 11:32:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hyperthreading-enabled-disabled/m-p/3112381#M7779</guid>
      <dc:creator>Vijaya Kumar_3</dc:creator>
      <dc:date>2003-11-06T11:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: hyperthreading enabled/disabled?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hyperthreading-enabled-disabled/m-p/3112382#M7780</link>
      <description>Vijay,&lt;BR /&gt;  For hyperthreading, you should be really running SMP Linux.  Can you post the kernel version.  I suppose RH 8.0 is not supporting hyperthreading.  You may need to recompile the kernel with SMP support.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Umapathy</description>
      <pubDate>Thu, 06 Nov 2003 12:00:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hyperthreading-enabled-disabled/m-p/3112382#M7780</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2003-11-06T12:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: hyperthreading enabled/disabled?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hyperthreading-enabled-disabled/m-p/3112383#M7781</link>
      <description>Thanks for ur reply Umapathy&lt;BR /&gt;&lt;BR /&gt;Btw, I am running SMP Kernel&lt;BR /&gt;2.4.18-14smp&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Vijay</description>
      <pubDate>Thu, 06 Nov 2003 12:07:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hyperthreading-enabled-disabled/m-p/3112383#M7781</guid>
      <dc:creator>Vijaya Kumar_3</dc:creator>
      <dc:date>2003-11-06T12:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: hyperthreading enabled/disabled?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hyperthreading-enabled-disabled/m-p/3112384#M7782</link>
      <description>Vijay,&lt;BR /&gt;&lt;BR /&gt;What is there in /proc/cpu?&lt;BR /&gt;&lt;BR /&gt;Since it a 4 physical processor machine, it should show 8 inside /proc/cpu.  Otherwise, it is not supporting hyperthreading.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;Umapathy</description>
      <pubDate>Thu, 06 Nov 2003 12:18:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hyperthreading-enabled-disabled/m-p/3112384#M7782</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2003-11-06T12:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: hyperthreading enabled/disabled?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hyperthreading-enabled-disabled/m-p/3112385#M7783</link>
      <description>the following command should be able to tell you this!&lt;BR /&gt;&lt;BR /&gt;# sysctl -A | grep -i "threa"&lt;BR /&gt;&lt;BR /&gt;also have a look at&lt;BR /&gt;&lt;BR /&gt;#procinfo&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this will help you&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;J-P&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Nov 2003 12:21:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hyperthreading-enabled-disabled/m-p/3112385#M7783</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-11-06T12:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: hyperthreading enabled/disabled?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hyperthreading-enabled-disabled/m-p/3112386#M7784</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You dont have hyper threading currently.&lt;BR /&gt;reboot the server.&lt;BR /&gt;Press F9 key to get in to BIOS &lt;BR /&gt;&lt;BR /&gt;Go to Advanced options ( set the below value)&lt;BR /&gt;&lt;BR /&gt;Processor Hyper-Threading  enabled&lt;BR /&gt;&lt;BR /&gt;Save BIOS config and reboot the server.&lt;BR /&gt;&lt;BR /&gt;Now after linux has booted.&lt;BR /&gt;&lt;BR /&gt;give &lt;BR /&gt;&lt;BR /&gt;#top&lt;BR /&gt;&lt;BR /&gt;which should show number of processors more than the actual (physical) number of processors.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Fri, 07 Nov 2003 03:55:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hyperthreading-enabled-disabled/m-p/3112386#M7784</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2003-11-07T03:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: hyperthreading enabled/disabled?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hyperthreading-enabled-disabled/m-p/3112387#M7785</link>
      <description>To be more precise , to confirm that hyper-threading is functioning in your setup . you should see 8 processors in top screen.&lt;BR /&gt;&lt;BR /&gt;viz. 2 logical processor per 1 physical processor.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Fri, 07 Nov 2003 04:00:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hyperthreading-enabled-disabled/m-p/3112387#M7785</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2003-11-07T04:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: hyperthreading enabled/disabled?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hyperthreading-enabled-disabled/m-p/3112388#M7786</link>
      <description>Sorry, I believe you need to reboot for this. Basically you need to have this enable at the BIOS level. AFAIK, HT is available starting in 2.4.18 kernel.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Nov 2003 09:16:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hyperthreading-enabled-disabled/m-p/3112388#M7786</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2003-11-07T09:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: hyperthreading enabled/disabled?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hyperthreading-enabled-disabled/m-p/3112389#M7787</link>
      <description>Thanks people.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Vijay</description>
      <pubDate>Fri, 07 Nov 2003 12:46:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hyperthreading-enabled-disabled/m-p/3112389#M7787</guid>
      <dc:creator>Vijaya Kumar_3</dc:creator>
      <dc:date>2003-11-07T12:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: hyperthreading enabled/disabled?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hyperthreading-enabled-disabled/m-p/3112390#M7788</link>
      <description>FYI - A DL380 G3 can only have 2 Physical Processors - so if you see 4, Hyperthreading is turned on.</description>
      <pubDate>Wed, 04 Feb 2004 10:51:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hyperthreading-enabled-disabled/m-p/3112390#M7788</guid>
      <dc:creator>John Daily</dc:creator>
      <dc:date>2004-02-04T10:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: hyperthreading enabled/disabled?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hyperthreading-enabled-disabled/m-p/3112391#M7789</link>
      <description>You beat me @ it john.&lt;BR /&gt;HyperThreading is on by default, well, on hp/compaq machines...</description>
      <pubDate>Wed, 04 Feb 2004 10:55:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hyperthreading-enabled-disabled/m-p/3112391#M7789</guid>
      <dc:creator>Olivier Drouin</dc:creator>
      <dc:date>2004-02-04T10:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: hyperthreading enabled/disabled?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hyperthreading-enabled-disabled/m-p/3112392#M7790</link>
      <description>Hi all:&lt;BR /&gt;&lt;BR /&gt;cat /proc/cpu|grep ht&lt;BR /&gt;&lt;BR /&gt;if this flag "ht" is present in /proc/cpu then hyperthreading is enabled.&lt;BR /&gt;Peace, R.&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Apr 2004 04:15:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hyperthreading-enabled-disabled/m-p/3112392#M7790</guid>
      <dc:creator>Roberto Polli</dc:creator>
      <dc:date>2004-04-20T04:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: hyperthreading enabled/disabled?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hyperthreading-enabled-disabled/m-p/3112393#M7791</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;this should be /proc/cpuinfo, not /proc/cpu (at least on my Fedora and SuSE systems).&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Tue, 20 Apr 2004 13:22:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hyperthreading-enabled-disabled/m-p/3112393#M7791</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-04-20T13:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: hyperthreading enabled/disabled?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hyperthreading-enabled-disabled/m-p/3112394#M7792</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Roberto wrote:&lt;BR /&gt;&lt;BR /&gt;"if this flag "ht" is present in /proc/cpu then hyperthreading is enabled."&lt;BR /&gt;&lt;BR /&gt;Hmm, I beg to differ. I believe that just means that the processor is ht capeable, not whether it is active or not.&lt;BR /&gt;&lt;BR /&gt;Intuitively I'd say like U.SivaKumar just use top and see how many CPU's it lists. However, that could misguide you if the BOX is for example made for 4 CPUs, but only 2 are installed... with HT still showing 4 CPUs.&lt;BR /&gt;&lt;BR /&gt;I think the best solution is:&lt;BR /&gt;grep -E "processor|physical id" /proc/cpuinfo&lt;BR /&gt;And even that is slightly inconsistent on my systems with:&lt;BR /&gt;&lt;BR /&gt;My 4P dl560 running " SuSE SLES 8 (powered by UnitedLinux 1.0) (i586)\nKernel 2.4.21-138-smp (1)" With HT enabled shows:&lt;BR /&gt;grep -E "processor|physical id" /proc/cpuinfo&lt;BR /&gt;processor       : 0&lt;BR /&gt;physical id     : 0&lt;BR /&gt;processor       : 1&lt;BR /&gt;physical id     : 0&lt;BR /&gt;processor       : 2&lt;BR /&gt;physical id     : 1&lt;BR /&gt;processor       : 3&lt;BR /&gt;physical id     : 1&lt;BR /&gt;processor       : 4&lt;BR /&gt;physical id     : 2&lt;BR /&gt;processor       : 5&lt;BR /&gt;physical id     : 2&lt;BR /&gt;processor       : 6&lt;BR /&gt;physical id     : 3&lt;BR /&gt;processor       : 7&lt;BR /&gt;physical id     : 3&lt;BR /&gt;&lt;BR /&gt;But on older box running "SuSE SLES 8 (powered by UnitedLinux 1.0) (i586)\nKernel 2.4.19-64GB-SMP (2)" and NO HT shows:&lt;BR /&gt;processor       : 0&lt;BR /&gt;physical id     : 0&lt;BR /&gt;processor       : 1&lt;BR /&gt;physical id     : 0&lt;BR /&gt;processor       : 2&lt;BR /&gt;physical id     : 0&lt;BR /&gt;processor       : 3&lt;BR /&gt;physical id     : 0&lt;BR /&gt;&lt;BR /&gt;So yes you can see what is happening, but not clearly.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;JP Huc wrote : "the following command should be able to tell you this!&lt;BR /&gt;# sysctl -A | grep -i "threa"&lt;BR /&gt;&lt;BR /&gt;Hmmm... not on my box! (It just returns "kernel.threads-max = 14336")&lt;BR /&gt;&lt;BR /&gt;And procinfo does tell me how many CPUs, but not whether they are virtual or physical.&lt;BR /&gt;So like the 'top' solution I could get a false negative when less then halve of the possible CPUs are physically installed.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;vijay wrote: "what does that mean... It shows 4 processors with CPU 0 to 4"&lt;BR /&gt;It means you did not read carefully, or someoen is playing a joke on you.&lt;BR /&gt;4 CPUS would be labeled CPU0 thru CPU3 (or maybe my english is not sharp enough and your 'to' really meant 'up to, but not including :-).&lt;BR /&gt;&lt;BR /&gt;John Daily had the keenest response and should get the 10 Points... if his timing had been better.&lt;BR /&gt;&lt;BR /&gt;fwiw,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Apr 2004 00:03:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hyperthreading-enabled-disabled/m-p/3112394#M7792</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2004-04-21T00:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: hyperthreading enabled/disabled?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hyperthreading-enabled-disabled/m-p/3112395#M7793</link>
      <description>Hein,&lt;BR /&gt;&lt;BR /&gt;nice analysis.&lt;BR /&gt;&lt;BR /&gt;I just switched off hyperthreading on my DL360. I didn't check all responses here like you did, but the reply that a DL380 (and I hope a DL360 too) can have at most 2 CPU's triggered me. Using top I saw 4 CPUs. After rebooting and switching off hyperthreading top only showed 2.&lt;BR /&gt;&lt;BR /&gt;JP.</description>
      <pubDate>Wed, 21 Apr 2004 01:05:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hyperthreading-enabled-disabled/m-p/3112395#M7793</guid>
      <dc:creator>Jeroen Peereboom</dc:creator>
      <dc:date>2004-04-21T01:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: hyperthreading enabled/disabled?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hyperthreading-enabled-disabled/m-p/3112396#M7794</link>
      <description>Jeroen,&lt;BR /&gt;&lt;BR /&gt;Are you going to share with us why you are switching of Hyperthreading? If it is to evaluate the gain/losse s for it, please share that with us the findings with a rough description of the application!&lt;BR /&gt;(tight loops, large foot-print, little memory touched, lots of memory, oltp? web? a few, dozens or hundreds of processes per cpu? and so on.)&lt;BR /&gt;&lt;BR /&gt;Met vriendelijke groetjes,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Apr 2004 01:26:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hyperthreading-enabled-disabled/m-p/3112396#M7794</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2004-04-21T01:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: hyperthreading enabled/disabled?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hyperthreading-enabled-disabled/m-p/3112397#M7795</link>
      <description>Hein,&lt;BR /&gt;&lt;BR /&gt;don't be surprised but I'm not sure if I need to switch it off.&lt;BR /&gt;&lt;BR /&gt;I'm installing a test Oracle RAC cluster. I was told that when using Oracle parallel queries you should not have hyperthreading enabled.&lt;BR /&gt;&lt;BR /&gt;I have it on a question list for the Oracle consultant I will be talking to in the (near) future.&lt;BR /&gt;&lt;BR /&gt;Groeten,&lt;BR /&gt;&lt;BR /&gt;Jeroen P.</description>
      <pubDate>Wed, 21 Apr 2004 02:26:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hyperthreading-enabled-disabled/m-p/3112397#M7795</guid>
      <dc:creator>Jeroen Peereboom</dc:creator>
      <dc:date>2004-04-21T02:26:57Z</dc:date>
    </item>
  </channel>
</rss>

