Java process - high CPU usage

Hi,
I'm describing a high CPU scenario which gets triggered randomly ( I'm not able to replicate it on my lab setup).
There are around 120 threads which are running in my java process. The jvm is running on a high traffic (through put) site, where there are a lot of async events coming to the java process.( around 220 events per 60 seconds ). The java process works fine in this scenario, the normal CPU consumption hovers around 1.5 % to 2.0 %.
But, at times, I've seen CPU to be as high as 43 %, and it stays at that value for hours altogther. In those situations, I usually do a failover to standby java process. I tried debugging the issue to see which java thread could be causing the issue, but, I could not come to a conclusion or replicate the situation in lab environment.
Here are the details of the execution environment
java -version
java version "1.4.2_11"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_11-b06)
Java HotSpot(TM) Client VM (build 1.4.2_11-b06, mixed mode)
prstat during high CPU
PID USERNAME THR PRI NICE SIZE RES STATE TIME CPU COMMAND
10485 root 120 10 0 570M 381M cpu1 268:10 43.64% java
prstat -Lm -p output
PID USERNAME USR SYS TRP TFL DFL LCK SLP LAT VCX ICX SCL SIG PROCESS/LWPID
10485 root 53 0.5 0.2 0.0 0.0 30 0.2 16 69 1K 118 0 java/2
10485 root 31 0.0 0.1 0.0 0.0 53 0.2 16 23 778 93 0 java/26
10485 root 0.4 0.0 0.0 0.0 0.0 99 0.0 0.1 10 16 106 0 java/12
10485 root 0.1 0.0 0.0 0.0 0.0 100 0.0 0.0 3 2 7 0 java/15
10485 root 0.1 0.0 0.0 0.0 0.0 97 0.0 2.4 120 3 128 0 java/41
10485 root 0.1 0.0 0.0 0.0 0.0 97 0.0 2.5 120 4 131 0 java/410
Some more points about the last prstat -Lm output.
java/2 is "VM Thread" ( responsible for GC). "VM Thread" is having a NORMAL priority ( 5 )
java/26 is a "Worker" thread, with priority MINIMUM ( 1 ).
Could you suggest what could be issue, and what other information I could collect to find out the issue. Its difficult to profile the process because the problem scenario is difficult to ascertain and the process is running on a production setup.
Any help is appreciated.
Thanks
Sanjay

Hi,
Thanks for your response. Both, the production setup and lab setup have have 2 physical CPUs.
Actually, there are two java threads ( machine is solaris 10) one is "VM Thread" and other is my applications worker thread. (there are 10 of them with priority 1). If you look at the top two lwps in the prstat -Lm , both are showing high value of ICX.
I'm still not able to drill down to my code level. (Worker thread is waiting on a queue to de-queue server request). Could you give some hint to move foward?
rgds
Sanjay

