High CPU issue due to table.setForeground() in JTable renderer

Hi,
I have a JTable with a renderer to set the text color for the row if certain conditions exist.
The code below "works" although I have two issues:-
1. The command "table.setForeground(Color.BLUE);" in the code below causes 50% CPU utilisation (Win XP, service pack 3). Very strange and consistent - tested on two different PCs.
2. At times, the first column below the intended column changes color. The rest of the intended column has color set correctly.
I'm using beans binding with the table concerned so can't post the table model - I believe the binding effectively has it's own model.
Be greatful for any insight as it seems v. strange.....
Thanks,
</code>
        masterTable.setDefaultRenderer(String.class, textColour);
    TableCellRenderer textColour = new TableCellRenderer() {
        @Override
        public Component getTableCellRendererComponent(JTable table, Object value,
                boolean isSelected, boolean hasFocus, int row, int column) {
            MailingList mL = (MailingList) queryList.get((table.convertRowIndexToModel(row)));
            table.setForeground(Color.BLACK);
            if (mL.getApplicationAppId() != null) {
                if (mL.getApplicationAppId().getSembookingsCollection() != null) {
                    Collection sB = mL.getApplicationAppId().getSembookingsCollection();
                    if (!sB.isEmpty()) {
//                        table.setForeground(Color.BLUE);  //this line causes 50% CPU utilisation ???
            TableCellRenderer delegate = table.getDefaultRenderer(Object.class);
            return delegate.getTableCellRendererComponent(table, value, isSelected, hasFocus, row, column);
{code}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Here's my latest attempt, but still some questions and issues.
I create a textColour class and this time attempt to set the colour on the component rather than the whole table in a similar fashion to the prepareRenderer(&hellip;) method.
This appears to work and the CPU is no longer 50% utilisation.
However, I still have the following questions/issues/observations:-
1. I now need to set a renderer for each type of data. Perhaps this is the way it "should" be done. For example, I need to add " masterTable.setDefaultRenderer(Date.class, new textColour());" and then reformat the dates otherwise they don't change color. Would have been nice to set the colour for the whole row BUT can't see how as I can't use the preparedRenderer method?
2. Perhaps related to the above, as I now return "comp", I don't call the default tableRenderer : i.e. " return delegate.getTableCellRendererComponent(table, value, isSelected, hasFocus, row, column);" {code} Is there a cleaner/"better" way to do this? If I do return the above, I don't see any colour change as my changed "comp" is replaced by returning the component from the default call above.
3. Persumably I'm no longer in a loop as CPU is "normal" and no where near 50% (more like 0%). I still set the row to be BLACK first otherwise all rows change colour (BLUE) but looks like the row isn't rendered until the component is returned.
4. I no longer have the second issue of colour being incorrect for the first column of one row. So that's good!
Here's the latest ver of the code.......
Thanks,
{code:java}
        masterTable.setDefaultRenderer(String.class, new textColour());
        masterTable.setDefaultRenderer(Date.class, new textColour());
      public class textColour extends DefaultTableCellRenderer {
        @Override
        public Component getTableCellRendererComponent(JTable table, Object value,
                boolean isSelected, boolean hasFocus, int row, int column) {
            MailingList mL = (MailingList) queryList.get((table.convertRowIndexToModel(row)));
            Component comp = super.getTableCellRendererComponent(table, value, isSelected, hasFocus, row, column);
            if (value instanceof java.util.Date) {
                this.setText(shortDf.format((Date) value));
            comp.setForeground(Color.BLACK);
            if (mL.getApplicationAppId() != null) {
                if (mL.getApplicationAppId().getSembookingsCollection() != null) {
                    Collection sB = mL.getApplicationAppId().getSembookingsCollection();
                    if (!sB.isEmpty()) {
                        comp.setForeground(Color.BLUE);
//            TableCellRenderer delegate = table.getDefaultRenderer(Object.class);
//            return delegate.getTableCellRendererComponent(table, value, isSelected, hasFocus, row, column);
            return comp;
{code}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Similar Messages

  • High CPU Utilization due to Monitoringhost.exe SCOM 2007 R2

    CPU utilization on two servers is shooting upto 100% in regular intervals having win2008r2 sp1, hotfix mentioned by kevin does not apply to this version, tried almost everything however issue still persists, kindly suggest.

    Try to use following hotfix to fix your issue
    http://support.microsoft.com/kb/974051/en-us
    Also check below link
    http://blog.danovich.com.au/2009/08/03/monitoringhostexe-high-cpu-usage-on-scom-2007-r2/
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"

  • I have high cpu usage due the opendirectoryd activity

    Since I have installed Mavericks, my CPU usage is at a constant level of almost 100%,
    therefore the fans are speeding up en my batteries runs down very fast.
    Before this I had Lion, and everything was running smooth.
    In acitivity moinitor I have seen the following activities: opendirectoryd consuming all of my cpu usage.
    Also, I can't turn WiFi off, it will automatically turn on immediately.
    But even though I closed all my other programs in acitity monitor, this one keeps running and if I force quit it, it opens up again in a second.
    When I take a look at my logs there seems to be a major problem:
    11-02-14 16:21:56,000 kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    11-02-14 16:21:56,000 kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    11-02-14 16:22:13,000 kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    11-02-14 16:22:13,000 kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    11-02-14 16:22:33,000 kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    11-02-14 16:22:34,000 kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    11-02-14 16:22:53,000 kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    11-02-14 16:22:54,000 kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    11-02-14 16:23:11,000 kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    11-02-14 16:23:11,000 kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    11-02-14 16:23:29,000 kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    If i don't run any programs, this log seems to appear every few seconds.
    I have a MacBook Pro form late 2011,
    2.4GHz Intel i5 with 4GB RAM and 10.9.1

    I just read briefly about this and correct me if I am wrong. If you are using unix, solaris use the top (% top) command by itself at the command prompt. The output will expose the top users on the system. From there you can drill down to work on the bottleneck causing the high cpu useage. It could be that it is just being very over worked and an upgrade is necessary. Or by using (% netstat -i ) the packets may be too small thereby creating alot of traffic on the system. Reducing the amount of packets by increasing their size without splitting them in the system may reduce the cpu useage.
    Hope this helps.
    al

  • High cpu issue with ip input on ubr10k

    Hi ,
    I have high cpu constantly caused by ip input
    CPU utilization for five seconds: 45%/9%; one minute: 52%; five minutes: 60%
    PID Runtime(ms)   Invoked      uSecs   5Sec   1Min   5Min TTY Process
    201   1650855401671097443         98 23.75% 22.92% 20.60%   0 IP Input        
      30   128170480 283284522        452  2.47%  2.54%  2.42%   0 ARP Input       
    101    82189712 281342990        292  2.00%  2.06%  1.99%   0 DHCPD Receive   
    186   131950708 150764391        875  1.75%  1.81%  1.81%   0 ADJ resolve proc
       7    15528536   1054409      14727  1.03%  0.45%  0.36%   0 Check heaps     
    128    64178324  52309034       1226  0.95%  1.12%  1.04%   0 CMTS SID mgmt ta
    ios:  ubr10k4-k9p6u2-mz.122-33.SCF5
    My question is how to monitor traffic that goes to cpu on ubr10k ?
    monitor session ?
    Regards,
    Vlad

    Hello,
    thank you for the quick reply.
    I used this tool and capture some packets but I don't know how to find problem :-/.
    It could be a problem with the MTU and fragmentation?
    ------- dump of incoming inband packet -------
    interface Vl1906, routine mistral_process_rx_packet_inlin, timestamp 01:36:44.719
    dbus info: src_vlan 0x772(1906), src_indx 0x82(130), len 0x5BE(1470)
      bpdu 0, index_dir 0, flood 0, dont_lrn 0, dest_indx 0x380(896)
      D0020401 07720400 00820005 BE000000 00110560 0E000040 00000000 03800000 
    mistral hdr: req_token 0x0(0), src_index 0x82(130), rx_offset 0x76(118)
      requeue 0, obl_pkt 0, vlan 0x772(1906)
    destmac 00.YY.YY.YY.YY.YY, srcmac 00.XX.XX.XX.XX.XX, protocol 0800
    protocol ip: version 0x04, hlen 0x05, tos 0x00, totlen 1452, identifier 59626
      df 0, mf 0, fo 0, ttl 54, src aaa.aaa.aaa.aaa, dst bbb.bbb.bbb.bbb
        udp src 62558, dst 51413 len 1432 checksum 0x8C37
    ------- dump of incoming inband packet -------
    interface Vl1906, routine mistral_process_rx_packet_inlin, timestamp 01:36:44.719
    dbus info: src_vlan 0x772(1906), src_indx 0x82(130), len 0x5B0(1456)
      bpdu 0, index_dir 0, flood 0, dont_lrn 0, dest_indx 0x380(896)
      10020401 07720400 00820005 B0000000 00110550 0E000040 00000000 03800000 
    mistral hdr: req_token 0x0(0), src_index 0x82(130), rx_offset 0x76(118)
      requeue 0, obl_pkt 0, vlan 0x772(1906)
    destmac 00.YY.YY.YY.YY.YY, srcmac 00.XX.XX.XX.XX.XX, protocol 0800
    protocol ip: version 0x04, hlen 0x05, tos 0x00, totlen 1438, identifier 17960
      df 0, mf 0, fo 0, ttl 118, src ccc.ccc.ccc.ccc, dst bbb.bbb.bbb.bbb
        udp src 43999, dst 51413 len 1418 checksum 0x3A24

  • ME3600X-24CX and high CPU usage due to Nile process

    Hi,
    if I insert SFP modules into ports CPU usage increases. Now I have 14SFP modules (mostly metalic ones) and the CPU is above 20% permanently. All of them used by Nile process. Which I understand is something which reads interface state and switches on/off the LED lights. I think that such a thing shouldn't eat 20+% of CPU power. There must be something wrong with the process.
    As a result the switch is not able to respond to ICMP packets reliably (smokeping graph is very noisy). And I can imagine that other CPU tasks (BGP etc) could be affected too (but maybe the NILE process has lower priority).
    Verified on another ME3600X-24CX and checked with various SFP modules.
    Regards
    Dalibor Toman

    I tried to solve the problem by opening a ticket with our vendor. But because Cisco doesn't treat the problem as a bug there is no real solution but a workaround only. We increased the NILE process poll period using this command:
    test platform link_poll set_interval 80
    The CPU usage lowered significantly. And the response time on smokeping graph is slightly better too (less higher response time peaks on the graph)
    I have attached a graph of CPU usage for last 2 years. During may 2014 we replaced Cisco 3650G with the ME3600X and cpu usage went up. Next month we reconfigured the poll period and cpu went lower. During november we moved about 8 links to another device so the CPU usage lowered again.
    Regards
    D. Toman

  • 4500 High CPU due to "K2CpuMan"

    I am facing high CPU on one of my 4507R-E Chassis. I am having "WS-X45-SUP6-E" SUP and all of my line cards are "WS-X4648-RJ45V-E".
    My current IOS is : 12.2(54)SG1
    I have followed the below document.
    http://www.cisco.com/c/en/us/support/docs/switches/catalyst-4000-series-switches/65591-cat4500-high-cpu.html
    Till the time I have not run any CPU SPAN nor I have taken the debug outputs which I cannot do due to sensitivity of application running over the servers terminated over that switch to avoid any millisecond downtime.
    I am pasting the rest of the output. Please suggest what can be the possible cause as we are not using DAI, DHCP Snooping or IGMP.
    Please suggest if someone can suggest in this regard
    ------------------ SHOW PROC CPU ------------------
    CPU utilization for five seconds: 81%/1%; one minute: 63%; five minutes: 61%
    60   5656124073704026290        152 54.15% 55.05% 54.58%   0 Cat4k Mgmt LoPri
    ------------------ SHOW PLATFORM HEALTH ------------------
                         %CPU   %CPU    RunTimeMax   Priority  Average %CPU  Total
                                          Target       Actual    Target   Actual    Fg      Bg     5Sec     Min     Hour     CPU
    K5CpuMan Review       30.00       60.02        30         34       100     500     62        74        62       32140:33
    K2CpuMan Review The process that performs software packet forwarding If you see high CPU utilization due to this process, investigate the packets that hit the CPU with use of the show platform cpu packet statistics command.
    ---------------------SHOW PLATFORM CPU PACKET STATISTICS-----------------------------
    Queue                                            Total              5 sec avg      1 min avg    5 min avg     1 hour avg
    Unknown                                            0                       0                      0                        0                     0
    Esmp                                                  0                       0                      0                        0                     0
    Input ACL fwd(snooping)          2715401932            1734               1920                   1703               1667
     ACL fwd(snooping): Packets that are processed by the DHCP snooping, dynamic ARP inspection, or IGMP snooping

    I have got the root cause. I took the CPU Span and right after that I came to know there was a server which was consistently sending Multicast Packets causing high CPU. After disabling the related service on server CPU got normal.

  • Switch High cpu Catalyst 4500 Version 12.2(53)SG5

    I need help trying to understand the following.
                         %CPU   %CPU    RunTimeMax   Priority  Average %CPU  Total
                         Target Actual Target Actual   Fg   Bg 5Sec Min Hour  CPU
    GalChassisVp-review    3.00   0.10     10     45  100  500    0   0    0  701:22
    K2AclCamMan hw stats   3.00   1.48     10      5  100  500    0   0    0  3265:20
    K2AclCamMan kx stats   1.00   0.10     10      5  100  500    0   0    0  1917:38
    K2L2 Address Table R   2.00  72.93     12      5  100  500   95  87   66  458521:03
    K2PortMan Review       3.00   4.73     15     11  100  500    5   5    4  28199:47
    K2Fib Consistency Ch   1.00   0.19      5      2  100  500    0   0    0  1082:02
    K2FibPbr route map r   2.00   0.21     20      5  100  500    0   0    0  2031:50
    K2QosDblMan Rate DBL   2.00   0.11      7      1  100  500    0   0    0  662:26
    K2 VlanStatsMan Revi   2.00   0.39     15      2  100  500    0   0    0  2062:11
    K2PacketBufMonitor-P   3.00   2.76     10      1  100  500    2   2    2  13968:10
    RkiosPortMan Port Re   2.00   0.30     12     29  100  500    0   0    0  1744:23
    RkiosIpPbr IrmPort R   2.00   0.22     10      3  100  500    0   0    0  342:05
    Grandprix 1-1 Stub R   2.00   0.17     15      5  100  500    0   0    0  1244:55
    Grandprix 1-2 Stub R   2.00   0.14     15      5  100  500    0   0    0  866:57
    Grandprix 1-3 Stub R   2.00   0.13     15      5  100  500    0   0    0  840:36
    Grandprix 1-4 Stub R   2.00   0.16     15      5  100  500    0   0    0  846:55
    Grandprix 1-5 Stub R   2.00   0.14     15      5  100  500    0   0    0  855:31
    Grandprix 1-6 Stub R   2.00   0.15     15    124  100  500    0   0    0  1051:18
    Grandprix 1-1 Stats    2.00   0.64      4      2  100  500    0   0    0  3151:58
    Grandprix 1-2 Stats    2.00   0.48      4      2  100  500    0   0    0  675:30
    Grandprix 1-3 Stats    2.00   0.20      4      2  100  500    0   0    0  567:34
    Grandprix 1-6 Stats    2.00   0.35      4      2  100  500    0   0    0  2072:59
    %CPU Totals          241.20 101.19
                           Allocation ceiling        Current allocation
                           kbytes    % in use        kbytes    % in use
    Linecard 1's Store        258.00      62%          161.12      100%
    TSM objects            ------------------        ------------------
    PacketInfoItem            859.37       0%            0.64        0%
    VbufNodes1600              55.50       0%            5.20        0%
    VbufNodes400              288.00       0%            1.12       50%
    PacketBufRaw            25219.50     100%        25219.50      100%
    PacketBufRawJumbo         184.29     100%          184.29      100%
    Packet                   2079.42       0%           54.10        0%
    PimPhyports              1054.68       5%           54.84      100%
    PimPorts                  906.25      11%          105.12      100%
    PimModules                162.00       0%            0.63      100%
    PimChassis                 38.37       6%            2.39      100%
    EbmVlans                 5088.00       1%           67.07      100%
    EbmPorts                  344.00      11%           38.63      100%
    IrmVrfs                   315.00       0%            2.46       50%
    IrmFibEntries           12288.00       0%            0.75        6%
    IrmMfibEntryMemMan       6656.00       0%            0.10      100%
    Acl                      1536.00       0%            1.87      100%
    Ace24                    9215.85       0%            4.92      100%
    Ace48                   15359.76       0%            0.35      100%
    AclListNode               256.00       0%            0.30      100%
    AclClassifierActionL     1152.00       0%            1.40       87%
    CommandTables              48.00      22%           10.59      100%
    K2FibVrfs                 152.00       0%            1.18       50%
    K2TxPacketInfo            256.00       0%            0.25        0%
    Packets Dropped In Hardware By CPU Subport (txQueueNotAvail)
    CPU Subport  TxQueue 0       TxQueue 1       TxQueue 2       TxQueue 3
               1               0               0               0             822
               2               0         7538177               0               0
    RkiosSysPacketMan:
    Packet allocation failures: 0
    Packet Buffer(Software Common) allocation failures: 0
    Packet Buffer(Software ESMP) allocation failures: 0
    Packet Buffer(Software EOBC) allocation failures: 0
    Packet Buffer(Software SupToSup) allocation failures: 0
    IOS Packet Buffer Wrapper allocation failures: 0
    Packets Dropped In Processing Overall
    Total                5 sec avg 1 min avg 5 min avg 1 hour avg
                     881         0         0         0          0
    Packets Dropped In Processing by CPU event
    Event             Total                5 sec avg 1 min avg 5 min avg 1 hour avg
    SA Miss                            874         0         0         0          0
    Packets Dropped In Processing by Priority
    Priority          Total                5 sec avg 1 min avg 5 min avg 1 hour avg
    Normal                               7         0         0         0          0
    Medium                             881         0         0         0          0
    Packets Dropped In Processing by Reason
    Reason             Total                5 sec avg 1 min avg 5 min avg 1 hour avg
    SrcAddrTableFilt                     87         0         0         0          0
    STPDrop                             771         0         0         0          0
    L2DstDrop                            21         0         0         0          0
    NoDstPorts                            2         0         0         0          0
    Total packet queues 16
    Packets Received by Packet Queue
    Queue                  Total           5 sec avg 1 min avg 5 min avg 1 hour avg
    L2/L3Control                7269264609       236       268       214        205
    Host Learning               3617387874        38        49        38         53
    L3 Fwd Low                    21851501         0         0         0          0
    L2 Fwd Low                     6786759         0         0         0          0
    L3 Rx High                        1582         0         0         0          0
    L3 Rx Low                        10306         0         0         0          0
    Packets Dropped by Packet Queue
    Queue                  Total           5 sec avg 1 min avg 5 min avg 1 hour avg
    L2/L3Control                     73992         0         0         0          0
    Host Learning                  7561249         0         0         0          0
    Queue                  Total           5 sec avg 1 min avg 5 min avg 1 hour avg
    L2/L3Control                7269264609       236       268       214        205
    PacketBufRaw            25219.50     100%        25219.50      100%
    PacketBufRawJumbo         184.29     100%          184.29      100%
    Both of these seem a bit high don't you think?
    If you have any idea as to why this is happening. Or is this normal?
    Thanks

    Hi,
    This could be related to L2 issues like a loop, see that the K2L2 Address Table R process has a target of   2.00% and is currently running at 72.93%, which is way over the expected target, this can be an indication of host/mac flapping issues. Also the host learning queue seems very high and the L2/L3 control.
    You can enable mac notification mac move command to see if on the logs are any flapping issues. Also below is a link which is very helpful when dealing with high cpu issues on 4500.
    http://www.cisco.com/c/en/us/support/docs/switches/catalyst-4000-series-switches/65591-cat4500-high-cpu.html 
    Hope this helps.

  • High CPU utilization in cisco 6509E

    I am facing a issue with CISCO 6509E switch with high CPU utilization. it reaches to 65%-70% which usually reaches 20 to 30%.

    Hi
    Your High CPU is due to interrupts, see 65% alone due to interrupts out of 89%.
    Also, see last 72 hours CPU history, CPU always between 50-70%. 
    7667565564544456465655555555544555455445456566765655555455955555568667
    0632835054379725938088655171198331612347960635027367553873051450118873
    100
    90 * *
    80 * *
    70 ** * * * ** * ****
    60 ******* * * ******** * * ************* * ** * *****
    50 ********* *************************** *******************************
    40 ###**************************************************************#####
    30 ######***********################**#*****##############***############
    20 ######################################################################
    10 ######################################################################
    0....5....1....1....2....2....3....3....4....4....5....5....6....6....7.
    0 5 0 5 0 5 0 5 0 5 0 5 0
    CPU% per hour (last 72 hours)
    * = maximum CPU% # = average CPU%
    Here's very good guide to troubleshoot the High CPU Utilization Due to Interrupts
    Troubleshooting High CPU Utilization Due to Interrupts
    http://www.cisco.com/c/en/us/support/docs/routers/7500-series-routers/41120-highcpu-interrupts.html
    - Ashok
    Please rate the post or mark as correct answer as it will help others looking for similar information

  • K8NGM2-FID problems: no usb and high cpu usage - HELP!

    hi folks,
    i've setup K8NGM2-FID inside an htpc with a clean install of mce 2005 (onboard video). For the past couple of days I've noticed a few things:
    1) if the pc goes into standby (S3) and then wakes up, sometimes task manager shows a cpu usage of 50% (on the graph) but looking at the list of tasks (for all users) nothing is runing that high - in fact system idle process shows 98% (while the graph is still showing about 50%) and the system is a bit sluggish; reboot fixes this but it's getting really annoying. I've installed the latest AMD x2 driver. Sometimes it goes to 98-99% after waking up but that's been rare.
    2) i've been getting a few BSODs lately, actually all started yesterday - 3 of them in a span of about 2 hours after insalling Nero. I'm going to try to figure out what is causing it that (proabably Nero - I hope since that's easy to undo) but what i've noticed is that when the system reboots after the blue screen, none of the USB devices work (i.e. keyboard, mouse, etc.). windows has to load, then I need to go in the back and unplug/replug the usb devices which then 'wakes' them up; this can get really annoying in a typical cramped home theater setup. software restarts seem to be good - ok hardware restarts are the problem. hooking things up to a usb hub has the same effect - i.e. I need to re-plug the hub to get them to work - it just means less things to plug/unplug.
    has anyone else noticed this? help save my sanity - this is driving me crazy. since this is an mce setup, it goes into sleep and wakes up several times a day so the high cpu issue when it comes up really gets in the way of using the pc. btw. during high cpu times, no mce related function (record/watch/the shell itself) is running.
    here's my setup:
    K8NGM2-FID - boots up with 3 short beeps - I think it's 1 beep pause then 2 beeps
    2 gigs kingston 3 CAS (2 x 1 GIG kit) pc3200 - boot screen shows it running at 400mhz in dual channel config
    X2 3800+ stock fan/heatsink with silver 5 (runs around 35-38 idle - inside a silverstone 'stereo rack' case)
    ms usb keyboard/mouse/mce remote
    coolmax 550W power
    3 140GB WD drives (ata 133 - not sata)
    onboard video - framebuffer set to 128megs
    latest (as of 2 days ago) nvidia and msi drivers - msi bios is the stock 3.0 (more on that later)
    the bios settings are all default as far as I can tell.
    pvr-150 tuner card
    promise ata 100 card
    nec 3500dvd
    all running on mce 2005 with rollup 2 and all the updates windows could find
    i haven't updated the bios because i've read about other folks having blue screen problems and the suggestion has been to up the voltage for the ram (I guess the default setup from MSI is lower than it should be) but apparently that option is missing from the 3.1 and later bioses? and reading the text file, it wasn't very apparent what the bios 3.1 was fixing other than a few cosmetic bootup texts. I'm planning to up the voltage later today.
    anyhow, any suggestions short of throwing the entire pc out the door are welcomed.
    thanks!

    ok here's what I've found about the high cpu...
    using process explorer, hardware interrups is taking all the cpu. i've tried to disable items one by one but nothing is working so far. what does work is if i choose scan for new hardware, cpu goes down to normal. standby and resume and cpu is up again. do the scan and it goes down again - without changing anything.
    i've re-installed the graphic board driver, nvidia 430 drivers, sound driver. not sure what else to do. checked my drives and they are all properly master/slave set.
    this is really getting crazy...anyone come across this?
    i'm a bit hesitant to go to bios 3.1 since i've seen lots of posts about BSOD and i've just gotten rid of that.
    thanks
    thanks a bunch!

  • LMS 4.0 High Resources : High CPU

    Hi Guys
      Can some one help me to fix our LMS 4.0 high CPU issues?. It takes lots of resources and also some time stop responding. I am woudering somesettings not done properly or anyway to fix this issues.
    Please refer the attached picture for more details.
    Regards
    SS

    From the graphic, I take it you're using a virtual machine. We'd need to know some more details of your installation - VM resources allocated and size of network being managed are two of them.
    In general LMS is a very resource-intensive product. Trying to run in an installation that minimally meets the requirements specified will almost always result in marginal performance. One thing I always recommend is that folks allocate plenty of RAM. For instance, it may 'work' with 4 GB but will be much more usable with 8 GB. Also, when certain processes kick off, CPU will spike and sit at 100% for a while while the process completes. LMS is multi-processor-aware and will take advantage of having multiple processor cores to spread its workload across.
    Hope this helps.

  • Process SERVER0 its taking High CPU Time in XI

    Hi,
    We installed XI 3.0 develpoment server ,Process <b>SERVER0</b> its taking more CPU time.
    We are using AS/400 OS & DB2 datbase.Can any one tell me the reason & Solution for this.
    Thanks & Regards,
    Gopinath.

    hi,
    Actually the user XIRWBUSER its an RFC user but its running on many dialog process.I think high CPU time due to this user only.
    using 5 work processes and 3/4 of the available CPU for an extended amount of time.
    Total Total DB
    Job or CPU Sync Async CPU
    Task User Number Thread Pty Util I/O I/O Util
    WP11 D6464 485368 00000010 20 54.0 25 37 27.8
    WP05 X4242 498642 00000098 20 49.6 5 0 36.7
    WP04 X4242 498641 00000014 20 48.8 1 0 39.1
    WP02 X4242 498639 0000025A 20 47.1 2 0 37.8
    WP06 X4242 498643 000001E6 20 43.7 0 0 38.3
    WP00 X4242 498637 00000014 20 11.1 502 194 2.9
    pls can any one help me
    Regards,
    Gopinath.

  • Query to find adhoc queries taking high cpu on server

    Hi,
    I want to find all the adhoc and other queries consuming high cpu on sql server. sys.dm_exec_cahched_plan will only have cached queries and not the currently running ones.

    Hi Preetha7,
    According to your description, if you want to identify the most expensive SQL Server queries based on the cumulative CPU cost, you can use the DMVs of the sys.dm_exec_sql_text , the sys.dm_exec_query_plan and sys.dm_exec_query_stats. For example, you can
    refer to the following T-SQL statement.
    SELECT TOP 20
    qs.sql_handle,
    qs.execution_count,
    qs.total_worker_time AS Total_CPU,
    total_CPU_inSeconds = --Converted from microseconds
    qs.total_worker_time/1000000,
    average_CPU_inSeconds = --Converted from microseconds
    (qs.total_worker_time/1000000) / qs.execution_count,
    qs.total_elapsed_time,
    total_elapsed_time_inSeconds = --Converted from microseconds
    qs.total_elapsed_time/1000000,
    st.text,
    qp.query_plan
    FROM
    sys.dm_exec_query_stats AS qs
    CROSS APPLY sys.dm_exec_sql_text(qs.sql_handle) AS st
    CROSS apply sys.dm_exec_query_plan (qs.plan_handle) AS qp
    ORDER BY qs.total_worker_time DESC
    Or you can run the "Performance - Top Queries By Total CPU Time" report in SSMS. In addition, you can use SQL Server Extended Events session for troubleshooting the high consumed of CPU time. For more information about finding currently session that is costing
    high CPU.
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/cb3e29ca-f1ef-4440-8f1a-db4924a43c5c/find-currently-session-that-is-costing-high-cpu?forum=sqldatabaseengine
    http://blogs.msdn.com/b/batala/archive/2011/07/23/troubleshoot-high-cpu-issue-without-using-profile-traces.aspx
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • High cpu when change "mls cef maximum-route ip" to more than 512K

    Dear All
    From cisco document 6500-sup720 and 7600-rsp720 are support IPv4 unicast and MPLS—512,000 routes by default. On my network we have route more than 400K which nearly reach to the limit then I tried to change from 512K to 1007K as below.
    Router#sh mls cef maximum-routes
    FIB TCAM maximum routes :
    =======================
    Current :-
    IPv4                - 1007k
    MPLS                - 1k
    IPv6 + IP Multicast - 8k (default)
    After rebooted I got high cpu issue on both 6500-sup720 and 7600-rsp720 then I tried to tuning to other value such as 600K , 700K and so on but doesn't help.
    Summary
       - I have no cpu issue with default value for mls cef maximum-route
       - I have cpu issue when tuning to other value such as 600K , 700K
    Please advise.
    Pichet

    Dear All
    From cisco document 6500-sup720 and 7600-rsp720 are support IPv4 unicast and MPLS—512,000 routes by default. On my network we have route more than 400K which nearly reach to the limit then I tried to change from 512K to 1007K as below.
    Router#sh mls cef maximum-routes
    FIB TCAM maximum routes :
    =======================
    Current :-
    IPv4                - 1007k
    MPLS                - 1k
    IPv6 + IP Multicast - 8k (default)
    After rebooted I got high cpu issue on both 6500-sup720 and 7600-rsp720 then I tried to tuning to other value such as 600K , 700K and so on but doesn't help.
    Summary
       - I have no cpu issue with default value for mls cef maximum-route
       - I have cpu issue when tuning to other value such as 600K , 700K
    Please advise.
    Pichet

  • High CPU and memory use on Skype 7.4

    Hello Skype Community,
    Since we have release Skype 7.4 for Windows desktop we have seen a small number of users reporting sometimes high CPU usage and memory consumption by the Skype app.
    We are aware of the issue and are working to identify the root causes and identify all the conditions (internal and external) leading to abnormal memory and processor usage. Thanks for your reports confirming our internal telemetry.
    I am going to update this topic weekly with an update (or earlier should any news arise).

    For further investigation of high CPU issues- Download process manager from https://technet.microsoft.com/en-us/library/bb896645.aspx- Open the filter window <filter><filter>- add the filter <processname> <is> <skype.exe>- close the filter window- clear events <ctrl-x>- start capturing if it is not capturing already with <file><capture events>- wait for about 10 seconds- stop capturing events <file> <capture events> You should have only a few 100 events, if you have more(even 10s of thousands)  you can find out under <tools> <any summary> what has taken a lot of time and post your findings in the thread for further info. I found the root cause for my high CPU problem by doing this:http://community.skype.com/t5/Windows-desktop-client/High-CPU-7-5-Solved/m-p/3992130

  • High CPU - ParserServer.exe

    High Everyone,
    We recently migrated from Exchange 2007 to Exchange 2013. Around 9:00 every morning, we are seeing CPU utilization go to 100% for between 2 and 10 minutes. We monitor processes during this time and it is parserserver.exe that is the culprit. We see
    an instance for the 4 DB's that reside on each server. The rest of the day the servers run normally between 30-50% CPU utilization. During this time when the CPU's are pegged, we have some client connectivity issues.
    We are running Exchange 2013 SP1 with CU7
    We have provided Perfmon information to Microsoft but wondered if anyone else has run into this?

    Hi,
    The NodeRunner and ParserServer is FAST search system in Exchange 2013, which is used to do the indexing all emails. When there are many emails needed to do the indexing(especially there are lots of attachments), it would cause a high CPU issue.
    I suggest to use the Regedit key CtsProcessorAffinityPercentage to limit
    CPU utilization for the process NodeRunner or
    ParserServer, the following is the details:
    Launch registry editor
    Go to path HKLM\SOFTWARE\Microsoft\ExchangeServer\V15\Search\SystemParameters
    Create a DWORD by name CtsProcessorAffinityPercentage
    Configure the value to 15 (decimal)
    Restart Exchange Search Host Controller service and Microsoft
    Exchange Search service on the server.
    Monitor the CPU utilization on the server.
    Best Regards.

Maybe you are looking for

  • "fast start" for .MP4 H264/AAC ?

    Hi, I am looking now for a "fast start" option in Compressor 4 for .MP4 H264/AAC encoded files. Is there a way to do that ? Thanks Eric

  • Groupware synchronization folders Default Folder

    7.0 EhP1. running v10.29.07 with all the latest updated SAP notes. In my Outlook, I have mulitple contact folders & calendars but I do not see them all in Synchronization tab where you set the Appointments, Contacts, Task.  Below the Default Folder I

  • RMS and EBS  AIA Integration compatable versions

    Hi All, Is the latest EBS version i.e. 12.1.3 is compatible with 13.2 Version of RMS using AIA 2.5 Integration. Thanks in Advance.

  • HTML5 development in Eclipse

    Hi all, I'm developing HCP HTML5 applications based on UI5. While the RDE looks really great, I'd still like to use the good old Eclipse to launch my project locally. To do so, I've created an HTML5 application from the cockpit, generated a sample UI

  • How can I download CS4 Photoshop?

    I purchased a Surface Pro 3 and I am wanting to load up my CS4 program. Since my Surface 3 doesn't have a disk drive, I was wondering where I might download CS4. I've been having some trouble so far. Any help would be great. Thanks! - Ricky