<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>VMware Communities: Message List - Java Performance on VMware ESX</title>
    <link>http://communities.vmware.com/community/vmtn/general/performance?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Mon, 21 Sep 2009 14:43:14 GMT</pubDate>
    <generator>Clearspace 1.10.12 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2009-09-21T14:43:14Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: Java Performance on VMware ESX</title>
      <link>http://communities.vmware.com/message/1367585?tstart=0#1367585</link>
      <description>Having gone through those best practices, yes, we're on board with all of them.&lt;br /&gt;
&lt;br /&gt;
The only variable we have here is the 'hardware' platform on which the tomcat java service is running.  The software is on an NFS server, so both physical and virtual servers are getting their tomcat copy from the same place.  The same goes for the Oracle client software.  The Oracle server is on a physical machine, and is the same for both the physical and virtual clients.  The OS installed on the physical and virtual machines is also identical, with the exception of some of the device driver modules in use, a natural consequence of virtualising the system.&lt;br /&gt;
&lt;br /&gt;
So we have already controlled for most variables.  I'm still waiting for the broken-down code snippets from the users.&lt;br /&gt;
&lt;br /&gt;
Tim</description>
      <pubDate>Fri, 18 Sep 2009 14:45:27 GMT</pubDate>
      <author>tcutts</author>
      <guid>http://communities.vmware.com/message/1367585?tstart=0#1367585</guid>
      <dc:date>2009-09-18T14:45:27Z</dc:date>
      <clearspace:dateToText>2 months, 2 days ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Java Performance on VMware ESX</title>
      <link>http://communities.vmware.com/message/1367524?tstart=0#1367524</link>
      <description>You are quite correct that with any application, Java or not, there are a large number of possible sources of performance problems.  One item that you left out of your list is storage performance, which is the source of many problems that are initially blamed on ESX.  &lt;br /&gt;
&lt;br /&gt;
I have just published at performance troubleshooting guide for vSphere that focuses on identifying sources of performance problems in ESX 4.0.  Most of the information in this guide is applicable to previous versions of ESX as well.  The guide is available at  &lt;a href="http://communities.vmware.com/docs/DOC-10352" class="jive-link-wiki"&gt;Performance Troubleshooting for VMware vSphere 4 and ESX 4.0&lt;/a&gt;, and has some simple checks that can help to identify or rule out common problems.&lt;br /&gt;
&lt;br /&gt;
I do not currently have access to a good servlet-based application for benchmarking, and so I have not been able to do any testing on Tomcat.  However, I have been doing some testing with an enterprise-class three tier EJB-based application on SLES10 SP2.  Since I am working with a partner, I will hold off mentioning the specific application-server and database involved.  However, this application does have a significant networking load, as well as relying heavily on an external database (also running in a VM on a separate ESX host).&lt;br /&gt;
&lt;br /&gt;
The tunings that I have found most significant are:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Database performance:  Ensuring that the database is performing properly is the number one factor in ensuring that the application provides acceptable response-times. No amount of JVM-level tuning will help if the DB performance is poor.  My tuning was mostly related to the layout of the tablespaces on the storage, and proper sizing of the DB's in-memory caches.&lt;/li&gt;
&lt;li&gt;Use the vmxnet virtual adapters:  Switching from the default e1000 adapter to the vmxnet3 adapter gave me a 10% increase in peak throughput (at acceptable response-times) for this particular workload.  A nice paper about the benefits of the vmxnet3 adapter has been published in the &lt;a class="jive-link-external" href="http://www.vmware.com/resources/techresources/10065"&gt;VMware technical resources&lt;/a&gt;.  For network-intensive VMs, tuning interrupt-coalescing can also help (see this document: &lt;a href="http://communities.vmware.com/docs/DOC-5502" class="jive-link-wiki"&gt;Best Practices for Web Servers&lt;/a&gt;), but be careful with this one as it affects all VMs on a host, and there is a small tradeoff between the efficiency gains and higher latency.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
Your approach of breaking out possible problems into small test-cases is a good one.  However, be careful not to rule things out to quickly.  A small test program to test DB access might miss something like improperly sized JDBC connection pools, which will only become obvious by monitoring the application when under load.  I have seen one Java application in which the problem was a JDBC connection pool that was too slow.  However, the best solution was not to increase the size of the pool, but to switch the VM to use vmxnet2, which decreased network latency and took enough pressure off of the connection pool.  This is just one example of why it always makes sense to ensure that you are using best practices.  This &lt;a class="jive-link-external" href="http://www.vmware.com/resources/techresources/10041"&gt;document&lt;/a&gt; is a good read.&lt;br /&gt;
&lt;br /&gt;
Let us know what you find out.  These case studies are helpful to everyone.</description>
      <pubDate>Fri, 18 Sep 2009 14:07:02 GMT</pubDate>
      <author>haroldr</author>
      <guid>http://communities.vmware.com/message/1367524?tstart=0#1367524</guid>
      <dc:date>2009-09-18T14:07:02Z</dc:date>
      <clearspace:dateToText>2 months, 5 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Java Performance on VMware ESX</title>
      <link>http://communities.vmware.com/message/1366405?tstart=0#1366405</link>
      <description>&lt;div class="jive-quote"&gt;&lt;span class="jive-quote-header"&gt;SlaytanicLemmy wrote:&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
Did you find any more information on the possible JVM-Network issue that you were investigating?  We have many tomcat-based applications running in JVMs and recently, there has been a reported slowdown.  They do not push the CPU at all, but they do use back-end JDBC Oracle/MS-SQL DBs.  If this is an issue, I want to be able to escalate internally and within VMware.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
 We do not have the luxury of being able to move the apps to a physical environment.  We are using JVM  jdk1.5.0_14-b03 (64-bit) on RHEL 4.8 (64-bit) 2vCPU.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
 Any input would greatly enhance additional troubleshooting that we would perform to validate. &lt;br /&gt;