Similar Messages

  • Process high CPU usage

    First of all, sorry for my pour English.
    O.S.:
    pceudb9:~ # cat /etc/*release
    SUSE Linux Enterprise Server 10 (x86_64)
    VERSION = 10
    PATCHLEVEL = 2
    Database:
    SQL> select * from v$version;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE 11.2.0.1.0 Production
    TNS for Linux: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production
    SQL>
    I'm having this process on TOP whith high CPU usage:
    oracle@pceudb9:~> top
    top - 15:22:25 up 576 days, 21:09, 3 users, load average: 1.32, 1.50, 1.53
    Tasks: 326 total, 1 running, 325 sleeping, 0 stopped, 0 zombie
    Cpu(s): 12.7%us, 0.1%sy, 0.1%ni, 86.7%id, 0.4%wa, 0.0%hi, 0.0%si, 0.0%st
    Mem: 66012172k total, 61524088k used, 4488084k free, 1595320k buffers
    Swap: 67108856k total, 64748k used, 67044108k free, 18705464k cached
    PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
    16026 oracle 16 0 1440m 807m 20m S 100 1.3 28575:34 /u01/app/oragrid/11.2.0/jdk/jre//bin/java -Doracle.supercluster.cluster.server=eonsd -Djava.net.p
    6925 oracle 16 0 9880 1528 976 R 0 0.0 0:00.01 top
    oracle@pceudb9:~> ps auxww|grep -i 16026|grep -iv grep|grep -iv /u01/app/oragrid/11.2.0/bin/orarootagent.bin
    oracle 16026 16.4 1.2 1475532 826580 ? Sl Jul20 28576:32 /u01/app/oragrid/11.2.0/jdk/jre//bin/java -Doracle.supercluster.cluster.server=eonsd -Djava.net.preferIPv4Stack=true -Djava.util.logging.config.file=/u01/app/oragrid/11.2.0/srvm/admin/logging.properties -classpath /u01/app/oragrid/11.2.0/jdk/jre//lib/rt.jar:/u01/app/oragrid/11.2.0/jlib/srvm.jar:/u01/app/oragrid/11.2.0/jlib/srvmhas.jar:/u01/app/oragrid/11.2.0/jlib/supercluster.jar:/u01/app/oragrid/11.2.0/jlib/supercluster-common.jar:/u01/app/oragrid/11.2.0/ons/lib/ons.jar oracle.supercluster.impl.cluster.EONSServerImpl
    CPU is always 100% (sometimes more...)
    Can somebody help me please? What is this process? This is a bug? I can't find anything on metalink.
    Thanks in advice.
    Regards
    Vitor

    Thanks for reply. Answer for questions:
    There was a bug where if you had a DB that was registered in CRS using an older version of srvctl it would cause eons to spin.
    Is there only one instance on this node? Has it always been 11gR2? Are there repeating messages in $GRID_HOME/log/pceudb9/agent/crsd/oraagent_oracle/oraagent_oracle.log ?
    Edit: I found the MOS note: 1062675.1
    I was remembering the bug incorrectly -- it happens if you register a DB with a newer version of srvctl than the DB is. Same questions would apply, though.
    Is there only one instance on this node?
    oracle@pceudb9:~> ps auxww|grep -i pmon
    oracle 15555 0.0 0.1 190492 88356 ? Ss Jul20 0:05 asm_pmon_+ASM1
    oracle 16181 0.0 50.8 214080 33576804 ? Ss Jul20 1:52 ora_pmon_jpharm1
    oracle 21318 0.0 0.0 3932 836 pts/2 S+ 16:07 0:00 grep -i pmon
    oracle@pceudb9:~>
    Has it always been 11gR2? No. We upgraded this db.
    Are there repeating messages in $GRID_HOME/log/pceudb9/agent/crsd/oraagent_oracle/oraagent_oracle.log ?
    oracle@pceudb9:/u01/app/oragrid/11.2.0/log> ls -ltrh pceudb9/agent/crsd/oraagent_oracle/oraagent_oracle.log
    -rw-r--r-- 1 oracle oinstall 1.9M 2011-11-18 16:10 pceudb9/agent/crsd/oraagent_oracle/oraagent_oracle.log
    tail on file:
    2011-11-18 16:12:02.617: [ora.asm][1510000960] [check] CrsCmd::ClscrsCmdData filter on LAST_SERVER eq pceudb9
    2011-11-18 16:12:02.617: [ora.asm][1510000960] [check] CrsCmd::ClscrsCmdData filter on NAME eq ora.asm
    2011-11-18 16:12:02.617: [ora.asm][1510000960] [check] CrsCmd::stat resName ora.asm statflag 1 useFilter 0
    2011-11-18 16:12:02.617: [ora.asm][1510000960] [check] CrsCmd::ClscrsCmdData::stat entity 1 statflag 1 useFilter 0
    2011-11-18 16:12:02.640: [ora.asm][1510000960] [check] CrsCmd::ClscrsCmdData::stat resname ora.asm 1 1 attr STATE value ONLINE
    2011-11-18 16:12:02.640: [ora.asm][1510000960] [check] CrsCmd::stat resName ora.asm state ONLINE
    2011-11-18 16:12:02.641: [ora.asm][1510000960] [check] CrsCmd::ClscrsCmdData::stat resname ora.asm 1 1 attr STATE_DETAILS value Started
    2011-11-18 16:12:02.641: [ora.asm][1510000960] [check] CrsCmd::stat resName ora.asm state details Started
    2011-11-18 16:12:02.641: [ora.asm][1510000960] [check] CrsCmd::ClscrsCmdData::stat resname ora.asm 1 1 attr INCARNATION value 1
    2011-11-18 16:12:02.641: [    AGFW][1510000960] check for resource: ora.asm pceudb9 1 completed with status: ONLINE
    2011-11-18 16:12:03.117: [    AGFW][1342208320] CHECK initiated by timer for: ora.jpharm.db 1 1
    2011-11-18 16:12:03.118: [    AGFW][1543559488] Executing command: check for resource: ora.jpharm.db 1 1
    2011-11-18 16:12:03.118: [ora.jpharm.db][1543559488] [check] Gimh::check condition (GIMH_NEXT_NUM) 9 exists
    2011-11-18 16:12:03.118: [    AGFW][1543559488] check for resource: ora.jpharm.db 1 1 completed with status: ONLINE
    2011-11-18 16:12:04.117: [    AGFW][1342208320] CHECK initiated by timer for: ora.jpharm.db 1 1
    2011-11-18 16:12:04.118: [    AGFW][1711352128] Executing command: check for resource: ora.jpharm.db 1 1
    2011-11-18 16:12:04.118: [ora.jpharm.db][1711352128] [check] Gimh::check condition (GIMH_NEXT_NUM) 9 exists
    2011-11-18 16:12:04.118: [    AGFW][1711352128] check for resource: ora.jpharm.db 1 1 completed with status: ONLINE
    2011-11-18 16:12:05.117: [    AGFW][1342208320] CHECK initiated by timer for: ora.jpharm.db 1 1
    2011-11-18 16:12:05.118: [    AGFW][1778469184] Executing command: check for resource: ora.jpharm.db 1 1
    2011-11-18 16:12:05.118: [ora.jpharm.db][1778469184] [check] Gimh::check condition (GIMH_NEXT_NUM) 9 exists
    2011-11-18 16:12:05.118: [    AGFW][1778469184] check for resource: ora.jpharm.db 1 1 completed with status: ONLINE
    2011-11-18 16:12:06.117: [    AGFW][1342208320] CHECK initiated by timer for: ora.jpharm.db 1 1
    2011-11-18 16:12:06.118: [    AGFW][1744910656] Executing command: check for resource: ora.jpharm.db 1 1
    2011-11-18 16:12:06.118: [ora.jpharm.db][1744910656] [check] Gimh::check condition (GIMH_NEXT_NUM) 9 exists
    2011-11-18 16:12:06.118: [    AGFW][1744910656] check for resource: ora.jpharm.db 1 1 completed with status: ONLINE
    2011-11-18 16:12:07.117: [    AGFW][1342208320] CHECK initiated by timer for: ora.jpharm.db 1 1
    2011-11-18 16:12:07.118: [    AGFW][1308649792] Executing command: check for resource: ora.jpharm.db 1 1
    2011-11-18 16:12:07.118: [ora.jpharm.db][1308649792] [check] Gimh::check condition (GIMH_NEXT_NUM) 9 exists
    2011-11-18 16:12:07.118: [    AGFW][1308649792] check for resource: ora.jpharm.db 1 1 completed with status: ONLINE
    2011-11-18 16:12:08.117: [    AGFW][1342208320] CHECK initiated by timer for: ora.jpharm.db 1 1
    2011-11-18 16:12:08.118: [    AGFW][1644235072] Executing command: check for resource: ora.jpharm.db 1 1
    2011-11-18 16:12:08.118: [ora.jpharm.db][1644235072] [check] Gimh::check condition (GIMH_NEXT_NUM) 9 exists
    2011-11-18 16:12:08.118: [    AGFW][1644235072] check for resource: ora.jpharm.db 1 1 completed with status: ONLINE
    oracle@pceudb9:/u01/app/oragrid/11.2.0/log>
    Thanks again! :)

  • NSPIbind process High CPU usage

    Hi all,
    We have a exchange forest and 3 sub domains in that forest. In total we have around the 34000 mailboxen.
    No we experience problems with all the domain controllers (also GC) that they have huge cpu usage. when we run a AD diagnostic in the perfmon we see that the LSASS is a part of the problemen and a process called NSPIbind (name service provider interface?).
    When I try to look for people with simulair issues there is just one other person with this problem..
    http://social.technet.microsoft.com/Forums/exchange/en-US/7c35986b-803e-49e5-a342-b80779c27e8d/high-lsassexe-on-windows-2008-r2-sp1-global-catalog-servers?forum=exchange2010hosters
    We also tried his suggestions but there is no improvement.
    We need help....
    - Windows 2008 R2
    - Exchange 2010
    - 1 forest, 3 domains (8 domain controllers, all GC)

    Hi Sader82,
    Based on your description, I can find that you have refer to a suggestion from a similar question. The hotfix package (KB2500682)
    was mentioned. Did you mean you have installed it and enable the NSPI caching feature, however there was no improvement?
    In addition, please refer to the following articles and troubleshoot this issue.
    Troubleshooting High LSASS CPU Utilization on a Domain Controller (Part 1 of 2)
    http://blogs.technet.com/b/askds/archive/2007/08/20/troubleshooting-high-lsass-cpu-utilization-on-a-domain-controller-part-1-of-2.aspx
    Troubleshooting High LSASS CPU Utilization on a Domain Controller (Part 2 of 2)
    http://blogs.technet.com/b/askds/archive/2007/08/23/troubleshooting-high-lsass-cpu-utilization-on-a-domain-controller-part-2-of-2.aspx
    Troubleshooting High CPU Usage on a Domain Controller
    http://technet.microsoft.com/en-us/library/bb727054.aspx
    By the way, you describe the LSASS is a part of the CPU usage problem. So, please temporarily disable security software and perform a
    clean boot in Windows to check if some third-party software conflicts.
    Hope this helps.
    Best regards,
    Justin Gu

  • DNS server process, high CPU usage

    Hello,
    I am having a problem with high CPU usage on DNS process. We have 1921 setup in network of about 100 workstations that use it as DNS server. It also performs split view functionality for couple of domains in order to avoid hairpin NAT. I know that a router is not fit for heavy server duty but such setup was unfortunately necessary.
    In peak work hours we oftenly have CPU hitting 100%  with DNS server process being the root cause,and on several occasions we had DNS process stuck in such state for prolonged periods of time during which other router functions were affected (t's a default gateway, IPsec concentrator etc.). Sometimes shutting the process and restarting it would solve the problem, but once it required a full reload in order to restore functionality (such was the description that engineer on duty reported to me).
    Forwarder queue statistics:
    Current size = 0
    Maximum size = 86
    Drops        = 0
    IOS upgrade did not help, we are currently running 15.2(2)T.
    The question is ... is such behaviour (CPU load) to be expected on LAN with 100 workstations due to slow CPU on router or we have bugged IOS DNS server (requiring a TAC case)?
    The previous solution seem to do this functionality quite nicely (even though it was also a router), so I am not inclined to think that we are dealing with someone DoS-ing the DNS (WAN access to DNS is of course forbidden)
    P.S.
    Since we moved servers off the routers DNS, we do not receive complaints, but we had a couple of unresolved messages a day while mail server was using router for DNS. I am suspecting that an old bug where IOS DNS servers occasionaly sends clients back empty DNS replies (properly formatted message but without A record) could be still around?

    hi,
    i have the same problem on UC540 and 2911 on IOS 15.0.1. CPU high, router crashed. Reboot helps but until CPU usage spikes again. the only fix is to remove "ip dns server" from config and use a different DNS server
                        111                       1111    1111111111
              999999999900077777777799999777778888000099990000000000
        322222111119999900077776666622222111119999000088880000000000
    100            ********                       ******************
     90       *************         *****     **********************
     80       ***************************     **********************
     70       ******************************************************
     60       ******************************************************
     50       ******************************************************
     40       ******************************************************
     30       ******************************************************
     20       ******************************************************
     10       ******************************************************
       0....5....1....1....2....2....3....3....4....4....5....5....6
                 0    5    0    5    0    5    0    5    0    5    0
                   CPU% per second (last 60 seconds)
    after removed IP dns server
                                           111                      
                                 99999999990007777777779999977777888
                  33333333332222211111999990007777666662222211111999
    100                               ********                      
     90                          *************         *****     ***
     80                          ***************************     ***
     70                          ***********************************
     60                          ***********************************
     50                          ***********************************
     40                          ***********************************
     30                          ***********************************
     20                          ***********************************
     10                          ***********************************
       0....5....1....1....2....2....3....3....4....4....5....5....6
                 0    5    0    5    0    5    0    5    0    5    0
                   CPU% per second (last 60 seconds)

  • Softwareupdated process high CPU usage

    I have a user with a fully updated Mavericks running on a mid-2010 Macbook Pro. She's been complaining of slowness on her system, and checking the Activity Monitor, I'm seeing the softwareupdated process taking up 90 to 115% of the CPU, for about 10 seconds at a time, about every 3 minutes. It shows up, spikes to the top of the Activity Monitor, then disappears again.
    She's fully updated, so there's no reason it should be checking so often, and as a precaution I even turned off Software Updates, trying to figure out what the problem could be. That hasn't fixed the problem.
    Any ideas on what else I can check or how I can resolve this?

    Hi plochner,
    It sounds as if you have a user who has processes trying to use a large amount of CPU time causing the MacBook Pro to slow down. As you have seen, you can track CPU usage using Activity Monitor. See this article -
    Activity Monitor: View your computer’s processor activity
    http://support.apple.com/kb/PH5148
    You can also look at Activity Monitor to view which processes are using high percentages of CPU time. See this article -
    OS X Mavericks: About Activity Monitor
    http://support.apple.com/kb/HT5890
    Select CPU at the top of the Application Monitor window and click the % CPU heading to sort by percentage. Look for the process that is causing the spike at the intervals you are watching for. This may help you find out what is causing the slowness issue.
    Thanks for using Apple Support Communities.
    Best,
    Brett L

  • Portege Z930 - "System" process: high CPU usage when on battery

    I've got a Portg Z930.
    A process called "System" appears on the task manager when I unplug the PC from the AC.
    I'd like to know why is it using high CPU (from 9% to 18%) and keeping my temps above 70C.
    It's very annoying, not only because of the temperature that hits the PC itself, but also because of the battery life, that can't go above 1 hour and 30 min because of this process.
    It's not a virus, already CHECKED, don't ask.
    Also, I don't know when it started or why, so please don't ask.
    Thanks in advance,
    Nicols.

    > I'd like to know why is it using high CPU (from 9% to 18%) and keeping my temps above 70C.
    I dont know exactly what this system process does but usually the Windows system uses different power plans / modes while the notebook is connected to AC adaptor and while running on battery power.
    So possibly the power plant for battery mode is configured differently.
    I would recommend checking the power plant which is used while the AC adaptor is connected and compare the settings with the power plant used in battery mode.

  • Dock Process High CPU Usage (No Parallels, Already Tried Deleting dock.plist)

    I'm having a reoccuring problem with the Dock process putting the CPU usage over 100% continiously.
    I am not running Parallels. I have already tried removing the com.apple.dock.plist file. The problem persists.
    This is a 2008 MBP with 8GB of ram. Recently upgraded to 10.7.2.
    No other changes except for upgrading to 10.7.2.
    The only other odd behivor was that initially the com.apple.dock.plist file was missing from the ~/Library/Preferences folder initially. It wouldn't automitacally recreate either. I had to create a new use and copy the file over to my profile. After that the .db and .lockfile got created and it appeared to sovle the problem for about a day.
    Any thoughts?

    I am also having the same issue. Within an hour of starting a simple Windows 7 x64 VM - using 1 core and 2GB RAM - the processor usage and memory go through the ceiling on the Dock process. Literally using all available CPU processes and over 2-3GB of memory itself. This is not a usable or acceptable bug. I need to use Windows 7 for work and I cannot afford to spend time restarting things every 2 hours. It uses so many resources that time machine cannot back up and eventually the whole system becomes unusable - and not in the generlly thought of way but in th way I remember windows being when explorere and everything that goes with it was crashing. I have some theories and I am going to try to turn off the 3D aceleration and see if that makes a difference but I really hope this gets the attention of VMWare. I enjoy a lot of the feature the seperates Fusion from Parallels. I work in IT and need to be able to interchange and use different VM's on the fly before they go to our ESX server and/or other VMware workstation PC's. If it wasn't for that fact alone - I may very well already be downloading Parallels. I will update with how the 3D adjustment goes.
    UPDATE (over an hour later): After Shutting down the VM and going into the settings - to help you that dont know (Virtual Machine>Settings>Display) and turned off the 3D Acceleration (which I don't need for my work applications) the problem seems to have stopped. The dock is now not going over 32 MB of memory used and the CPU use is stable (generally arond 0.1% or lower) !!!!
    I hope VMWare fixes this soon, but for now this will be a decent workaround. Hope this helps more of you! I will repost this over at apple support.

  • Cisco NAC 4.7 - kclick process - High CPU Usage

    Once the CAS is added to the CAM this process uses 100% of the CPU on the CAS. I'm using the 3315 platform for the manager and a 3350 for the CAS.
    top - 13:03:21 up 8 min,  1 user,  load average: 1.27, 1.06, 0.56
    Tasks:  71 total,   3 running,  68 sleeping,   0 stopped,   0 zombie
    Cpu(s):  0.3%us, 53.2%sy,  0.0%ni,  0.0%id,  0.0%wa,  0.0%hi, 46.5%si,  0.0%st
    Mem:   1943428k total,   865304k used,  1078124k free,   635956k buffers
    Swap:  4192956k total,        0k used,  4192956k free,   118224k cached
      PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND                                                               
    3076 root      25   0     0    0    0 R 99.9  0.0   6:35.33 kclick
    Any idea if this is normal?

    I have the same problem,
    In the morning,all employees just came to the company,at this time,there will be a lot of requests for verification to NAS.
    Often kclick process 100% of the phenomenon, leading to the terminal can not be verified.
    [root@CAS1 ~]# sar 2 100
    Linux 2.6.18-cisco.nac.1 (CAS1)         11/08/2011
    08:55:50 AM       CPU     %user     %nice   %system   %iowait   %steal     %idle
    08:55:52 AM       all     0.00     0.00   100.00     0.00     0.00     0.00
    08:55:54 AM       all     0.00     0.00   100.00     0.00     0.00     0.00
    08:55:56 AM       all     0.50     0.00     99.50     0.00     0.00     0.00
    08:55:58 AM       all     0.00     0.00   100.00     0.00     0.00     0.00
    08:56:00 AM       all     0.00     0.00   100.00     0.00     0.00     0.00
    08:56:02 AM       all     0.50     0.00     99.50     0.00     0.00     0.00
    PID USER     PR NI VIRT RES SHR S %CPU %MEM   TIME+ COMMAND
    2225 root     25   0     0   0   0 R 99.9 0.0   9775:52 kclick
    2435 root     21   0 1229m 134m 8492 S 0.3 7.1 58:33.43 java
    30882 root     -2   0 4932 4932 2012 S 0.3 0.3   6:27.78 heartbeat
       1 root     15   0 2064 624 536 S 0.0 0.0   0:00.57 init
       2 root     34 19     0   0   0 S 0.0 0.0   0:00.01 ksoftirqd/0
       3 root     RT -5     0   0   0 S 0.0 0.0   0:00.00 watchdog/0
    [root@CAS1 ~]# netstat -an | grep 10.128.17
    tcp       0     0 10.128.15.2:443             10.128.17.247:1258         FIN_WAIT2
    tcp       0     30 10.128.15.2:443             10.128.17.139:2194         FIN_WAIT1
    tcp       0     0 10.128.15.1:80             10.128.17.217:1742         TIME_WAIT
    tcp       0     0 10.128.15.1:80             10.128.17.217:1743         TIME_WAIT
    tcp       0     30 10.128.15.2:443             10.128.17.28:2058           FIN_WAIT1
    tcp       0     0 10.128.15.1:80             10.128.17.242:1530         TIME_WAIT
    tcp       0     38 10.128.15.2:443             10.128.17.29:49440         FIN_WAIT1
    tcp       0     0 10.128.15.1:80             10.128.17.24:1067           TIME_WAIT
    tcp       0     0 10.128.15.1:80             10.128.17.24:1066           TIME_WAIT
    tcp       0     0 10.128.15.1:80             10.128.17.175:2184         TIME_WAIT
    tcp       0     0 10.128.15.2:80             10.128.17.66:1805           FIN_WAIT2
    tcp       0     0 10.128.15.1:80             10.128.17.70:1536           TIME_WAIT
    tcp       0     0 10.128.15.1:80             10.128.17.70:1539           TIME_WAIT
    tcp       0     30 10.128.15.2:443             10.128.17.121:1343         FIN_WAIT1
    tcp       0     0 10.128.15.1:80             10.128.17.70:1540           TIME_WAIT
    tcp       0     0 10.128.15.1:80             10.128.17.70:1542           TIME_WAIT
    tcp       0     38 10.128.15.2:443             10.128.17.76:62769         FIN_WAIT1
    tcp       0     38 10.128.15.2:443             10.128.17.76:62771         FIN_WAIT1
    tcp       0     38 10.128.15.2:443             10.128.17.76:62770         FIN_WAIT1
    tcp       0     0 10.128.15.1:80             10.128.17.69:1065           TIME_WAIT
    tcp       0     0 10.128.15.1:80             10.128.17.93:1079           TIME_WAIT
    tcp       0     0 10.128.15.2:80             10.128.17.76:62758          FIN_WAIT2
    tcp       0     0 10.128.15.1:80             10.128.17.69:1059           TIME_WAIT
    tcp       0     0 10.128.15.1:80             10.128.17.93:1083           TIME_WAIT
    tcp       0     0 10.128.15.1:80             10.128.17.93:1081          TIME_WAIT
    tcp       0     0 10.128.15.1:443             10.128.17.93:1087           TIME_WAIT
    tcp       0     0 10.128.15.1:80             10.128.17.69:1060           TIME_WAIT
    tcp       0     0 10.128.15.1:80             10.128.17.93:1085          TIME_WAIT
    tcp       0     0 10.128.15.2:80             10.128.17.179:1596         ESTABLISHED
    tcp       0     0 10.128.15.2:80             10.128.17.70:1530           FIN_WAIT2
    tcp       0     0 10.128.15.1:80             10.128.17.70:1534           TIME_WAIT
    tcp       0     38 10.128.15.2:443             10.128.17.238:49231         FIN_WAIT1
    tcp       0     0 10.128.15.1:80             10.128.17.149:1370         TIME_WAIT
    tcp       0     38 10.128.15.2:443             10.128.17.169:49252         FIN_WAIT1
    tcp       0     0 10.128.15.1:80             10.128.17.149:1368         TIME_WAIT
    tcp       0     0 10.128.15.1:80             10.128.17.149:1372         TIME_WAIT
    tcp       0      0 10.128.15.1:80             10.128.17.158:1369         TIME_WAIT
    tcp       0     0 10.128.15.1:80             10.128.17.158:1368         TIME_WAIT
    tcp       0     1 10.128.15.1:80             10.128.17.104:1710         FIN_WAIT1
    tcp       0      0 10.128.15.1:80             10.128.17.158:1371         TIME_WAIT
    tcp       0     0 10.128.15.1:80             10.128.17.158:1370         TIME_WAIT
    tcp       0     0 10.128.15.1:80             10.128.17.149:1366         TIME_WAIT
    tcp       0     0 10.128.15.1:80             10.128.17.158:1373         TIME_WAIT
    tcp       0     0 10.128.15.1:80             10.128.17.158:1372         TIME_WAIT
    tcp       0     0 10.128.15.1:80             10.128.17.158:1375         TIME_WAIT
    tcp      0     0 10.128.15.1:80             10.128.17.158:1374         TIME_WAIT
    tcp       0     30 10.128.15.1:8905           10.128.17.214:1544         FIN_WAIT1

  • Chromium GPU Process high CPU usage

    Hi!
    This issue isn't new but unfortunately doesn't go away on its own with upgrades and looking at my Google results I start wondering whether I'm the only one with this problem: the "GPU Process" is almost constantly maxing out one core (or more).
    This is on a GeForce GTX 660 (which has an GK106 AFAIK) and always the most recent closed-source drivers from NVIDIA (because nouveau still crashes/freezes in a matter of minutes). Disabling the GPU acceleration screws up chromium's renderer badly (but great to have a switch for that, anyway!) and hence is no option.
    Anybody else having this problem? Any advice?
    thx
    tcn

    tcn wrote:
    Hi!
    This issue isn't new but unfortunately doesn't go away on its own with upgrades and looking at my Google results I start wondering whether I'm the only one with this problem: the "GPU Process" is almost constantly maxing out one core (or more).
    This is on a GeForce GTX 660 (which has an GK106 AFAIK) and always the most recent closed-source drivers from NVIDIA (because nouveau still crashes/freezes in a matter of minutes). Disabling the GPU acceleration screws up chromium's renderer badly (but great to have a switch for that, anyway!) and hence is no option.
    Anybody else having this problem? Any advice?
    thx
    tcn
    I have an Intel Xeon E3-1230 v3 and Nvidia GeForce GTX 660 Ti and have the same symptoms as you where flash and html5 video max out the cpu. Performance in both Firefox and Chromium is horrendously poor and games in Steam are so slow they're unplayable.
    After trying to find a solution to this over semester break I gave up. I've been taking a similar approach and hoping that with an update the problem may be fixed but nothing has come along yet.
    If there is anyone else that's had success with this Nvidia card or something similar please let us know you secret?

  • X process high CPU usage

    Hello
    I've quite recently installed openbox for the first time after trying out a couple of DE's and window managers. So far I like it, but I've recently got some problem with the X process taking a lot of CPU and it lags when doing stuff in the GUI, like moving windows and such.
    The problem isn't always there, it starts after using the computer for a while, maybe an hour or so. And if I restart X it disappears again for another hour. I'm not sure why the problem occurs. I suspect it might be related to my sshfs mount, which I'm working against quite a lot, I got the suspicion since I don't think I had the problem before I've set up the sshfs.
    I'm also running xcompmgr, but I've tried without, but the issues still appears.
    Any ideas what could cause this problem?
    Thanks
    // Lasse

    I'm using the NVIDIA driver, It seems to run fine, if I try glxgears after X starts to get sluggish I still get about 20k fps.
    Here's my Xorg.0.log:
    X.Org X Server 1.7.5
    Release Date: 2010-02-16
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.32-ARCH x86_64
    Current Operating System: Linux Kazoum-VIII 2.6.32-ARCH #1 SMP PREEMPT Tue Feb 23 19:43:46 CET 2010 x86_64
    Kernel command line: root=/dev/disk/by-uuid/bd85585b-ddbe-4a2f-ac5a-c85618274be2 ro vga=795
    Build Date: 17 February 2010 07:57:38PM
    Current version of pixman: 0.16.6
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Mon Mar 8 20:03:53 2010
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Device0"
    (**) |-->Screen "Screen1" (1)
    (**) | |-->Monitor "Monitor1"
    (**) | |-->Device "Device1"
    (**) |-->Input Device "Mouse0"
    (**) |-->Input Device "Keyboard0"
    (**) Option "Xinerama" "0"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    (WW) Disabling Mouse0
    (WW) Disabling Keyboard0
    (II) Loader magic: 0x7c0fa0
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 6.0
    X.Org XInput driver : 7.0
    X.Org Server Extension : 2.0
    (--) using VT number 8
    (--) PCI:*(0:3:0:0) 10de:0612:1682:2373 nVidia Corporation G92 [GeForce 9800 GTX] rev 162, Mem @ 0xfa000000/16777216, 0xc0000000/536870912, 0xf8000000/33554432, I/O @ 0x0000ac00/128, BIOS @ 0x????????/131072
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri" will be loaded by default.
    (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.7.5, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    (II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Server Extension
    (II) NVIDIA GLX Module 195.36.08 Thu Feb 25 04:50:39 PST 2010
    (II) Loading extension GLX
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.7.5, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.7.5, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.7.5, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "nvidia"
    (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    (II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Video Driver
    (II) NVIDIA dlloader X Driver 195.36.08 Thu Feb 25 04:18:36 PST 2010
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 03@00:00:0
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules/libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.7.5, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "wfb"
    (II) LoadModule: "wfb"
    (II) Loading /usr/lib/xorg/modules/libwfb.so
    (II) Module wfb: vendor="X.Org Foundation"
    compiled for 1.7.5, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    (==) NVIDIA(0): RGB weight 888
    (==) NVIDIA(0): Default visual is TrueColor
    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) NVIDIA(0): Option "TwinView" "0"
    (**) NVIDIA(0): Option "MetaModes" "DFP-0: nvidia-auto-select +0+0"
    (**) Mar 08 20:03:54 NVIDIA(0): Enabling RENDER acceleration
    (II) Mar 08 20:03:54 NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    (II) Mar 08 20:03:54 NVIDIA(0): enabled.
    (II) Mar 08 20:03:54 NVIDIA(0): NVIDIA GPU GeForce 9800 GTX/9800 GTX+ (G92) at PCI:3:0:0
    (II) Mar 08 20:03:54 NVIDIA(0): (GPU-0)
    (--) Mar 08 20:03:54 NVIDIA(0): Memory: 524288 kBytes
    (--) Mar 08 20:03:54 NVIDIA(0): VideoBIOS: 62.92.62.00.0b
    (II) Mar 08 20:03:54 NVIDIA(0): Detected PCI Express Link width: 16X
    (--) Mar 08 20:03:54 NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) Mar 08 20:03:54 NVIDIA(0): Connected display device(s) on GeForce 9800 GTX/9800 GTX+ at
    (--) Mar 08 20:03:54 NVIDIA(0): PCI:3:0:0:
    (--) Mar 08 20:03:54 NVIDIA(0): Samsung SyncMaster (DFP-0)
    (--) Mar 08 20:03:54 NVIDIA(0): OPTi Optoma HD65 (DFP-1)
    (--) Mar 08 20:03:54 NVIDIA(0): Samsung SyncMaster (DFP-0): 330.0 MHz maximum pixel clock
    (--) Mar 08 20:03:54 NVIDIA(0): Samsung SyncMaster (DFP-0): Internal Dual Link TMDS
    (--) Mar 08 20:03:54 NVIDIA(0): OPTi Optoma HD65 (DFP-1): 330.0 MHz maximum pixel clock
    (--) Mar 08 20:03:54 NVIDIA(0): OPTi Optoma HD65 (DFP-1): Internal Dual Link TMDS
    (II) Mar 08 20:03:54 NVIDIA(0): Display Device found referenced in MetaMode: DFP-0
    (II) Mar 08 20:03:54 NVIDIA(0): Assigned Display Device: DFP-0
    (II) Mar 08 20:03:54 NVIDIA(0): Validated modes:
    (II) Mar 08 20:03:54 NVIDIA(0): "DFP-0:nvidia-auto-select+0+0"
    (II) Mar 08 20:03:54 NVIDIA(0): Virtual screen size determined to be 1920 x 1200
    (--) Mar 08 20:03:54 NVIDIA(0): DPI set to (93, 95); computed from "UseEdidDpi" X config
    (--) Mar 08 20:03:54 NVIDIA(0): option
    (==) Mar 08 20:03:54 NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
    (**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32
    (==) NVIDIA(1): RGB weight 888
    (==) NVIDIA(1): Default visual is TrueColor
    (==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
    (**) NVIDIA(1): Option "TwinView" "0"
    (**) NVIDIA(1): Option "MetaModes" "DFP-1: 1280x720 +0+0"
    (**) Mar 08 20:03:54 NVIDIA(1): Enabling RENDER acceleration
    (II) Mar 08 20:03:54 NVIDIA(1): NVIDIA GPU GeForce 9800 GTX/9800 GTX+ (G92) at PCI:3:0:0
    (II) Mar 08 20:03:54 NVIDIA(1): (GPU-0)
    (--) Mar 08 20:03:54 NVIDIA(1): Memory: 524288 kBytes
    (--) Mar 08 20:03:54 NVIDIA(1): VideoBIOS: 62.92.62.00.0b
    (II) Mar 08 20:03:54 NVIDIA(1): Detected PCI Express Link width: 16X
    (--) Mar 08 20:03:54 NVIDIA(1): Interlaced video modes are supported on this GPU
    (--) Mar 08 20:03:54 NVIDIA(1): Connected display device(s) on GeForce 9800 GTX/9800 GTX+ at
    (--) Mar 08 20:03:54 NVIDIA(1): PCI:3:0:0:
    (--) Mar 08 20:03:54 NVIDIA(1): Samsung SyncMaster (DFP-0)
    (--) Mar 08 20:03:54 NVIDIA(1): OPTi Optoma HD65 (DFP-1)
    (--) Mar 08 20:03:54 NVIDIA(1): Samsung SyncMaster (DFP-0): 330.0 MHz maximum pixel clock
    (--) Mar 08 20:03:54 NVIDIA(1): Samsung SyncMaster (DFP-0): Internal Dual Link TMDS
    (--) Mar 08 20:03:54 NVIDIA(1): OPTi Optoma HD65 (DFP-1): 330.0 MHz maximum pixel clock
    (--) Mar 08 20:03:54 NVIDIA(1): OPTi Optoma HD65 (DFP-1): Internal Dual Link TMDS
    (II) Mar 08 20:03:54 NVIDIA(1): Display Device found referenced in MetaMode: DFP-1
    (II) Mar 08 20:03:54 NVIDIA(1): Assigned Display Device: DFP-1
    (II) Mar 08 20:03:54 NVIDIA(1): Validated modes:
    (II) Mar 08 20:03:54 NVIDIA(1): "DFP-1:1280x720+0+0"
    (II) Mar 08 20:03:54 NVIDIA(1): Virtual screen size determined to be 1280 x 720
    (WW) Mar 08 20:03:54 NVIDIA(1): OPTi Optoma HD65 (DFP-1)'s EDID does not contain a maximum
    (WW) Mar 08 20:03:54 NVIDIA(1): image size; cannot compute DPI from OPTi Optoma HD65
    (WW) Mar 08 20:03:54 NVIDIA(1): (DFP-1)'s EDID.
    (==) Mar 08 20:03:54 NVIDIA(1): DPI set to (75, 75); computed from built-in default
    (==) Mar 08 20:03:54 NVIDIA(1): Enabling 32-bit ARGB GLX visuals.
    (--) Depth 24 pixmap format is 32 bpp
    (II) Mar 08 20:03:54 NVIDIA: Using 768.00 MB of virtual memory for indirect framebuffer
    (II) Mar 08 20:03:54 NVIDIA: access.
    (II) Mar 08 20:03:54 NVIDIA(0): Initialized GPU GART.
    (II) Mar 08 20:03:54 NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    (II) Mar 08 20:03:54 NVIDIA(0): may not be running or the "AcpidSocketPath" X
    (II) Mar 08 20:03:54 NVIDIA(0): configuration option may not be set correctly. When the
    (II) Mar 08 20:03:54 NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    (II) Mar 08 20:03:54 NVIDIA(0): try to use it to receive ACPI event notifications. For
    (II) Mar 08 20:03:54 NVIDIA(0): details, please see the "ConnectToAcpid" and
    (II) Mar 08 20:03:54 NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    (II) Mar 08 20:03:54 NVIDIA(0): Config Options in the README.
    (II) Mar 08 20:03:54 NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select+0+0"
    (II) Loading extension NV-GLX
    (II) Mar 08 20:03:54 NVIDIA(0): Initialized OpenGL Acceleration
    (==) NVIDIA(0): Disabling shared memory pixmaps
    (II) Mar 08 20:03:54 NVIDIA(0): Initialized X Rendering Acceleration
    (==) NVIDIA(0): Backing store disabled
    (==) NVIDIA(0): Silken mouse enabled
    (==) NVIDIA(0): DPMS enabled
    (II) Loading extension NV-CONTROL
    (II) Loading extension XINERAMA
    (==) RandR enabled
    (II) Mar 08 20:03:54 NVIDIA(1): Initialized GPU GART.
    (II) Mar 08 20:03:54 NVIDIA(1): ACPI: failed to connect to the ACPI event daemon; the daemon
    (II) Mar 08 20:03:54 NVIDIA(1): may not be running or the "AcpidSocketPath" X
    (II) Mar 08 20:03:54 NVIDIA(1): configuration option may not be set correctly. When the
    (II) Mar 08 20:03:54 NVIDIA(1): ACPI event daemon is available, the NVIDIA X driver will
    (II) Mar 08 20:03:54 NVIDIA(1): try to use it to receive ACPI event notifications. For
    (II) Mar 08 20:03:54 NVIDIA(1): details, please see the "ConnectToAcpid" and
    (II) Mar 08 20:03:54 NVIDIA(1): "AcpidSocketPath" X configuration options in Appendix B: X
    (II) Mar 08 20:03:54 NVIDIA(1): Config Options in the README.
    (II) Mar 08 20:03:54 NVIDIA(1): Setting mode "DFP-1:1280x720+0+0"
    (II) Mar 08 20:03:54 NVIDIA(1): Initialized OpenGL Acceleration
    (==) NVIDIA(1): Disabling shared memory pixmaps
    (II) Mar 08 20:03:54 NVIDIA(1): Initialized X Rendering Acceleration
    (==) NVIDIA(1): Backing store disabled
    (==) NVIDIA(1): Silken mouse enabled
    (==) NVIDIA(1): DPMS enabled
    (==) RandR enabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) Initializing extension GLX
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.7.3, module version = 2.3.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 7.0
    (**) Macintosh mouse button emulation: always reports core events
    (**) Macintosh mouse button emulation: Device: "/dev/input/event0"
    (II) Macintosh mouse button emulation: Found 3 mouse buttons
    (II) Macintosh mouse button emulation: Found relative axes
    (II) Macintosh mouse button emulation: Found x and y relative axes
    (II) Macintosh mouse button emulation: Configuring as mouse
    (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
    (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
    (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
    (**) Macintosh mouse button emulation: (accel) acceleration profile 0
    (II) Macintosh mouse button emulation: initialized for relative axes.
    (II) config/hal: Adding input device Apple, Inc Apple Keyboard
    (**) Apple, Inc Apple Keyboard: always reports core events
    (**) Apple, Inc Apple Keyboard: Device: "/dev/input/event6"
    (II) Apple, Inc Apple Keyboard: Found keys
    (II) Apple, Inc Apple Keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Apple, Inc Apple Keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Apple, Inc Apple Keyboard
    (**) Apple, Inc Apple Keyboard: always reports core events
    (**) Apple, Inc Apple Keyboard: Device: "/dev/input/event5"
    (II) Apple, Inc Apple Keyboard: Found keys
    (II) Apple, Inc Apple Keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Apple, Inc Apple Keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)
    (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): always reports core events
    (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Device: "/dev/input/event7"
    (II) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Found 9 mouse buttons
    (II) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Found scroll wheel(s)
    (II) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Found relative axes
    (II) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Found x and y relative axes
    (II) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Configuring as mouse
    (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): YAxisMapping: buttons 4 and 5
    (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)" (type: MOUSE)
    (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): (accel) keeping acceleration scheme 1
    (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): (accel) acceleration profile 0
    (II) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): initialized for relative axes.
    (II) config/hal: Adding input device Power Button
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event2"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Power Button
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event3"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (WW) Apple, Inc Apple Keyboard: unable to handle keycode 464

  • SecurityD process High CPU usage 50-100%

    So the securityD process is using up a lot of CPU, jumping up and down but mainly between the 50-100% area
    I believe this has come about since I first setup the MAC (My first MAC) and it asked me if I want to migrate my data from my Windows laptop.
    I went ahead with this and it started copying the data. Unfortunately it took so long that the MAC fell asleep and when I woke it up, it was at the initial setup question again, as if I had not answered any questions.
    I therefore went through and completed the initial setup questions without the option for transfering the data.
    All seemed ok, except the data was not fully copied from the failed migration, so I manually copied over the remiander of the files
    I since learned that the file permissions on all the files had two everyone groups, one with custom and the other with Read & Write, as shown in this pic:
    I looked into this (could not just remove one), and a solution was to change the custom to no access and then the "read write" one to no access, which would make the second one disappear. However I could not do this for every file so I found a hand utility called permission reset which would allow me to reset the permissions on the enitre user folder.
    However I still find files with the wrong permissions in the library folder and I can't just reset all the perimssions to the same, as I'm sure this would mess things up.
    So my question is; does the migration problem seem related to this issue and how can I resolve it?
    I'm considering a complete re-installation which I'd obviously like to avoid.
    I have tried the disk utility permission fix, which does not resolve it.
    Any info/help would be greatly appreciated.
    TIA

    Hi all,
    I also had securityd maxing out my CPU.  For me, it was related to some old MobileMe/iCloud/syncing stuff.
    You could see it in the logs blasting away via the Console app and going under the ~/Library/Logs/ to the ubiquity.log with lines like this several times a second:
    [ERROR]       60db2cff9f [12/01/31 22:24:34.541]  318.main createSelfSignedCertificate:52 error: Error Domain=NSOSStatusErrorDomain Code=-61 "The operation couldn’t be completed. (OSStatus error -61.)" (write permissions error)
    [ERROR]       60db2efe92 [12/01/31 22:24:34.541]  318.main create_new_identity_unsafe:989 failed to find an existing identity and failed to create a new one
    I was able to resolve it.  You need to enable hidden folders via Terminal and entering 'defaults write com.apple.Finder AppleShowAllFiles TRUE && killall Finder' then hitting enter.  '~' equals your user folder.  /Users/{user name}/
    Moved my ~/Library/Preferences folder to a different location and then restartedAt this point the securityd process no longer was an issue
    Logged into my iCloud via the System Preferences
    Moved all my preferences back into the ~/Library/Preferences folder EXCEPT 'com.apple.ubd.plist' and then restarted
    com.apple.ubd.plist is the configuration for the process in charge of syncing your iCloud stuff.  It was in a weird state from upgrading from Snow Leopard and copying my user from a Time Machine.
    This let me keep my preferences and killed that process.  Hope this reaches some people struggling with it also!  Happy to have my battery life back... yeow!

  • High CPU usage for SERVER0 process in XI

    Hi,
    SERVER0 process is taking high CPU usage, previously it happen once its due to communication channel error, So we deativated some unwanted communication channels in Alert config and the CPU usage is reduced.
    After some weeks its again CPU usage is increasing for SERVER0 process in some time.
    Can anyone help in this case.
    Thank you,
    gopi.

    Hi Gopi,
    Check out Tim's reply and check for ur Java stack settings,
    Extended Memory parameters
    <i>The bottom line for J stacks is to keep everything in memory and out of swap. </i>
    Other tips:
    - u may try clearing folder usr\sap\<SID>\DVEBMGS00\j2ee\cluster\server0\apps
    - try increasing virtual memory
    - increase heap size
    <i>[Reward if helpful]</i>
    Regards,
    Prateek

  • Mdworker process suddenly high CPU usage

    Hi All
    I've been running Mountain Lion since it was released, upgrading from Lion. I've never had a problem with mdworker until a few days ago when suddenly, the mdworker process started hitting 90% CPU on my iMac.
    I've disabled Spotlight, deleted the .Spotlight directories, rebooted the iMac, but each time mdworker . Prior to this, the iMac's CPU temperature was around 43C, with very little CPU usage, but now it is around 60C and 100% across the two cores. The only way to 'get back to normal' is to use :
    sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist
    but of course Spotlight doesn't work at all.
    I've used 'sudo fs_usage -w -f filesys mdworker' but I can't see anything that mdworker is perhaps choking on.
    Does any have any ideas? I'm racking my brain to remember if I did anything different a few days back that might have caused this to happen, but apart from just normal email and web surfing, nothing else springs to mind.
    Help!
    Paul

    David Losada
    This solved my questionRe: mdworker process suddenly high CPU usage     Nov 28, 2012 1:41 AM    (in response to antobal) 
    In my case it was the BritannicaBookmark.mdimporter that was a PowerPC mdimporter. But it was not in \library\spotlight but inBritannica 12.0/Ultimate Reference Suite.app/Contents/Library/Spotlight.
    You can see what spotlight plugin is choking on you by selecting the mdworker process in the Activity monitor and click on Open files and processes.
    Sounds helpful, but I don't see "Open files and processes" in Activity Monitor. If I click on inspect, I get a choice to "Sample" processes. I get a system log that is a bit beyond me.
    antobal Brussels, Belgium
    Re: mdworker process suddenly high CPU usage     Oct 3, 2012 12:47 PM    (in response to asfafa) 
    I was having the same problem, and a second level support person at Apple helped me solve the issue today:
    Look in the \library\spotlight folders both at your drive root level and your user folder. These folders contain spotlight plugins, with the extension .mdimporter. Some of those plugins, if defective, can make the Spotlight indexing processes to run continuously.
    Also sounds helpful, I found .mdimporter files in my system library, but nothing looked unusual. I didn't see a spotlight folder in my user library. I looked in application support and several other places. I used Onyx to repair permissions, rebuild spotlight index, clear caches etc, rebooted, it seems to be OK now.

  • Dock process has high CPU usage after Mountain Lion upgrade

    Dock process has high CPU usage after Mountain Lion upgrade and possibly after installing XCode as well.
    When I run "sudo opensnoop -n Dock" I see the following being constantly repeated.
    501    263 Dock          28 /Applications/Xcode.app
      501    263 Dock          28 /Applications/Xcode.app/Contents
      501    263 Dock          28 /Applications/Xcode.app/Contents/Info.plist
      501    263 Dock          28 /Applications/Xcode.app/Contents/Info.plist
      501    263 Dock          28 /Applications/Xcode.app/Contents/Resources
      501    263 Dock          28 /Applications/Xcode.app/Contents/Resources
      501    263 Dock          28 /Applications/Xcode.app/Contents/Resources/English.lproj
      501    263 Dock          -1 /Applications/Xcode.app/Contents/Resources/Base.lproj
      501    263 Dock          28 /Applications/Xcode.app/Contents/PkgInfo
      501    263 Dock          28 /Applications/Xcode.app/Contents/MacOS/Xcode
      501    263 Dock          28 /.vol/16777218/92542858
      501    263 Dock          29 /Applications/Xcode.app/Contents/Library/Spotlight/uuid.mdimporter/Contents/Inf o.plist
      501    263 Dock          28 /Applications/Adobe Dreamweaver CS5/Configuration/Shared/ICE/Templates
      501    263 Dock          28 /Applications/Adobe Dreamweaver CS5/Configuration/Shared/MM
      501    263 Dock          28 /Applications/Adobe Dreamweaver CS5/Configuration/Shared/MM/Cache
      501    263 Dock          28 /Applications/Xcode.app/Contents/Resources
      501    263 Dock          28 /Applications/Xcode.app/Contents/Resources
      501    263 Dock          28 /Applications/Xcode.app/Contents/Resources/English.lproj
      501    263 Dock          -1 /Applications/Xcode.app/Contents/Resources/Base.lproj
      501    263 Dock          28 /Applications/Xcode.app/Contents/PkgInfo
      501    263 Dock          28 /Applications/Xcode.app/Contents/MacOS/Xcode
      501    263 Dock          28 /.vol/16777218/92542858
      501    263 Dock          29 /Applications/Xcode.app/Contents/Library/Spotlight/uuid.mdimporter/Contents/Inf o.plist
      501    263 Dock          28 /Applications/Adobe Dreamweaver CS5/Configuration/Shared/MM/Images
    When I run "killall Dock" it resolves it for awhile and then comes back.

    Welcome to Apple Communities
    https://discussions.apple.com/message/18825564#18825564

  • High CPU usage with Coherence 3.5.0 cluster node

    We're noticing sustained high CPU usage on one of our Coherence nodes - this happens after running a job that pretty intensively interacts with the cache. The jobs complete, however we still see the Coherence process using approximately the equivalent of one core's worth of CPU. I took a couple of thread dumps about fifteen minutes apart, and the only noticeable differences are within the PacketListener1 and PacketListenerN threads - they're holding locks on different DatagramPacket instances, which suggests to be that this may be the piece of code that is looping.
    There are two other cache nodes in this particular cluster - both of them on a different machine - and neither of them are exhibiting the same CPU utilization.
    Environment:
    Coherence 3.5.0
    Java - BEA JRockit(R) (build R27.6.3-40_o-112056-1.6.0_11-20090318-2103-linux-x86_64, compiled mode)
    Has anyone encountered this scenario before?
    Here's a copy of the two thread dumps:
    Thread Dump 1 -
    ===== FULL THREAD DUMP ===============
    Thu Feb 24 21:45:00 2011
    BEA JRockit(R) R27.6.3-40_o-112056-1.6.0_11-20090318-2103-linux-x86_64
    "Main Thread" id=1 idx=0x4 tid=18143 prio=5 alive, in native, waiting
    -- Waiting for notification on: java/lang/Class@0x43587b58[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)[optimized]
    at com/tangosol/net/DefaultCacheServer.main(DefaultCacheServer.java:80)
    ^-- Lock released while waiting: java/lang/Class@0x43587b58[fat lock]
    at com/zzzz/carbon/cacheserver/ZzzzCoherenceServerStartup.doWork(ZzzzCoherenceServerStartup.java:29)
    at com/zzzz/util/runner/ZzzzRunnerBase.run(ZzzzRunnerBase.java:23)
    at com/zzzz/carbon/cacheserver/ZzzzCoherenceServerStartup.main(ZzzzCoherenceServerStartup.java:16)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    "(Signal Handler)" id=2 idx=0x8 tid=18144 prio=5 alive, in native, daemon
    "(GC Main Thread)" id=3 idx=0xc tid=18145 prio=5 alive, in native, daemon
    "(GC Worker Thread 1)" id=? idx=0x10 tid=18146 prio=5 alive, in native, daemon
    "(GC Worker Thread 2)" id=? idx=0x14 tid=18147 prio=5 alive, in native, daemon
    "(GC Worker Thread 3)" id=? idx=0x18 tid=18148 prio=5 alive, in native, daemon
    "(GC Worker Thread 4)" id=? idx=0x1c tid=18149 prio=5 alive, in native, daemon
    "(Code Generation Thread 1)" id=4 idx=0x20 tid=18150 prio=5 alive, in native, native_waiting, daemon
    "(Code Optimization Thread 1)" id=5 idx=0x24 tid=18151 prio=5 alive, in native, native_waiting, daemon
    "(VM Periodic Task)" id=6 idx=0x28 tid=18152 prio=10 alive, in native, daemon
    "Finalizer" id=7 idx=0x2c tid=18153 prio=8 alive, in native, native_waiting, daemon
    at jrockit/memory/Finalizer.waitForFinalizees([Ljava/lang/Object;)I(Native Method)
        at jrockit/memory/Finalizer.access$500(Finalizer.java:12)
        at jrockit/memory/Finalizer$4.run(Finalizer.java:159)
        at java/lang/Thread.run(Thread.java:619)
        at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
        -- end of trace
    "Reference Handler" id=8 idx=0x30 tid=18154 prio=10 alive, in native, native_waiting, daemon
        at java/lang/ref/Reference.waitForActivatedQueue()Ljava/lang/ref/Reference;(Native Method)
        at java/lang/ref/Reference.access$100(Reference.java:11)
        at java/lang/ref/Reference$ReferenceHandler.run(Reference.java:79)
        at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
        -- end of trace
    "(Sensor Event Thread)" id=9 idx=0x34 tid=18155 prio=5 alive, in native, daemon
    "Logger@9217551 3.5/459" id=12 idx=0x38 tid=18158 prio=3 alive, in native, waiting, daemon
        -- Waiting for notification on: com/tangosol/coherence/component/application/console/Coherence$Logger$Queue@0x4e1faef8[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)[optimized]
    at com/tangosol/coherence/component/util/Daemon.onWait(Daemon.CDB:18)[optimized]
    ^-- Lock released while waiting: com/tangosol/coherence/component/application/console/Coherence$Logger$Queue@0x4e1faef8[fat lock]
    at com/tangosol/coherence/component/util/Daemon.run(Daemon.CDB:34)
    at java/lang/Thread.run(Thread.java:619)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    "PacketListener1" id=14 idx=0x3c tid=18159 prio=8 alive, in native, daemon
    at java/net/PlainDatagramSocketImpl.receive0(Ljava/net/DatagramPacket;)V(Native Method)
    ^-- Holding lock: java/net/PlainDatagramSocketImpl@0x4cb21360[recursive]
    at java/net/PlainDatagramSocketImpl.receive(PlainDatagramSocketImpl.java:136)[inlined]
    at java/net/DatagramSocket.receive(DatagramSocket.java:712)[optimized]
    ^-- Holding lock: java/net/PlainDatagramSocketImpl@0x4cb21360[thin lock]
    ^-- Holding lock: java/net/DatagramPacket@0x73aa4e80[thin lock]
    ^-- Holding lock: java/net/DatagramSocket@0x4cb21338[thin lock]
    at com/tangosol/coherence/component/net/socket/UdpSocket.receive(UdpSocket.CDB:20)[optimized]
    at com/tangosol/coherence/component/net/UdpPacket.receive(UdpPacket.CDB:4)[optimized]
    at com/tangosol/coherence/component/util/daemon/queueProcessor/packetProcessor/PacketListener.onNotify(PacketListener.CDB:19)
    at com/tangosol/coherence/component/util/Daemon.run(Daemon.CDB:37)
    at java/lang/Thread.run(Thread.java:619)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    "PacketReceiver" id=15 idx=0x40 tid=18160 prio=7 alive, in native, waiting, daemon
    -- Waiting for notification on: com/tangosol/coherence/component/net/Cluster$PacketReceiver$InQueue@0x4cf60d58[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)[optimized]
    at com/tangosol/coherence/component/util/Daemon.onWait(Daemon.CDB:18)[inlined]
    at com/tangosol/coherence/component/util/daemon/queueProcessor/packetProcessor/PacketReceiver.onWait(PacketReceiver.CDB:2)[optimized]
    ^-- Lock released while waiting: com/tangosol/coherence/component/net/Cluster$PacketReceiver$InQueue@0x4cf60d58[fat lock]
    at com/tangosol/coherence/component/util/Daemon.run(Daemon.CDB:34)
    at java/lang/Thread.run(Thread.java:619)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    "PacketPublisher" id=16 idx=0x44 tid=18161 prio=6 alive, in native, waiting, daemon
    -- Waiting for notification on: com/tangosol/coherence/component/net/Cluster$PacketPublisher$InQueue@0x4ca053a8[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)[optimized]
    at com/tangosol/coherence/component/util/Daemon.onWait(Daemon.CDB:18)[inlined]
    at com/tangosol/coherence/component/util/daemon/queueProcessor/packetProcessor/PacketPublisher.onWait(PacketPublisher.CDB:2)[optimized]
    ^-- Lock released while waiting: com/tangosol/coherence/component/net/Cluster$PacketPublisher$InQueue@0x4ca053a8[fat lock]
    ^-- Lock released while waiting: com/tangosol/coherence/component/net/Cluster$PacketPublisher$InQueue@0x4ca053a8[fat lock]
    at com/tangosol/coherence/component/util/Daemon.run(Daemon.CDB:34)
    at java/lang/Thread.run(Thread.java:619)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    "PacketSpeaker" id=17 idx=0x48 tid=18162 prio=8 alive, in native, waiting, daemon
    -- Waiting for notification on: com/tangosol/coherence/component/net/Cluster$PacketSpeaker$BundlingQueue@0x4cabe9d8[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)[optimized]
    at com/tangosol/coherence/component/util/queue/ConcurrentQueue.waitForEntry(ConcurrentQueue.CDB:16)
    ^-- Lock released while waiting: com/tangosol/coherence/component/net/Cluster$PacketSpeaker$BundlingQueue@0x4cabe9d8[fat lock]
    at com/tangosol/coherence/component/util/queue/ConcurrentQueue.remove(ConcurrentQueue.CDB:7)
    at com/tangosol/coherence/component/util/Queue.remove(Queue.CDB:1)
    at com/tangosol/coherence/component/util/daemon/queueProcessor/packetProcessor/PacketSpeaker.onNotify(PacketSpeaker.CDB:62)
    at com/tangosol/coherence/component/util/Daemon.run(Daemon.CDB:37)
    at java/lang/Thread.run(Thread.java:619)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    "PacketListenerN" id=18 idx=0x4c tid=18163 prio=8 alive, in native, daemon
    at java/net/PlainDatagramSocketImpl.receive0(Ljava/net/DatagramPacket;)V(Native Method)
    ^-- Holding lock: java/net/PlainDatagramSocketImpl@0x4cb221b0[recursive]
    at java/net/PlainDatagramSocketImpl.receive(PlainDatagramSocketImpl.java:136)[inlined]
    at java/net/DatagramSocket.receive(DatagramSocket.java:712)[optimized]
    ^-- Holding lock: java/net/PlainDatagramSocketImpl@0x4cb221b0[thin lock]
    ^-- Holding lock: java/net/DatagramPacket@0x73e59890[thin lock]
    ^-- Holding lock: java/net/MulticastSocket@0x4cb22178[thin lock]
    at com/tangosol/coherence/component/net/socket/UdpSocket.receive(UdpSocket.CDB:20)[optimized]
    at com/tangosol/coherence/component/net/UdpPacket.receive(UdpPacket.CDB:4)[optimized]
    at com/tangosol/coherence/component/util/daemon/queueProcessor/packetProcessor/PacketListener.onNotify(PacketListener.CDB:19)
    at com/tangosol/coherence/component/util/Daemon.run(Daemon.CDB:37)
    at java/lang/Thread.run(Thread.java:619)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    "Cluster|Member(Id=2, Timestamp=2011-02-23 16:25:36.488, Address=10.10.100.77:8095, MachineId=25677, Location=site:emtzzzz.com,machine:njdev04,process:18142,member:cldev201~carboncachelauncher~181)" id=19 idx=0x50 tid=18164 prio=5 alive, in native, waiting, daemon
    -- Waiting for notification on: com/tangosol/coherence/component/util/queue/concurrentQueue/DualQueue@0x4cac64d8[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)[optimized]
    at com/tangosol/coherence/component/util/Daemon.onWait(Daemon.CDB:18)[inlined]
    at com/tangosol/coherence/component/util/daemon/queueProcessor/service/Grid.onWait(Grid.CDB:9)[optimized]
    ^-- Lock released while waiting: com/tangosol/coherence/component/util/queue/concurrentQueue/DualQueue@0x4cac64d8[fat lock]
    at com/tangosol/coherence/component/util/Daemon.run(Daemon.CDB:34)
    at java/lang/Thread.run(Thread.java:619)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    "TcpRingListener" id=20 idx=0x54 tid=18165 prio=6 alive, in native, daemon
    at java/net/PlainSocketImpl.socketAccept(Ljava/net/SocketImpl;)V(Native Method)
    at java/net/PlainSocketImpl.accept(PlainSocketImpl.java:384)
    ^-- Holding lock: java/net/SocksSocketImpl@0x4cb227d8[thin lock]
    at java/net/ServerSocket.implAccept(ServerSocket.java:453)
    at java/net/ServerSocket.accept(ServerSocket.java:421)
    at com/tangosol/coherence/component/net/socket/TcpSocketAccepter.accept(TcpSocketAccepter.CDB:18)
    at com/tangosol/coherence/component/util/daemon/TcpRingListener.acceptConnection(TcpRingListener.CDB:10)
    at com/tangosol/coherence/component/util/daemon/TcpRingListener.onNotify(TcpRingListener.CDB:9)
    at com/tangosol/coherence/component/util/Daemon.run(Daemon.CDB:37)
    at java/lang/Thread.run(Thread.java:619)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    "Invocation:Management:EventDispatcher" id=22 idx=0x58 tid=18166 prio=5 alive, in native, waiting, daemon
    -- Waiting for notification on: com/tangosol/coherence/component/util/daemon/queueProcessor/Service$EventDispatcher$Queue@0x4ab76140[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)[optimized]
    at com/tangosol/coherence/component/util/Daemon.onWait(Daemon.CDB:18)[optimized]
    ^-- Lock released while waiting: com/tangosol/coherence/component/util/daemon/queueProcessor/Service$EventDispatcher$Queue@0x4ab76140[fat lock]
    at com/tangosol/coherence/component/util/daemon/queueProcessor/Service$EventDispatcher.onWait(Service.CDB:7)
    at com/tangosol/coherence/component/util/Daemon.run(Daemon.CDB:34)
    at java/lang/Thread.run(Thread.java:619)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    "Invocation:Management" id=23 idx=0x5c tid=18167 prio=5 alive, in native, waiting, daemon
    -- Waiting for notification on: com/tangosol/coherence/component/util/queue/concurrentQueue/DualQueue@0x4ab75508[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)[optimized]
    at com/tangosol/coherence/component/util/Daemon.onWait(Daemon.CDB:18)[inlined]
    at com/tangosol/coherence/component/util/daemon/queueProcessor/service/Grid.onWait(Grid.CDB:9)[optimized]
    ^-- Lock released while waiting: com/tangosol/coherence/component/util/queue/concurrentQueue/DualQueue@0x4ab75508[fat lock]
    at com/tangosol/coherence/component/util/Daemon.run(Daemon.CDB:34)
    at java/lang/Thread.run(Thread.java:619)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    "DistributedCache" id=25 idx=0x60 tid=18168 prio=5 alive, in native, waiting, daemon
    -- Waiting for notification on: com/tangosol/coherence/component/util/queue/concurrentQueue/DualQueue@0x4a3869b0[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)[optimized]
    at com/tangosol/coherence/component/util/Daemon.onWait(Daemon.CDB:18)[inlined]
    at com/tangosol/coherence/component/util/daemon/queueProcessor/service/Grid.onWait(Grid.CDB:9)[optimized]
    ^-- Lock released while waiting: com/tangosol/coherence/component/util/queue/concurrentQueue/DualQueue@0x4a3869b0[fat lock]
    at com/tangosol/coherence/component/util/Daemon.run(Daemon.CDB:34)
    at java/lang/Thread.run(Thread.java:619)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    ===== END OF THREAD DUMP ===============
    Thread Dump 2 -
    ===== FULL THREAD DUMP ===============
    Thu Feb 24 21:27:53 2011
    BEA JRockit(R) R27.6.3-40_o-112056-1.6.0_11-20090318-2103-linux-x86_64
    "Main Thread" id=1 idx=0x4 tid=18143 prio=5 alive, in native, waiting
    -- Waiting for notification on: java/lang/Class@0x43587b58[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)[optimized]
    at com/tangosol/net/DefaultCacheServer.main(DefaultCacheServer.java:80)
    ^-- Lock released while waiting: java/lang/Class@0x43587b58[fat lock]
    at com/zzzz/carbon/cacheserver/ZzzzCoherenceServerStartup.doWork(ZzzzCoherenceServerStartup.java:29)
    at com/zzzz/util/runner/ZzzzRunnerBase.run(ZzzzRunnerBase.java:23)
    at com/zzzz/carbon/cacheserver/ZzzzCoherenceServerStartup.main(ZzzzCoherenceServerStartup.java:16)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    "(Signal Handler)" id=2 idx=0x8 tid=18144 prio=5 alive, in native, daemon
    "(GC Main Thread)" id=3 idx=0xc tid=18145 prio=5 alive, in native, native_waiting, daemon
    "(GC Worker Thread 1)" id=? idx=0x10 tid=18146 prio=5 alive, in native, daemon
    "(GC Worker Thread 2)" id=? idx=0x14 tid=18147 prio=5 alive, in native, daemon
    "(GC Worker Thread 3)" id=? idx=0x18 tid=18148 prio=5 alive, in native, daemon
    "(GC Worker Thread 4)" id=? idx=0x1c tid=18149 prio=5 alive, in native, daemon
    "(Code Generation Thread 1)" id=4 idx=0x20 tid=18150 prio=5 alive, in native, native_waiting, daemon
    "(Code Optimization Thread 1)" id=5 idx=0x24 tid=18151 prio=5 alive, in native, native_waiting, daemon
    "(VM Periodic Task)" id=6 idx=0x28 tid=18152 prio=10 alive, in native, daemon
    "Finalizer" id=7 idx=0x2c tid=18153 prio=8 alive, in native, native_waiting, daemon
    at jrockit/memory/Finalizer.waitForFinalizees([Ljava/lang/Object;)I(Native Method)
        at jrockit/memory/Finalizer.access$500(Finalizer.java:12)
        at jrockit/memory/Finalizer$4.run(Finalizer.java:159)
        at java/lang/Thread.run(Thread.java:619)
        at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
        -- end of trace
    "Reference Handler" id=8 idx=0x30 tid=18154 prio=10 alive, in native, native_waiting, daemon
        at java/lang/ref/Reference.waitForActivatedQueue()Ljava/lang/ref/Reference;(Native Method)
        at java/lang/ref/Reference.access$100(Reference.java:11)
        at java/lang/ref/Reference$ReferenceHandler.run(Reference.java:79)
        at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
        -- end of trace
    "(Sensor Event Thread)" id=9 idx=0x34 tid=18155 prio=5 alive, in native, daemon
    "Logger@9217551 3.5/459" id=12 idx=0x38 tid=18158 prio=3 alive, in native, waiting, daemon
        -- Waiting for notification on: com/tangosol/coherence/component/application/console/Coherence$Logger$Queue@0x4e1faef8[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)[optimized]
    at com/tangosol/coherence/component/util/Daemon.onWait(Daemon.CDB:18)[optimized]
    ^-- Lock released while waiting: com/tangosol/coherence/component/application/console/Coherence$Logger$Queue@0x4e1faef8[fat lock]
    at com/tangosol/coherence/component/util/Daemon.run(Daemon.CDB:34)
    at java/lang/Thread.run(Thread.java:619)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    "PacketListener1" id=14 idx=0x3c tid=18159 prio=8 alive, in native, daemon
    at java/net/PlainDatagramSocketImpl.receive0(Ljava/net/DatagramPacket;)V(Native Method)
    ^-- Holding lock: java/net/PlainDatagramSocketImpl@0x4cb21360[recursive]
    at java/net/PlainDatagramSocketImpl.receive(PlainDatagramSocketImpl.java:136)[inlined]
    at java/net/DatagramSocket.receive(DatagramSocket.java:712)[optimized]
    ^-- Holding lock: java/net/PlainDatagramSocketImpl@0x4cb21360[thin lock]
    ^-- Holding lock: java/net/DatagramPacket@0x73a80930[thin lock]
    ^-- Holding lock: java/net/DatagramSocket@0x4cb21338[thin lock]
    at com/tangosol/coherence/component/net/socket/UdpSocket.receive(UdpSocket.CDB:20)[optimized]
    at com/tangosol/coherence/component/net/UdpPacket.receive(UdpPacket.CDB:4)[optimized]
    at com/tangosol/coherence/component/util/daemon/queueProcessor/packetProcessor/PacketListener.onNotify(PacketListener.CDB:19)
    at com/tangosol/coherence/component/util/Daemon.run(Daemon.CDB:37)
    at java/lang/Thread.run(Thread.java:619)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    "PacketReceiver" id=15 idx=0x40 tid=18160 prio=7 alive, in native, waiting, daemon
    -- Waiting for notification on: com/tangosol/coherence/component/net/Cluster$PacketReceiver$InQueue@0x4cf60d58[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)[optimized]
    at com/tangosol/coherence/component/util/Daemon.onWait(Daemon.CDB:18)[inlined]
    at com/tangosol/coherence/component/util/daemon/queueProcessor/packetProcessor/PacketReceiver.onWait(PacketReceiver.CDB:2)[optimized]
    ^-- Lock released while waiting: com/tangosol/coherence/component/net/Cluster$PacketReceiver$InQueue@0x4cf60d58[fat lock]
    at com/tangosol/coherence/component/util/Daemon.run(Daemon.CDB:34)
    at java/lang/Thread.run(Thread.java:619)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    "PacketPublisher" id=16 idx=0x44 tid=18161 prio=6 alive, in native, waiting, daemon
    -- Waiting for notification on: com/tangosol/coherence/component/net/Cluster$PacketPublisher$InQueue@0x4ca053a8[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)[optimized]
    at com/tangosol/coherence/component/util/Daemon.onWait(Daemon.CDB:18)[inlined]
    at com/tangosol/coherence/component/util/daemon/queueProcessor/packetProcessor/PacketPublisher.onWait(PacketPublisher.CDB:2)[optimized]
    ^-- Lock released while waiting: com/tangosol/coherence/component/net/Cluster$PacketPublisher$InQueue@0x4ca053a8[fat lock]
    ^-- Lock released while waiting: com/tangosol/coherence/component/net/Cluster$PacketPublisher$InQueue@0x4ca053a8[fat lock]
    at com/tangosol/coherence/component/util/Daemon.run(Daemon.CDB:34)
    at java/lang/Thread.run(Thread.java:619)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    "PacketSpeaker" id=17 idx=0x48 tid=18162 prio=8 alive, in native, waiting, daemon
    -- Waiting for notification on: com/tangosol/coherence/component/net/Cluster$PacketSpeaker$BundlingQueue@0x4cabe9d8[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)[optimized]
    at com/tangosol/coherence/component/util/queue/ConcurrentQueue.waitForEntry(ConcurrentQueue.CDB:16)
    ^-- Lock released while waiting: com/tangosol/coherence/component/net/Cluster$PacketSpeaker$BundlingQueue@0x4cabe9d8[fat lock]
    at com/tangosol/coherence/component/util/queue/ConcurrentQueue.remove(ConcurrentQueue.CDB:7)
    at com/tangosol/coherence/component/util/Queue.remove(Queue.CDB:1)
    at com/tangosol/coherence/component/util/daemon/queueProcessor/packetProcessor/PacketSpeaker.onNotify(PacketSpeaker.CDB:62)
    at com/tangosol/coherence/component/util/Daemon.run(Daemon.CDB:37)
    at java/lang/Thread.run(Thread.java:619)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    "PacketListenerN" id=18 idx=0x4c tid=18163 prio=8 alive, in native, daemon
    at java/net/PlainDatagramSocketImpl.receive0(Ljava/net/DatagramPacket;)V(Native Method)
    ^-- Holding lock: java/net/PlainDatagramSocketImpl@0x4cb221b0[recursive]
    at java/net/PlainDatagramSocketImpl.receive(PlainDatagramSocketImpl.java:136)[inlined]
    at java/net/DatagramSocket.receive(DatagramSocket.java:712)[optimized]
    ^-- Holding lock: java/net/PlainDatagramSocketImpl@0x4cb221b0[thin lock]
    ^-- Holding lock: java/net/DatagramPacket@0x5e55a240[thin lock]
    ^-- Holding lock: java/net/MulticastSocket@0x4cb22178[thin lock]
    at com/tangosol/coherence/component/net/socket/UdpSocket.receive(UdpSocket.CDB:20)[optimized]
    at com/tangosol/coherence/component/net/UdpPacket.receive(UdpPacket.CDB:4)[optimized]
    at com/tangosol/coherence/component/util/daemon/queueProcessor/packetProcessor/PacketListener.onNotify(PacketListener.CDB:19)
    at com/tangosol/coherence/component/util/Daemon.run(Daemon.CDB:37)
    at java/lang/Thread.run(Thread.java:619)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    "Cluster|Member(Id=2, Timestamp=2011-02-23 16:25:36.488, Address=10.10.100.77:8095, MachineId=25677, Location=site:emtzzzz.com,machine:njdev04,process:18142,member:cldev201~carboncachelauncher~181)" id=19 idx=0x50 tid=18164 prio=5 alive, in native, waiting, daemon
    -- Waiting for notification on: com/tangosol/coherence/component/util/queue/concurrentQueue/DualQueue@0x4cac64d8[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)[optimized]
    at com/tangosol/coherence/component/util/Daemon.onWait(Daemon.CDB:18)[inlined]
    at com/tangosol/coherence/component/util/daemon/queueProcessor/service/Grid.onWait(Grid.CDB:9)[optimized]
    ^-- Lock released while waiting: com/tangosol/coherence/component/util/queue/concurrentQueue/DualQueue@0x4cac64d8[fat lock]
    at com/tangosol/coherence/component/util/Daemon.run(Daemon.CDB:34)
    at java/lang/Thread.run(Thread.java:619)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    "TcpRingListener" id=20 idx=0x54 tid=18165 prio=6 alive, in native, daemon
    at java/net/PlainSocketImpl.socketAccept(Ljava/net/SocketImpl;)V(Native Method)
    at java/net/PlainSocketImpl.accept(PlainSocketImpl.java:384)
    ^-- Holding lock: java/net/SocksSocketImpl@0x4cb227d8[thin lock]
    at java/net/ServerSocket.implAccept(ServerSocket.java:453)
    at java/net/ServerSocket.accept(ServerSocket.java:421)
    at com/tangosol/coherence/component/net/socket/TcpSocketAccepter.accept(TcpSocketAccepter.CDB:18)
    at com/tangosol/coherence/component/util/daemon/TcpRingListener.acceptConnection(TcpRingListener.CDB:10)
    at com/tangosol/coherence/component/util/daemon/TcpRingListener.onNotify(TcpRingListener.CDB:9)
    at com/tangosol/coherence/component/util/Daemon.run(Daemon.CDB:37)
    at java/lang/Thread.run(Thread.java:619)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    "Invocation:Management:EventDispatcher" id=22 idx=0x58 tid=18166 prio=5 alive, in native, waiting, daemon
    -- Waiting for notification on: com/tangosol/coherence/component/util/daemon/queueProcessor/Service$EventDispatcher$Queue@0x4ab76140[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)[optimized]
    at com/tangosol/coherence/component/util/Daemon.onWait(Daemon.CDB:18)[optimized]
    ^-- Lock released while waiting: com/tangosol/coherence/component/util/daemon/queueProcessor/Service$EventDispatcher$Queue@0x4ab76140[fat lock]
    at com/tangosol/coherence/component/util/daemon/queueProcessor/Service$EventDispatcher.onWait(Service.CDB:7)
    at com/tangosol/coherence/component/util/Daemon.run(Daemon.CDB:34)
    at java/lang/Thread.run(Thread.java:619)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    "Invocation:Management" id=23 idx=0x5c tid=18167 prio=5 alive, in native, waiting, daemon
    -- Waiting for notification on: com/tangosol/coherence/component/util/queue/concurrentQueue/DualQueue@0x4ab75508[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)[optimized]
    at com/tangosol/coherence/component/util/Daemon.onWait(Daemon.CDB:18)[inlined]
    at com/tangosol/coherence/component/util/daemon/queueProcessor/service/Grid.onWait(Grid.CDB:9)[optimized]
    ^-- Lock released while waiting: com/tangosol/coherence/component/util/queue/concurrentQueue/DualQueue@0x4ab75508[fat lock]
    at com/tangosol/coherence/component/util/Daemon.run(Daemon.CDB:34)
    at java/lang/Thread.run(Thread.java:619)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    "DistributedCache" id=25 idx=0x60 tid=18168 prio=5 alive, in native, waiting, daemon
    -- Waiting for notification on: com/tangosol/coherence/component/util/queue/concurrentQueue/DualQueue@0x4a3869b0[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)[optimized]
    at com/tangosol/coherence/component/util/Daemon.onWait(Daemon.CDB:18)[inlined]
    at com/tangosol/coherence/component/util/daemon/queueProcessor/service/Grid.onWait(Grid.CDB:9)[optimized]
    ^-- Lock released while waiting: com/tangosol/coherence/component/util/queue/concurrentQueue/DualQueue@0x4a3869b0[fat lock]
    at com/tangosol/coherence/component/util/Daemon.run(Daemon.CDB:34)
    at java/lang/Thread.run(Thread.java:619)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    ===== END OF THREAD DUMP ===============

    Charlie, Cameron,
    Thanks for following up. To answer Cameron's question - yes, running top shows that it is this process using a significant amount of the CPU. I captured a JRA this morning setting nativesamples=true.
    I see the following when I look at the Hot Methods - let me know if there is something else that would shed some more light on this issue.
    Method     Percent(%)     #Samples     Optimized     Native     Method Id.
    libjvm.so#mmDetGcFollowReferencesWorkers     28.575     2,062     0     1     0x2AE6B82EC2C1
    libpthread.so.0#__recvfrom_nocancel     26.012     1,877     0     1     0x3CC1A0D689
    libpthread.so.0#__accept_nocancel     26.012     1,877     0     1     0x3CC1A0D4A9
    libjvm.so#mmBalanceGetReference     4.975     359     0     1     0x2AE6B817A65B
    libjvm.so#objIterStepFieldFromBitmaskWord     4.753     343     0     1     0x2AE6B82A6B34
    libjvm.so#objIterStep     3.88     280     0     1     0x2AE6B82A6F8D
    libjvm.so#objIterInitInner     2.744     198     0     1     0x2AE6B82A71B7
    libjvm.so#mmBalanceStoreReference     1.414     102     0     1     0x2AE6B817A781
    libjvm.so#objIterSetupFields     0.637     46     0     1     0x2AE6B82A6B08
    libjvm.so#nativeInnerLockNotLinked     0.236     17     0     1     0x2AE6B829DE76
    libjvm.so#mmWorkPacketPoolGet     0.125     9     0     1     0x2AE6B817A4F5
    libjvm.so#qBitSetIsBitSetInWord     0.069     5     0     1     0x2AE6B82C8AA6
    libjvm.so#nativeInnerUnlockNotLinked     0.069     5     0     1     0x2AE6B829E028
    libjvm.so#mmWorkPacketPoolAdd     0.042     3     0     1     0x2AE6B817A48E
    libjvm.so#objPoolMarkAllHard     0.042     3     0     1     0x2AE6B82A4923
    libjvm.so#objIterSetupArray     0.028     2     0     1     0x2AE6B82A6BDB
    libjvm.so#markAcquired     0.028     2     0     1     0x2AE6B829DBD3
    libjvm.so#mmPointerMatrixTryInsertAtIndex     0.028     2     0     1     0x2AE6B82BEFEB
    libjvm.so#mmPointerMatrixClear     0.028     2     0     1     0x2AE6B82BF61C
    libjvm.so#objPoolMarkWeakConcurrently     0.028     2     0     1     0x2AE6B82A5358
    libjvm.so#qBitSetFindFirstNonClearedWord     0.014     1     0     1     0x2AE6B82C888E
    libjvm.so#utilCounterToNanos     0.014     1     0     1     0x2AE6B8313B53
    libjvm.so#waitForLockIfNeededAndMarkAcquired     0.014     1     0     1     0x2AE6B829DC30
    libjvm.so#vmtLinkData     0.014     1     0     1     0x2AE6B8325B2E
    libjvm.so#mmBitsIsObjectMarkedGrey     0.014     1     0     1     0x2AE6B82ED7E9
    libjvm.so#qBitSetFindLastSetBitInWord     0.014     1     0     1     0x2AE6B82C8854
    libjvm.so#mark_writebarriers     0.014     1     0     1     0x2AE6B8250EEA
    libjvm.so#signalNextInLockQueueIfNeeded     0.014     1     0     1     0x2AE6B829DF52
    libjvm.so#mmGetUsingMatrixes     0.014     1     0     1     0x2AE6B819F33C
    libjvm.so#ptGetThreadId     0.014     1     0     1     0x2AE6B82BD9ED
    libc.so.6#memset     0.014     1     0     1     0x3CC0A7A000
    libjvm.so#setupNodeForSelf     0.014     1     0     1     0x2AE6B829DD87
    libc.so.6#_int_free     0.014     1     0     1     0x3CC0A714E0
    libjvm.so#mmAddChunkToList     0.014     1     0     1     0x2AE6B830977C
    libjvm.so#vmtiUnlinkData     0.014     1     0     1     0x2AE6B8325B4A
    libjvm.so#nativeLockInSuspendCritical     0.014     1     0     1     0x2AE6B829E0E3
    libjvm.so#mmSweepHeapPart     0.014     1     0     1     0x2AE6B830989A
    libjvm.so#mmBalanceWorkSetSwapPackets     0.014     1     0     1     0x2AE6B817A647
    libc.so.6#_int_malloc     0.014     1     0     1     0x3CC0A71E80
    libjvm.so#charToJlcType     0.014     1     0     1     0x2AE6B8253633
    unknown#unknown functions     0     0     0     1     0x2AE6B8597090
    Running with nativemethods=false, I see the following under hot methods
    Method     Percent(%)     #Samples     Optimized     Native     Method Id.
    jrockit.vm.Locks.monitorExitSecondStage(Object)     50     1     1     0     0x161D30D0
    com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.ClusterService.onNotify()     50     1     1     0     0x169D2C70
    com.tangosol.coherence.component.util.daemon.queueProcessor.packetProcessor.PacketReceiver.onNotify()     0     0     1     0     0x1551C050
    com.tangosol.coherence.component.util.queue.ConcurrentQueue.checkFlush(int)     0     0     1     0     0x151C2180
    java.lang.Thread.run()     0     0     0     0     0x14E98EB0
    jrockit.vm.RNI.c2java(long, long, long, long, long)     0     0     0     0     0x14C07830
    unknown#unknown functions     0     0     0     1     0x2AE6B8597090
    com.tangosol.coherence.component.util.Daemon.run()     0     0     0     0     0x15CFEBC0
    com.tangosol.coherence.component.util.queue.ConcurrentQueue.add(Object)     0     0     1     0     0x15ED6B00
    com.tangosol.coherence.component.util.queue.ConcurrentQueue.onAddElement()     0     0     1     0     0x151C9C20
    com.tangosol.coherence.component.util.queue.ConcurrentQueue.flush(boolean)     0     0     1     0     0x1618CAD0
    Thanks,
    Jason

Maybe you are looking for

  • Problem in Cancellation of Excise invoice

    Hi, User has created Import PO then he made custom MIRO then GR is done and through J1iex part1 is done. later he realized that there is problem with PO condition for that he has first cancelled the GR then secondly cancelled Custom MIRO. now while d

  • Adobe Acrobat XI Pro - cannot sign-in

    I've downloaded Adobe Acrobat XI Pro and cannot sign in. Get an error message that cannot access Internet.  Not the case, I'm connected.  Checked FAQ, all certificates are there, enabled, not problem with firewall.  What next?

  • How do I make a pic in final cut Pro stop  flickering?

    how do I make a pic in final cut Pro stop  flickering?

  • How to find version of OUI?

    Hi Dear, I am trying to meet the prerequisite of clonig applications on linux OS. My Application version is 11.5.9 and database version is 9.2.0.3. But i am unable to find out what is the version of the Oracle Universal Installer in iAS HOME. Can any

  • Biller Direct Format PDF

    Nobody knows about how to change de format to PDF from this table 't_pdf' from this function APAR_EBPP_GET_SDINVOICE_DETAIL in the method IF_EX_EBPP_INVOICEDETAIL~GET_INVOICE_DETAIL the idea is to take a PDF from a Server in File System a then transf