XML select query causing very high CPU usage.

Hi All,
In our Oracle 10.2.0.4 Two node RAC we are facing very high CPU usage....and all of the top CPU consuming processes are executing this below sql...also these statements are waiting for some gc wiat events as shown below.
SELECT B.PACKET_ID FROM CM_PACKET_ALT_KEY B, CM_ALT_KEY_TYPE C, TABLE(XMLSEQUENCE ( EXTRACT (:B1 , '/AlternateKeys/AlternateKey') )) T
WHERE B.ALT_KEY_TYPE_ID = C.ALT_KEY_TYPE_ID AND C.ALT_KEY_TYPE_NAME = EXTRACTVALUE (VALUE (T), '/AlternateKey/@keyType')
AND B.ALT_KEY_VALUE = EXTRACTVALUE (VALUE (T), '/AlternateKey')
AND NVL (B.CHILD_BROKER_CODE, '6209870F57C254D6E04400306E4A78B0') =
NVL (EXTRACTVALUE (VALUE (T), '/AlternateKey/@broker'), '6209870F57C254D6E04400306E4A78B0')
SQL> select sid,event,state from gv$session where state='WAITING' and event not like '%SQL*Net%';
       SID EVENT                                                            STATE
        66 jobq slave wait                                                  WAITING
       124 gc buffer busy                                                   WAITING
       143 gc buffer busy                                                   WAITING
       147 db file sequential read                                          WAITING
       222 Streams AQ: qmn slave idle wait                                  WAITING
       266 gc buffer busy                                                   WAITING
       280 gc buffer busy                                                   WAITING
       314 gc cr request                                                    WAITING
       317 gc buffer busy                                                   WAITING
       392 gc buffer busy                                                   WAITING
       428 gc buffer busy                                                   WAITING
       471 gc buffer busy                                                   WAITING
       518 Streams AQ: waiting for time management or cleanup tasks         WAITING
       524 Streams AQ: qmn coordinator idle wait                            WAITING
       527 rdbms ipc message                                                WAITING
       528 rdbms ipc message                                                WAITING
       532 rdbms ipc message                                                WAITING
       537 rdbms ipc message                                                WAITING
       538 rdbms ipc message                                                WAITING
       539 rdbms ipc message                                                WAITING
       540 rdbms ipc message                                                WAITING
       541 smon timer                                                       WAITING
       542 rdbms ipc message                                                WAITING
       543 rdbms ipc message                                                WAITING
       544 rdbms ipc message                                                WAITING
       545 rdbms ipc message                                                WAITING
       546 rdbms ipc message                                                WAITING
       547 gcs remote message                                               WAITING
       548 gcs remote message                                               WAITING
       549 gcs remote message                                               WAITING
       550 gcs remote message                                               WAITING
       551 ges remote message                                               WAITING
       552 rdbms ipc message                                                WAITING
       553 rdbms ipc message                                                WAITING
       554 DIAG idle wait                                                   WAITING
       555 pmon timer                                                       WAITING
        79 jobq slave wait                                                  WAITING
       117 gc buffer busy                                                   WAITING
       163 PX Deq: Execute Reply                                            WAITING
       205 db file parallel read                                            WAITING
       247 gc current request                                               WAITING
       279 jobq slave wait                                                  WAITING
       319 LNS ASYNC end of log                                             WAITING
       343 jobq slave wait                                                  WAITING
       348 direct path read                                                 WAITING
       372 db file scattered read                                           WAITING
       475 jobq slave wait                                                  WAITING
       494 gc cr request                                                    WAITING
       516 Streams AQ: qmn slave idle wait                                  WAITING
       518 Streams AQ: waiting for time management or cleanup tasks         WAITING
       523 Streams AQ: qmn coordinator idle wait                            WAITING
       528 rdbms ipc message                                                WAITING
       529 rdbms ipc message                                                WAITING
       530 Streams AQ: waiting for messages in the queue                    WAITING
       532 rdbms ipc message                                                WAITING
       537 rdbms ipc message                                                WAITING
       538 rdbms ipc message                                                WAITING
       539 rdbms ipc message                                                WAITING
       540 rdbms ipc message                                                WAITING
       541 smon timer                                                       WAITING
       542 rdbms ipc message                                                WAITING
       543 rdbms ipc message                                                WAITING
       544 rdbms ipc message                                                WAITING
       545 rdbms ipc message                                                WAITING
       546 rdbms ipc message                                                WAITING
       547 gcs remote message                                               WAITING
       548 gcs remote message                                               WAITING
       549 gcs remote message                                               WAITING
       550 gcs remote message                                               WAITING
       551 ges remote message                                               WAITING
       552 rdbms ipc message                                                WAITING
       553 rdbms ipc message                                                WAITING
       554 DIAG idle wait                                                   WAITING
       555 pmon timer                                                       WAITINGI am not at all able to understand what this SQL is...i think its related to some XML datatype.
Also not able to generate execution plan for this sql using explain plan- getting error(ORA-00932: inconsistent datatypes: expected - got -)
Please help me in this issue...
How can i generate execution plan?
Does this type of XML based query will cause high GC wiat events and buffer busy wait events?
How can i tune this query?
How can i find that this is the only query causing High CPU usage?
Our servers are having 64 GB RAM and 16 CPU's..
OS is Solaris 5.10 with UDP as protocol for interconnect..
-Yasser