&lt;/div&gt;
&lt;br /&gt;
I have now completed my migration to ESX 4.0, and while the performance of some java applications does seem to have improved (notably Lucene)  at least one of my users is still reporting tomcat application poor performance.  I am trying to arrange a meeting with the user at the moment to narrow down where the performance problem is.  The difficulty is that we're dealing with a vast number of layers of code here, any one of which might be having trouble in the virtualised environment:&lt;br /&gt;
&lt;br /&gt;
The user's own java code&lt;br /&gt;
Tomcat&lt;br /&gt;
JDBC&lt;br /&gt;
The JVM&lt;br /&gt;
The Oracle client libraries&lt;br /&gt;
The OS itself&lt;br /&gt;
The virtual network card in the guest&lt;br /&gt;
The virtual switch&lt;br /&gt;
&lt;br /&gt;
to name a few.  We're all using different distributions, so unless it's a fundamental problem with Linux itself, I think we can discount that.  I've also tried several java versions, with no change, so it isn't that, again unless there's a fundamental problem with Java on ESX guests, which I don't believe.&lt;br /&gt;
&lt;br /&gt;
I've asked the user to give me:&lt;br /&gt;
&lt;br /&gt;
a)  The SQL query that's slow (so I can use it directly with sqlplus, and see if it's the Oracle client stack or below that's causing it)&lt;br /&gt;
b)  A tiny CLI java app which uses JDBC to make that same query (which should tell us whether it's JDBC-related, or something in the higher user code)&lt;br /&gt;
&lt;br /&gt;
I've also asked the user to put some instrumentation into their code to time various sections, so they can really tell me where the slowdown is.  The application is quite large and complex, and the reports are really just nebulous "it's too slow" reports.&lt;br /&gt;
&lt;br /&gt;
I'll let you know what results I get from the above tests, if the user supplies me with some code.&lt;br /&gt;
&lt;br /&gt;
If any of you have done anything like the above analysis, I'd like to hear results.</description>
      <pubDate>Thu, 17 Sep 2009 13:01:27 GMT</pubDate>
      <author>tcutts</author>
      <guid>http://communities.vmware.com/message/1366405?tstart=0#1366405</guid>
      <dc:date>2009-09-17T13:01:27Z</dc:date>
      <clearspace:dateToText>2 months, 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Java Performance on VMware ESX</title>
      <link>http://communities.vmware.com/message/1344781?tstart=0#1344781</link>
      <description>&lt;br /&gt;
Hi have a very similar issue with an in-house developped &lt;b&gt;java&lt;/b&gt; application, running on a RHEL 5.3 guest on VmWare 3.5 U4 on a 16 core host.&lt;br /&gt;
&lt;p /&gt;
The application is consuming a lot of system time, and is slow compared to a similar physical box.&lt;br /&gt;
&lt;p /&gt;
Typically : CPU USR around 15 %, CPU SYS around 50%.&lt;br /&gt;
&lt;p /&gt;
There is no WaitIO, no swapping, no ballooning, lot of available RAM. &lt;br /&gt;
&lt;p /&gt;
Java spent most of the time in the system with "futex" and "poll" calls :&lt;br /&gt;
&lt;p /&gt;
&lt;span style="font-size:2"&gt;&lt;span style="font-family:Arial"&gt;{size:10pt}{font:Courier New}% time     &lt;span class="GramE"&gt;seconds  &lt;span class="SpellE"&gt;usecs/call     &lt;br /&gt;
calls    errors &lt;span class="SpellE"&gt;syscall&lt;br /&gt;
&lt;hr /&gt;
-----------&lt;hr /&gt;
---------&lt;hr /&gt;
----------------&lt;br /&gt;
&lt;span class="GramE"&gt;49.99  163.781588       26907      &lt;br /&gt;
6087      1240 &lt;span class="SpellE"&gt;futex&lt;br /&gt;
&lt;span class="GramE"&gt;41.07  134.545105       17489      &lt;br /&gt;
7693           &lt;br /&gt;
poll&lt;br /&gt;
&lt;p /&gt;
7.00   22.928262         532     43077           &lt;span class="SpellE"&gt;recvfrom&lt;br /&gt;
  1.36    4.469311      372443        12           &lt;br /&gt;
accept&lt;br /&gt;
  0.48    1.566032          53     29513           &lt;span class="SpellE"&gt;sendto&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
We have checked the appropriate time settings are applied :&lt;br /&gt;
&lt;ul class="jive-dash"&gt;
&lt;li&gt;notsc divider=10 in the kernel parameters&lt;/li&gt;
&lt;li&gt;ntp time sync instead of vmware tools time sync&lt;/li&gt;
&lt;/ul&gt;
&lt;p /&gt;
We have tested with 1 vCPU and 4 vCPU : % CPU sys is better in 4vCPU, but still much higher that usual.&lt;br /&gt;
&lt;p /&gt;
Since the  physical box behaves much better, I would not suspect the application to be badly written.&lt;br /&gt;
&lt;p /&gt;
Then I don't know if the problem comes from java or from VwMare or from RHEL. &lt;br /&gt;
&lt;p /&gt;
Would a formal ticket at Vmware help ?&lt;br /&gt;
&lt;br /&gt;</description>
      <pubDate>Mon, 24 Aug 2009 10:03:53 GMT</pubDate>
      <author>otarroux</author>
      <guid>http://communities.vmware.com/message/1344781?tstart=0#1344781</guid>
      <dc:date>2009-08-24T10:03:53Z</dc:date>
      <clearspace:dateToText>3 months, 1 day ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Java Performance on VMware ESX</title>
      <link>http://communities.vmware.com/message/1342142?tstart=0#1342142</link>
      <description>&lt;br /&gt;
Did you find any more information on the possible JVM-Network issue that you were investigating?  We have many tomcat-based applications running in JVMs and recently, there has been a reported slowdown.  They do not push the CPU at all, but they do use back-end JDBC Oracle/MS-SQL DBs.  If this is an issue, I want to be able to escalate internally and within VMware.&lt;br /&gt;
&lt;p /&gt;
 We do not have the luxury of being able to move the apps to a physical environment.  We are using JVM  jdk1.5.0_14-b03 (64-bit) on RHEL 4.8 (64-bit) 2vCPU.&lt;br /&gt;
&lt;p /&gt;
 Any input would greatly enhance additional troubleshooting that we would perform to validate.</description>
      <pubDate>Thu, 20 Aug 2009 05:16:31 GMT</pubDate>
      <author>SlaytanicLemmy</author>
      <guid>http://communities.vmware.com/message/1342142?tstart=0#1342142</guid>
      <dc:date>2009-08-20T05:16:31Z</dc:date>
      <clearspace:dateToText>3 months, 5 days ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Java Performance on VMware ESX</title>
      <link>http://communities.vmware.com/message/1332116?tstart=0#1332116</link>
      <description>&lt;div class="jive-quote"&gt;&lt;span class="jive-quote-header"&gt;jjmurray wrote:&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
Hi,&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
One possible cause to rule out here is the circumstance shown in &lt;a class="jive-link-external" href="https://bugzilla.redhat.com/show_bug.cgi?id=492018"&gt;https://bugzilla.redhat.com/show_bug.cgi?id=492018&lt;/a&gt; which describes a Futex problem with another flavor f Linux on physical systems.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
This may be contributing to the issue - let's rule it out or in. &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
 Is the application doing a large amount of GC in any case - i.e more than once a second. That may account for the high number of calls to gettimeofday() which is an expensive call.&lt;/div&gt;
&lt;br /&gt;
I've checked, and the application is not doing a great deal of GC.  Even less, when I used -Xmx and -Xms to increase the memory it's using.  The problem persisted.&lt;br /&gt;
&lt;br /&gt;
Most of the application performs fairly well; the parts that don't are those which interact with the back end database (on a physical server).  When we performed packet capture of the communication between the virtualised app and the Oracle server, and compared it with the same thing on the non-virtualised app, we did notice that the virtualised app used three times as many packets as the non-virtualised app.  Total data size was about the same, so it looks like smaller packets.  So I'm starting to wonder whether this might possibly be something to do with the virtualised network and packet sizes?  But if that were the case, why are we only seeing this with Java applications?  What controls this packet size?  There seem to be several layers, any of which could be at fault:  Tomcat -&amp;gt; JDBC -&amp;gt; Oracle client libraries -&amp;gt; Linux kernel -&amp;gt; ESX and probably other layers I haven't thought of.  Certainly we haven't seen performance issues with other Java applications where the database is internal to the VM, such as our Confluence server.  Only with tomcat servers contacting external Oracle instances, and with a web indexing application which uses java to spider the site's pages.  Perhaps it's a general problem with network connections which are initiated by the JVM in the virtualised environment?  I will do some more investigation, since if that's the case, I can come up with a simpler test case which will make it easier for you to reproduce.</description>
      <pubDate>Fri, 07 Aug 2009 16:30:28 GMT</pubDate>
      <author>tcutts</author>
      <guid>http://communities.vmware.com/message/1332116?tstart=0#1332116</guid>
      <dc:date>2009-08-07T16:30:28Z</dc:date>
      <clearspace:dateToText>3 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Java Performance on VMware ESX</title>
      <link>http://communities.vmware.com/message/1328634?tstart=0#1328634</link>
      <description>&lt;br /&gt;
There are a few java command line options you can use to turn on garbage collection information but I don't know whether or not they would have performance impacts in your situation.  If you are running the Sun JVM, the three flags that may be of use to you are:&lt;br /&gt;
&lt;p /&gt;
 -verbose:gc&lt;br /&gt;
prints information at every collection &lt;br /&gt;
&lt;p /&gt;
 -XX:+PrintGCDetails prints additional information about the collections&lt;br /&gt;
&lt;p /&gt;
-XX:+PrintGCTimeStamps&lt;br /&gt;
will additionally print a time stamp at the start of each collection &lt;br /&gt;
&lt;p /&gt;
 Any of those three flags should output information to tell you how frequently garbage collection is running.</description>
      <pubDate>Tue, 04 Aug 2009 14:16:24 GMT</pubDate>
      <author>tommyodom</author>
      <guid>http://communities.vmware.com/message/1328634?tstart=0#1328634</guid>
      <dc:date>2009-08-04T14:16:24Z</dc:date>
      <clearspace:dateToText>3 months, 2 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Java Performance on VMware ESX</title>
      <link>http://communities.vmware.com/message/1328652?tstart=0#1328652</link>
      <description>&lt;div class="jive-quote"&gt;&lt;span class="jive-quote-header"&gt;jjmurray wrote:&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
Hi,&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
One possible cause to rule out here is the circumstance shown in &lt;a class="jive-link-external" href="https://bugzilla.redhat.com/show_bug.cgi?id=492018"&gt;https://bugzilla.redhat.com/show_bug.cgi?id=492018&lt;/a&gt; which describes a Futex problem with another flavor f Linux on physical systems.&lt;/div&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt;This may be contributing to the issue - let's rule it out or in. &lt;/div&gt;
&lt;br /&gt;
That seems to be a gtk/x11 issue, which is not relevant in my case - these are tomcat JSP servers.&lt;br /&gt;
&lt;p /&gt;
&lt;div class="jive-quote"&gt; Is the application doing a large amount of GC in any case - i.e more than once a second. That may account for the high number of calls to gettimeofday() which is an expensive call.&lt;/div&gt;
&lt;br /&gt;
is there any way I can find that out from a running tomcat process?  Please bear in mind that I'm not a java expert, but a mere sysadmin.  I suspect jstat is what I want to use, but the documentation is less than clear, and I don't really know how to interpret the output.&lt;br /&gt;
&lt;br /&gt;
Tim</description>
      <pubDate>Tue, 04 Aug 2009 14:08:17 GMT</pubDate>
      <author>tcutts</author>
      <guid>http://communities.vmware.com/message/1328652?tstart=0#1328652</guid>
      <dc:date>2009-08-04T14:08:17Z</dc:date>
      <clearspace:dateToText>3 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Java Performance on VMware ESX</title>
      <link>http://communities.vmware.com/message/1328597?tstart=0#1328597</link>
      <description>&lt;div class="jive-quote"&gt;&lt;span class="jive-quote-header"&gt;haroldr wrote:&lt;/span&gt;&lt;br /&gt;
I am going to try to reproduce your problems with Ubuntu myself.  If I cannot, I will contact you in a private message to your community account so that I can get some additional information.  In either case, I will try to find someone internally to look into this further.  &lt;br /&gt;
&lt;p /&gt;
In the meantime, to rule out memory-overcommit issues, which can cause problems with Java applications, can you try re-running your 2 vCPU case, but set a memory reservation for the VM equal to its full memory size.  Java in a VM is particularly sensitive to having its heap ballooned or swapped.&lt;/div&gt;
&lt;br /&gt;
In our single CPU case, there is no memory ballooning, and no swapping going on.  The machine appears to be completely unloaded, but the application just doesn't respond properly.&lt;br /&gt;
&lt;br /&gt;
Tim</description>
      <pubDate>Tue, 04 Aug 2009 13:38:46 GMT</pubDate>
      <author>tcutts</author>
      <guid>http://communities.vmware.com/message/1328597?tstart=0#1328597</guid>
      <dc:date>2009-08-04T13:38:46Z</dc:date>
      <clearspace:dateToText>3 months, 2 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Java Performance on VMware ESX</title>
      <link>http://communities.vmware.com/message/1328595?tstart=0#1328595</link>
      <description>&lt;div class="jive-quote"&gt;&lt;span class="jive-quote-header"&gt;tommyodom wrote:&lt;/span&gt;&lt;br /&gt;
For what it is worth, I too have been seeing these problems trying to run Java on Ubuntu 8.04 under ESXi 3.5.  I'm not sure about your configuration, but if I set the VM to single CPU then the problems go away but it seems to be very reproducable with 2 or 4 CPUs configured on the VM.  I have seen the issue during the startup of Glassfish and while running Maven.  I decided to investigate the issue further this weekend and while running strace on the process I did see a loop identical to the one you posted.  I am submitting a support request for this issue so hopefully we can get to the bottom of it because I would really like to run my application servers with more than 1 CPU allocated.&lt;/div&gt;
&lt;br /&gt;
We see this problem on single CPU virtual machines; I basically don't bother with multiple CPU virtual machines.  I can imagine, if it's a virtual SMP box, that timing issues are likely to be worse than on a single CPU.  I strongly suspect this to be a timing issue, but haven't yet got much evidence to back that up.  It just smells that way!&lt;br /&gt;
&lt;br /&gt;
Tim</description>
      <pubDate>Tue, 04 Aug 2009 13:36:53 GMT</pubDate>
      <author>tcutts</author>
      <guid>http://communities.vmware.com/message/1328595?tstart=0#1328595</guid>
      <dc:date>2009-08-04T13:36:53Z</dc:date>
      <clearspace:dateToText>3 months, 2 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Java Performance on VMware ESX</title>
      <link>http://communities.vmware.com/message/1318464?tstart=0#1318464</link>
      <description>Unfortunately that bug doesn't really describe what the fixes were other than new versions of X11 &amp;#38; imsettings neither of which are installed on this system.  It does pose an interesting question though as to whether or not some other application in ubuntu is interfering with Java's futex calls even though java is using the private mutexes.  I'll see if I can reduce the number of processes a bit to see if that makes any difference.</description>
      <pubDate>Thu, 23 Jul 2009 02:23:42 GMT</pubDate>
      <author>tommyodom</author>
      <guid>http://communities.vmware.com/message/1318464?tstart=0#1318464</guid>
      <dc:date>2009-07-23T02:23:42Z</dc:date>
      <clearspace:dateToText>4 months, 3 days ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Java Performance on VMware ESX</title>
      <link>http://communities.vmware.com/message/1318419?tstart=0#1318419</link>
      <description>&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;p /&gt;
One possible cause to rule out here is the circumstance shown in &lt;a class="jive-link-external" href="https://bugzilla.redhat.com/show_bug.cgi?id=492018"&gt;https://bugzilla.redhat.com/show_bug.cgi?id=492018&lt;/a&gt; which describes a Futex problem with another flavor f Linux on physical systems.&lt;br /&gt;
&lt;p /&gt;
This may be contributing to the issue - let's rule it out or in. &lt;br /&gt;
&lt;p /&gt;
 Is the application doing a large amount of GC in any case - i.e more than once a second. That may account for the high number of calls to gettimeofday() which is an expensive call.</description>
      <pubDate>Wed, 22 Jul 2009 23:36:10 GMT</pubDate>
      <author>jjmurray</author>
      <guid>http://communities.vmware.com/message/1318419?tstart=0#1318419</guid>
      <dc:date>2009-07-22T23:36:10Z</dc:date>
      <clearspace:dateToText>4 months, 3 days ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Java Performance on VMware ESX</title>
      <link>http://communities.vmware.com/message/1318189?tstart=0#1318189</link>
      <description>Well I tried those settings on my Glassfish installation but still no luck, I guess whatever the underlying problem is it's more than just the GC that hits it.  It does still seem like most of the threads are stuck in pthread waits but with Glassfish it is a bit more difficult to tell what's what because of how many threads it starts up and how many are typically idle waiting on network connections.</description>
      <pubDate>Wed, 22 Jul 2009 19:11:12 GMT</pubDate>
      <author>tommyodom</author>
      <guid>http://communities.vmware.com/message/1318189?tstart=0#1318189</guid>
      <dc:date>2009-07-22T19:11:12Z</dc:date>
      <clearspace:dateToText>4 months, 3 days ago</clearspace:dateToText>
      <clearspace:replyCount>9</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Java Performance on VMware ESX</title>
      <link>http://communities.vmware.com/message/1318175?tstart=0#1318175</link>
      <description>&lt;br /&gt;
Hi Hal,&lt;br /&gt;
&lt;p /&gt;
Thank you for your response, i appreciate you taking the time to look into this even though it may not directly be a VMWare problem.&lt;br /&gt;
&lt;p /&gt;
I modified the VM to set the memory reservation to the full OS memory size but I still ran into the problem.  But, I did some further investigation and wanted to share what I've found so far.&lt;br /&gt;
&lt;p /&gt;
 While the Java process was taking 100% of the CPU, I attached GDB to the process and I ran a "thread apply all bt" and I noticed that all of the threads were in a pthread_cond_wait kernel vsyscall  with the exception of two threads which had the following stack traces:&lt;br /&gt;
&lt;p /&gt;
#0  0xb78c097e in PSPromotionManager::copy_to_survivor_space () from /usr/lib/jvm/java-1.5.0-sun-1.5.0.18/jre/lib/i386/server/libjvm.so&lt;br /&gt;
#1  0xb768e23c in instanceKlass::oop_copy_contents () from /usr/lib/jvm/java-1.5.0-sun-1.5.0.18/jre/lib/i386/server/libjvm.so&lt;br /&gt;
#2  0xb78c0721 in PSPromotionManager::drain_stacks () from /usr/lib/jvm/java-1.5.0-sun-1.5.0.18/jre/lib/i386/server/libjvm.so&lt;br /&gt;
#3  0xb78c2a4e in StealTask::do_it () from /usr/lib/jvm/java-1.5.0-sun-1.5.0.18/jre/lib/i386/server/libjvm.so&lt;br /&gt;
#4  0xb76521bf in GCTaskThread::run () from /usr/lib/jvm/java-1.5.0-sun-1.5.0.18/jre/lib/i386/server/libjvm.so&lt;br /&gt;
&lt;p /&gt;
So, I did a little bit of reading on the GC options and discovered that on a single CPU system the parallel GC is not used which is probably why my single CPU system didn't have any problems.  In my experimentation I also found that setting the -XX:ParallelGCThreads=1 had no apparent effect until I also set -XX:UseParallelOldGC which tells the JVM to use parallel GC for both young and old generations.&lt;br /&gt;
&lt;p /&gt;
 When using either -XX:+UseSerialGC or the combination of   -XX:ParallelGCThreads=1 and  -XX:UseParallelOldGC, I no longer hit the 100% cpu usage problem in my initial testing.  I am going to run with the -XX:+UseSerialGC and multiple vCPUs to see if everything appears stable.  I also am going to leave the memory reservation set since it sounds like that's a good idea for Java.</description>
      <pubDate>Wed, 22 Jul 2009 18:47:14 GMT</pubDate>
      <author>tommyodom</author>
      <guid>http://communities.vmware.com/message/1318175?tstart=0#1318175</guid>
      <dc:date>2009-07-22T18:47:14Z</dc:date>
      <clearspace:dateToText>4 months, 3 days ago</clearspace:dateToText>
      <clearspace:replyCount>10</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Java Performance on VMware ESX</title>
      <link>http://communities.vmware.com/message/1317949?tstart=0#1317949</link>
      <description>I am going to try to reproduce your problems with Ubuntu myself.  If I cannot, I will contact you in a private message to your community account so that I can get some additional information.  In either case, I will try to find someone internally to look into this further.  &lt;br /&gt;
&lt;br /&gt;
In the meantime, to rule out memory-overcommit issues, which can cause problems with Java applications, can you try re-running your 2 vCPU case, but set a memory reservation for the VM equal to its full memory size.  Java in a VM is particularly sensitive to having its heap ballooned or swapped.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
&lt;br /&gt;
Hal</description>
      <pubDate>Wed, 22 Jul 2009 16:01:07 GMT</pubDate>
      <author>haroldr</author>
      <guid>http://communities.vmware.com/message/1317949?tstart=0#1317949</guid>
      <dc:date>2009-07-22T16:01:07Z</dc:date>
      <clearspace:dateToText>4 months, 3 days ago</clearspace:dateToText>
      <clearspace:replyCount>12</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Java Performance on VMware ESX</title>
      <link>http://communities.vmware.com/message/1317870?tstart=0#1317870</link>
      <description>&lt;br /&gt;
Well I hope you have better luck with support than i did.  All support would tell me is that they can't guarantee every application and that I should run it in single CPU mode since multiple CPUs don't work for my java processes.  They didn't seem particularly interested in the fact that the same application on the same stack works fine on a physical computer with two cores but not on a virtual machine with 2 vCPUs.&lt;br /&gt;
&lt;p /&gt;
 The only thing I can think is that something with the CPU timing running under a VM is different enough than the CPU timing on a non-VM which is exposing some bug in either the linux kernel, glibc, or java's VM.</description>
      <pubDate>Wed, 22 Jul 2009 14:58:35 GMT</pubDate>
      <author>tommyodom</author>
      <guid>http://communities.vmware.com/message/1317870?tstart=0#1317870</guid>
      <dc:date>2009-07-22T14:58:35Z</dc:date>
      <clearspace:dateToText>4 months, 3 days ago</clearspace:dateToText>
      <clearspace:replyCount>13</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Java Performance on VMware ESX</title>
      <link>http://communities.vmware.com/message/1315001?tstart=0#1315001</link>
      <description>For what it is worth, I too have been seeing these problems trying to run Java on Ubuntu 8.04 under ESXi 3.5.  I'm not sure about your configuration, but if I set the VM to single CPU then the problems go away but it seems to be very reproducable with 2 or 4 CPUs configured on the VM.  I have seen the issue during the startup of Glassfish and while running Maven.  I decided to investigate the issue further this weekend and while running strace on the process I did see a loop identical to the one you posted.  I am submitting a support request for this issue so hopefully we can get to the bottom of it because I would really like to run my application servers with more than 1 CPU allocated.</description>
      <pubDate>Sun, 19 Jul 2009 21:17:29 GMT</pubDate>
      <author>tommyodom</author>
      <guid>http://communities.vmware.com/message/1315001?tstart=0#1315001</guid>
      <dc:date>2009-07-19T21:17:29Z</dc:date>
      <clearspace:dateToText>4 months, 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>15</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Java Performance on VMware ESX</title>
      <link>http://communities.vmware.com/message/1304386?tstart=0#1304386</link>
      <description>Another tomcat application has just been reported to me with the same issues.  The application just isn't responding sensibly to web requests at all, but when I log into the VM and run top, I see the tomcat server using about 30% CPU, and when I strace it, it's just in some sort of busy loop to do with futexes, again:&lt;br /&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt;&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid++2927"&gt;pid  2927&lt;/a&gt; futex(0x7f3f500cadc4, FUTEX_WAIT_PRIVATE, 1, {0, 49932168}) = -1 ETIMEDOUT (Connection timed out)&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid++2927"&gt;pid  2927&lt;/a&gt; futex(0x7f3f573aab28, FUTEX_WAKE_PRIVATE, 1) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid++2927"&gt;pid  2927&lt;/a&gt; clock_gettime(CLOCK_MONOTONIC, {94449, 630230700}) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid++2927"&gt;pid  2927&lt;/a&gt; gettimeofday({1246979223, 755143}, NULL) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid++2927"&gt;pid  2927&lt;/a&gt; clock_gettime(CLOCK_MONOTONIC, {94449, 630337417}) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid++2927"&gt;pid  2927&lt;/a&gt; clock_gettime(CLOCK_MONOTONIC, {94449, 630381277}) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid++2927"&gt;pid  2927&lt;/a&gt; gettimeofday({1246979223, 755288}, NULL) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid++2927"&gt;pid  2927&lt;/a&gt; clock_gettime(CLOCK_REALTIME, {1246979223, 755336136}) = 0&lt;/div&gt;
&lt;br /&gt;
repeated endlessly.  No other systems calls indicative of any I/O to the outside world.  Again, when the same software stack is run on a physical server, the tomcat server returns results in under a second.&lt;br /&gt;
&lt;br /&gt;
As with the other problem applications, this problem occurs only after the java application has been running for an unpredictable length of time; initially it all works fine.&lt;br /&gt;
&lt;br /&gt;
I think I'm going to formally raise a support ticket.&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
&lt;br /&gt;
Tim</description>
      <pubDate>Tue, 07 Jul 2009 15:10:07 GMT</pubDate>
      <author>tcutts</author>
      <guid>http://communities.vmware.com/message/1304386?tstart=0#1304386</guid>
      <dc:date>2009-07-07T15:10:07Z</dc:date>
      <clearspace:dateToText>4 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>17</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Java Performance on VMware ESX</title>
      <link>http://communities.vmware.com/message/1303286?tstart=0#1303286</link>
      <description>&lt;div class="jive-quote"&gt;&lt;span class="jive-quote-header"&gt;haroldr wrote:&lt;/span&gt;&lt;br /&gt;
I notice that you are using a guest OS (Debian GNU/Linux 5.0) that is not supported on ESX 3.5, but is supported on ESX 4.0. I don't know what issues this OS might have on ESX 3.5, but the guest OS install guide (&lt;a class="jive-link-external" href="http://www.vmware.com/pdf/GuestOS_guide.pdf"&gt;http://www.vmware.com/pdf/GuestOS_guide.pdf&lt;/a&gt;) lists a couple of known issues with this OS regarding timekeeping behavior, and  points to a couple of knowledgebase articles with workarounds. I don't know whether these are valid for ESX 3.5, but since your problem seems to be related to timekeeping, I would suggest giving them a try.&lt;/div&gt;
&lt;br /&gt;
We have already followed those.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt;Alternatively, you could try running the application on a different OS to see whether the behaviour changes..&lt;/div&gt;
&lt;br /&gt;
We have tried the application under Ubuntu 8.04 LTS, a fully supported guest OS.  The symptoms are the same.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt;If the workarounds or a different OS do not help, the following information might help me  to better understand what might be happening.&lt;br /&gt;
&lt;p /&gt;
&lt;ul&gt;
&lt;li&gt;Which JVM are you using? &lt;/div&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
Problems have seen with several versions of Sun's JVM, including 1.6.0_14, which is the one currently being used. &lt;br /&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt;* What are the startup parameters (e.g. heap size and any tuning) that you are using for your applications? &lt;/div&gt;
&lt;br /&gt;
No heap or tuning parameters; the users just seem to be accepting defaults:&lt;br /&gt;
&lt;br /&gt;
/software/MIG/sun/jdk1.6.0_14//bin/java -Djava.util.logging.config.file=/software/MIG/apache-tomcat-6.0.20-dev/conf/logging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.endorsed.dirs=/software/MIG/apache-tomcat-6.0.20-dev/endorsed -classpath :/software/MIG/apache-tomcat-6.0.20-dev/bin/bootstrap.jar -Dcatalina.base=/software/MIG/apache-tomcat-6.0.20-dev -Dcatalina.home=/software/MIG/apache-tomcat-6.0.20-dev -Djava.io.tmpdir=/software/MIG/apache-tomcat-6.0.20-dev/temp org.apache.catalina.startup.Bootstrap start&lt;br /&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt;* How many VMs are running on this ESX host? &lt;/div&gt;
&lt;br /&gt;
Currently 57, but usually more like about 30, and the problem persists then.  The machine is not physically heavily loaded - CPU utilisation is about 25%, RAM about 56%&lt;br /&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt;* What is the total amount of memory assigned to powered-on VM? &lt;/div&gt;
&lt;br /&gt;
4GB&lt;br /&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt;* Have you run the same applications in a non-virtual environment?&lt;/div&gt;
&lt;br /&gt;
Yes, using the identical software stack.  The application runs fine in the non-virtual environment&lt;br /&gt;
&lt;br /&gt;
Now that I know we have the same problem in the support Ubuntu guest as in Debian,  should I file this as a formal support request?</description>
      <pubDate>Mon, 06 Jul 2009 14:57:31 GMT</pubDate>
      <author>tcutts</author>
      <guid>http://communities.vmware.com/message/1303286?tstart=0#1303286</guid>
      <dc:date>2009-07-06T14:57:31Z</dc:date>
      <clearspace:dateToText>4 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>18</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Java Performance on VMware ESX</title>
      <link>http://communities.vmware.com/message/1294609?tstart=0#1294609</link>
      <description>Thanks for your response, Harold.</description>
      <pubDate>Thu, 25 Jun 2009 09:18:20 GMT</pubDate>
      <author>tcutts</author>
      <guid>http://communities.vmware.com/message/1294609?tstart=0#1294609</guid>
      <dc:date>2009-06-25T09:18:20Z</dc:date>
      <clearspace:dateToText>5 months, 1 day ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Java Performance on VMware ESX</title>
      <link>http://communities.vmware.com/message/1294040?tstart=0#1294040</link>
      <description>I notice that you are using a guest OS (Debian GNU/Linux 5.0) that is not supported on ESX 3.5, but is supported on ESX 4.0. I don't know what issues this OS might have on ESX 3.5, but the guest OS install guide (&lt;a class="jive-link-external" href="http://www.vmware.com/pdf/GuestOS_guide.pdf"&gt;http://www.vmware.com/pdf/GuestOS_guide.pdf&lt;/a&gt;) lists a couple of known issues with this OS regarding timekeeping behavior, and  points to a couple of knowledgebase articles with workarounds. I don't know whether these are valid for ESX 3.5, but since your problem seems to be related to timekeeping, I would suggest giving them a try. Alternatively, you could try running the application on a different OS to see whether the behaviour changes..&lt;br /&gt;
&lt;br /&gt;
If the workarounds or a different OS do not help, the following information might help me  to better understand what might be happening.&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Which JVM are you using? &lt;/li&gt;
&lt;li&gt;What are the startup parameters (e.g. heap size and any tuning) that you are using for your applications? &lt;/li&gt;
&lt;li&gt;How many VMs are running on this ESX host? &lt;/li&gt;
&lt;li&gt;What is the total amount of memory assigned to powered-on VM? &lt;/li&gt;
&lt;li&gt;Have you run the same applications in a non-virtual environment?&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
Let me know how things work out,&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Hal</description>
      <pubDate>Wed, 24 Jun 2009 18:08:12 GMT</pubDate>
      <author>haroldr</author>
      <guid>http://communities.vmware.com/message/1294040?tstart=0#1294040</guid>
      <dc:date>2009-06-24T18:08:12Z</dc:date>
      <clearspace:dateToText>5 months, 1 day ago</clearspace:dateToText>
      <clearspace:replyCount>20</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Java Performance on VMware ESX</title>
      <link>http://communities.vmware.com/message/1286735?tstart=0#1286735</link>
      <description>I'm glad you've been having success... I hope some of it will rub off here.  I've got a couple of different VMs on ESX 3.5 which are trying to run Java applications of one sort or another, and we've been seeing serious performance issues; the application just seems to stop.&lt;br /&gt;
&lt;br /&gt;
Guest OS:  Debian GNU/Linux 5.0 (Linux kernel 2.6.29)&lt;br /&gt;
Guest RAM:  4G or 8G, depending on the application&lt;br /&gt;
&lt;br /&gt;
Physical server:  HP BL680c, 4x quad-core Xeon, 64GB RAM.&lt;br /&gt;
Storage:  HP EVA8100&lt;br /&gt;
&lt;br /&gt;
Application 1:  Lucene web search engine.  The indexer process just seems to grind to a halt.  The machine is not doing any significant I/O, or using any CPU.  Running strace on java indexer process reveals a lot of activity, almost all of which is the futex() system call, and the occasional sendto():&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-family:courier"&gt;&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13349"&gt;pid 13349&lt;/a&gt; futex(0x41695e58, FUTEX_WAKE_PRIVATE, 1) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13349"&gt;pid 13349&lt;/a&gt; gettimeofday({1245245763, 884153}, NULL) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13349"&gt;pid 13349&lt;/a&gt; gettimeofday({1245245763, 884203}, NULL) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13349"&gt;pid 13349&lt;/a&gt; clock_gettime(CLOCK_REALTIME, {1245245763, 884239046}) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13349"&gt;pid 13349&lt;/a&gt; futex(0x7f63fdb30114, FUTEX_WAIT_PRIVATE, 1, {0, 49963954}) = -1 ETIMEDOUT (Connection timed out)&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13349"&gt;pid 13349&lt;/a&gt; futex(0x41695e58, FUTEX_WAKE_PRIVATE, 1) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13349"&gt;pid 13349&lt;/a&gt; gettimeofday({1245245763, 935999}, NULL) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13349"&gt;pid 13349&lt;/a&gt; gettimeofday({1245245763, 936041}, NULL) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13349"&gt;pid 13349&lt;/a&gt; clock_gettime(CLOCK_REALTIME, {1245245763, 936076493}) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13349"&gt;pid 13349&lt;/a&gt; futex(0x7f63fdb30114, FUTEX_WAIT_PRIVATE, 1, {0, 49964507}) = -1 ETIMEDOUT (Connection timed out)&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13349"&gt;pid 13349&lt;/a&gt; futex(0x41695e58, FUTEX_WAKE_PRIVATE, 1) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13349"&gt;pid 13349&lt;/a&gt; gettimeofday({1245245763, 987932}, NULL) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13349"&gt;pid 13349&lt;/a&gt; gettimeofday({1245245763, 987973}, NULL) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13349"&gt;pid 13349&lt;/a&gt; clock_gettime(CLOCK_REALTIME, {1245245763, 988008086}) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13349"&gt;pid 13349&lt;/a&gt; futex(0x7f63fdb30114, FUTEX_WAIT_PRIVATE, 1, {0, 49964914}) = -1 ETIMEDOUT (Connection timed out)&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13349"&gt;pid 13349&lt;/a&gt; futex(0x41695e58, FUTEX_WAKE_PRIVATE, 1) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13349"&gt;pid 13349&lt;/a&gt; gettimeofday({1245245764, 39930}, NULL) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13349"&gt;pid 13349&lt;/a&gt; gettimeofday({1245245764, 39971}, NULL) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13349"&gt;pid 13349&lt;/a&gt; clock_gettime(CLOCK_REALTIME, {1245245764, 40006447}) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13349"&gt;pid 13349&lt;/a&gt; futex(0x7f63fdb30114, FUTEX_WAIT_PRIVATE, 1, {0, 49964553}) = -1 ETIMEDOUT (Connection timed out)&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13349"&gt;pid 13349&lt;/a&gt; futex(0x41695e58, FUTEX_WAKE_PRIVATE, 1) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13349"&gt;pid 13349&lt;/a&gt; gettimeofday({1245245764, 90476}, NULL) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13349"&gt;pid 13349&lt;/a&gt; gettimeofday({1245245764, 90522}, NULL) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13349"&gt;pid 13349&lt;/a&gt; clock_gettime(CLOCK_REALTIME, {1245245764, 90557966}) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13349"&gt;pid 13349&lt;/a&gt; futex(0x7f63fdb30114, FUTEX_WAIT_PRIVATE, 1, {0, 49964034}) = -1 ETIMEDOUT (Connection timed out)&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13349"&gt;pid 13349&lt;/a&gt; futex(0x41695e58, FUTEX_WAKE_PRIVATE, 1) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13349"&gt;pid 13349&lt;/a&gt; gettimeofday({1245245764, 140834}, NULL) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13349"&gt;pid 13349&lt;/a&gt; gettimeofday({1245245764, 140876}, NULL) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13349"&gt;pid 13349&lt;/a&gt; clock_gettime(CLOCK_REALTIME, {1245245764, 140911970}) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13349"&gt;pid 13349&lt;/a&gt; futex(0x7f63fdb30114, FUTEX_WAIT_PRIVATE, 1, {0, 49964030}) = -1 ETIMEDOUT (Connection timed out)&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13349"&gt;pid 13349&lt;/a&gt; futex(0x41695e58, FUTEX_WAKE_PRIVATE, 1) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13349"&gt;pid 13349&lt;/a&gt; gettimeofday({1245245764, 191503}, NULL) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13349"&gt;pid 13349&lt;/a&gt; gettimeofday({1245245764, 191543}, NULL) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13349"&gt;pid 13349&lt;/a&gt; clock_gettime(CLOCK_REALTIME, {1245245764, 191579147}) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13349"&gt;pid 13349&lt;/a&gt; futex(0x7f63fdb30114, FUTEX_WAIT_PRIVATE, 1, {0, 49963853}) = -1 ETIMEDOUT (Connection timed out)&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13349"&gt;pid 13349&lt;/a&gt; futex(0x41695e58, FUTEX_WAKE_PRIVATE, 1) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13349"&gt;pid 13349&lt;/a&gt; gettimeofday({1245245764, 242319}, NULL) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13349"&gt;pid 13349&lt;/a&gt; gettimeofday({1245245764, 242360}, NULL) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13349"&gt;pid 13349&lt;/a&gt; clock_gettime(CLOCK_REALTIME, {1245245764, 242395507}) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13349"&gt;pid 13349&lt;/a&gt; futex(0x7f63fdb30114, FUTEX_WAIT_PRIVATE, 1, {0, 49964493} &amp;lt;unfinished ...&amp;gt;&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13341"&gt;pid 13341&lt;/a&gt; &amp;lt;... restart_syscall resumed&amp;gt; ) = -1 ETIMEDOUT (Connection timed out)&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13341"&gt;pid 13341&lt;/a&gt; futex(0x41c40be8, FUTEX_WAKE_PRIVATE, 1) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13341"&gt;pid 13341&lt;/a&gt; clock_gettime(CLOCK_MONOTONIC, {88335, 123965121}) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13341"&gt;pid 13341&lt;/a&gt; futex(0x7f63fd9e6e64, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x7f63fd9e6e60, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1}) = 1&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13341"&gt;pid 13341&lt;/a&gt; clock_gettime(CLOCK_MONOTONIC, {88335, 124311258}) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13341"&gt;pid 13341&lt;/a&gt; clock_gettime(CLOCK_MONOTONIC, {88335, 124348135}) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13341"&gt;pid 13341&lt;/a&gt; gettimeofday({1245245764, 256967}, NULL) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13341"&gt;pid 13341&lt;/a&gt; clock_gettime(CLOCK_REALTIME, {1245245764, 257003626}) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13341"&gt;pid 13341&lt;/a&gt; futex(0x7f63fc95c304, FUTEX_WAIT_PRIVATE, 1, {0, 599963374} &amp;lt;unfinished ...&amp;gt;&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13366"&gt;pid 13366&lt;/a&gt; &amp;lt;... futex resumed&amp;gt; )       = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13366"&gt;pid 13366&lt;/a&gt; futex(0x7f63fc9c5518, FUTEX_WAKE_PRIVATE, 1) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13366"&gt;pid 13366&lt;/a&gt; futex(0x7f63fc7c8f54, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x7f63fc7c8f50, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1}) = 1&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13366"&gt;pid 13366&lt;/a&gt; futex(0x7f63fd9e6e64, FUTEX_WAIT_PRIVATE, 7219, NULL &amp;lt;unfinished ...&amp;gt;&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13364"&gt;pid 13364&lt;/a&gt; &amp;lt;... futex resumed&amp;gt; )       = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13364"&gt;pid 13364&lt;/a&gt; futex(0x7f63fd9e4e08, FUTEX_WAKE_PRIVATE, 1) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13364"&gt;pid 13364&lt;/a&gt; futex(0x7f63fd3a08e4, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x7f63fd3a08e0, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1}) = 1&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13364"&gt;pid 13364&lt;/a&gt; futex(0x7f63fc7c8f54, FUTEX_WAIT_PRIVATE, 7225, NULL &amp;lt;unfinished ...&amp;gt;&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13362"&gt;pid 13362&lt;/a&gt; &amp;lt;... futex resumed&amp;gt; )       = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13362"&gt;pid 13362&lt;/a&gt; futex(0x7f63fde9e6a8, FUTEX_WAKE_PRIVATE, 1) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13362"&gt;pid 13362&lt;/a&gt; futex(0x7f63fcf091e4, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x7f63fcf091e0, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1}) = 1&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13362"&gt;pid 13362&lt;/a&gt; futex(0x7f63fd3a08e4, FUTEX_WAIT_PRIVATE, 7225, NULL &amp;lt;unfinished ...&amp;gt;&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13360"&gt;pid 13360&lt;/a&gt; &amp;lt;... futex resumed&amp;gt; )       = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13360"&gt;pid 13360&lt;/a&gt; futex(0x7f63fcf089e8, FUTEX_WAKE_PRIVATE, 1) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13360"&gt;pid 13360&lt;/a&gt; gettimeofday({1245245764, 257517}, NULL) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13360"&gt;pid 13360&lt;/a&gt; futex(0x7f63fc9c7a34, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x7f63fc9c7a30, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1}) = 1&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13360"&gt;pid 13360&lt;/a&gt; futex(0x7f63fdc10294, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x7f63fdc10290, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} &amp;lt;unfinished ...&amp;gt;&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13368"&gt;pid 13368&lt;/a&gt; &amp;lt;... restart_syscall resumed&amp;gt; ) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13368"&gt;pid 13368&lt;/a&gt; futex(0x7f63fc9c8a98, FUTEX_WAKE_PRIVATE, 1) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13368"&gt;pid 13368&lt;/a&gt; gettimeofday({1245245764, 257689}, NULL) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13368"&gt;pid 13368&lt;/a&gt; gettimeofday({1245245764, 257725}, NULL) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13368"&gt;pid 13368&lt;/a&gt; clock_gettime(CLOCK_REALTIME, {1245245764, 257756521}) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13368"&gt;pid 13368&lt;/a&gt; futex(0x7f63fc9c7a34, FUTEX_WAIT_PRIVATE, 9, {0, 599968479} &amp;lt;unfinished ...&amp;gt;&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13360"&gt;pid 13360&lt;/a&gt; &amp;lt;... futex resumed&amp;gt; )       = 1&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13360"&gt;pid 13360&lt;/a&gt; futex(0x7f63fcf091e4, FUTEX_WAIT_PRIVATE, 7379, NULL &amp;lt;unfinished ...&amp;gt;&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13358"&gt;pid 13358&lt;/a&gt; &amp;lt;... futex resumed&amp;gt; )       = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13358"&gt;pid 13358&lt;/a&gt; futex(0x7f63fdc0fbd8, FUTEX_WAKE_PRIVATE, 1) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13358"&gt;pid 13358&lt;/a&gt; futex(0x7f63fde63c64, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x7f63fde63c60, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1}) = 1&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13358"&gt;pid 13358&lt;/a&gt; futex(0x7f63fdc10294, FUTEX_WAIT_PRIVATE, 7383, NULL &amp;lt;unfinished ...&amp;gt;&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13356"&gt;pid 13356&lt;/a&gt; &amp;lt;... futex resumed&amp;gt; )       = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13356"&gt;pid 13356&lt;/a&gt; futex(0x7f63fc7c8168, FUTEX_WAKE_PRIVATE, 1) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13356"&gt;pid 13356&lt;/a&gt; futex(0x7f63fd2fab44, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x7f63fd2fab40, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1}) = 1&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13356"&gt;pid 13356&lt;/a&gt; futex(0x7f63fde63c64, FUTEX_WAIT_PRIVATE, 7289, NULL &amp;lt;unfinished ...&amp;gt;&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13354"&gt;pid 13354&lt;/a&gt; &amp;lt;... futex resumed&amp;gt; )       = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13354"&gt;pid 13354&lt;/a&gt; futex(0x7f63fcf3e728, FUTEX_WAKE_PRIVATE, 1) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13354"&gt;pid 13354&lt;/a&gt; futex(0x7f63fcee6ea4, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x7f63fcee6ea0, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1}) = 1&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13354"&gt;pid 13354&lt;/a&gt; futex(0x7f63fd2fab44, FUTEX_WAIT_PRIVATE, 7283, NULL &amp;lt;unfinished ...&amp;gt;&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13352"&gt;pid 13352&lt;/a&gt; &amp;lt;... futex resumed&amp;gt; )       = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13352"&gt;pid 13352&lt;/a&gt; futex(0x7f63fc960888, FUTEX_WAKE_PRIVATE, 1) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13352"&gt;pid 13352&lt;/a&gt; futex(0x7f63fdbd83e4, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x7f63fdbd83e0, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1}) = 1&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13352"&gt;pid 13352&lt;/a&gt; futex(0x7f63fcee6ea4, FUTEX_WAIT_PRIVATE, 7297, NULL &amp;lt;unfinished ...&amp;gt;&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13351"&gt;pid 13351&lt;/a&gt; &amp;lt;... futex resumed&amp;gt; )       = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13351"&gt;pid 13351&lt;/a&gt; futex(0x7f63fd8de328, FUTEX_WAKE_PRIVATE, 1) = 0&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13351"&gt;pid 13351&lt;/a&gt; sendto(8, "\0\361\0&amp;#38;\20\376\200\0\0\0\0\0\0\2PV\377\376\236a\263\0\0\233-\1\2\243\254\355\0\5s"..., 1055, 0, {sa_family=AF_INET6, sin6_port=htons(59659), inet_pton(AF_INET6, "fe80::250:56ff:fe9e:61b3", &amp;#38;sin6_addr), sin6_flowinfo=32768, sin6_scope_id=if_nametoindex("lo")}, 28 &amp;lt;unfinished ...&amp;gt;&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=pid+13371"&gt;pid 13371&lt;/a&gt; &amp;lt;... recvfrom resumed&amp;gt; "\0\361\0\"\20\376\200\0\0\0\0\0\0\2PV\377\376\236a\263\0\0\351\v\1\2\243\254\355\0\5s"..., 65535, 0, {sa_family=AF_INET6, sin6_port=htons(59659), inet_pton(AF_INET6, "fe80::250:56ff:fe9e:61b3", &amp;#38;sin6_addr), sin6_flowinfo=0, sin6_scope_id=if_nametoindex("eth0")}, &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=28"&gt;28&lt;/a&gt;) = 773&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Any ideas why the application doesn't seem to be doing anything useful&amp;gt;&lt;br /&gt;
&lt;p /&gt;
Application 2:  A tomcat server&lt;br /&gt;
&lt;br /&gt;
A tomcat server talking to a remote mysql database has extremely poor responsiveness.  Running strace() on that process reveals the same behaviour as above.  The machine doesn't appear to be doing anything at all, and yet the java process doesn't respond to the user, or do anything other than repeatedly call futex().&lt;br /&gt;
&lt;br /&gt;
Any ideas?  I'm at my wits' end here, and the users are getting very grumpy...&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
&lt;br /&gt;
Tim</description>
      <pubDate>Wed, 17 Jun 2009 13:43:36 GMT</pubDate>
      <author>tcutts</author>
      <guid>http://communities.vmware.com/message/1286735?tstart=0#1286735</guid>
      <dc:date>2009-06-17T13:43:36Z</dc:date>
      <clearspace:dateToText>5 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>21</clearspace:replyCount>
    </item>
    <item>
      <title>Java Performance on VMware ESX</title>
      <link>http://communities.vmware.com/message/1262696?tstart=0#1262696</link>
      <description>&lt;br /&gt;
As a performance engineer at VMware, I have done a lot of testing with Java applications on VMware ESX.  I have uniformly found the performance and scaling of Java applications to be excellent, with no special tuning required.  As a start at demonstrating this, I recently published the results of some SPECjvm2008 experiments in &lt;a class="jive-link-external" href="http://blogs.vmware.com/performance/"&gt;VROOM!&lt;/a&gt;, the VMware Performance Engineering teams' blog. While SPECjvm2008 is only focused on core Java performance, and can't be used to demonstrate multi-vm scaling, the results do show that there is nothing inherent in Java itself that would lead to poor performance when virtualized. &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
On a few occasions, I have worked with customers who were experiencing performance issues with their Java deployments on ESX.  In all of these cases, the root-cause turned out to be a configuration issue in their environment, and not really related to Java itself.  In most cases, the issues were related to memory overcommitment.  One of my colleagues has written an excellent document,&lt;a class="jive-link-external" href="http://www.vmware.com/resources/techresources/1087"&gt; Java in Virtual Machines on VMware ESX: Best Practices&lt;/a&gt;, which provides guidance on avoiding these and other common issues when deploying Java application on ESX. &lt;br /&gt;
&lt;p /&gt;
 I would like to use this thread for a discussion of questions or issues related to Java performance on VMware ESX 3.5 or vSphere 4.0.  Post your comments, questions, or experiences, and I'll do my best to respond.&lt;br /&gt;
&lt;p /&gt;
Hal &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Tue, 26 May 2009 17:34:20 GMT</pubDate>
      <author>haroldr</author>
      <guid>http://communities.vmware.com/message/1262696?tstart=0#1262696</guid>
      <dc:date>2009-05-26T17:34:20Z</dc:date>
      <clearspace:dateToText>6 months, 17 hours ago</clearspace:dateToText>
      <clearspace:replyCount>22</clearspace:replyCount>
    </item>
  </channel>
</rss>