I found some more xml queries as shown below.
SELECT XMLELEMENT("Resource", XMLATTRIBUTES(RAWTOHEX(RMR.RESOURCE_ID) AS "resourceID", RMO.OWNER_CODE AS "ownerCode", RMR.MIME_TYPE AS "mimeType",RMR.FILE_SIZE AS "fileSize", RMR.RESOURCE_STATUS AS "status"), (SELECT XMLAGG(XMLELEMENT("ResourceLocation", XMLATTRIBUTES(RAWTOHEX(RMRP.REPOSITORY_ID) AS "repositoryID", RAWTOHEX(DIRECTORY_ID) AS "directoryID", RESOURCE_STATE AS "state", RMRO.RETRIEVAL_SEQ AS "sequence"), XMLFOREST(FULL_PATH AS "RemotePath"))ORDER BY RMRO.RETRIEVAL_SEQ) FROM RM_RESOURCE_PATH RMRP, RM_RETRIEVAL_ORDER RMRO, RM_LOCATION RML WHERE RMRP.RESOURCE_ID = RMR.RESOURCE_ID AND RMRP.REPOSITORY_ID = RMRO.REPOSITORY_ID AND RMRO.LOCATION_ID = RML.LOCATION_ID AND RML.LOCATION_CODE = :B2 ) AS "Locations") FROM RM_RESOURCE RMR, RM_OWNER RMO WHERE RMR.OWNER_ID = RMO.OWNER_ID AND RMR.RESOURCE_ID = HEXTORAW(:B1 )
SELECT XMLELEMENT ( "Resources", XMLAGG(XMLELEMENT ( "Resource", XMLATTRIBUTES (B.RESOURCE_ID AS "id"), XMLELEMENT ("ContentType", C.CONTENT_TYPE_CODE), XMLELEMENT ("TextExtractStatus", B.TEXT_EXTRACTED_STATUS), XMLELEMENT ("MimeType", B.MIME_TYPE), XMLELEMENT ("NumberPages", TO_CHAR (B.NUM_PAGES)), XMLELEMENT ("FileSize", TO_CHAR (B.FILE_SIZE)), XMLELEMENT ("Status", B.STATUS), XMLELEMENT ("ContentFormat", D.CONTENT_FORMAT_CODE), G.ALTKEY )) ) FROM CM_PACKET A, CM_RESOURCE B, CM_REF_CONTENT_TYPE C, CM_REF_CONTENT_FORMAT D, ( SELECT XMLELEMENT ( "AlternateKeys", XMLAGG(XMLELEMENT ( "AlternateKey", XMLATTRIBUTES ( H.ALT_KEY_TYPE_NAME AS "keyType", E.CHILD_BROKER_CODE AS "broker", E.VERSION AS "version" ), E.ALT_KEY_VALUE )) ) ALTKEY, E.RESOURCE_ID RES_ID FROM CM_RESOURCE_ALT_KEY E, CM_RESOURCE F, CM_ALT_KEY_TYPE H WHERE E.RESOURCE_ID = F.RESOURCE_ID(+) AND F.PACKET_ID = HEXTORAW (:B1 ) AN
D E.ALT_KEY_TYPE_ID = H.ALT_KEY_TYPE_ID GROUP BY E.RESOURCE_ID) G WHERE A.PACKET_ID = HEXTORAW (:B1
SELECT XMLELEMENT ("Tagging", XMLAGG (GROUPEDCAT)) FROM ( SELECT XMLELEMENT ( "TaggingCategory", XMLATTRIBUTES (CATEGORY1 AS "categoryType"), XMLAGG (LISTVALUES) ) GROUPEDCAT FROM (SELECT EXTRACTVALUE ( VALUE (T), '/TaggingCategory/@categoryType' ) CATEGORY1, XMLCONCAT(EXTRACT ( VALUE (T), '/TaggingCategory/TaggingValue' )) LISTVALUES FROM TABLE(XMLSEQUENCE(EXTRACT ( :B1 , '/Tagging/TaggingCategory' ))) T) GROUP BY CATEGORY1)
SELECT XMLCONCAT ( :B2 , DI_CONTENT_PKG.GET_ENUM_TAGGING_FN (:B1 ) ) FROM DUAL
SELECT XMLCONCAT (:B2 , :B1 ) FROM DUAL
SELECT * FROM EQ_RAW_TAG_ERROR A WHERE TAG_LIST_ID = :B2 AND EXTRACTVALUE (A.RAW_TAG_XML, '/TaggingValues/TaggingValue/Value' ) = :B1 AND A.STATUS = '
NR'
SELECT RAWTOHEX (S.PACKET_ID) AS PACKET_ID, PS.PACKET_STATUS_DESC, S.LAST_UPDATE AS LAST_UPDATE, S.USER_ID, S.USER_COMMENT, MAX (T.ALT_KEY_VALUE) AS ALTKEY, 'Y' AS IS_PACKET FROM EQ_PACKET S, CM_PACKET_ALT_KEY T, CM_REF_PACKET_STATUS PS WHERE S.STATUS_ID = PS.PACKET_STATUS_ID AND S.PACKET_ID = T.PACKET_ID AND NOT EXISTS (SELECT 1 FROM CM_RESOURCE RES WHERE RES.PACKET_ID = S.PACKET_ID AND EXISTS (SELECT 1 FROM CM_REF_CONTENT_FORMAT CF WHERE CF.CONTENT_FORMAT_ID = RES.CONTENT_FORMAT AND CF.CONTENT_FORMAT_CODE = 'I_FILE')) GROUP BY RAWTOHEX (S.PACKET_ID), PS.PACKET_STATUS_DESC, S.LAST_UPDATE, S.USER_ID, S.USER_COMMENT UNION SELECT RAWTOHEX (A.FATAL_ERROR_ID) AS PACKET_ID, C.PACKET_STATUS_DESC, A.OCCURRENCE_DATE AS LAST_UPDATE, '' AS USER_ID, '' AS USER_COMMENT, RAWTOHEX (A.FATAL_ERROR_ID) AS ALTKEY, 'N' AS IS_PACKET FROM EQ_FATAL_ERROR A, EQ_ERROR_MSG B, CM_REF_PACKET_STATUS C, EQ_SEVERITYD WHERE A.PACKET_ID IS NULL AND A.STATUS = 'NR' AND A.ERROR_MSG_ID = B.ERROR_MSG_ID AND B.SEVERITY_I
SELECT /*+ INDEX(e) INDEX(a) INDEX(c)*/ XMLAGG(XMLELEMENT ( "TaggingCategory", XMLATTRIBUTES ( G.TAG_CATEGORY_CODE AS "categoryType" ), XMLELEMENT ("TaggingValue", XMLATTRIBUTES (C.IS_PRIMARY AS "primary", H.ORIGIN_CODE AS "origin"), XMLAGG(XMLELEMENT ( "Value", XMLATTRIBUTES ( F.TAG_LIST_CODE AS "listType" ), E.TAG_VALUE )) ) )) FROM TABLE (CAST (:B1 AS T_TAG_MAP_HIERARCHY_TAB)) A, TABLE (CAST (:B2 AS T_ENUM_TAG_TAB)) C, REM_TAG_VALUE E, REM_TAG_LIST F, REM_TAG_CATEGORY G, CM_ORIGIN H WHERE E.TAG_VALUE_ID = C.TAG_VALUE_ID AND F.TAG_LIST_ID = E.TAG_LIST_ID AND G.TAGGING_CATEGORY_ID = F.TAGGING_CATEGORY_ID AND H.ORIGIN_ID = C.ORIGIN_ID AND C.ENUM_TAG_ID = A.MAPPED_ENUM_TAG_ID GROUP BY C.IS_PRIMARY, H.ORIGIN_CODE, G.TAG_CATEGORY_CODE START WITH A.MAPPED_ENUM_TAG_ID = HEXTORAW (:B3 ) CONNECT BY PRIOR A.MAPPED_ENUM_TAG_ID = A.ENUM_TAG_ID
SELECT /*+  INDEX(e) */ XMLAGG(XMLELEMENT ( "TaggingCategory", XMLATTRIBUTES ( G.TAG_CATEGORY_CODE AS "categoryType" ), XMLELEMENT ( "TaggingValue", XMLATTRIBUTES (C.IS_PRIMARY AS "primary", H.ORIGIN_CODE AS "origin"), XMLAGG(XMLCONCAT ( XMLELEMENT ( "Value", XMLATTRIBUTES ( F.TAG_LIST_CODE AS "listType" ), E.TAG_VALUE ), CASE WHEN LEVEL = 1 THEN :B4 ELSE NULL END )) ) )) FROM TABLE (CAST (:B1 AS T_TAG_MAP_HIERARCHY_TAB)) A, TABLE (CAST (:B2 AS T_ENUM_TAG_TAB)) C, REM_TAG_VALUE E, REM_TAG_LIST F, REM_TAG_CATEGORY G, CM_ORIGIN H WHERE E.TAG_VALUE_ID = C.TAG_VALUE_ID AND F.TAG_LIST_ID = E.TAG_LIST_ID AND G.TAGGING_CATEGORY_ID = F.TAGGING_CATEGORY_ID AND H.ORIGIN_ID = C.ORIGIN_ID AND C.ENUM_TAG_ID = A.MAPPED_ENUM_TAG_ID GROUP BY G.TAG_CATEGORY_CODE, C.IS_PRIMARY, H.ORIGIN_CODE START WITH A.MAPPED_ENUM_TAG_ID = HEXTORAW (:B3 ) CONNECT BY PRIOR A.MAPPED_ENUM_TAG_ID = A.ENUM_TAG_IDBy observing above sql queries i found some hints forcing for index usage..
I think xml schema is created already...and its progressing as you stated above. Please correct if i am wrong.
I found all these sql from AWR report and all of these are very high resource consuming queries.
And i am really sorry if i am irritating you by asking all stupid questions related to xml.
-Yasser
Edited by: YasserRACDBA on Nov 17, 2009 3:39 PM
Did syntax allignment.

Similar Messages

  • Flash causes very high CPU load (including high Xorg load)

    Hello everybody,
    this is my first message. I'm an Arch user since a few months, and I'm pretty sure this is the distribution I'll stick to - I pratically love everything about it, especially its simpleness. It's the first Linux that doesn't scare me away with tons of configuration files scattered around dozens of different locations. I've already gotten quite a number of things fixed by myself without even looking at the forum or wiki.
    Well, it seems most of these statements can be found in most first forum posts, so I'll stop to bore you...
    The problem: Playing flash videos or animations causes incredible processor load: Even youtube takes a whole CPU core (or even a little more), top shows around 80% for Xorg and around 20-30% for Firefox (a little less with Opera). I'm on Arch64 with XFCE, Athlon X2 4600+, NVidia 8200 chipset (which has severe driver problems anyway; I'm using the latest NVidia beta driver). I'd try the open source nvidia driver, but (it seems that) there's no support for my chipset yet.
    Currently I'm using Adobe's Flash64 alpha, before that I used various versions fo the nspluginwrapper. 32-bit Flash also caused high CPU load, but it wasn't that much and it may have been related to nspluginwrapper rather than anything else; however I have got the impression that things became even worse with the switch to the x64 alpha (performance-wise; on the other hand, it at least loads faster and doesn't crash anymore). Like said before, youtube takes one core, but it mostly works ok then, but videos with higher resolutions that youtube's are practically impossible to watch (except when there is very little movement in the film). Neither Flash hardware acceleration on nor off makes any difference.
    I've already read half of the web, searched in forums, wikis, etc., but didn't find anybody with the same problem. When Flash64 was released and people were reporting good improvements, I was hoping it would be the same for me...
    What I'm looking for is suggestions of things to try... I'm out of ideas what to try and where to look. It just seems strange that I seem to have problems that others don't...
    Thanks for reading and for any comments.

    cerbie wrote:And, do I know you from somewhere--a little more Windows-centric--or are there many ElkMonsters, out here?
    Hehe, I'm also wondering how many Cerbies are out there...
    Really funny. The internet is a small place, obviously. Us meeting in a Linux forum also explains why nobody writes to the LSML anymore.

  • Querying application for high cpu usage

    Hi , I need to run / create a report that could query a application that using alot of cpu resources, but the thing is that it would need to check every service or task that is run by the application?
    Thanks

    Hi,
    As we can see, the lsit of application in the task manager sorted by CPU usage always change. And with SCOM, we can only get out performance report for monitored objects, but cannot get the application name which eat most CPU.
    It is suggested to create performance monitor to set alert when avaliable CPU is below a value, so that we can check the task manager on the agent monitored which cost most CPU.
    Regards,
    Yan Li 
    Regards, Yan Li

  • Chromium + Flash + Pandora = very high CPU usage

    I know Pandora is far from the most efficient software out there, but in Chromium it takes roughly 1.6 GHz of CPU cycles, compared to 260 MHz in Firefox.  Same version of Flash (64 bit preview).  I was hoping to switch from Firefox to Chromium as it seems to be faster overall, but draining my laptop's battery like this is a show-stopper.
    chromium 10.0.648.205-1
    xorg-server 1.10.1-1
    xf86-video-ati 6.14.1-1
    Firefox 4.0 (64-bit) from upstream
    Adobe Flash 10.3 d162 (64-bit preview)
    With Chromium:
    Cn Avg residency P-states (frequencies)
    C0 (cpu running) (45.4%) 2.00 Ghz 100.0%
    polling 0.4ms ( 0.1%) 1.60 Ghz 0.0%
    C1 mwait 0.2ms (26.9%) 1200 Mhz 0.0%
    C4 mwait 0.2ms (27.6%)
    Top causes for wakeups:
    65.4% (1557.0) [radeon] <interrupt>
    12.5% (297.2) [kernel scheduler] Load balancing tick
    12.4% (295.4) kworker/0:0
    PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
    3609 john 20 0 455m 131m 20m S 50.2 3.3 1:40.29 chromium
    3151 root 20 0 115m 32m 15m R 30.6 0.8 1:06.56 X
    With Firefox:
    Cn Avg residency P-states (frequencies)
    C0 (cpu running) (19.6%) 2.00 Ghz 0.0%
    polling 2.3ms ( 0.0%) 1.60 Ghz 0.0%
    C1 mwait 0.7ms ( 5.9%) 1200 Mhz 100.0%
    C4 mwait 1.0ms (74.4%)
    Top causes for wakeups:
    29.8% (192.6) [kernel scheduler] Load balancing tick
    26.3% (170.1) kworker/0:0
    15.6% (100.8) firefox-bin
    PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
    3860 john 20 0 709m 220m 37m S 22.0 5.6 0:29.94 firefox-bin
    3151 root 20 0 110m 25m 8472 S 1.7 0.6 1:55.23 X
    Last edited by jlindgren (2011-04-18 23:25:06)

    The almost exact 100 wakeups per second makes me wonder if Pandora tries to redraw constantly but gets throttled to 100 FPS in Firefox.
    Edit: Okay, I guess I should have done a little more research before posting here; seems to be a known problem with Pandora and Chromium (on Windows and Mac also (!)):
    http://code.google.com/p/chromium/issue … l?id=38794
    http://code.google.com/p/chromium/issue … l?id=77691
    http://superuser.com/questions/149230/w … -cpu-usage
    http://hintsforums.macworld.com/showthread.php?p=617863
    Last edited by jlindgren (2011-04-19 01:42:57)

  • Flash causing abnormally high CPU usage and overheating when browsing internet

    Hello,
    Flash Player (Safari Internet plug-in) spikes to 110-120% of my CPU usage while browsing the internet. This also causes my computer to overheat. (This also occurs when using Firefox)
    I am running OSX 10.8.4 and I am using Adobe Flash Player 11.8.800.94
    I have tried uninstalling through the Adobe uninstaller and resetting Safari and my computer.
    I contacted apple care and they said it was a problem with Adobe and I needed to contact you guys.
    Thank you for your help.
    Justin

    The link you posted is fine. its only around 9%
    Here is an example of a page that causes my CPU to freak out
    http://forums.prosportsdaily.com/forumdisplay.php?143-Soccer

  • How can I identify the cause of high CPU usage

    Just recently, my Mac Book Pro CPU usage has gone through the roof, and the temperature quickly rises to around 80ºC, with the fans are working pretty hard to keep it there.
    I've looked in Activity Monitor, but there's nothing unusual as far as I can tell in the list of processes, but it does show that the system is continually using between 30% and 40% of the CPU all the time, even if I have no applications running. From a cold start, it starts using that much CPU as soon as OSX loads.
    Here's a screen grab of the activity monitor window
    One thing I thought was strange is the amount of Virtual Memory that Growl uses (37gb) but according to the growl website, that's not unusual. I've also tried quitting Growl, but it makes no difference.
    I have 30GB of free space left on my HD.
    Any ideas? I'm worried my Mac Book might be on it's last legs, so I'm hoping and praying that this is something simple-ish.
    thanks
    -t

    Your fellow MacBook Pro users would be found here:
    http://discussions.apple.com/category.jspa?categoryID=190
    http://www.apple.com/support/macbookpro/
    Might also want to check out the Mac OS X Snow Leopard discussions.

  • Very high cpu usage - no programs running!!

    Hi guys
    Was really hoping someone could help me with this problem.
    There is a constant 50-60% cpu usage and the laptop is getting superhot 80c and obviously sending the fan into overkill 6000rpm+.
    But what is confusing is that is like this all the time!! even when there are no programs running at all!!
    and even worse in activity monitor there is no process which can account for that cpu activity/heat. nothing is clocking in at more than 9%.
    I have done repair permissions, used onyx to clean up the system, use clean my mac, rebuilt the index in spotlight and nothing works. the second you switch on and log on the problems start.
    I cant think of anything else to do apart from doing a complete reinstall which is obviously something i would like to do avoid so any ideas to why this is happening? and how is it possible there can be cpu activity that is not accounted for?
    thanks for any help/advice you guys can provide

    hi Roam
    yeah everything is disconnected, switched off airport as well and then rebooted
    on restart with nothing but terminal open here is the readout from
    Processes: 57 total, 2 running, 55 sleeping, 230 threads 10:46:22
    Load Avg: 1.10, 0.36, 0.14 CPU usage: 36.40% user, 19.90% sys, 43.68% idle
    SharedLibs: 6212K resident, 5708K data, 0B linkedit.
    MemRegions: 5325 total, 166M resident, 15M private, 121M shared.
    PhysMem: 446M wired, 248M active, 234M inactive, 927M used, 1120M free.
    VM: 135G vsize, 1036M framework vsize, 36917(0) pageins, 0(0) pageouts.
    Networks: packets: 40/6356B in, 40/7044B out. Disks: 16108/740M read, 6057/104M written.
    PID COMMAND %CPU TIME #TH #WQ #POR #MRE RPRVT RSHRD RSIZE VPRVT VSIZE PGRP
    262 mdworker 0.1 00:00.24 3 1 50- 73- 2448K- 10M 15M- 33M- 2411M- 262
    254 mdworker 0.0 00:00.18 3 1 50 66 1672K 11M 7488K 31M 2410M 254
    240 top 2.8 00:01.88 1/1 0 27 35 1376K 248K 1940K 17M 2378M 240
    222 bash 0.0 00:00.00 1 0 17 26 396K 248K 1056K 17M 2378M 222
    217 login 0.0 00:00.03 1 0 22 56 520K 248K 2756K 18M 2379M 217
    213 Terminal 1.6 00:03.10 6 1 120 127 4212K 20M 25M 34M 2703M 213
    145 ntpd 0.0 00:00.00 1 0 14 24 88K 940K 308K 156K 2378M 17
    144 activitymoni 0.0 00:01.43 1 0 23 37 724K 244K 1248K 28M 2389M 144
    140 cvmsComp_x86 0.0 00:00.04 1 0 18 35 1708K 10M 6208K 18M 2392M 140
    132 System Event 0.0 00:00.23 2 1 72 114 2700K 9180K 17M 31M 2678M 132
    128 Smart Scroll 0.0 00:00.18 2 1 95- 104- 3080K- 13M 15M- 41M- 2695M- 128
    126 CCacheServer 0.0 00:00.01 2 2 35 54 668K 248K 1668K 41M 2401M 126
    119- Little Snitc 0.0 00:00.15 3 1 99 90 1448K 15M 4640K 31M 896M 119
    118- Little Snitc 0.0 00:00.12 3 1 90 87 1276K 14M 4388K 31M 894M 118
    114 SIMBL Agent 0.0 00:00.12 2 1 84 167 2796K 11M 12M 304M 11G 114
    113 AirPort Base 0.0 00:00.05 4 1 84 87 1588K 14M 11M 31M 2685M 113
    107 UserEventAge 0.1 00:00.29 3 1 157 108 2268K 2092K 11M 41M 2403M 107
    102 pboard 0.0 00:00.00 1 0 22 38 404K 252K 872K 18M 2379M 102
    101 fontd 1.2 00:02.36 3 2 235+ 134+ 7796K- 2036K+ 9492K+ 35M- 2428M+ 101
    98 Finder 0.0 00:01.08 8 3 175 178 5152K 21M 31M 27M 2707M 98
    97 SystemUIServ 0.0 00:00.96 3 1 222 227 8240K 27M 32M 44M 2722M 97
    96 Dock 0.5 00:01.03 4 2 121 181 3244K 26M 23M 17M 2707M 96
    92 launchd 1.0 00:00.47 2 0 468+ 61+ 528K 488K+ 996K+ 38M 2399M+ 92
    86 coreaudiod 0.0 00:00.09 3 1 133 77 1356K 448K 6432K 31M 2393M 86
    78 cvmsComp_x86 0.0 00:00.19 1 0 18 35 1804K 10M 6404K 18M 2392M 78
    76 launchd 0.0 00:00.00 2 0 37 47 316K 432K 708K 38M 2399M 76
    75 cvmsServ 0.0 00:00.00 2 0 45 29 336K 248K 808K 19M 2381M 75
    72- Nalpeirond6 0.0 00:00.01 1 0 14 25 112K 240K 372K 17M 586M 71
    64 ocspd 0.0 00:00.01 1 0 23 27 532K 304K 1280K 17M 2378M 64
    61 socketfilter 0.0 00:00.11 3 1 47 51 1500K 8228K 2904K 29M 2403M 61
    57 WindowServer 0.9 00:03.50 4 1 191 417- 5720K+ 12M- 25M 40M- 2718M- 57
    48 coreservices 4.2 00:02.74 7 4 291+ 162- 2884K 11M 13M+ 17M- 2406M- 48
    47 distnoted 1.0 00:00.50 4 3 62 41 764K 240K 1240K 30M 2390M 47
    46 taskgated 0.7 00:00.33 6 0 50 35 644K 244K 1216K 29M 2389M 46
    45- lsd 0.0 00:00.13 2 1 56 65 832K 10M 2396K 30M 615M 45
    44- qmasterd 0.0 00:00.11 2 1 31 139 1632K 9036K 6212K 29M 622M 44
    41 autofsd 0.0 00:00.00 2 1 29 37 480K 244K 984K 28M 2388M 41
    40 blued 0.0 00:00.12 2 1 63 44 1132K 8116K 4240K 28M 2402M 40
    34 dynamic_page 0.0 00:00.00 1 0 20 24 308K 240K 788K 17M 2378M 34
    32 fseventsd 0.1 00:00.17 12 1 95 64 1236K 244K 1748K 33M 2395M 32
    31 hidd 0.0 00:00.95 4 2 70 48 768K 264K 1524K 30M 2391M 31
    29 KernelEventA 0.0 00:00.00 4 2 33 42 524K 244K 1020K 30M 2390M 29
    28 loginwindow 0.3 00:00.55 2 1 230 116 2340K 13M 8460K 25M 2677M 28
    27 mDNSResponde 0.0 00:00.04 3 1 50 54 900K 280K 1784K 40M 2400M 27
    Plus sorry should have written this on first msg but the most recent change i did to my computer before the problems started was change the Icons for Finder. I have changed it back, was using candybar but still no change. anyway to complete reset icons for finder without having to reinstall?

  • DW CS3 very high CPU usage

    Just installed DW CS3, installation went normally without any
    problems. However when I start the program, DreamWeaver.exe
    constantly occupies between 80 and 100% of the CPU resources - even
    when minimized.
    The same happens on 2 XP SP2 systems, one 3GHz 1GB RAM where
    I have DW8 installed, and one 1.7GHz dual-core 2GB RAM laptop with
    a fresh Windows installation and no other Adobe/Macromedia stuff
    installed.
    I tried to repair the installation, to uninstall / reinstall
    (with a reboot after every operation) , but the problem remains.
    Is this a known issue, probably with a known fix?
    Thanks

    Glad to hear you figured it out. Can you explain in more
    detail exactly
    what you did? Is this the Win XP setting you're talking
    about?:
    http://support.microsoft.com/kb/875351
    "You can view the DEP configuration for your computer in
    System in Control
    Panel. To do this, follow these steps:
    1. Click Start, click Run, type sysdm.cpl, and then click OK.
    2. Click the Advanced tab, and then under Performance, click
    Settings.
    3. In the Performance Options dialog box, click the Data
    Execution
    Prevention tab.
    4. Note if Turn on DEP for essential Windows programs and
    services only or
    Turn on DEP for all programs and services except those I
    select: is
    selected. "
    If I go to the Data Execution Prevention tab, it's set to
    "Turn on DEP for
    essential Windows programs and services only", which I'm
    assuming is the
    default setting, since I haven't touched this before. What
    was your DEP set
    to?
    Thanks,
    David Alcala
    Adobe Product Support
    "harpo_" <[email protected]> wrote in
    message
    news:f0a6rd$2eh$[email protected]..
    > hmm.. fixed it by excluding dreamweaver.exe from the so
    called 'data
    > execution prevention'

  • [SOLVED] External USB mouse causes very high CPU load

    Hello,
    this is far from a scientific test, but if I launch a cpu load monitor and wiggle the mouse cursor over it with the built-in touchpad, the CPU load goes up by 3-4%. When I do the same with a USB mouse, it's 30-40%. Also, in a 3D game, moving the camera around with the touchpad drops the FPS from 35 to 25, while doing the same with the USB mouse drops it to about 5-10 FPS, so something is definetely wrong here.
    If I don't touch the mouse, it doesn't produce any load.
    The CPU load comes from both X and the window over which I am wiggling the cursor, whether it is a terminal, browser or whatever, with the window contributing about 2/3 of it. If I don't do it over a window, the excessive load comes only from X and is much smaller (but still several times bigger than the load the touchpad produces).
    I have no idea how to even tackle the issue.
    I run Arch 64, on an Asus 1201N laptop. The mouse is Logitech G5 (laser mouse).
    Last edited by Porost (2011-09-23 19:36:04)

    Have you tried with a different mouse, to check if it is specific to this mouse /driver? Does lowering the polling rate help? (https://wiki.archlinux.org/index.php/Mouse_Polling_Rate) .I remember vaguely that laptop mode caused this too.. search the forums for mouse and cpu.
    Last edited by rwd (2011-09-23 19:24:30)

  • Since 10.4.6 Update: "ATSServer" with high CPU-usage when opening PDFs

    Since I've updated to 10.4.6 my system is very slow when I open PDFs (in "Preview" or "Acrobat").
    This is caused by the process "ATSServer" which goes through every file in "~/Library/Fonts" (I have over 4.800 files there - but just a view are activated by "FontBook") and so it takes very high CPU-usage.
    I didn't have this problem bevore the update and I didn't make any changes on my font settings.
    I've cleaned the font cache, but it doesn't help.
    Any ideas?
    Ciao
    Mephizo
    PS: Excuse my poor English.
    PowerBook G4 17'' 1.67 GHz   Mac OS X (10.4.6)  
    PowerBook G4 17'' 1.67 GHz   Mac OS X (10.4.6)  

    I haven't noticed any change myself, Dan, but I have the 2 GHz model.
    One thing I HAVE noticed though after OS updates is that they can often result in a fair amount of file and free space fragmentation immediately after installation. OSX's routines will deal with fragmentation of small files , but not of large ones (over 20 Meg), and it won't deal very effectively with free space fragmentation. If your HD is getting full this can cause significant slowdowns, especially where video is involved.
    You should also run DiskUtility and check for any directory and permissions issues.
    Cheers
    Rod

  • High CPU Usage On client application when upgrade remote SQL database

    Hi,
    Is anyone here encountered very high CPU usage after upgraded the database from SQL 2005 to SQL 2012? Following describes my issue.
    I have my client application running on Windows 7 that access to central database (SQL 2005) on Windows server 2003 using ODBC connection, this client application basically query data and perform data insert and update. There are a number of this similar
    clients connected to the database.
    Due to slowness of the database server, company decided to upgrade the database server to SQL 2012 and also new hardware runing Windows Server 2012. There is no change on the client application and client hardware and the client application still using the
    same ODBC connection to query, insert or update the new database server.
    The problem I am now experiencing now is that my client PC where my client application running the CPU usage is very high almost hitting 100% when accessing to the central database. I am also noticed this program lsass.exe that utilized almost 40-50% of
    the CPU time when client application accessing the central database.
    Is anyone here know, why client PC CPU usage 100% when access to upgraded SQL 2012 database? What is lsass.exe program doing, it only appear when accessing to database server. How to reduce the CPU usage on client?
    Thanks.
    Chee Wee.

    Hello,
    After upgrading, please rebuild indexes and update statistics on the databases.
    http://www.mssqltips.com/sqlservertip/1367/sql-server-script-to-rebuild-all-indexes-for-all-tables-and-all-databases/
    http://www.mssqltips.com/sqlservertip/1606/execute-update-statistics-for-all-sql-server-databases/
    Configure maxdop on the instance.
    http://blogs.msdn.com/b/sqlsakthi/archive/2012/05/24/wow-we-have-maxdop-calculator-for-sql-server-it-makes-my-job-easier.aspx
    If the above does not solve the issue, let us know.
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • High cpu usage for garbage collection (uptime vs total gc time)

    Hi Team,
    We have a very high cpu usage issue in the production.
    When we restart the server, the cpu idle time would be around 95% and it comes down as days goes by. Today idle cpu is 30% and it is just 6th day after the server restart.
    Environemnt details:
    Jrockit version:
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-b04)
    BEA WebLogic JRockit(TM) 1.4.2_05 JVM R24.4.0-1 (build ari-38120-20041118-1131-linux-ia32, Native Threads, GC strategy: parallel)
    Gc Algorithm: JRockit Garbage Collection System currently running strategy: Single generational, parallel mark, parallel sweep
    Number Of Processors: 4
    Max Heap Size: 1073741824
    Total Garbage Collection Time: 21:43:56.5
    Uptime: 114:33:4.1
    Total Garbage Collection Count: 420872
    Total Number Of Threads: 198
    Number Of Daemon Threads: 191
    Can you guys please tell me what would be problem in the server which causing the high cpu usage?
    One more thing I would like to know is that why the total number of threads is 198 when we specified the Executor pool size as 25? I agree that weblogic would create some threads for its maintenance but around 160 threads!!! something is wrong I guess.
    Santhosh.
    [email protected]

    Hi,
    I'm having a similar problem, but haven't been able to resolve it yet. Troubleshooting is made even harder by the fact that this is only happening on our production server, and I've been unable to reproduce it in the lab.
    I'll post whatever findings I have and hopefully we'll be able to find a solution with the help of BEA engineers.
    In my case, I have a stand-alone Tomcat server that runs fine for about 1-2 days, and then the JVM suddenly starts using more CPU, and as a result, the server load shoots up (normal CPU utilization is ~5% but eventually goes up to ~95%; load goes from 0.1 to 4+).
    What I have found so far is that this corresponds to increased GC activity.
    Let me list my environment specs before I proceed, though:
    CPU: Dual Xeon 3.06GHz
    RAM: 2GB
    OS: RHEL4.4 (2.6.9-42.0.2.ELsmp)
    JVM build 1.5.0_03-b07 (BEA JRockit(R) (build dra-45238-20050523-2008-linux-ia32, R25.2.0-28))
    Tomcat version 5.5.12
    JAVA_OPTS="-Xms768m -Xmx768m -XXtlasize16k -XXlargeobjectlimit16k -Xverbose:memory,cpuinfo -Xverboselog:/var/log/tomcat5/jvm.log -Xverbosetimestamp"
    Here are excerpts from my verbose log (I'm getting some HT warning, not sure if that's a problem):
    [Fri Oct 20 15:54:18 2006][22855][cpuinfo] Detected SMP with 2 CPUs that support HT.
    [Fri Oct 20 15:54:18 2006][22855][cpuinfo] Trying to determine if HT is enabled.
    [Fri Oct 20 15:54:18 2006][22855][cpuinfo] Trying to read from /dev/cpu/0/cpuid
    [Fri Oct 20 15:54:18 2006][22855][cpuinfo] Warning: Failed to read from /dev/cpu/0/cpuid
    [Fri Oct 20 15:54:18 2006][22855][cpuinfo] Trying to read from /dev/cpu/1/cpuid
    [Fri Oct 20 15:54:18 2006][22855][cpuinfo] Warning: Failed to read from /dev/cpu/1/cpuid
    [Fri Oct 20 15:54:18 2006][22855][cpuinfo] HT is: supported by the CPU, not enabled by the OS, enabled in JRockit.
    [Fri Oct 20 15:54:18 2006][22855][cpuinfo] Warning: HT enabled even though OS does not seem to support it.
    [Fri Oct 20 15:54:55 2006][22855][memory ] GC strategy: System optimized over throughput (initial strategy singleparpar)
    [Fri Oct 20 15:54:55 2006][22855][memory ] heap size: 786432K, maximal heap size: 786432K
    [Fri Oct 20 16:07:30 2006][22855][memory ] Changing GC strategy to generational, parallel mark and parallel sweep
    [Fri Oct 20 16:07:30 2006][22855][memory ] 791.642-791.874: GC 786432K->266892K (786432K), 232.000 ms
    [Fri Oct 20 16:08:02 2006][22855][memory ] 824.122: nursery GC 291998K->274164K (786432K), 175.873 ms
    [Fri Oct 20 16:09:51 2006][22855][memory ] 932.526: nursery GC 299321K->281775K (786432K), 110.879 ms
    [Fri Oct 20 16:10:24 2006][22855][memory ] 965.844: nursery GC 308151K->292222K (786432K), 174.609 ms
    [Fri Oct 20 16:11:54 2006][22855][memory ] 1056.368: nursery GC 314718K->300068K (786432K), 66.032 ms
    [Sat Oct 21 23:21:09 2006][22855][memory ] 113210.427: nursery GC 734274K->676137K (786432K), 188.985 ms
    [Sat Oct 21 23:30:41 2006][22855][memory ] 113783.140: nursery GC 766601K->708592K (786432K), 96.007 ms
    [Sat Oct 21 23:36:15 2006][22855][memory ] 114116.332-114116.576: GC 756832K->86835K (786432K), 243.333 ms
    [Sat Oct 21 23:48:20 2006][22855][memory ] 114841.653: nursery GC 182299K->122396K (786432K), 175.252 ms
    [Sat Oct 21 23:48:52 2006][22855][memory ] 114873.851: nursery GC 195060K->130483K (786432K), 142.122 ms
    [Sun Oct 22 00:01:31 2006][22855][memory ] 115632.706: nursery GC 224096K->166618K (786432K), 327.264 ms
    [Sun Oct 22 00:16:37 2006][22855][memory ] 116539.368: nursery GC 246564K->186328K (786432K), 173.888 ms
    [Sun Oct 22 00:26:21 2006][22855][memory ] 117122.577: nursery GC 279056K->221543K (786432K), 170.367 ms
    [Sun Oct 22 00:26:21 2006][22855][memory ] 117123.041: nursery GC 290439K->225833K (786432K), 69.170 ms
    [Sun Oct 22 00:29:10 2006][22855][memory ] 117291.795: nursery GC 298947K->238083K (786432K), 207.200 ms
    [Sun Oct 22 00:39:05 2006][22855][memory ] 117886.478: nursery GC 326956K->263441K (786432K), 87.009 ms
    [Sun Oct 22 00:55:22 2006][22855][memory ] 118863.947: nursery GC 357229K->298971K (786432K), 246.643 ms
    [Sun Oct 22 01:08:17 2006][22855][memory ] 119638.750: nursery GC 381744K->322332K (786432K), 147.996 ms
    [Sun Oct 22 01:11:22 2006][22855][memory ] 119824.249: nursery GC 398678K->336478K (786432K), 93.046 ms
    [Sun Oct 22 01:21:35 2006][22855][memory ] 120436.740: nursery GC 409150K->345186K (786432K), 81.304 ms
    [Sun Oct 22 01:21:38 2006][22855][memory ] 120439.582: nursery GC 409986K->345832K (786432K), 153.534 ms
    [Sun Oct 22 01:21:42 2006][22855][memory ] 120443.544: nursery GC 410632K->346473K (786432K), 121.371 ms
    [Sun Oct 22 01:21:44 2006][22855][memory ] 120445.508: nursery GC 411273K->347591K (786432K), 60.688 ms
    [Sun Oct 22 01:21:44 2006][22855][memory ] 120445.623: nursery GC 412391K->347785K (786432K), 68.935 ms
    [Sun Oct 22 01:21:45 2006][22855][memory ] 120446.576: nursery GC 412585K->348897K (786432K), 152.333 ms
    [Sun Oct 22 01:21:45 2006][22855][memory ] 120446.783: nursery GC 413697K->349080K (786432K), 70.456 ms
    [Sun Oct 22 01:34:16 2006][22855][memory ] 121197.612: nursery GC 437378K->383392K (786432K), 165.771 ms
    [Sun Oct 22 01:37:37 2006][22855][memory ] 121398.496: nursery GC 469709K->409076K (786432K), 78.257 ms
    [Sun Oct 22 01:37:37 2006][22855][memory ] 121398.730: nursery GC 502490K->437713K (786432K), 65.747 ms
    [Sun Oct 22 01:44:03 2006][22855][memory ] 121785.259: nursery GC 536605K->478156K (786432K), 132.293 ms
    [Sun Oct 22 01:44:04 2006][22855][memory ] 121785.603: nursery GC 568408K->503635K (786432K), 71.751 ms
    [Sun Oct 22 01:50:39 2006][22855][memory ] 122180.985: nursery GC 591332K->530811K (786432K), 131.831 ms
    [Sun Oct 22 02:13:52 2006][22855][memory ] 123573.719: nursery GC 655566K->595257K (786432K), 117.311 ms
    [Sun Oct 22 02:36:04 2006][22855][memory ] 124905.507: nursery GC 688896K->632129K (786432K), 346.990 ms
    [Sun Oct 22 02:50:24 2006][22855][memory ] 125765.715-125765.904: GC 786032K->143954K (786432K), 189.000 ms
    [Sun Oct 22 02:50:26 2006][22855][memory ] 125767.535-125767.761: GC 723232K->70948K (786432K), 225.000 ms
    vvvvv
    [Sun Oct 22 02:50:27 2006][22855][memory ] 125768.751-125768.817: GC 712032K->71390K (786432K), 64.919 ms
    [Sun Oct 22 02:50:28 2006][22855][memory ] 125769.516-125769.698: GC 711632K->61175K (786432K), 182.000 ms
    [Sun Oct 22 02:50:29 2006][22855][memory ] 125770.753-125770.880: GC 709632K->81558K (786432K), 126.000 ms
    [Sun Oct 22 02:50:30 2006][22855][memory ] 125771.699-125771.878: GC 708432K->61368K (786432K), 179.000 ms
    So, I'm running with the default GC strategy which lets the GC pick the most suitable approach (single space or generational). It seems to switch to generational almost immediately and runs well - most GC runs are in the nursery, and only once in a while it goes through the older space.
    Now, if you look at [Sun Oct 22 02:50:27 2006], that's when everything changes. GC starts running every second (later on it's running 3 times a second) doing huge sweeps. It never goes through the nursery again, although the strategy is still generational.
    It's all downhill from this point on, and it's a matter of hours (maybe a day) before we restart the server.
    I guess my only question is: What would cause such GC behavior?
    I would appreciate your ideas/comments!
    Thanks,
    Tenyo

  • Microsoft Office 2004 -- extremely high cpu usage and virtual ram

    hi,
    when i use office it causes a very high cpu usage even when its in idle mode.
    i am unable to work with it, because its extremely slow.
    does anyone have same experiences?
    thanks for your help!
    mbp 2.0 1,5gb ram 80gb hdd   Mac OS X (10.4.7)  

    I am able to work OK with office, I'm using the 'old version' Microsoft Office v.X, not much details in the About Box, just listed as MSoft Word/Excel/etc for Mac service release 1.
    I get the occasional crash, and I have seen Word in particular use 90% of a single core and amazingly large virtual memory usage, gigabytes sometimes, but eventually the document gets printed.
    It shows how useful the dual core (or quad) cpu approach is!
    One cpu for Word to print, and one cpu to run the rest of my applications/life!
    I still use this old office rather than re-booting into Window§ for whatever is the latest version of office.
    Doing some playing with a similar one page document in Office v.X and Pages 2.01, I get Word using about 25% of a core , Pages using 5%, - whilst editing; Intel native Pages has 20% of a core and 80MB ram 480 virtual whilst printing, Word has about 100% of a core and 65MB ram 650 virtual whilst printing, but it is a powerPC code so Rosetta is in there somewhere.
    check Activity Monitor or other apps/widgets for some parasitic processes? have fun!
    many Macs 512k -> MacBool Pro 2GHz 1GB ram   Mac OS X (10.4.7)   Yes, I have Key Lime

  • Screen Sharing freezing and high CPU usage

    Hello all,
    I use screen sharing to remote my mac mini as a media server connected to ma HD TV to play movies, music and surf.
    Since I upgrade to mavericks on my macs (Macbook Pro Retina and my Mac Mini) I have some troubles with the screen sharing feature.
    No problems with the login step, the connexion is fast, all permissions are OK (I saw there were a bug with some RDP release) but sometimes, when I use fullscreen software as VLC, Firefox, etc (not the native apple full screen feature, I just clic on the + at the top of the window), my sreen sharing freeze and I can't do or move anything on the remoted mac mini. I'm unable to close (or reduce) the screen sharing app too, it's totaly busy (But I can see the movie or the website on the 2 computer, there is no deconnection)... I have to kill the process through the monitoring activity.
    During the freezing time, I try to use vnc light from my Iphone and I have no problem, I can move the mouse, reduce le VLC windows... As soon I reduce the VLC windows, the screen sharing works again. I also use the logitech TouchMouse to remote the mouse, everything work fine.
    Here are a screen shot of the monitoring activity of the Mac running the screen sharing app, we can see that there is a very high CPU usage when I use VLC in fullscreen on my mac mini. The first is in normal mode. The second is in freeze mode. Screen Sharing is named "Partage d'écran".
    Can someone help me to fix that, everything works fine with Mountain Lion.

    I have a Macbook Pro 13.5" 2.8 GHz 4 core (2 real, 2 hyperthreaded) i7 machine running with 1920X1200 display, 3 virtual screens and VMWare adding a few virtual screens (full sized).  I have another Macbook Pro 15" with 2.6 GHz Haswell 8 core (4 real, 4 hyperthreaded).  I see the problem using Screen Sharing on the 15 inch (Retina screen) mode simulating 1920 X 1200 pixels using Screen Sharing to the 13.5" Macbook Pro.
    When I get the ScreenSharing problem, I have identified it as related to the VMWare screen on the 13.5" Macbook Pro being shown through Screen Sharing on the Retina Screen.  Before you conclude it is a VMWare problem, the computations are only on the Screen Sharing client side, not on the server side running VMWare.  The mouse gets unusable through Screen Sharing.  If I physically move the mouse on the 13.5" Macbook, no problem.  If I switch virtual screens, the Screen Sharing goes to normal processing.
    I see an appearance of a compute-bound thread on the Screen Sharing client.  It takes 100% CPU on one thread, the machine as a whole is 12.5% busy (the performance monitor considers all 8 threads as equal when in fact, they are not).
    A few more pieces of information.  The VMWare client ends up having a lot of overlapping windows with a lot of changing graphics.  My mouse runs into problems especially when it is overlaying a changing plot (Perfmon running in Windows 7, or updating email client).  It does turn out that VMWare has a "native" VNC server built-in and I tried to connect to the virtual screen using the Screen Sharing Client on the machine with computing problem and voila!, no problem.  I end up having a Screen Sharing Client running native running screen (supposed to be VNC, but I have not verified that) sharing protocol on a virtual screen that is NOT the VMWare virtual screen and a separate session using actual VNC protocol using the VMWare VNC server.  It works perfectly fine.
    If I may hazard a guess, I think I know what the bug is, or at least, what is the nature of the problem that I have.  The rest of you may have a different bug.  When I have difficulty, it is because I am on a window that suppresses the dock, both in remote virtual screen and on the local machine showing the screen.  Two docks are suppressed, one remote, one local.  Throw in overlapping windows with changing graphics in the overlapped windows and toss in a mouse on top of that.  I think that the Screen Sharing is trying to refresh overlapping windows with mouse and going through the suppressed dock calculations and never converging on what the picture should be.  The mouse ends up being the visible cue that shows the time frame for iterating the windows - flickers with a timeframe of greater than a second.  That is far greater than the screen update time.  It is totally compute bound with all the overlapping stuff that it is deconflicting.  At least, that is what I think is going on.
    Meanwhile, the VMWare VNC server appears to send out a single graphics context and causes the Screen Sharing client to converge to a picture.  Note, the mouse appearance is very different when attaching to the VMWare VNC Server rather than the ScreenSharing native server.  I see two mouse renderings, the virtual machine remote and a mouse rendering from my Screen Sharing client side.  They are mostly in sync in position unless I move the mouse very quickly.  If I use Screen Sharing client and server instead, I usually see only one mouse, the client side's mouse rendering.
    I have a solution for my problem.  It is similar to using a different VNC server/client pairing.  I will use a VNC server for the systems giving me trouble that is not Screen Sharing Server exercising a probable bug in the Client (though, it could be a problem in the design of Screen Sharing itself).

  • High CPU usage on IPS

    Hi guys
    I got a problem with an IPS, from some weeks the CPU has been at 100% (all the 4 CPU's) and I don't know why, the Inspection Load is really low and I guess this is not affecting to this. Here some information of the SHOW VERSION command
    *I also attach some images of the IPS*
    Cisco Intrusion Prevention System, Version 7.1(1)E4
    Host:                                                    
        Realm Keys          key1.0                           
    Signature Definition:                                    
        Signature Update    S807.0              2014-06-13   
    OS Version:             2.6.29.1                         
    Platform:               ASA5585-SSP-IPS10               
    Using 4428M out of 5839M bytes of available memory (75% usage)
    system is using 25.1M out of 160.0M bytes of available disk space (16% usage)
    application-data is using 68.0M out of 171.6M bytes of available disk space (42% usage)
    boot is using 56.0M out of 70.5M bytes of available disk space (84% usage)
    application-log is using 494.0M out of 513.0M bytes of available disk space (96% usage)
    I hope somebody had some idea what could be causing the high cpu usage.
    Regards

    Has this been something that just recently started happening, or have you had this issue for a while?  Have you installed any new programs recently?
    You may want to download Glary Utilities, which is a free software(they will ask you if you want to go Pro, just say no, the free version works very well).  There is a module for startup manager.  You can go in and disable stuff that starts with the computer.  I would advise unchecking adobe, java, quicktime, printers, etc.  Anything that doesn't REALLY need to start with the computer.  The nice thing with Glary is that you can restart the computer, and if you find that you need one of the programs to start with windows, you can go back in and enable it again.
    The Celeron 925 processor in your computer is a decent entry level processor, but if there are too many programs running in the background, it can bog down quick.  I would also recommend downloading and running Malwarebytes Anti-malware, to be sure that there is nothing malicous running in the background. 
    Qosmio X875 i7-3630QM, 32GB RAM, OCZ SSD Qosmio X505 i7-920XM, PM55, 16GB RAM, OCZ SSD
    Satellite Pro L350 T9900, GM45, 8GB RAM , Intel 320 SSD (my baby) Satellite L655 i7-620M, HM55, 8GB RAM, Intel 710 SSD (travel system)

Maybe you are looking for

  • Error in report generation-Load report failed

    I have installed crystal reports  for VS2005 runtime in my live environment.When i try to load the report file from a .Net page i am getting the error'Error in Report generation-Load report failed'. This works fine in development and testing but when

  • Report on a new window

    Hi All, I have a calendar and a report on the same page:101. But I want to open a report on a new window whenever a user clicks on the event. I can not move the report on the different page because it is before login and public. Please let me know. T

  • Carbon in Cocoa Crashing: EXC_BAD_ACCESS after NSAutoreleasePool is released

    I'm developing a Cocoa user interface for a Photoshop CS3 plugin using Bindings. (Carbon in Cocoa, since PS is a Carbon app) I'm getting a EXC_BAD_ACCESS error when I close my modal NSWindowand the NSAutoreleasePool releases. I've spent hours now wit

  • ABAP UI element

    Hi, I need to know if there is a user element called menu so that i can get the various links based on the role of the user. If no such element is there, can any one give me an idea on how to get that functionality working. Regards Tenzin Wangmo

  • Getting rid of McAfee Security Scan

    This unwanted product was downloaded with latest version of Flash Player (3.8.141). The McAfee download does not included uninstall.exe, so I cannot uninstall it. I have already wasted hours on this. Will you please send me an uninstall.exe. Don't te