Cpu usage reported by port 311

I am using Nagios to monitor my servers (one Linux box and one Mac Mini Server with Mountain Lion, all upgrades installed).
For the Mac server, I was using check_osx_server plugin, which is using port 311 to get information from the OS-X server. After the last upgrade (I am not sure if it started with the 10.8.2 upgrade or the latest supplemental upgrade), the CPU Usage reported by the server is very strange. The thing is, it's not Nagios which is reporting wrong numbers, it is the server itself which is returning erroneous values. You can check this by opening a browser window and point it to https://yourserver.com:311 and then select servermgr_info and then from the drop-down menu getHardwareInfo and click Send Command. That XML document returned from the server, is where check_osx_server plugin is getting its numbers from.
What I have found so far:
1. When you first power up the server, if you check the CPU usage you get a number with 20-something digits. This is crazy, because the number reported is supposed to be less than 10000, since that number is divided by 100, to show you the CPU Usage percentage.
2. The number remains the same for ever. Obviously, the CPU Usage changes with time, and that was reported accordingly, in the past. Now this number changes only if you run Server.app in the server or on a remote Mac. It changes to a more meaningful number (four digits, since this number has to be divided by 100, to get the CPU Usage percentage), but again, it remains the same for ever, until you close Server.app and re-run it. It also changes, if you go to the Stats in Server.app and change the default period from 4 hours, to 1 hour, but not if you change from one hour to 4 or 24h. Here is a sample of the XML file returned:
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
> "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0">
> <dict>
>     <key>command</key>
>     <string>getHardwareInfo</string>
>     <key>cpuUsageBy100</key>
>     <integer>9183</integer>
>     <key>cpuUsagesBy100Array</key>
>     <array>
>         <dict>
>             <key>cpuUsage-0</key>
>             <integer>9094</integer>
>         </dict>
>         <dict>
>             <key>cpuUsage-1</key>
>             <integer>9272</integer>
>         </dict>
>     </array>
There are more lines, but I have cut the file for brevity.
3. Again, as long as the Server.app is running, the CPU Usage reported does NOT change. Only if you quit Server.app and re-run it, it changes.
From the above, it is clear that port 311 is no longer reporting the momentary CPU Usage, but some other value, which is stored somewhere and is not updated unless you run Server.app.
Has anyone else noticed this behavior?

tried but stuck funnily with this message on every check:
ERROR: Problem Contacting Server:<urlopen error [Errno 8] _ssl.c:504: EOF occurred in violation of protocol>
until i fixed this issue i probably can't say anything...

Similar Messages

  • High CPU usage reported on Solaris 8

    Hello,
    In my OEM 10g Grid Control / Hosts view, I have high CPU Util% reported for one of my Solaris servers (pegged at 100% right now); a remote node running the 10g agent.
    However, when I look at the box and use the native Unix commands (uptime, sar, vmstat, iostat, etc), I cannot see why OEM is complaining. When I run "top" on the box, it does show I/O wait @ 97-99%, but that value is kinda bogus, there is no I/O queued or pending, so I'm wondering if the Oracle Agent is somehow using that bogus value of I/O wait to decide on total CPU usage? Anyone seen this, and know a fix?

    I ran 'nmump foo' to get the usage, and it looks like either "osLoad" or "osCpuUsage" would be what it's executing, although the text inside both of those perl scripts says they are only for Linux or Tru64. I'm not sure what to make of the outputs:
    $ nmupm osLoad
    em_result=0.06|0.05|0.06|843677.000000|178|8|279360901.000000|1223751574.000000|
    313790808.000000|98206630.000000|2580027199.000000|8192.000000|4194304.000000|56
    0026113789.000000|4234766618533.000000|1227715348459.000000
    $ nmupm osCpuUsage
    em_result=1|54665464.000000|22348544.000000|597678197.000000|379255063.000000
    em_result=2|93177600.000000|25722959.000000|752622995.000000|182421611.000000
    em_result=3|118210934.000000|29060067.000000|639495186.000000|267178975.000000
    em_result=4|47736833.000000|21075094.000000|590237308.000000|394895925.000000
    I found the metric brower line in emd.properties and uncommented it out, now I'll try to figure out where the 'metric browser' is, and how I see what it's doing...if you happen to catch my reply, and could be a bit more specific about where this is, that'd be great.

  • Odd freezing up and high CPU usage reported

    Occasionally, my system will become unstable and freeze up. Finder normally causes the problem and there is the spinning rainbow wheel of death. On a similar note, activity monitor reports 55% system CPU usage, when there is nothing listed that is using that much CPU, and, when this happens I am unable to shutdown, unless I hold down the power key. Any suggestions?

    Mostly the output is from errors from google chrome, really meaningless. My system froze 2 times in the past 15 minutes, and i was using a USB drive, brand new. I have had issues with 3 USB drives overall, and what happens is that the system uses 55% CPU on an unregistered single core process, so it uses 100% of one core and the rest spills over to the other core. It is apparently a system process, no records of any issues in console... But when i killall Finder and attempt a manual reboot now command, it's stuck on the blue screen, and I would need to do a hard shutdown by holding down the power key in order to be able to use my computer. Sometimes it freaks out when i am copying something on the disk as well, BUT my entire system passes the Apple Hardware extended test, so i'm confused as to what my next option is to do. Reinstalls tend to be annoying and the problem presents itself even after reinstalling, and using different USB drives, and repartitioning the USB drives. This is all pointing to a software driver bug, or finder just *****

  • CPU usage while running Bex report

    Hello,
    Sometimes, when I run a Bex report with many lines the computer CPU Usage is 100% (=full ) for a long time. In some cases i need to do restart again for the computer.
    In the WAD  it doesn’t happened...
    Did anybody have the same problem? Is there a way to reduce the CPU usage?
    Please Advice,
    Amir

    Amir,
    This is "normal" behaviour in Bex with query's which return very long lists. The client computer already received all data, but is formatting the layout.
    Solutions:
    1) a faster pc with enough memory (512 mb) and win200 or >.
    2) a query with less return rows.
    The reason that in wad (web reporting) this is not experienced is because the formatting (rendering html) from the result table is done within the WAS (application server, which is hopefully faster then your PC...). Your browser only receives the html page..no exotic hardware needed for that..
    Any questions left: please ask; if you're satisfied please grant with rewards.
    Kind regards Patrick Rieken.
    Message was edited by: Patrick Rieken

  • CPU usage calculation for AWR report

    We took an AWR snapshot and CPU time ranked number 1 in the Top 5 timed events .
    How do i calculate the CPU usage during the snap Interval?
    Details about CPU TIME from TOP 5 timed events
    Event - CPU time
    Waits - Blank
    Time(s)- 1,877
    Avg Wait(ms) - Blank
    % Total Call Time - 92.3
    Wait Class - BlankThe snap shot period (interval) was 30 minutes (Mentioned as ELAPSED after "Begin Snap" and "End Snap" at the beginning of the AWR report)

    try something like this:
    SELECT end_time, instance_number, metric_name, AVERAGE, MAXVAL, STANDARD_DEVIATION
    FROM dba_hist_sysmetric_summary
    WHERE metric_name LIKE 'Host CPU Utilization (%)'
    AND snap_id = <&snap_id
    /

  • RV220W port forwarding an 99% CPU usage

    Hi,
    I made a custom port forward using tcp ports 2121-2130 to a private IP address on my network (192.168.1.8). Whenever I do this, RV220W CPU usage spikes to 98-99% and my Internet connection starts lagging a lot. Just disabling the port forward from the administation console fixes this. I'm running the latest firmware.

    Taneli,
    There is a problem with port forwarding in RV220W please read the release notes for 1.0.3.5 for work arounds
    Jasbryan

  • CPU usage while generating text output from reports

    hi
    while we attempt to generate the text (delimited) output from reports and when the query fetches more than 1500 rows, the cpu usage stays around 100% for long time paralysing the operation...
    we faced the problem when we attempted to generate text output for around 10000 records.
    any suggestions?
    ravi kumar chandran

    You can burst with eText and I have done it
    successfully.
    I don't believe pagebreaks are an option in eText and
    I don't think it makes sense either since your
    generating a flat-file and not a customer or internal
    facing document. Does that make sense?
    Also, if you would like you can use the
    BIPublisherIDE, this code can be converted pretty
    easily to handle jcp. There is a an oa framework
    version I have developed but I haven't posted on my
    blog yet. I plan on adding a bolt on for java
    concurrent programs soon. it's really pretty simple
    just haven't had the time.
    http://bipublisher.blogspot.com/2008/03/bi-publisher-b
    ipublisheride.html
    Ike Wiggins
    http://bipublisher.blogspot.com
    Thanks Ike for your reply.
    I agree with your points on TXT files, but in our case,the reports are generated in TXT format for the customer so we are looking for the above mentioned features.
    I have gone through BIP IDE and its a wonderful small utility which eases the task of BIP development.
    As I mentioned in my original post that we are currently processing the generated TXT report using a custom util. in JAVA to get the desired output in TXT again.
    I assume thats not what a JCP would do,so I am looking to explore that too.
    As I understand the process for report generation is
    1. Generate XSL from eTEXT template.
    2. Get the XML data from DB using XDO
    3. Apply XSL on XML to get the required template.
    If we are looking to achieve some customizations then we need to have the XSL generated with those customizations.
    In this case, where do we plug in the JCP to alter XSL or am I missing something.
    regards
    Gaurav

  • Does the Airport extreme provide any sort of usage reporting? Either per user or aggregate usage of the broadband port

    Does the Airport extreme provide any sort of usage reporting?  Either per user or aggregate usage of the broadband port

    No. You may be able to retrieve that information from your ISP.

  • Query taking high  CPU usage

    Hi,
    I have a Oracle 9.2 DB with 2 cpu's,when i took a statspack report i found that CPU Time is very hight i,e more that 81%....
    one of the query is taking near about 51% CPU Usage...
    i.e
    SELECT /*+ INDEX (OM_COURSE_FEE OCF_CFC_CODE)  */DISTINCT CF_COURSE_CODE   FROM OM_COURSE_FEE,OT_STUDENT_FEE_COL_HEAD,OT_STUDENT_FEE_COL_DETL  WHERE SFCH_SYS_ID = SFCD_SFCH_SYS_ID  AND
    SFCD_FEE_TYPE_CODE = CF_TYPE_CODE  AND CF_COURSE_CODE IN ( 'PE1','PE2','CCT','CPT'  ) AND SFCH_TXN_CODE = :b1  AND SFCD_SUBSCRBE_JOURNAL_YN IN ( 'T','R','1','C'  ) AND SFCH_APPR_UID IS NOT NULL  
    AND SFCH_APPR_DT IS NOT NULL   AND SFCH_NO = :b2  AND NOT EXISTS  (SELECT 'X'   FROM OM_STUDENT_HEAD  WHERE STUD_SRN = SFCH_STUD_SRN_TEMP_NO  AND NVL(STUD_CLO_STATUS,0) != 1  AND
    NVL(STUD_REG_STATUS,0) != 23  AND STUD_COURSE_CODE != 'CCT'  AND CF_COURSE_CODE= STUD_COURSE_CODE )  ORDER BY 1 DESCExplain Plan for......
    SQL> select * from table(dbms_xplan.display());
    PLAN_TABLE_OUTPUT
    | Id  | Operation                                  |  Name
       | Rows  | Bytes | Cost  | Pstart| Pstop |
    |   0 | SELECT STATEMENT                           |
    PLAN_TABLE_OUTPUT
       |     1 |    69 |    45 |       |       |
    |   1 |  SORT UNIQUE                               |
       |     1 |    69 |    27 |       |       |
    |   2 |   TABLE ACCESS BY GLOBAL INDEX ROWID       | OT_STUDENT_FEE_COL_DETL
       |     1 |    12 |     2 | ROWID | ROW L |
    |   3 |    NESTED LOOPS                            |
       |     1 |    69 |     9 |       |       |
    PLAN_TABLE_OUTPUT
    |   4 |     NESTED LOOPS                           |
       |     1 |    57 |     7 |       |       |
    |   5 |      TABLE ACCESS BY GLOBAL INDEX ROWID    | OT_STUDENT_FEE_COL_HEAD
       |     1 |    48 |     5 | ROWID | ROW L |
    |   6 |       INDEX SKIP SCAN                      | OT_STUDENT_FEE_COL_HEAD_UK0
    1  |     1 |       |     4 |       |       |
    |   7 |      INLIST ITERATOR                       |
       |       |       |       |       |       |
    PLAN_TABLE_OUTPUT
    |   8 |       TABLE ACCESS BY INDEX ROWID          | OM_COURSE_FEE
       |     1 |     9 |     2 |       |       |
    |   9 |        INDEX RANGE SCAN                    | OCF_CFC_CODE
       |     1 |       |     1 |       |       |
    |  10 |         FILTER                             |
       |       |       |       |       |       |
    |  11 |          TABLE ACCESS BY GLOBAL INDEX ROWID| OM_STUDENT_HEAD
    PLAN_TABLE_OUTPUT
       |     1 |    21 |     4 | ROWID | ROW L |
    |  12 |           INDEX RANGE SCAN                 | IDM_STUD_SRN_COURSE
       |     1 |       |     3 |       |       |
    |  13 |     INDEX RANGE SCAN                       | IDM_SFCD_FEE_TYPE_CODE
       | 34600 |       |     1 |       |       |
    PLAN_TABLE_OUTPUT
    Note: cpu costing is off, PLAN_TABLE' is old version
    21 rows selected.
    SQL>Statspack report
    DB Name         DB Id    Instance     Inst Num Release     Cluster Host
    ai          1372079993 ai11              1 9.2.0.6.0   YES     ai1
                  Snap Id     Snap Time      Sessions Curs/Sess Comment
    Begin Snap:       175 12-Dec-08 13:21:33  #######        .0
      End Snap:       176 12-Dec-08 13:56:09  #######        .0
       Elapsed:               34.60 (mins)
    Cache Sizes (end)
    ~~~~~~~~~~~~~~~~~
                   Buffer Cache:     3,264M      Std Block Size:          8K
               Shared Pool Size:       608M          Log Buffer:        977K
    Load Profile
    ~~~~~~~~~~~~                            Per Second       Per Transaction
                      Redo size:              5,727.62             21,658.54
                  Logical reads:             16,484.89             62,336.32
                  Block changes:                 32.49                122.88
                 Physical reads:                200.46                758.03
                Physical writes:                  5.08                 19.23
                     User calls:                 97.43                368.44
                         Parses:                 11.66                 44.11
                    Hard parses:                  0.39                  1.48
                          Sorts:                  3.22                 12.19
                         Logons:                  0.02                  0.06
                       Executes:                 36.70                138.77
                   Transactions:                  0.26
      % Blocks changed per Read:    0.20    Recursive Call %:     28.65
    Rollback per transaction %:   20.95       Rows per Sort:    131.16
    Instance Efficiency Percentages (Target 100%)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                Buffer Nowait %:  100.00       Redo NoWait %:    100.00
                Buffer  Hit   %:   98.79    In-memory Sort %:     99.99
                Library Hit   %:   98.92        Soft Parse %:     96.65
             Execute to Parse %:   68.21         Latch Hit %:     99.98
    Parse CPU to Parse Elapsd %:   60.50     % Non-Parse CPU:     99.48
    Shared Pool Statistics        Begin   End
                 Memory Usage %:   90.06   89.79
        % SQL with executions>1:   72.46   72.46
      % Memory for SQL w/exec>1:   69.42   69.51
    Top 5 Timed Events
    ~~~~~~~~~~~~~~~~~~                                                     % Total
    Event                                               Waits    Time (s) Ela Time
    CPU time                                                        3,337    81.43
    db file sequential read                            60,550         300     7.32
    global cache cr request                           130,852         177     4.33
    db file scattered read                             72,915         101     2.46
    db file parallel read                               3,384          75     1.84
    Cluster Statistics for DB: ai  Instance: ai11  Snaps: 175 -176
    Global Cache Service - Workload Characteristics
    Ave global cache get time (ms):                            1.3
    Ave global cache convert time (ms):                        2.1
    Ave build time for CR block (ms):                          0.1
    Ave flush time for CR block (ms):                          0.3
    Ave send time for CR block (ms):                           0.3
    Ave time to process CR block request (ms):                 0.7
    Ave receive time for CR block (ms):                        4.9
    Ave pin time for current block (ms):                       0.0
    Ave flush time for current block (ms):                     0.0
    Ave send time for current block (ms):                      0.3
    Ave time to process current block request (ms):            0.3
    Ave receive time for current block (ms):                   2.8
    Global cache hit ratio:                                    1.5
    Ratio of current block defers:                             0.0
    % of messages sent for buffer gets:                        1.4
    % of remote buffer gets:                                   0.1
    Ratio of I/O for coherence:                                1.1
    Ratio of local vs remote work:                             9.7
    Ratio of fusion vs physical writes:                        0.1
    Global Enqueue Service Statistics
    Ave global lock get time (ms):                             0.8
    Ave global lock convert time (ms):                         0.0
    Ratio of global lock gets vs global lock releases:         1.1
    GCS and GES Messaging statistics
    Ave message sent queue time (ms):                          0.4
    Ave message sent queue time on ksxp (ms):                  2.7
    Ave message received queue time (ms):                      0.2
    Ave GCS message process time (ms):                         0.1
    Ave GES message process time (ms):                         0.1
    % of direct sent messages:                                19.4
    % of indirect sent messages:                              43.5
    % of flow controlled messages:                            37.1
    GES Statistics for DB: ai  Instance: ai11  Snaps: 175 -176
    Statistic                                    Total   per Second    per Trans
    dynamically allocated gcs resourc                0          0.0          0.0
    dynamically allocated gcs shadows                0          0.0          0.0
    flow control messages received                   0          0.0          0.0
    flow control messages sent                       0          0.0          0.0
    gcs ast xid                                      0          0.0          0.0
    gcs blocked converts                         1,231          0.6          2.2
    gcs blocked cr converts                      2,432          1.2          4.4
    gcs compatible basts                             0          0.0          0.0
    gcs compatible cr basts (global)               658          0.3          1.2
    gcs compatible cr basts (local)             57,822         27.9        105.3
    gcs cr basts to PIs                              0          0.0          0.0
    gcs cr serve without current lock                0          0.0          0.0
    gcs error msgs                                   0          0.0          0.0
    gcs flush pi msgs                              821          0.4          1.5
    gcs forward cr to pinged instance                0          0.0          0.0
    gcs immediate (compatible) conver              448          0.2          0.8
    gcs immediate (null) converts                1,114          0.5          2.0
    gcs immediate cr (compatible) con           42,094         20.3         76.7
    gcs immediate cr (null) converts           396,284        190.9        721.8
    gcs msgs process time(ms)                   42,220         20.3         76.9
    gcs msgs received                          545,133        262.6        993.0
    gcs out-of-order msgs                            5          0.0          0.0
    gcs pings refused                                1          0.0          0.0
    gcs queued converts                              0          0.0          0.0
    gcs recovery claim msgs                          0          0.0          0.0
    gcs refuse xid                                   0          0.0          0.0
    gcs retry convert request                        0          0.0          0.0
    gcs side channel msgs actual                 2,397          1.2          4.4
    gcs side channel msgs logical              232,024        111.8        422.6
    gcs write notification msgs                     15          0.0          0.0
    gcs write request msgs                         278          0.1          0.5
    gcs writes refused                               1          0.0          0.0
    ges msgs process time(ms)                    4,873          2.3          8.9
    ges msgs received                           39,769         19.2         72.4
    global posts dropped                             0          0.0          0.0
    global posts queue time                          0          0.0          0.0
    global posts queued                              0          0.0          0.0
    global posts requested                           0          0.0          0.0
    global posts sent                                0          0.0          0.0
    implicit batch messages received            39,098         18.8         71.2
    implicit batch messages sent                33,386         16.1         60.8
    lmd msg send time(ms)                          635          0.3          1.2
    lms(s) msg send time(ms)                         2          0.0          0.0
    messages flow controlled                   196,546         94.7        358.0
    messages received actual                   182,783         88.0        332.9
    messages received logical                  584,848        281.7      1,065.3
    messages sent directly                     102,657         49.4        187.0
    messages sent indirectly                   230,329        110.9        419.5
    msgs causing lmd to send msgs                9,169          4.4         16.7
    msgs causing lms(s) to send msgs             3,347          1.6          6.1
    msgs received queue time (ms)              142,759         68.8        260.0
    msgs received queued                       584,818        281.7      1,065.2
    msgs sent queue time (ms)                   99,300         47.8        180.9
    msgs sent queue time on ksxp (ms)          608,239        293.0      1,107.9
    msgs sent queued                           230,391        111.0        419.7
    msgs sent queued on ksxp                   229,013        110.3        417.1
    GES Statistics for DB: ai  Instance: ai11  Snaps: 175 -176
    Statistic                                    Total   per Second    per Trans
    process batch messages received             65,059         31.3        118.5
    process batch messages sent                 50,959         24.5         92.8
    Wait Events for DB: ai  Instance: ai11  Snaps: 175 -176
    -> s  - second
    -> cs - centisecond -     100th of a second
    -> ms - millisecond -    1000th of a second
    -> us - microsecond - 1000000th of a second
    -> ordered by wait time desc, waits desc (idle events last)
                                                                       Avg
                                                         Total Wait   wait    Waits
    Event                               Waits   Timeouts   Time (s)   (ms)     /txn
    db file sequential read            60,550          0        300      5    110.3
    global cache cr request           130,852        106        177      1    238.3
    db file scattered read             72,915          0        101      1    132.8
    db file parallel read               3,384          0         75     22      6.2
    latch free                          7,253      1,587         52      7     13.2
    enqueue                            44,947          0         16      0     81.9
    log file parallel write             2,140          0          6      3      3.9
    db file parallel write                341          0          5     14      0.6
    global cache open x                 1,134          3          4      4      2.1
    CGS wait for IPC msg              166,993    164,390          4      0    304.2
    library cache lock                  3,169          0          3      1      5.8
    log file sync                         494          0          3      5      0.9
    row cache lock                        702          0          3      4      1.3
    DFS lock handle                     6,900          0          2      0     12.6
    control file parallel write           689          0          2      3      1.3
    control file sequential read        2,785          0          2      1      5.1
    wait for master scn                   687          0          2      2      1.3
    global cache null to x                699          0          2      2      1.3
    global cache s to x                   778          5          1      2      1.4
    direct path write                     148          0          0      3      0.3
    SQL*Net more data to client         3,621          0          0      0      6.6
    global cache open s                   149          0          0      2      0.3
    library cache pin                      78          0          0      2      0.1
    ksxr poll remote instances          3,536      2,422          0      0      6.4
    LGWR wait for redo copy                12          6          0      9      0.0
    buffer busy waits                      23          0          0      5      0.0
    direct path read                        9          0          0     10      0.0
    buffer busy global CR                   5          0          0     17      0.0
    SQL*Net break/reset to clien          172          0          0      0      0.3
    global cache quiesce wait               4          1          0      7      0.0
    KJC: Wait for msg sends to c           86          0          0      0      0.2
    BFILE get length                       67          0          0      0      0.1
    global cache null to s                  9          0          0      1      0.0
    BFILE open                              6          0          0      0      0.0
    BFILE read                             60          0          0      0      0.1
    BFILE internal seek                    60          0          0      0      0.1
    BFILE closure                           6          0          0      0      0.0
    cr request retry                        4          4          0      0      0.0
    SQL*Net message from client       201,907          0    180,583    894    367.8
    gcs remote message                171,236     43,749      3,975     23    311.9
    ges remote message                 79,324     40,722      2,017     25    144.5
    SQL*Net more data from clien          447          0          9     21      0.8
    SQL*Net message to client         201,901          0          0      0    367.8
    Background Wait Events for DB: ai  Instance: ai11  Snaps: 175 -176
    -> ordered by wait time desc, waits desc (idle events last)
                                                                       Avg
                                                         Total Wait   wait    Waits
    Event                               Waits   Timeouts   Time (s)   (ms)     /txn
    enqueue                            44,666          0         16      0     81.4
    latch free                          4,895        108          6      1      8.9
    log file parallel write             2,140          0          6      3      3.9
    db file parallel write                341          0          5     14      0.6
    CGS wait for IPC msg              166,969    164,366          4      0    304.1
    DFS lock handle                     6,900          0          2      0     12.6
    control file parallel write           689          0          2      3      1.3
    control file sequential read        2,733          0          2      1      5.0
    wait for master scn                   687          0          2      2      1.3
    ksxr poll remote instances          3,528      2,419          0      0      6.4
    LGWR wait for redo copy                12          6          0      9      0.0
    db file sequential read                 7          0          0      9      0.0
    global cache null to x                 26          0          0      2      0.0
    global cache open x                    16          0          0      1      0.0
    global cache cr request                 1          0          0      0      0.0
    rdbms ipc message                  28,636     20,600     16,937    591     52.2
    gcs remote message                171,254     43,746      3,974     23    311.9
    pmon timer                            708        686      2,022   2856      1.3
    ges remote message                 79,305     40,719      2,017     25    144.5
    smon timer                            125          0      1,972  15776      0.2
    SQL ordered by Gets for DB: ai  Instance: ai11  Snaps: 175 -176
    -> End Buffer Gets Threshold:     10000
    -> Note that resources reported for PL/SQL includes the resources used by
       all SQL statements called within the PL/SQL code.  As individual SQL
       statements are also reported, it is possible and valid for the summed
       total % to exceed 100
                                                         CPU      Elapsd
      Buffer Gets    Executions  Gets per Exec  %Total Time (s)  Time (s) Hash Value
         17,503,305           84      208,372.7   51.1   676.25   1218.80   17574787
    SELECT /*+ INDEX (OM_COURSE_FEE OCF_CFC_CODE)  */DISTINCT CF_COU
    RSE_CODE   FROM OM_COURSE_FEE,OT_STUDENT_FEE_COL_HEAD,OT_STUDENT
    FEECOL_DETL  WHERE SFCH_SYS_ID = SFCD_SFCH_SYS_ID  AND SFCD_FE
    E_TYPE_CODE = CF_TYPE_CODE  AND CF_COURSE_CODE IN ( 'PE1','PE2',
    'CCT','CPT'  ) AND SFCH_TXN_CODE = :b1  AND SFCD_SUBSCRBE_JOURNA

    user00726 wrote:
    somw of the changes that have been done....
    cai11_lmd0_15771.trc.
    Thu Oct 2 13:35:48 2008
    CKPT: Begin resize of buffer pool 3 (DEFAULT for block size 8192)
    CKPT: Current size = 2512 MB, Target size = 3072 MB
    CKPT: Resize completed for buffer pool DEFAULT for blocksize 8192
    Thu Oct 2 13:35:50 2008
    ALTER SYSTEM SET db_cache_size='3072M' SCOPE=BOTH SID='icai11';
    Thu Oct 2 14:04:34 2008
    ALTER SYSTEM SET sga_max_size='5244772679680' SCOPE=SPFILE SID='*';
    ALTER SYSTEM SET sga_max_size='5244772679680' SCOPE=SPFILE SID='*';
    Thu Oct 2 15:24:14 2008
    CKPT: Begin resize of buffer pool 3 (DEFAULT for block size 8192)
    CKPT: Current size = 3072 MB, Target size = 2512 MB
    CKPT: Resize completed for buffer pool DEFAULT for blocksize 8192
    Thu Oct 2 15:24:20 2008
    ALTER SYSTEM SET db_cache_size='2512M' SCOPE=BOTH SID='icai11';
    Thu Oct 2 15:32:33 2008
    CKPT: Begin resize of buffer pool 3 (DEFAULT for block size 8192)
    CKPT: Current size = 2512 MB, Target size = 3072 MB
    CKPT: Resize completed for buffer pool DEFAULT for blocksize 8192
    Thu Oct 2 15:32:34 2008
    ALTER SYSTEM SET db_cache_size='3072M' SCOPE=BOTH SID='icai11';
    Thu Oct 2 15:36:46 2008
    ALTER SYSTEM SET shared_pool_size='640M' SCOPE=BOTH SID='icai11';
    Thu Oct 2 16:33:52 2008
    CKPT: Begin resize of buffer pool 3 (DEFAULT for block size 8192)
    CKPT: Current size = 3072 MB, Target size = 2512 MB
    CKPT: Resize completed for buffer pool DEFAULT for blocksize 8192
    Thu Oct 2 16:33:56 2008
    ALTER SYSTEM SET db_cache_size='2512M' SCOPE=BOTH SID='icai11';
    Thu Oct 2 16:39:30 2008
    ALTER SYSTEM SET pga_aggregate_target='750M' SCOPE=BOTH SID='icai11';Just to make certain that I am not missing anything, if the above you set (all scaled to GB just for the sake of comparison):
    sga_max_size=4885GB
    db_cache_size=3GB
    shared_pool_size=0.625GB
    pga_aggregate_target=0.733GB
    The SQL statement is forcing the use of a specific index, is this the best index?:
    SELECT /*+ INDEX (OM_COURSE_FEE OCF_CFC_CODE) */DISTINCT CF_COURSE_CODE FROM OM_COURSE_FEE,OT_STUDENT_FEE_COL_HEAD,OT_STUDENT_FEE_COL_DETL WHERE SFCH_SYS_ID = SFCD_SFCH_SYS_ID AND
    SFCD_FEE_TYPE_CODE = CF_TYPE_CODE AND CF_COURSE_CODE IN ( 'PE1','PE2','CCT','CPT' ) AND SFCH_TXN_CODE = :b1 AND SFCD_SUBSCRBE_JOURNAL_YN IN ( 'T','R','1','C' ) AND SFCH_APPR_UID IS NOT NULL
    AND SFCH_APPR_DT IS NOT NULL AND SFCH_NO = :b2 AND NOT EXISTS (SELECT 'X' FROM OM_STUDENT_HEAD WHERE STUD_SRN = SFCH_STUD_SRN_TEMP_NO AND NVL(STUD_CLO_STATUS,0) != 1 AND
    NVL(STUD_REG_STATUS,0) != 23 AND STUD_COURSE_CODE != 'CCT' AND CF_COURSE_CODE= STUD_COURSE_CODE ) ORDER BY 1 DESC
    Unfortunately, explain plans, even with dbms_xplan.display, may not show the actual execution plan - this is more of a problem when the SQL statement includes bind variables (capturing a 10046 trace at level 8 or 12 will help). With the information provided, it looks like the problem is with the number of logical reads performed: 17,503,305 in 84 executions = 208,373 logical reads per execution. Something is causing the SQL statement to execute inefficiently, possibly a join problem between tables, possibly the forced use of an index.
    From one of my previous posts related to this same SQL statement:
    SELECT /*+ INDEX (OM_COURSE_FEE OCF_CFC_CODE)  */ DISTINCT
      CF_COURSE_CODE
    FROM
      OM_COURSE_FEE,
      OT_STUDENT_FEE_COL_HEAD,
      OT_STUDENT_FEE_COL_DETL
    WHERE
      SFCH_SYS_ID = SFCD_SFCH_SYS_ID
      AND SFCD_FEE_TYPE_CODE = CF_TYPE_CODE
      AND CF_COURSE_CODE IN ( 'PE1','PE2','CCT','CPT'  )
      AND SFCH_TXN_CODE = :b1
      AND SFCD_SUBSCRBE_JOURNAL_YN IN ( 'T','R','1','C'  )
      AND SFCH_APPR_UID IS NOT NULL
      AND SFCH_APPR_DT IS NOT NULL
      AND SFCH_NO = :b2
      AND NOT EXISTS (
        SELECT
          'X'
        FROM
          OM_STUDENT_HEAD
        WHERE
          STUD_SRN = SFCH_STUD_SRN_TEMP_NO
          AND NVL(STUD_CLO_STATUS,0) != 1
          AND NVL(STUD_REG_STATUS,0) != 23
          AND STUD_COURSE_CODE != 'CCT'
          AND CF_COURSE_CODE = STUD_COURSE_CODE)
    ORDER BY
      1 DESC
    | Id  | Operation                                  |  Name                     | Rows  | Bytes | Cost  | Pstart| Pstop |
    |   0 | SELECT STATEMENT                                                             1      69      34
    |   1 |  SORT UNIQUE                                                                 1      69      22
    |   2 |   TABLE ACCESS BY GLOBAL INDEX ROWID       | OT_STUDENT_FEE_COL_DETL   |     1 |    12 |     2 | ROWID | ROW L |
    |   3 |    NESTED LOOPS                                                              1      69       9
    |   4 |     NESTED LOOPS                                                             1      57       7
    |   5 |      TABLE ACCESS BY GLOBAL INDEX ROWID    | OT_STUDENT_FEE_COL_HEAD   |     1 |    48 |     5 | ROWID | ROW L |
    |   6 |       INDEX SKIP SCAN                       OT_STUDENT_FEE_COL_HEAD_UK0|     1 |     1 |     4 |
    |   7 |      INLIST ITERATOR                       |
    |   8 |       TABLE ACCESS BY INDEX ROWID          | OM_COURSE_FEE             |     1 |     9 |     2 |       |       |
    |   9 |        INDEX RANGE SCAN                    | OCF_CFC_CODE              |     1 |       |     1 |       |       |
    |  10 |         FILTER                            
    |  11 |          TABLE ACCESS BY GLOBAL INDEX ROWID| OM_STUDENT_HEAD           |     1 |    21 |     4 | ROWID | ROW L |
    |  12 |           INDEX RANGE SCAN                 | IDM_STUD_SRN_COURSE       |     1 |       |     3 |       |       |
    |  13 |     INDEX RANGE SCAN                       | IDM_SFCD_FEE_TYPE_CODE    | 34600 |       |     1 |       |       |It appears, based just on the SQL statement, that there is no direct relationship between OM_COURSE_FEE and OT_STUDENT_FEE_COL_HEAD, yet the plan above indicates that the two tables are being joined together, likely as a result of the index hint. There is the possibility of additional predicates being generated by Oracle which will make this possible without introducing a Cartesian join, but those predicates are not displayed with an explain plan (they will appear with a DBMS_XPLAN). I may not be remembering correctly, but if the optimizer goal is set to first rows, a Cartesian join might appear in a plan as a nested loops join - Jonathan will know for certain if that is the case.
    Have you investigated the above as a possible cause? If you know that there is a problem with this one SQL statement, a 10046 trace at level 8 or 12 is much more helpful than a Statspack report.
    Charles Hooper
    IT Manager/Oracle DBA
    K&M Machine-Fabricating, Inc.

  • When viewing flash video, CPU Usage goes to 100%

    When I try to watch a streaming video that uses Flash Player (say nbc.com),
    my CPU Usage goes to 100%.  It causes the audio to crackle, video to freeze,
    and ultimately locks up my whole computer.  When I check Task Manager,
    the Flash Player usage is through the roof.  If I can manage to pause the video,
    the Flash Player usage drops down to 5%, and similarly overall CPU usage down to only around
    5%, but as soon as I press play . . . It very rapidly within 20 seconds sends CPU usage
    to 100%.  This happens in either Firefox or IE.  This is assuming that I can pause the
    video quick enough.  If I don't, the whole CPU crashes with usage locked at 100%, and
    only a hard reboot (power button) will work.
    I am running the most recent versions of Flash Player and Firefox on Windows 7.
    More specifically:
    Flash Player version:  11.5 r502
    Firefox version:  18.0.1
    I am running Windows 7 Home-Premium 32-bit.
    Processor:  Intel Core 2 Duo CPU @ 2.10 GHz 2.10GHz
    Memory:  4GHz installed (2.87 GHz usable)
    I have already followed the steps in the "Windows 7 Flash Player Problems" list.
    I.E. deleting Flash Player cache, and disabling Hardware Acceleration
    But this has not solved the problem.
    Please help!!
    Thanks!

    Hi Chris,
    I've recorded  the complete DXDIAG report at the bottom.
    I tried the HTML5 video, and it plays smoothly with no problems,
    total CPU usage always stayed below 10%, and Flash was always at 0%.
    I tried the non-HMTL5 video, and it did play fine all the way through,
    Flash Player usage seemed to fluctuate between 10-20%, with memory
    usage slowly creeping up to 93,000K.  Typically on the videos on NBC.com
    say, the flash player usage would rapidly go to 150,000K and simultaneously
    the flash player CPU usage would skyrocket:  20%, 40%, 70%, . . . taking
    the CPU usage to 100% and causing the problems I mentioned.  In
    fact, YouTube is probably one of the few video sites where I typically
    don't have problems.  Once the Flash Player would get out of hand, typically
    the video would start skipping and the audio crackling, then audiodg.exe
    would start using 10% resources which would aggravate the problem.
    Hopefully you will notice something from the DirectX Diagnostic Tool.
    In the meantime, I will try the Flash 11.6 Beta.
    Here is the complete record from DXDIAG:
    System Information
    Time of this report: 1/29/2013, 20:30:24
           Machine name: VISTAPRE32
       Operating System: Windows 7 Home Premium 32-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_gdr.120830-0333)
               Language: English (Regional Setting: English)
    System Manufacturer: TOSHIBA
           System Model: Satellite A505
                   BIOS: InsydeH2O Version 1.80
              Processor: Intel(R) Core(TM)2 Duo CPU     T6500  @ 2.10GHz (2 CPUs), ~2.1GHz
                 Memory: 4096MB RAM
    Available OS Memory: 2940MB RAM
              Page File: 2535MB used, 3342MB available
            Windows Dir: C:\Windows
        DirectX Version: DirectX 11
    DX Setup Parameters: Not found
       User DPI Setting: Using System DPI
    System DPI Setting: 96 DPI (100 percent)
        DWM DPI Scaling: Disabled
         DxDiag Version: 6.01.7601.17514 32bit Unicode
    DxDiag Notes
          Display Tab 1: No problems found.
            Sound Tab 1: No problems found.
            Sound Tab 2: No problems found.
              Input Tab: No problems found.
    DirectX Debug Levels
    Direct3D:    0/4 (retail)
    DirectDraw:  0/4 (retail)
    DirectInput: 0/5 (retail)
    DirectMusic: 0/5 (retail)
    DirectPlay:  0/9 (retail)
    DirectSound: 0/5 (retail)
    DirectShow:  0/6 (retail)
    Display Devices
              Card name: Mobile Intel(R) 4 Series Express Chipset Family
           Manufacturer: Intel Corporation
              Chip type: Mobile Intel(R) 4 Series Express Chipset Family
               DAC type: Internal
             Device Key: Enum\PCI\VEN_8086&DEV_2A42&SUBSYS_FF101179&REV_07
         Display Memory: 1341 MB
       Dedicated Memory: 128 MB
          Shared Memory: 1213 MB
           Current Mode: 1366 x 768 (32 bit) (60Hz)
           Monitor Name: Generic PnP Monitor
          Monitor Model: unknown
             Monitor Id: SEC3041
            Native Mode: 1366 x 768(p) (59.993Hz)
            Output Type: Internal
            Driver Name: igdumdx32.dll,igd10umd32.dll
    Driver File Version: 8.15.0010.2302 (English)
         Driver Version: 8.15.10.2302
            DDI Version: 10
           Driver Model: WDDM 1.1
      Driver Attributes: Final Retail
       Driver Date/Size: 2/11/2011 18:09:48, 571904 bytes
            WHQL Logo'd: Yes
        WHQL Date Stamp:
      Device Identifier: {D7B78E66-6902-11CF-377A-1ADFA7C2C535}
              Vendor ID: 0x8086
              Device ID: 0x2A42
              SubSys ID: 0xFF101179
            Revision ID: 0x0007
    Driver Strong Name: oem74.inf:Intel.Mfg:iCNT0:8.15.10.2302:pci\ven_8086&dev_2a42
         Rank Of Driver: 00E62001
            Video Accel: ModeMPEG2_A ModeMPEG2_C ModeWMV9_B ModeWMV9_C ModeVC1_B ModeVC1_C
       Deinterlace Caps: {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
           D3D9 Overlay: Supported
                DXVA-HD: Supported
           DDraw Status: Enabled
             D3D Status: Enabled
             AGP Status: Enabled
    Sound Devices
                Description: Speakers (Realtek High Definition Audio)
    Default Sound Playback: Yes
    Default Voice Playback: Yes
                Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0272&SUBSYS_1179FF18&REV_1000
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: RTKVHDA.sys
             Driver Version: 6.00.0001.5904 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 7/28/2009 20:02:42, 2735504 bytes
                Other Files:
            Driver Provider: Realtek Semiconductor Corp.
             HW Accel Level: Basic
                  Cap Flags: 0xF1F
        Min/Max Sample Rate: 100, 200000
    Static/Strm HW Mix Bufs: 1, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
                Description: Realtek Digital Output (Realtek High Definition Audio)
    Default Sound Playback: No
    Default Voice Playback: No
                Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0272&SUBSYS_1179FF18&REV_1000
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: RTKVHDA.sys
             Driver Version: 6.00.0001.5904 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 7/28/2009 20:02:42, 2735504 bytes
                Other Files:
            Driver Provider: Realtek Semiconductor Corp.
             HW Accel Level: Basic
                  Cap Flags: 0xF1F
        Min/Max Sample Rate: 100, 200000
    Static/Strm HW Mix Bufs: 1, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
    Sound Capture Devices
                Description: Microphone (Realtek High Definition Audio)
      Default Sound Capture: Yes
      Default Voice Capture: Yes
                Driver Name: RTKVHDA.sys
             Driver Version: 6.00.0001.5904 (English)
          Driver Attributes: Final Retail
              Date and Size: 7/28/2009 20:02:42, 2735504 bytes
                  Cap Flags: 0x1
               Format Flags: 0xFFFFF
    DirectInput Devices
          Device Name: Mouse
             Attached: 1
        Controller ID: n/a
    Vendor/Product ID: n/a
            FF Driver: n/a
          Device Name: Keyboard
             Attached: 1
        Controller ID: n/a
    Vendor/Product ID: n/a
            FF Driver: n/a
          Device Name: USB Keyboard
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC31C
            FF Driver: n/a
          Device Name: USB Keyboard
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC31C
            FF Driver: n/a
          Device Name: USB Keyboard
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC31C
            FF Driver: n/a
    Poll w/ Interrupt: No
    USB Devices
    + USB Root Hub
    | Vendor/Product ID: 0x8086, 0x2938
    | Matching Device ID: usb\root_hub
    | Service: usbhub
    | Driver: usbhub.sys, 3/24/2011 21:58:37, 258560 bytes
    | Driver: usbd.sys, 3/24/2011 21:57:53, 5888 bytes
    Gameport Devices
    PS/2 Devices
    + Standard PS/2 Keyboard
    | Matching Device ID: *pnp0303
    | Service: i8042prt
    | Driver: i8042prt.sys, 7/13/2009 18:11:24, 80896 bytes
    | Driver: kbdclass.sys, 7/13/2009 20:20:36, 42576 bytes
    |
    + HID Keyboard Device
    | Vendor/Product ID: 0x046D, 0xC31C
    | Matching Device ID: hid_device_system_keyboard
    | Service: kbdhid
    | Driver: kbdhid.sys, 11/20/2010 04:50:10, 28160 bytes
    | Driver: kbdclass.sys, 7/13/2009 20:20:36, 42576 bytes
    |
    + Terminal Server Keyboard Driver
    | Matching Device ID: root\rdp_kbd
    | Upper Filters: kbdclass
    | Service: TermDD
    | Driver: i8042prt.sys, 7/13/2009 18:11:24, 80896 bytes
    | Driver: kbdclass.sys, 7/13/2009 20:20:36, 42576 bytes
    |
    + Synaptics PS/2 Port TouchPad
    | Matching Device ID: *syn1900
    | Upper Filters: SynTP
    | Service: i8042prt
    | Driver: SynTP.sys, 8/14/2008 09:40:40, 203312 bytes
    | Driver: SynTPAPI.dll, 8/14/2008 09:19:30, 151552 bytes
    | Driver: SynCOM.dll, 8/14/2008 09:03:50, 163840 bytes
    | Driver: SynCtrl.dll, 8/14/2008 09:04:40, 200704 bytes
    | Driver: SynTPRes.dll, 8/14/2008 09:29:16, 6017024 bytes
    | Driver: SynTPCpl.dll, 8/14/2008 09:24:00, 1028096 bytes
    | Driver: SynCntxt.rtf, 8/14/2008 09:29:54, 4713596 bytes
    | Driver: SynZMetr.exe, 8/14/2008 09:06:54, 241664 bytes
    | Driver: SynMood.exe, 8/14/2008 09:05:54, 233472 bytes
    | Driver: SynTPEnh.exe, 8/14/2008 09:40:36, 1348904 bytes
    | Driver: SynTPCOM.dll, 8/14/2008 09:20:02, 102400 bytes
    | Driver: Tutorial.exe, 8/14/2008 09:29:44, 327680 bytes
    | Driver: InstNT.exe, 8/14/2008 09:40:38, 124200 bytes
    | Driver: SynISDLL.dll, 8/14/2008 09:30:14, 630784 bytes
    | Driver: SynUnst.ini, 8/20/2008 07:06:40, 471810 bytes
    | Driver: SynTPHelper.exe, 8/14/2008 09:40:44, 103720 bytes
    | Driver: SynToshiba.exe, 8/14/2008 09:14:20, 200704 bytes
    | Driver: i8042prt.sys, 7/13/2009 18:11:24, 80896 bytes
    | Driver: mouclass.sys, 7/13/2009 20:20:44, 41552 bytes
    | Driver: SynTPCo4.dll, 8/14/2008 09:39:36, 110592 bytes
    | Driver: WdfCoInstaller01007.dll, 7/8/2008 00:55:50, 1112288 bytes
    |
    + HID-compliant mouse
    | Vendor/Product ID: 0x046D, 0xC016
    | Matching Device ID: hid_device_system_mouse
    | Service: mouhid
    | Driver: mouhid.sys, 7/13/2009 18:45:08, 26112 bytes
    | Driver: mouclass.sys, 7/13/2009 20:20:44, 41552 bytes
    |
    + Terminal Server Mouse Driver
    | Matching Device ID: root\rdp_mou
    | Upper Filters: mouclass
    | Service: TermDD
    | Driver: termdd.sys, 11/20/2010 07:30:12, 53120 bytes
    | Driver: sermouse.sys, 7/13/2009 18:45:08, 19968 bytes
    | Driver: mouclass.sys, 7/13/2009 20:20:44, 41552 bytes
    Disk & DVD/CD-ROM Drives
          Drive: C:
    Free Space: 13.4 GB
    Total Space: 305.2 GB
    File System: NTFS
          Model: TOSHIBA MK3255GSX ATA Device
          Drive: D:
          Model: HL-DT-ST DVDRAM GT20F ATA Device
         Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7601.17514 (English), 11/20/2010 03:38:10, 108544 bytes
    System Devices
         Name: Intel(R) ICH9 Family PCI Express Root Port 4 - 2946
    Device ID: PCI\VEN_8086&DEV_2946&SUBSYS_FF1E1179&REV_03\3&33FD14CA&0&E3
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 07:30:06, 153984 bytes
         Name: Intel(R) ICH9 Family USB Universal Host Controller - 2937
    Device ID: PCI\VEN_8086&DEV_2937&SUBSYS_FF1E1179&REV_03\3&33FD14CA&0&D0
       Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7601.17586 (English), 3/24/2011 21:57:56, 24064 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17586 (English), 3/24/2011 21:58:07, 284672 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17586 (English), 3/24/2011 21:58:37, 258560 bytes
         Name: Intel(R) 82801 PCI Bridge - 2448
    Device ID: PCI\VEN_8086&DEV_2448&SUBSYS_FF1E1179&REV_93\3&33FD14CA&0&F0
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 07:30:06, 153984 bytes
         Name: Intel(R) ICH9 Family PCI Express Root Port 2 - 2942
    Device ID: PCI\VEN_8086&DEV_2942&SUBSYS_FF1E1179&REV_03\3&33FD14CA&0&E1
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 07:30:06, 153984 bytes
         Name: Intel(R) ICH9 Family USB Universal Host Controller - 2936
    Device ID: PCI\VEN_8086&DEV_2936&SUBSYS_FF1E1179&REV_03\3&33FD14CA&0&EA
       Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7601.17586 (English), 3/24/2011 21:57:56, 24064 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17586 (English), 3/24/2011 21:58:07, 284672 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17586 (English), 3/24/2011 21:58:37, 258560 bytes
         Name: Ricoh PCIe xD-Picture Card Controller
    Device ID: PCI\VEN_1180&DEV_E852&SUBSYS_FF1E1179&REV_01\4&D598E9D&0&02E3
       Driver: C:\Windows\system32\DRIVERS\rixdpe86.sys, 6.10.0001.0003 (Japanese), 1/14/2009 10:37:32, 38400 bytes
       Driver: C:\Windows\system32\rixdicon.dll, 1.00.0001.0001 (Japanese), 7/25/2007 11:48:00, 172032 bytes
         Name: Intel(R) ICH9 Family PCI Express Root Port 1 - 2940
    Device ID: PCI\VEN_8086&DEV_2940&SUBSYS_FF1E1179&REV_03\3&33FD14CA&0&E0
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 07:30:06, 153984 bytes
         Name: Intel(R) ICH9 Family USB Universal Host Controller - 2935
    Device ID: PCI\VEN_8086&DEV_2935&SUBSYS_FF1E1179&REV_03\3&33FD14CA&0&E9
       Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7601.17586 (English), 3/24/2011 21:57:56, 24064 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17586 (English), 3/24/2011 21:58:07, 284672 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17586 (English), 3/24/2011 21:58:37, 258560 bytes
         Name: SDA Standard Compliant SD Host Controller
    Device ID: PCI\VEN_1180&DEV_E822&SUBSYS_FF1E1179&REV_01\4&D598E9D&0&00E3
       Driver: C:\Windows\system32\DRIVERS\sdbus.sys, 6.01.7601.17514 (English), 11/20/2010 03:54:02, 84992 bytes
         Name: Intel(R) WiFi Link 5100 AGN
    Device ID: PCI\VEN_8086&DEV_4232&SUBSYS_12018086&REV_00\4&11D53223&0&00E1
       Driver: n/a
         Name: High Definition Audio Controller
    Device ID: PCI\VEN_8086&DEV_293E&SUBSYS_FF1E1179&REV_03\3&33FD14CA&0&D8
       Driver: C:\Windows\system32\DRIVERS\hdaudbus.sys, 6.01.7601.17514 (English), 11/20/2010 04:59:29, 108544 bytes
         Name: Intel(R) ICH9 Family USB Universal Host Controller - 2934
    Device ID: PCI\VEN_8086&DEV_2934&SUBSYS_FF1E1179&REV_03\3&33FD14CA&0&E8
       Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7601.17586 (English), 3/24/2011 21:57:56, 24064 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17586 (English), 3/24/2011 21:58:07, 284672 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17586 (English), 3/24/2011 21:58:37, 258560 bytes
         Name: Ricoh PCIe Memory Stick Host Controller
    Device ID: PCI\VEN_1180&DEV_E230&SUBSYS_FF1E1179&REV_01\4&D598E9D&0&01E3
       Driver: C:\Windows\system32\snymsico.dll, 1.00.0000.9120 (English), 9/4/2004 02:00:00, 90112 bytes
       Driver: C:\Windows\system32\DRIVERS\rimspe86.sys, 6.10.0002.0001 (Japanese), 2/12/2009 13:43:00, 45056 bytes
         Name: Mobile Intel(R) 4 Series Express Chipset Family
    Device ID: PCI\VEN_8086&DEV_2A43&SUBSYS_FF101179&REV_07\3&33FD14CA&0&11
       Driver: n/a
         Name: Intel(R) ICH9 Family USB2 Enhanced Host Controller - 293C
    Device ID: PCI\VEN_8086&DEV_293C&SUBSYS_FF1E1179&REV_03\3&33FD14CA&0&D7
       Driver: C:\Windows\system32\drivers\usbehci.sys, 6.01.7601.17586 (English), 3/24/2011 21:57:58, 43008 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17586 (English), 3/24/2011 21:58:07, 284672 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17586 (English), 3/24/2011 21:58:37, 258560 bytes
         Name: Intel(R) ICH9 Family SMBus Controller - 2930
    Device ID: PCI\VEN_8086&DEV_2930&SUBSYS_FF1E1179&REV_03\3&33FD14CA&0&FB
       Driver: n/a
         Name: Realtek PCIe FE Family Controller
    Device ID: PCI\VEN_10EC&DEV_8136&SUBSYS_FF1E1179&REV_02\4&2BC30F68&0&00E0
       Driver: n/a
         Name: Mobile Intel(R) 4 Series Express Chipset Family
    Device ID: PCI\VEN_8086&DEV_2A42&SUBSYS_FF101179&REV_07\3&33FD14CA&0&10
       Driver: C:\Windows\system32\DRIVERS\igdkmd32.sys, 8.15.0010.2302 (English), 2/11/2011 18:12:16, 9036800 bytes
       Driver: C:\Windows\system32\igdumd32.dll, 8.15.0010.2302 (English), 2/11/2011 18:12:16, 4967424 bytes
       Driver: C:\Windows\system32\igkrng500.bin, 4/21/2010 17:08:14, 982240 bytes
       Driver: C:\Windows\system32\igcompkrng500.bin, 4/21/2010 17:08:14, 439308 bytes
       Driver: C:\Windows\system32\igfcg500m.bin, 4/21/2010 17:08:14, 92356 bytes
       Driver: C:\Windows\system32\iglhxs32.vp, 2/11/2011 18:42:52, 51636 bytes
       Driver: C:\Windows\system32\iglhxo32.vp, 4/21/2010 16:22:50, 60015 bytes
       Driver: C:\Windows\system32\iglhxc32.vp, 4/21/2010 16:22:50, 60226 bytes
       Driver: C:\Windows\system32\iglhxg32.vp, 4/21/2010 16:22:52, 60254 bytes
       Driver: C:\Windows\system32\iglhxa32.vp, 4/21/2010 16:22:50, 1090 bytes
       Driver: C:\Windows\system32\iglhxa32.cpa, 4/21/2010 16:22:50, 1921265 bytes
       Driver: C:\Windows\system32\iglhcp32.dll, 1.05.0002.0001 (English), 2/11/2011 17:35:00, 147456 bytes
       Driver: C:\Windows\system32\iglhsip32.dll, 1.05.0002.0001 (English), 2/11/2011 17:35:00, 208896 bytes
       Driver: C:\Windows\system32\hccutils.dll, 8.15.0010.2302 (English), 2/11/2011 17:40:48, 95232 bytes
       Driver: C:\Windows\system32\igfxsrvc.dll, 8.15.0010.2302 (English), 2/11/2011 17:41:12, 57856 bytes
       Driver: C:\Windows\system32\igfxsrvc.exe, 8.15.0010.2302 (English), 2/11/2011 18:26:30, 267800 bytes
       Driver: C:\Windows\system32\igfxpph.dll, 8.15.0010.2302 (English), 2/11/2011 17:41:30, 195584 bytes
       Driver: C:\Windows\system32\igfxcpl.cpl, 8.15.0010.2302 (English), 2/11/2011 17:41:30, 115200 bytes
       Driver: C:\Windows\system32\igfxdev.dll, 8.15.0010.2302 (English), 2/11/2011 17:40:38, 228864 bytes
       Driver: C:\Windows\system32\igfxdo.dll, 8.15.0010.2302 (English), 2/11/2011 17:40:56, 130048 bytes
       Driver: C:\Windows\system32\igfxtray.exe, 8.15.0010.2302 (English), 2/11/2011 18:26:32, 137752 bytes
       Driver: C:\Windows\system32\hkcmd.exe, 8.15.0010.2302 (English), 2/11/2011 18:26:26, 171032 bytes
       Driver: C:\Windows\system32\igfxress.dll, 8.15.0010.2302 (English), 2/11/2011 17:40:38, 828928 bytes
       Driver: C:\Windows\system32\igfxpers.exe, 8.15.0010.2302 (English), 2/11/2011 18:26:30, 172568 bytes
       Driver: C:\Windows\system32\igfxTMM.dll, 8.15.0010.2302 (English), 2/11/2011 17:41:30, 261632 bytes
       Driver: C:\Windows\system32\TVWSetup.exe, 1.00.0001.0000 (English), 2/11/2011 18:26:38, 8198680 bytes
       Driver: C:\Windows\system32\gfxSrvc.dll, 8.15.0010.2302 (English), 2/11/2011 17:40:42, 120320 bytes
       Driver: C:\Windows\system32\GfxUI.exe, 8.15.0010.2302 (English), 2/11/2011 18:26:22, 3157528 bytes
       Driver: C:\Windows\system32\GfxUI.exe.config, 4/21/2010 16:29:46, 151 bytes
       Driver: C:\Windows\system32\IGFXDEVLib.dll, 1.00.0000.0000 (Invariant Language), 2/11/2011 17:40:40, 4096 bytes
       Driver: C:\Windows\system32\igfxext.exe, 8.15.0010.2302 (English), 2/11/2011 18:26:28, 179224 bytes
       Driver: C:\Windows\system32\igfxexps.dll, 8.15.0010.2302 (English), 2/11/2011 17:41:28, 23552 bytes
       Driver: C:\Windows\system32\igfxrara.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:00, 84480 bytes
       Driver: C:\Windows\system32\igfxrchs.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:00, 81920 bytes
       Driver: C:\Windows\system32\igfxrcht.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:00, 81920 bytes
       Driver: C:\Windows\system32\igfxrdan.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:02, 84992 bytes
       Driver: C:\Windows\system32\igfxrdeu.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:02, 86016 bytes
       Driver: C:\Windows\system32\igfxrenu.lrc, 8.15.0010.2302 (English), 2/11/2011 17:40:38, 85504 bytes
       Driver: C:\Windows\system32\igfxresn.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:08, 86528 bytes
       Driver: C:\Windows\system32\igfxrfin.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:02, 85504 bytes
       Driver: C:\Windows\system32\igfxrfra.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:02, 86528 bytes
       Driver: C:\Windows\system32\igfxrheb.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:04, 84480 bytes
       Driver: C:\Windows\system32\igfxrita.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:04, 86016 bytes
       Driver: C:\Windows\system32\igfxrjpn.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:04, 82944 bytes
       Driver: C:\Windows\system32\igfxrkor.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:06, 82944 bytes
       Driver: C:\Windows\system32\igfxrnld.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:02, 86016 bytes
       Driver: C:\Windows\system32\igfxrnor.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:06, 85504 bytes
       Driver: C:\Windows\system32\igfxrplk.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:06, 86016 bytes
       Driver: C:\Windows\system32\igfxrptb.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:06, 85504 bytes
       Driver: C:\Windows\system32\igfxrptg.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:08, 86016 bytes
       Driver: C:\Windows\system32\igfxrrus.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:08, 86016 bytes
       Driver: C:\Windows\system32\igfxrsky.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:10, 86016 bytes
       Driver: C:\Windows\system32\igfxrslv.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:10, 85504 bytes
       Driver: C:\Windows\system32\igfxrsve.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:08, 85504 bytes
       Driver: C:\Windows\system32\igfxrtha.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:10, 84992 bytes
       Driver: C:\Windows\system32\igfxrcsy.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:00, 85504 bytes
       Driver: C:\Windows\system32\igfxrell.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:04, 86528 bytes
       Driver: C:\Windows\system32\igfxrhun.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:04, 85504 bytes
       Driver: C:\Windows\system32\igfxrtrk.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:10, 85504 bytes
       Driver: C:\Windows\system32\Gfxres.ar-SA.resources, 2/11/2011 17:44:12, 139851 bytes
       Driver: C:\Windows\system32\Gfxres.cs-CZ.resources, 2/11/2011 17:44:14, 118687 bytes
       Driver: C:\Windows\system32\Gfxres.da-DK.resources, 2/11/2011 17:44:14, 114203 bytes
       Driver: C:\Windows\system32\Gfxres.de-DE.resources, 2/11/2011 17:44:16, 122651 bytes
       Driver: C:\Windows\system32\Gfxres.el-GR.resources, 2/11/2011 17:44:16, 178349 bytes
       Driver: C:\Windows\system32\Gfxres.es-ES.resources, 2/11/2011 17:44:18, 122869 bytes
       Driver: C:\Windows\system32\Gfxres.en-US.resources, 7/28/2010 19:24:40, 110156 bytes
       Driver: C:\Windows\system32\Gfxres.fi-FI.resources, 2/11/2011 17:44:20, 118639 bytes
       Driver: C:\Windows\system32\Gfxres.fr-FR.resources, 2/11/2011 17:44:20, 120742 bytes
       Driver: C:\Windows\system32\Gfxres.he-IL.resources, 2/11/2011 17:44:22, 133688 bytes
       Driver: C:\Windows\system32\Gfxres.hu-HU.resources, 2/11/2011 17:44:22, 119558 bytes
       Driver: C:\Windows\system32\Gfxres.it-IT.resources, 2/11/2011 17:44:24, 125500 bytes
       Driver: C:\Windows\system32\Gfxres.ja-JP.resources, 2/11/2011 17:44:24, 136343 bytes
       Driver: C:\Windows\system32\Gfxres.ko-KR.resources, 2/11/2011 17:44:26, 123172 bytes
       Driver: C:\Windows\system32\Gfxres.nb-NO.resources, 2/11/2011 17:44:28, 114794 bytes
       Driver: C:\Windows\system32\Gfxres.nl-NL.resources, 2/11/2011 17:44:28, 119528 bytes
       Driver: C:\Windows\system32\Gfxres.pl-PL.resources, 2/11/2011 17:44:30, 118351 bytes
       Driver: C:\Windows\system32\Gfxres.pt-BR.resources, 2/11/2011 17:44:30, 120308 bytes
       Driver: C:\Windows\system32\Gfxres.pt-PT.resources, 2/11/2011 17:44:32, 119009 bytes
       Driver: C:\Windows\system32\Gfxres.ru-RU.resources, 2/11/2011 17:44:32, 165337 bytes
       Driver: C:\Windows\system32\Gfxres.sk-SK.resources, 2/11/2011 17:44:34, 118000 bytes
       Driver: C:\Windows\system32\Gfxres.sl-SI.resources, 2/11/2011 17:44:36, 114314 bytes
       Driver: C:\Windows\system32\Gfxres.sv-SE.resources, 2/11/2011 17:44:36, 119302 bytes
       Driver: C:\Windows\system32\Gfxres.th-TH.resources, 2/11/2011 17:44:38, 189494 bytes
       Driver: C:\Windows\system32\Gfxres.tr-TR.resources, 2/11/2011 17:44:38, 121115 bytes
       Driver: C:\Windows\system32\Gfxres.zh-CN.resources, 2/11/2011 17:44:40, 102825 bytes
       Driver: C:\Windows\system32\Gfxres.zh-TW.resources, 2/11/2011 17:44:40, 103986 bytes
       Driver: C:\Windows\system32\ig4icd32.dll, 8.15.0010.2302 (English), 2/11/2011 17:51:10, 11039744 bytes
       Driver: C:\Windows\system32\igd10umd32.dll, 8.15.0010.2302 (English), 2/11/2011 18:04:40, 4411392 bytes
       Driver: C:\Windows\system32\d3dx10_40.dll, 9.24.0950.2656 (English), 4/21/2010 16:22:52, 452440 bytes
       Driver: C:\Windows\system32\igdumdx32.dll, 8.15.0010.2302 (English), 2/11/2011 18:09:48, 571904 bytes
       Driver: C:\Windows\system32\igfxCoIn_v2302.dll, 1.02.0030.0000 (English), 2/11/2011 18:20:00, 81920 bytes
         Name: Intel(R) ICH9 Family USB2 Enhanced Host Controller - 293A
    Device ID: PCI\VEN_8086&DEV_293A&SUBSYS_FF1E1179&REV_03\3&33FD14CA&0&EF
       Driver: C:\Windows\system32\drivers\usbehci.sys, 6.01.7601.17586 (English), 3/24/2011 21:57:58, 43008 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17586 (English), 3/24/2011 21:58:07, 284672 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17586 (English), 3/24/2011 21:58:37, 258560 bytes
         Name: Intel(R) ICH9M/M-E 2 port Serial ATA Storage Controller 2 - 292D
    Device ID: PCI\VEN_8086&DEV_292D&SUBSYS_FF1E1179&REV_03\3&33FD14CA&0&FD
       Driver: C:\Windows\system32\DRIVERS\pciide.sys, 6.01.7600.16385 (English), 7/13/2009 20:20:45, 12368 bytes
       Driver: C:\Windows\system32\DRIVERS\pciidex.sys, 6.01.7600.16385 (English), 7/13/2009 20:19:03, 42560 bytes
       Driver: C:\Windows\system32\DRIVERS\atapi.sys, 6.01.7600.16385 (English), 7/13/2009 20:26:15, 21584 bytes
       Driver: C:\Windows\system32\DRIVERS\ataport.sys, 6.01.7601.17514 (English), 11/20/2010 07:29:12, 132992 bytes
         Name: Mobile Intel(R) 4 Series Chipset Processor to DRAM Controller - 2A40
    Device ID: PCI\VEN_8086&DEV_2A40&SUBSYS_FF1E1179&REV_07\3&33FD14CA&0&00
       Driver: n/a
         Name: Intel(R) ICH9 Family USB Universal Host Controller - 2939
    Device ID: PCI\VEN_8086&DEV_2939&SUBSYS_FF1E1179&REV_03\3&33FD14CA&0&EB
       Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7601.17586 (English), 3/24/2011 21:57:56, 24064 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17586 (English), 3/24/2011 21:58:07, 284672 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17586 (English), 3/24/2011 21:58:37, 258560 bytes
         Name: Intel(R) ICH9M/M-E 2 port Serial ATA Storage Controller 1 - 2928
    Device ID: PCI\VEN_8086&DEV_2928&SUBSYS_FF1E1179&REV_03\3&33FD14CA&0&FA
       Driver: C:\Windows\system32\DRIVERS\pciide.sys, 6.01.7600.16385 (English), 7/13/2009 20:20:45, 12368 bytes
       Driver: C:\Windows\system32\DRIVERS\pciidex.sys, 6.01.7600.16385 (English), 7/13/2009 20:19:03, 42560 bytes
       Driver: C:\Windows\system32\DRIVERS\atapi.sys, 6.01.7600.16385 (English), 7/13/2009 20:26:15, 21584 bytes
       Driver: C:\Windows\system32\DRIVERS\ataport.sys, 6.01.7601.17514 (English), 11/20/2010 07:29:12, 132992 bytes
         Name: Intel(R) ICH9 Family PCI Express Root Port 5 - 2948
    Device ID: PCI\VEN_8086&DEV_2948&SUBSYS_FF1E1179&REV_03\3&33FD14CA&0&E4
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 07:30:06, 153984 bytes
         Name: Intel(R) ICH9 Family USB Universal Host Controller - 2938
    Device ID: PCI\VEN_8086&DEV_2938&SUBSYS_FF1E1179&REV_03\3&33FD14CA&0&D1
       Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7601.17586 (English), 3/24/2011 21:57:56, 24064 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17586 (English), 3/24/2011 21:58:07, 284672 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17586 (English), 3/24/2011 21:58:37, 258560 bytes
         Name: Intel(R) ICH9M LPC Interface Controller - 2919
    Device ID: PCI\VEN_8086&DEV_2919&SUBSYS_FF1E1179&REV_03\3&33FD14CA&0&F8
       Driver: C:\Windows\system32\DRIVERS\msisadrv.sys, 6.01.7600.16385 (English), 7/13/2009 20:20:43, 13888 bytes
    DirectShow Filters
    DirectShow Filters:
    WMAudio Decoder DMO,0x00800800,1,1,WMADMOD.DLL,6.01.7601.17514
    WMAPro over S/PDIF DMO,0x00600800,1,1,WMADMOD.DLL,6.01.7601.17514
    WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,6.01.7601.17514
    MP3 Decoder DMO,0x00600800,1,1,mp3dmod.dll,6.01.7600.16385
    Mpeg4s Decoder DMO,0x00800001,1,1,mp4sdecd.dll,6.01.7600.16385
    WMV Screen decoder DMO,0x00600800,1,1,wmvsdecd.dll,6.01.7601.17514
    WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,6.01.7601.17514
    Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,6.01.7600.16385
    Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,6.01.7600.16385
    DivX Decoder Filter,0x00800000,1,1,,
    Nero Audible Decoder,0x00200000,1,1,NeAudible.ax,4.05.0011.0000
    Nero Subpicture Decoder,0x00400000,1,1,NeSubpicture.ax,4.05.0011.0000
    WMT VIH2 Fix,0x00200000,1,1,WLXVAFilt.dll,15.04.3508.1109
    Record Queue,0x00200000,1,1,WLXVAFilt.dll,15.04.3508.1109
    WMT Switch Filter,0x00200000,1,1,WLXVAFilt.dll,15.04.3508.1109
    WMT Virtual Renderer,0x00200000,1,0,WLXVAFilt.dll,15.04.3508.1109
    WMT DV Extract,0x00200000,1,1,WLXVAFilt.dll,15.04.3508.1109
    WMT Virtual Source,0x00200000,0,1,WLXVAFilt.dll,15.04.3508.1109
    WMT Sample Information Filter,0x00200000,1,1,WLXVAFilt.dll,15.04.3508.1109
    Nero Scene Detector 2,0x00200000,2,0,NeSceneDetector.ax,4.05.0011.0000
    Nero Stream Buffer Sink,0x00200000,0,0,NeSBE.ax,4.05.0011.0000
    Nero Subtitle,0x00200000,1,1,NeSubtitle.ax,4.05.0011.0000
    DV Muxer,0x00400000,0,0,qdv.dll,6.06.7601.17514
    Nero3D Video Filter,0x00200000,1,1,NSG_dxFilter.dll,1.05.0002.0000
    Nero Digital Audio Decoder,0x00400000,1,1,neaudio.ax,4.05.0011.0000
    DV Scenes,0x00200000,1,1,NVDV.dll,3.00.0003.0000
    Color Space Converter,0x00400001,1,1,quartz.dll,6.06.7601.17713
    WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.7601.17514
    Screen Capture filter,0x00200000,0,1,wmpsrcwp.dll,12.00.7601.17514
    AVI Splitter,0x00600000,1,1,quartz.dll,6.06.7601.17713
    VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.06.7601.17713
    SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,6.06.7601.17528
    CyberLink AudioCD Filter (PDVD6),0x00600000,0,1,CLAudioCD.ax,5.00.0000.2107
    Nero FTC,0x00200000,1,1,NeFTC.ax,1.00.0000.0000
    Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,6.01.7140.0000
    AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
    CyberLink Audio Decoder,0x00602000,1,1,CLAud.ax,6.00.0000.1027
    DivX AAC Decoder,0x00800000,1,1,daac.ax,8.08.0000.41966
    StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Microsoft TV Captions Decoder,0x00200001,1,0,MSTVCapn.dll,6.01.7601.17715
    Nero Resize,0x00400000,1,1,NeResize.ax,4.05.0011.0000
    MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17713
    CyberLink Audio Effect (PDVD6),0x00200000,1,1,claudfx.ax,6.00.0000.0917
    CBVA DMO wrapper filter,0x00200000,1,1,cbva.dll,6.01.7601.17514
    MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.06.7601.17713
    SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
    Nero AV Synchronizer,0x00200000,1,1,NeAVSync.ax,4.05.0011.0000
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514
    Nero Audio Stream Renderer,0x00200000,1,0,NeRender.ax,4.05.0011.0000
    MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.7601.17528
    Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,6.06.7601.17514
    SBE2FileScan,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
    Nero Digital AVC Audio Encoder,0x00200000,1,2,NeNDAud.ax,4.05.0011.0000
    Nero Digital AVC File Writer,0x00200000,1,0,NeNDMux.ax,4.05.0011.0000
    Nero Digital AVC Video Enc,0x00200000,1,2,NeNDVid.ax,4.05.0011.0000
    Nero Digital AVC Null Renderer,0x00200000,1,0,NeNDMux.ax,4.05.0011.0000
    Nero Digital AVC Muxer,0x00200000,2,1,NeNDMux.ax,4.05.0011.0000
    Nero QuickTime(tm) Video Decoder,0x00400000,1,1,NeQTDec.ax,4.05.0011.0000
    Nero3D Transition,0x00200000,1,1,NSG_dxFilter.dll,1.05.0002.0000
    Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17713
    MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.06.7601.17713
    Nero Digital AVC Subpicture Enc,0x00200000,1,0,NeNDMux.ax,4.05.0011.0000
    Nero Format Converter,0x00200000,1,1,NeroFormatConv.ax,4.05.0011.0000
    Nero Overlay Mixer,0x00200000,1,1,NeOverlayMixer.ax,4.05.0011.0000
    Nero MP4 Splitter,0x00600000,1,1,NeMP4Splitter.ax,4.05.0011.0000
    DV Splitter,0x00600000,1,2,qdv.dll,6.06.7601.17514
    Nero Video Decoder HD,0x00400000,3,1,nevideohd.ax,4.05.0011.0000
    HighMAT and MPV Navigator Filter,0x00200000,0,3,HMNavigator.ax,4.05.0011.0000
    Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,6.06.7601.17713
    Nero Photo Source,0x00200000,0,1,NePhotoSource.ax,4.05.0011.0000
    CyberLink Demux (PDVD6),0x00200000,1,0,CLDemuxer.ax,1.00.0000.2221
    Nero Video Analyzer,0x00200000,2,0,NeVideoAnalyzer.ax,4.05.0011.0000
    Nero ES Video Reader,0x00600000,0,1,NDParser.ax,4.05.0011.0000
    CyberLink Line21 Decoder (PDVD6),0x00200000,0,2,CLLine21.ax,4.00.0000.4520
    Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,6.01.7601.17514
    DV Source Filter,0x00400000,0,1,NVDV.dll,3.00.0003.0000
    Nero Audio CD Filter,0x00200000,0,1,NeAudCD.ax,4.05.0011.0000
    Nero3D Text Effect,0x00200000,1,1,NSG_dxFilter.dll,1.05.0002.0000
    Nero Video Renderer,0x00200000,1,0,NeVideoRenderer.ax,4.05.0011.0000
    Nero PresentationGraphics Decoder,0x00600000,2,1,NeBDGraphic.ax,4.05.0011.0000
    ACM Wrapper,0x00600000,1,1,quartz.dll,6.06.7601.17713
    Video Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17713
    Nero DVD Navigator,0x00600000,0,12,nedvd.ax,4.05.0011.0000
    MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Line 21 Decoder,0x00600000,1,1,qdvd.dll,6.06.7601.17835
    Nero InteractiveGraphics Decoder,0x00600000,1,1,NeBDGraphic.ax,4.05.0011.0000
    Video Port Manager,0x00600000,2,1,quartz.dll,6.06.7601.17713
    DivX H.264 Decoder,0x00800000,1,1,DivXDecH264.ax,9.00.0001.0021
    Video Renderer,0x00400000,1,0,quartz.dll,6.06.7601.17713
    DivX Demux Filter,0x00800002,0,1,DirectShowDemuxFilter.dll,1.00.0003.0111
    Nero Sound Processor,0x00200000,1,1,NeSoundProc.ax,4.05.0011.0000
    Nero Audio Sample Renderer,0x00200000,1,0,NeRender.ax,4.05.0011.0000
    TOSHIBA Progress Monitor,0x00200000,1,1,TProgMon.ax,1.00.0001.0209
    CyberLink Audio Spectrum Analyzer (PDVD6),0x00200000,1,1,CLAudSpa.ax,1.00.0000.0924
    TOSHIBA WAV Converter,0x00200000,0,0,TWavConv.ax,1.00.0000.0315
    File Writer,0x00200000,1,0,WLXVAFilt.dll,15.04.3508.1109
    Nero Vcd Navigator,0x00600000,0,2,NeVCD.ax,4.05.0011.0000
    DivX Decoder Filter,0x00800000,1,1,,
    Nero Audio Processor,0x00200000,1,1,NeAudioConv.ax,4.05.0011.0000
    VPS Decoder,0x00200000,0,0,WSTPager.ax,6.06.7601.17514
    WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.7601.17514
    DivX Demux Filter (Unrestricted Edition),0x00600000,0,1,DirectShowDemuxFilter.dll,1.00.0003.0111
    Nero Mpeg2 Encoder,0x00200000,2,1,NeVCR.ax,4.05.0011.0000
    VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,6.01.7601.17514
    Nero Audio Decoder 2,0x00600000,1,1,neaudio2.ax,4.05.0011.0000
    Nero Video Stream Renderer,0x00200000,1,0,NeRender.ax,4.05.0011.0000
    File writer,0x00200000,1,0,qcap.dll,6.06.7601.17514
    iTV Data Sink,0x00600000,1,0,itvdata.dll,6.06.7601.17514
    iTV Data Capture filter,0x00600000,1,1,itvdata.dll,6.06.7601.17514
    CyberLink Video/SP Decoder,0x00600000,2,3,CLVSD.ax,6.00.0000.1006
    Nero Stream Buffer Source,0x00200000,0,0,NeSBE.ax,4.05.0011.0000
    Nero PS Muxer,0x00200000,1,1,NePSMuxer.ax,4.05.0011.0000
    DVD Navigator,0x00200000,0,3,qdvd.dll,6.06.7601.17835
    CyberLink DVD Navigator (PDVD6),0x00600000,0,3,CLNavX.ax,6.00.0000.1015
    CyberLink TimeStretch Filter (PDVD6),0x00200000,1,1,clauts.ax,1.00.0000.2212
    Microsoft TV Subtitles Decoder,0x00200001,1,0,MSTVCapn.dll,6.01.7601.17715
    Overlay Mixer2,0x00200000,1,1,qdvd.dll,6.06.7601.17835
    Cyberlink SubTitle Importor (PDVD6),0x00200000,1,1,CLSubTitle.ax,1.00.0000.1102
    Nero Splitter,0x00600000,1,3,NeSplitter.ax,4.05.0011.0000
    Nero Deinterlace,0x00200000,1,1,NeDeinterlace.ax,4.05.0011.0000
    AC3Filter,0x40000000,1,1,ac3filter.ax,1.03.0001.0000
    AVI Draw,0x00600064,9,1,quartz.dll,6.06.7601.17713
    RDP DShow Redirection Filter,0xffffffff,1,0,DShowRdpFilter.dll,
    Nero File Source / Splitter,0x00600000,0,3,NeFSource.ax,4.05.0011.0000
    Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
    WST Pager,0x00200000,1,1,WSTPager.ax,6.06.7601.17514
    MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
    DV Video Decoder,0x00800000,1,1,qdv.dll,6.06.7601.17514
    Nero Video Processor,0x00200000,1,1,NeroVideoProc.ax,4.05.0011.0000
    Nero Video Decoder,0x00600000,2,2,nevideo.ax,4.05.0011.0000
    SampleGrabber,0x00200000,1,1,qedit.dll,6.06.7601.17514
    Null Renderer,0x00200000,1,0,qedit.dll,6.06.7601.17514
    Nero Sound Switcher,0x00200000,1,1,NeSoundSwitch.ax,4.05.0011.0000
    MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,6.06.7601.17514
    Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,6.01.7601.17514
    Nero Audio CD Navigator,0x00200000,0,1,NeAudCD.ax,4.05.0011.0000
    StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Smart Tee,0x00200000,1,2,qcap.dll,6.06.7601.17514
    Nero Thumbnail Decoder,0x00600000,1,1,NeBDThumbnail.ax,4.05.0011.0000
    Overlay Mixer,0x00200000,0,0,qdvd.dll,6.06.7601.17835
    Nero Scene Detector,0x00200000,1,0,NeSceneDetector.ax,4.05.0011.0000
    Nero Stream Control,0x00200000,1,1,NeStreamControl.ax,1.00.0000.0000
    AVI Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17713
    NetBridge,0x00200000,2,0,netbridge.dll,6.01.7601.17514
    Nero Sample Queue,0x00200000,1,1,NeSampleQueue.ax,1.00.0000.0000
    AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.06.7601.17713
    Wave Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
    MIDI Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
    Multi-file Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
    File stream renderer,0x00400000,1,1,quartz.dll,6.06.7601.17713
    Nero File Source,0x00200000,0,1,NeFileSrc.ax,4.05.0011.0000
    Nero QuickTime(tm) Audio Decoder,0x00400000,1,1,NeQTDec.ax,4.05.0011.0000
    Nero File Source (Async.),0x00400000,0,1,NeFileSourceAsync.ax,4.05.0011.0000
    Nero Ogg Splitter,0x00400000,1,1,NeOggSplitter.ax,4.05.0011.0000
    Nero DVD Decoder,0x00600000,2,2,nevideo.ax,4.05.0011.0000
    Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,6.01.7140.0000
    Nero Digital Parser,0x00600000,0,3,NDParser.ax,4.05.0011.0000
    StreamBufferSink2,0x00200000,0,0,sbe.dll,6.06.7601.17528
    AVI Mux,0x00200000,1,0,qcap.dll,6.06.7601.17514
    Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.06.7601.17713
    File Source (Async.),0x00400000,0,1,quartz.dll,6.06.7601.17713
    File Source (URL),0x00400000,0,1,quartz.dll,6.06.7601.17713
    Media Center Extender Encryption Filter,0x00200000,2,2,Mcx2Filter.dll,6.01.7601.17514
    AudioRecorder WAV Dest,0x00200000,0,0,WavDest.dll,
    AudioRecorder Wave Form,0x00200000,0,0,WavDest.dll,
    SoundRecorder Null Renderer,0x00200000,0,0,WavDest.dll,
    Nero Frame Capture,0x00200000,1,1,NeCapture.ax,4.05.0011.0000
    Nero Video Sample Renderer,0x00200000,1,0,NeRender.ax,4.05.0011.0000
    HighMAT/MPV Navigator Client Filter,0x00200000,0,0,HMNavigator.ax,4.05.0011.0000
    Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Nero DV Splitter,0x00200000,1,2,NeDVSplitter.ax,4.05.0011.0000
    Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.01.7601.17514
    BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,6.06.7601.17669
    MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.06.7601.17713
    WDM Streaming Tee/Splitter Devices:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    Video Compressors:
    WMVideo8 Encoder DMO,0x00600800,1,1,wmvxencd.dll,6.01.7600.16385
    WMVideo9 Encoder DMO,0x00600800,1,1,wmvencod.dll,6.01.7600.16385
    MSScreen 9 encoder DMO,0x00600800,1,1,wmvsencd.dll,6.01.7600.16385
    DV Video Encoder,0x00200000,0,0,qdv.dll,6.06.7601.17514
    MJPEG Compressor,0x00200000,0,0,quartz.dll,6.06.7601.17713
    Cinepak Codec by Radius,0x00200000,1,1,qcap.dll,6.06.7601.17514
    DivX 6.9.2 Codec (2 Logical CPUs),0x00200000,1,1,qcap.dll,6.06.7601.17514
    Intel IYUV codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Intel IYUV codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Microsoft RLE,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Microsoft Video 1,0x00200000,1,1,qcap.dll,6.06.7601.17514
    DivX 6.9.2 YV12 Decoder,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Audio Compressors:
    WM Speech Encoder DMO,0x00600800,1,1,WMSPDMOE.DLL,6.01.7600.16385
    WMAudio Encoder DMO,0x00600800,1,1,WMADMOE.DLL,6.01.7600.16385
    IMA ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
    PCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
    Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
    GSM 6.10,0x00200000,1,1,quartz.dll,6.06.7601.17713
    CCITT A-Law,0x00200000,1,1,quartz.dll,6.06.7601.17713
    CCITT u-Law,0x00200000,1,1,quartz.dll,6.06.7601.17713
    MPEG Layer-3,0x00200000,1,1,quartz.dll,6.06.7601.17713
    Audio Capture Sources:
    Microphone (Realtek High Defini,0x00200000,0,0,qcap.dll,6.06.7601.17514
    PBDA CP Filters:
    PBDA DTFilter,0x00600000,1,1,CPFilters.dll,6.06.7601.17528
    PBDA ETFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528
    PBDA PTFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528
    Midi Renderers:
    Default MidiOut Device,0x00800000,1,0,quartz.dll,6.06.7601.17713
    Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,6.06.7601.17713
    WDM Streaming Capture Devices:
    ,0x00000000,0,0,,
    ,0x00000000,0,0,,
    USB 2.0 Camera,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    WDM Streaming Rendering Devices:
    Realtek HD Audio output,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    Realtek HDA SPDIF Out,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    BDA Network Providers:
    Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
    Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
    Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
    Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
    Microsoft Network Provider,0x00200000,0,1,MSNP.ax,6.06.7601.17514
    Video Capture Sources:
    USB 2.0 Camera,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    Multi-Instance Capable VBI Codecs:
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514
    BDA Transport Information Renderers:
    BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,6.06.7601.17669
    MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,6.06.7601.17514
    BDA CP/CA Filters:
    Decrypt/Tag,0x00600000,1,1,EncDec.dll,6.06.7601.17708
    Encrypt/Tag,0x00200000,0,0,EncDec.dll,6.06.7601.17708
    PTFilter,0x00200000,0,0,EncDec.dll,6.06.7601.17708
    XDS Codec,0x00200000,0,0,EncDec.dll,6.06.7601.17708
    WDM Streaming Communication Transforms:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    Audio Renderers:
    Speakers (Realtek High Definiti,0x00200000,1,0,quartz.dll,6.06.7601.17713
    CyberLink Audio Renderer (PDVD6),0x00200000,1,0,CLADR.ax,6.00.0000.1011
    Default DirectSound Device,0x00800000,1,0,quartz.dll,6.06.7601.17713
    Default WaveOut Device,0x00200000,1,0,quartz.dll,6.06.7601.17713
    DirectSound: Realtek Digital Output (Realtek High Definition Audio),0x00200000,1,0,quartz.dll,6.06.7601.17713
    DirectSound: Speakers (Realtek High Definition Audio),0x00200000,1,0,quartz.dll,6.06.7601.17713
    Realtek Digital Output (Realtek,0x00200000,1,0,quartz.dll,6.06.7601.17713
    EVR Power Information
    Current Setting: {5C67A112-A4C9-483F-B4A7-1D473BECAFDC} (Quality)
      Quality Flags: 2576
        Enabled:
        Force throttling
        Allow half deinterlace
        Allow scaling
        Decode Power Usage: 100
      Balanced Flags: 1424
        Enabled:
        Force throttling
        Allow batching
        Force half deinterlace
        Force scaling
        Decode Power Usage: 50
      PowerFlags: 1424
        Enabled:
        Force throttling
        Allow batching
        Force half deinterlace
        Force scaling
        Decode Power Usage: 0

  • UP-link, cpu use reports and Polling times

    Hello,
    1.-Do you have the polling and collecting times for each view in LMS3.1?
    RME=?
    CM=?
    DFM=?
    Because when I get a report with some modification like interface administratively DOWN or changing different MAC address in a port switch, this report doesn't show the change inmediately.
    I think that this is not usefull to troubleshooting,please, What is your recomendation?
    Because I needed seek a MAC address that jumps in differents ports into a switch in real time.
    2.-Could you please helpme How to get an UP-link report. I need statistics like behavior of UP-links.
    3.-I don't find how to obtain a CPU used report of my routers and switches, Can you help me?
    DATA:
    LMS3.1
    Windows2003
    Thanks in advance!!!

    The operationally down events in DFM are discovered via periodic polling.  By default, DFM polls every four minutes.  This would explain the time discrepancy you are seeing.  If you need to track MAC address changes in real-time, consider enabling dynamic User Tracking in Campus Manager. See http://SERVER/help/CMcore/CmHelp/ut_UstndingDynamicUpdate.html#wp1434393 (the context sensitive online help) for more details on what dynamic UT is, and how to enable it on your switches.
    As for getting a report on CPU usage, you will need to install the Health and Utilization Monitor add-on to LMS.  It ships with LMS 3.1, but you need to purchase a separate license for it.  Out of the box, it comes with a 90-day evaluation license so you can see if it will meet your needs.

  • High CPU usage when laptop is idle!

    Hi,
    After upgrade CPU usage is 20-30 % when laptop is idle.This happens for the first time,i use arch for about 2 months.
    WM: Openbox.Here is what "top" gives me:
    [dejan@DejanArch ~]$ top
    top - 01:52:33 up 20 min, 0 users, load average: 0.13, 0.14, 0.13
    Tasks: 123 total, 2 running, 120 sleeping, 0 stopped, 1 zombie
    Cpu(s): 7.6%us, 16.7%sy, 0.0%ni, 75.0%id, 0.5%wa, 0.0%hi, 0.2%si, 0.0%st
    Mem: 1019104k total, 587564k used, 431540k free, 37668k buffers
    Swap: 2048280k total, 0k used, 2048280k free, 350592k cached
    PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
    3531 root 20 0 71724 18m 8392 S 32 1.9 6:44.09 X
    3827 dejan 20 0 79728 5040 3992 S 7 0.5 1:10.07 conky
    3687 dejan 20 0 3432 1572 856 S 2 0.2 0:18.94 dbus-daemon
    22165 dejan 20 0 88800 9820 7172 S 1 1.0 0:00.57 lxterminal
    3704 dejan 20 0 90312 8456 6220 S 0 0.8 0:03.44 xfce4-power-man
    3787 dejan 20 0 14124 2852 2364 S 0 0.3 0:02.81 obex-data-serve
    22208 dejan 20 0 2556 984 756 R 0 0.1 0:00.06 top
    1 root 20 0 1872 552 484 S 0 0.1 0:00.78 init
    2 root 20 0 0 0 0 S 0 0.0 0:00.00 kthreadd
    3 root 20 0 0 0 0 S 0 0.0 0:00.22 ksoftirqd/0
    6 root RT 0 0 0 0 S 0 0.0 0:00.00 migration/0
    7 root RT 0 0 0 0 S 0 0.0 0:00.00 watchdog/0
    8 root RT 0 0 0 0 S 0 0.0 0:00.00 migration/1
    10 root 20 0 0 0 0 S 0 0.0 0:00.16 ksoftirqd/1
    12 root RT 0 0 0 0 S 0 0.0 0:00.00 watchdog/1
    13 root 0 -20 0 0 0 S 0 0.0 0:00.00 cpuset
    Thanks.
    Last edited by grobar87 (2011-05-16 23:54:52)

    @AliWam Thanks!Conky was the problem.When i kill conky CPU load drops.Strange :S But i want conky on my desktop,i hope there is solution for this.
    @lagagon When i kill conky cpu load is normal (0 - 2 %),with conky 20-30% when laptop is idle.This is my "lspci":
    [dejan@DejanArch ~]$ lspci
    00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 0c)
    00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) (rev 0c)
    00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (secondary) (rev 0c)
    00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 02)
    00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 02)
    00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 02)
    00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02)
    00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 02)
    00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 02)
    00:1c.5 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 6 (rev 02)
    00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 02)
    00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 02)
    00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 02)
    00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 02)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f2)
    00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 02)
    00:1f.2 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA IDE Controller (rev 02)
    00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 02)
    03:01.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev ba)
    03:01.1 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 04)
    03:01.2 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 21)
    09:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
    0c:00.0 Network controller: Atheros Communications Inc. AR5001 Wireless Network Adapter (rev 01)
    [dejan@DejanArch ~]$
    So i think my video card is Intel and i use the lastest intel drivers.I install with this command "pacman -S xf86-video-intel".Please tell me if i do something wrong.
    This is all i have in Xorg.0.log file:
    [ 19.630]
    X.Org X Server 1.10.1
    Release Date: 2011-04-15
    [ 19.630] X Protocol Version 11, Revision 0
    [ 19.630] Build Operating System: Linux 2.6.38-ARCH i686
    [ 19.630] Current Operating System: Linux DejanArch 2.6.38-ARCH #1 SMP PREEMPT Fri May 13 07:54:18 UTC 2011 i686
    [ 19.630] Kernel command line: root=/dev/disk/by-uuid/9931bc08-6fa4-45f2-811c-1c7eb558b92d ro
    [ 19.630] Build Date: 16 April 2011 12:05:35PM
    [ 19.630]
    [ 19.645] Current version of pixman: 0.20.2
    [ 19.645] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 19.645] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 19.645] (==) Log file: "/var/log/Xorg.0.log", Time: Wed May 18 20:00:06 2011
    [ 19.670] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 19.687] (==) No Layout section. Using the first Screen section.
    [ 19.687] (==) No screen section available. Using defaults.
    [ 19.687] (**) |-->Screen "Default Screen Section" (0)
    [ 19.687] (**) | |-->Monitor "<default monitor>"
    [ 19.688] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 19.688] (==) Automatically adding devices
    [ 19.688] (==) Automatically enabling devices
    [ 19.728] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 19.728] Entry deleted from font path.
    [ 19.786] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 19.786] Entry deleted from font path.
    [ 19.786] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 19.787] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 19.787] Entry deleted from font path.
    [ 19.787] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 19.787] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 19.787] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 19.787] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 19.787] (II) Loader magic: 0x81f4ee0
    [ 19.787] (II) Module ABI versions:
    [ 19.787] X.Org ANSI C Emulation: 0.4
    [ 19.787] X.Org Video Driver: 10.0
    [ 19.787] X.Org XInput driver : 12.2
    [ 19.787] X.Org Server Extension : 5.0
    [ 19.788] (--) PCI:*(0:0:2:0) 8086:2a02:1028:029a rev 12, Mem @ 0xf6e00000/1048576, 0xe0000000/268435456, I/O @ 0x0000efe8/8
    [ 19.788] (--) PCI: (0:0:2:1) 8086:2a03:1028:029a rev 12, Mem @ 0xf6f00000/1048576
    [ 19.789] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 19.789] (II) LoadModule: "extmod"
    [ 19.813] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 19.822] (II) Module extmod: vendor="X.Org Foundation"
    [ 19.822] compiled for 1.10.1, module version = 1.0.0
    [ 19.822] Module class: X.Org Server Extension
    [ 19.822] ABI class: X.Org Server Extension, version 5.0
    [ 19.822] (II) Loading extension MIT-SCREEN-SAVER
    [ 19.822] (II) Loading extension XFree86-VidModeExtension
    [ 19.822] (II) Loading extension XFree86-DGA
    [ 19.822] (II) Loading extension DPMS
    [ 19.822] (II) Loading extension XVideo
    [ 19.822] (II) Loading extension XVideo-MotionCompensation
    [ 19.822] (II) Loading extension X-Resource
    [ 19.822] (II) LoadModule: "dbe"
    [ 19.822] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 19.823] (II) Module dbe: vendor="X.Org Foundation"
    [ 19.823] compiled for 1.10.1, module version = 1.0.0
    [ 19.823] Module class: X.Org Server Extension
    [ 19.823] ABI class: X.Org Server Extension, version 5.0
    [ 19.823] (II) Loading extension DOUBLE-BUFFER
    [ 19.823] (II) LoadModule: "glx"
    [ 19.823] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 19.842] (II) Module glx: vendor="X.Org Foundation"
    [ 19.842] compiled for 1.10.1, module version = 1.0.0
    [ 19.842] ABI class: X.Org Server Extension, version 5.0
    [ 19.843] (==) AIGLX enabled
    [ 19.843] (II) Loading extension GLX
    [ 19.843] (II) LoadModule: "record"
    [ 19.844] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 19.853] (II) Module record: vendor="X.Org Foundation"
    [ 19.853] compiled for 1.10.1, module version = 1.13.0
    [ 19.853] Module class: X.Org Server Extension
    [ 19.853] ABI class: X.Org Server Extension, version 5.0
    [ 19.853] (II) Loading extension RECORD
    [ 19.853] (II) LoadModule: "dri"
    [ 19.853] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 19.876] (II) Module dri: vendor="X.Org Foundation"
    [ 19.876] compiled for 1.10.1, module version = 1.0.0
    [ 19.876] ABI class: X.Org Server Extension, version 5.0
    [ 19.876] (II) Loading extension XFree86-DRI
    [ 19.876] (II) LoadModule: "dri2"
    [ 19.877] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 19.917] (II) Module dri2: vendor="X.Org Foundation"
    [ 19.917] compiled for 1.10.1, module version = 1.2.0
    [ 19.917] ABI class: X.Org Server Extension, version 5.0
    [ 19.917] (II) Loading extension DRI2
    [ 19.917] (==) Matched intel as autoconfigured driver 0
    [ 19.917] (==) Matched vesa as autoconfigured driver 1
    [ 19.917] (==) Matched fbdev as autoconfigured driver 2
    [ 19.917] (==) Assigned the driver to the xf86ConfigLayout
    [ 19.917] (II) LoadModule: "intel"
    [ 19.917] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 19.940] (II) Module intel: vendor="X.Org Foundation"
    [ 19.940] compiled for 1.10.0.902, module version = 2.15.0
    [ 19.940] Module class: X.Org Video Driver
    [ 19.940] ABI class: X.Org Video Driver, version 10.0
    [ 19.940] (II) LoadModule: "vesa"
    [ 19.941] (WW) Warning, couldn't open module vesa
    [ 19.941] (II) UnloadModule: "vesa"
    [ 19.941] (II) Unloading vesa
    [ 19.941] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 19.941] (II) LoadModule: "fbdev"
    [ 19.941] (WW) Warning, couldn't open module fbdev
    [ 19.941] (II) UnloadModule: "fbdev"
    [ 19.941] (II) Unloading fbdev
    [ 19.941] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 19.941] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
    Sandybridge, Sandybridge, Sandybridge, Sandybridge, Sandybridge,
    Sandybridge, Sandybridge
    [ 19.942] (++) using VT number 7
    [ 19.948] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 19.948] drmOpenDevice: node name is /dev/dri/card0
    [ 19.949] drmOpenDevice: open result is 9, (OK)
    [ 19.949] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    [ 19.949] drmOpenDevice: node name is /dev/dri/card0
    [ 19.949] drmOpenDevice: open result is 9, (OK)
    [ 19.949] drmOpenByBusid: drmOpenMinor returns 9
    [ 19.949] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    [ 19.949] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 19.949] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 19.949] (==) intel(0): RGB weight 888
    [ 19.949] (==) intel(0): Default visual is TrueColor
    [ 19.949] (II) intel(0): Integrated Graphics Chipset: Intel(R) 965GM
    [ 19.949] (--) intel(0): Chipset: "965GM"
    [ 19.949] (**) intel(0): Relaxed fencing enabled
    [ 19.949] (**) intel(0): Framebuffer tiled
    [ 19.949] (**) intel(0): Pixmaps tiled
    [ 19.949] (**) intel(0): 3D buffers tiled
    [ 19.949] (**) intel(0): SwapBuffers wait enabled
    [ 19.949] (==) intel(0): video overlay key set to 0x101fe
    [ 19.957] (II) intel(0): Output LVDS1 has no monitor section
    [ 19.976] (II) intel(0): Output VGA1 has no monitor section
    [ 19.976] (II) intel(0): EDID for output LVDS1
    [ 19.976] (II) intel(0): Manufacturer: AUO Model: 11ec Serial#: 0
    [ 19.976] (II) intel(0): Year: 2008 Week: 1
    [ 19.977] (II) intel(0): EDID Version: 1.3
    [ 19.977] (II) intel(0): Digital Display Input
    [ 19.977] (II) intel(0): Max Image Size [cm]: horiz.: 34 vert.: 19
    [ 19.977] (II) intel(0): Gamma: 2.20
    [ 19.977] (II) intel(0): No DPMS capabilities specified
    [ 19.977] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 19.977] (II) intel(0): First detailed timing is preferred mode
    [ 19.977] (II) intel(0): redX: 0.640 redY: 0.342 greenX: 0.310 greenY: 0.580
    [ 19.977] (II) intel(0): blueX: 0.150 blueY: 0.120 whiteX: 0.313 whiteY: 0.329
    [ 19.977] (II) intel(0): Manufacturer's mask: 0
    [ 19.977] (II) intel(0): Supported detailed timing:
    [ 19.977] (II) intel(0): clock: 72.0 MHz Image Size: 344 x 193 mm
    [ 19.977] (II) intel(0): h_active: 1366 h_sync: 1414 h_sync_end 1446 h_blank_end 1486 h_border: 0
    [ 19.977] (II) intel(0): v_active: 768 v_sync: 771 v_sync_end 775 v_blanking: 806 v_border: 0
    [ 19.977] (II) intel(0): Supported detailed timing:
    [ 19.977] (II) intel(0): clock: 72.0 MHz Image Size: 344 x 193 mm
    [ 19.977] (II) intel(0): h_active: 1366 h_sync: 1414 h_sync_end 1446 h_blank_end 1486 h_border: 0
    [ 19.977] (II) intel(0): v_active: 768 v_sync: 771 v_sync_end 775 v_blanking: 806 v_border: 0
    [ 19.977] (II) intel(0): M094G€B156XW1
    [ 19.977] (II) intel(0): Unknown vendor-specific block 0
    [ 19.977] (II) intel(0): EDID (in hex):
    [ 19.977] (II) intel(0): 00ffffffffffff0006afec1100000000
    [ 19.977] (II) intel(0): 01120103902213780ae6b5a3574f9426
    [ 19.977] (II) intel(0): 1e505400000001010101010101010101
    [ 19.977] (II) intel(0): 010101010101201c5678500026303020
    [ 19.977] (II) intel(0): 340058c11000001a201c567850002630
    [ 19.977] (II) intel(0): 3020340058c11000001a000000fe004d
    [ 19.977] (II) intel(0): 30393447804231353658573100000000
    [ 19.977] (II) intel(0): 00000000000000000001010a202000df
    [ 19.977] (II) intel(0): EDID vendor "AUO", prod id 4588
    [ 19.977] (II) intel(0): Printing DDC gathered Modelines:
    [ 19.977] (II) intel(0): Modeline "1366x768"x0.0 72.00 1366 1414 1446 1486 768 771 775 806 +hsync -vsync (48.5 kHz)
    [ 19.977] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 19.977] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 19.977] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 19.977] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 19.977] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 19.977] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 19.977] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 19.977] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [ 19.977] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [ 19.977] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [ 19.977] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 19.977] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [ 19.977] (II) intel(0): Printing probed modes for output LVDS1
    [ 19.977] (II) intel(0): Modeline "1366x768"x60.1 72.00 1366 1414 1446 1486 768 771 775 806 +hsync -vsync (48.5 kHz)
    [ 19.977] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 19.977] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 19.977] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 19.977] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 19.996] (II) intel(0): EDID for output VGA1
    [ 19.996] (II) intel(0): Output LVDS1 connected
    [ 19.996] (II) intel(0): Output VGA1 disconnected
    [ 19.996] (II) intel(0): Using exact sizes for initial modes
    [ 19.996] (II) intel(0): Output LVDS1 using initial mode 1366x768
    [ 19.996] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 19.996] (II) intel(0): Kernel page flipping support detected, enabling
    [ 19.996] (++) intel(0): DPI set to (96, 96)
    [ 19.996] (II) Loading sub module "fb"
    [ 19.996] (II) LoadModule: "fb"
    [ 19.997] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 20.006] (II) Module fb: vendor="X.Org Foundation"
    [ 20.006] compiled for 1.10.1, module version = 1.0.0
    [ 20.006] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 20.006] (II) Loading sub module "dri2"
    [ 20.006] (II) LoadModule: "dri2"
    [ 20.007] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 20.007] (II) Module dri2: vendor="X.Org Foundation"
    [ 20.007] compiled for 1.10.1, module version = 1.2.0
    [ 20.007] ABI class: X.Org Server Extension, version 5.0
    [ 20.007] (==) Depth 24 pixmap format is 32 bpp
    [ 20.007] (II) intel(0): [DRI2] Setup complete
    [ 20.007] (II) intel(0): [DRI2] DRI driver: i965
    [ 20.007] (II) intel(0): Allocated new frame buffer 1408x768 stride 5632, tiled
    [ 20.041] (II) UXA(0): Driver registered support for the following operations:
    [ 20.041] (II) solid
    [ 20.041] (II) copy
    [ 20.041] (II) composite (RENDER acceleration)
    [ 20.041] (II) put_image
    [ 20.041] (II) get_image
    [ 20.041] (==) intel(0): Backing store disabled
    [ 20.041] (==) intel(0): Silken mouse enabled
    [ 20.042] (II) intel(0): Initializing HW Cursor
    [ 20.063] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 20.063] (==) intel(0): DPMS enabled
    [ 20.063] (==) intel(0): Intel XvMC decoder enabled
    [ 20.063] (II) intel(0): Set up textured video
    [ 20.063] (II) intel(0): Set up overlay video
    [ 20.063] (II) intel(0): [XvMC] i965_xvmc driver initialized.
    [ 20.063] (II) intel(0): direct rendering: DRI2 Enabled
    [ 20.063] (==) intel(0): hotplug detection: "enabled"
    [ 20.064] (--) RandR disabled
    [ 20.064] (II) Initializing built-in extension Generic Event Extension
    [ 20.064] (II) Initializing built-in extension SHAPE
    [ 20.064] (II) Initializing built-in extension MIT-SHM
    [ 20.064] (II) Initializing built-in extension XInputExtension
    [ 20.064] (II) Initializing built-in extension XTEST
    [ 20.064] (II) Initializing built-in extension BIG-REQUESTS
    [ 20.064] (II) Initializing built-in extension SYNC
    [ 20.064] (II) Initializing built-in extension XKEYBOARD
    [ 20.064] (II) Initializing built-in extension XC-MISC
    [ 20.064] (II) Initializing built-in extension SECURITY
    [ 20.064] (II) Initializing built-in extension XINERAMA
    [ 20.064] (II) Initializing built-in extension XFIXES
    [ 20.064] (II) Initializing built-in extension RENDER
    [ 20.064] (II) Initializing built-in extension RANDR
    [ 20.064] (II) Initializing built-in extension COMPOSITE
    [ 20.064] (II) Initializing built-in extension DAMAGE
    [ 20.210] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 20.210] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 20.210] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 20.210] (II) AIGLX: enabled GLX_SGI_make_current_read
    [ 20.210] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 20.210] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i965_dri.so
    [ 20.210] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 20.211] (II) intel(0): Setting screen physical size to 361 x 203
    [ 20.500] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
    [ 20.500] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 20.500] (II) LoadModule: "evdev"
    [ 20.500] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 20.514] (II) Module evdev: vendor="X.Org Foundation"
    [ 20.514] compiled for 1.10.0, module version = 2.6.0
    [ 20.514] Module class: X.Org XInput Driver
    [ 20.514] ABI class: X.Org XInput driver, version 12.2
    [ 20.514] (II) Using input driver 'evdev' for 'Video Bus'
    [ 20.514] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 20.514] (**) Video Bus: always reports core events
    [ 20.514] (**) Video Bus: Device: "/dev/input/event7"
    [ 20.530] (--) Video Bus: Found keys
    [ 20.530] (II) Video Bus: Configuring as keyboard
    [ 20.530] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A03:00/LNXVIDEO:01/input/input7/event7"
    [ 20.530] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    [ 20.530] (**) Option "xkb_rules" "evdev"
    [ 20.530] (**) Option "xkb_model" "evdev"
    [ 20.530] (**) Option "xkb_layout" "us"
    [ 20.564] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 20.564] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 20.564] (II) Using input driver 'evdev' for 'Power Button'
    [ 20.564] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 20.564] (**) Power Button: always reports core events
    [ 20.564] (**) Power Button: Device: "/dev/input/event2"
    [ 20.580] (--) Power Button: Found keys
    [ 20.580] (II) Power Button: Configuring as keyboard
    [ 20.580] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
    [ 20.580] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 20.580] (**) Option "xkb_rules" "evdev"
    [ 20.580] (**) Option "xkb_model" "evdev"
    [ 20.580] (**) Option "xkb_layout" "us"
    [ 20.580] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    [ 20.580] (II) No input driver/identifier specified (ignoring)
    [ 20.581] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
    [ 20.581] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 20.581] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 20.581] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 20.581] (**) Sleep Button: always reports core events
    [ 20.581] (**) Sleep Button: Device: "/dev/input/event3"
    [ 20.596] (--) Sleep Button: Found keys
    [ 20.596] (II) Sleep Button: Configuring as keyboard
    [ 20.596] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3/event3"
    [ 20.596] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
    [ 20.596] (**) Option "xkb_rules" "evdev"
    [ 20.596] (**) Option "xkb_model" "evdev"
    [ 20.596] (**) Option "xkb_layout" "us"
    [ 20.600] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
    [ 20.600] (II) No input driver/identifier specified (ignoring)
    [ 20.600] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event10)
    [ 20.600] (II) No input driver/identifier specified (ignoring)
    [ 20.601] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event11)
    [ 20.601] (II) No input driver/identifier specified (ignoring)
    [ 20.601] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event9)
    [ 20.601] (II) No input driver/identifier specified (ignoring)
    [ 20.607] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 20.607] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 20.607] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 20.607] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 20.607] (**) AT Translated Set 2 keyboard: always reports core events
    [ 20.607] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 20.640] (--) AT Translated Set 2 keyboard: Found keys
    [ 20.640] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 20.640] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 20.640] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    [ 20.640] (**) Option "xkb_rules" "evdev"
    [ 20.640] (**) Option "xkb_model" "evdev"
    [ 20.640] (**) Option "xkb_layout" "us"
    [ 20.641] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/event4)
    [ 20.641] (**) PS/2 Mouse: Applying InputClass "evdev pointer catchall"
    [ 20.641] (II) Using input driver 'evdev' for 'PS/2 Mouse'
    [ 20.641] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 20.641] (**) PS/2 Mouse: always reports core events
    [ 20.641] (**) PS/2 Mouse: Device: "/dev/input/event4"
    [ 20.660] (--) PS/2 Mouse: Found 3 mouse buttons
    [ 20.660] (--) PS/2 Mouse: Found relative axes
    [ 20.660] (--) PS/2 Mouse: Found x and y relative axes
    [ 20.660] (II) PS/2 Mouse: Configuring as mouse
    [ 20.660] (**) PS/2 Mouse: YAxisMapping: buttons 4 and 5
    [ 20.660] (**) PS/2 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 20.660] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input4/event4"
    [ 20.660] (II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE)
    [ 20.660] (II) PS/2 Mouse: initialized for relative axes.
    [ 20.660] (**) PS/2 Mouse: (accel) keeping acceleration scheme 1
    [ 20.660] (**) PS/2 Mouse: (accel) acceleration profile 0
    [ 20.660] (**) PS/2 Mouse: (accel) acceleration factor: 2.000
    [ 20.660] (**) PS/2 Mouse: (accel) acceleration threshold: 4
    [ 20.660] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/mouse0)
    [ 20.660] (II) No input driver/identifier specified (ignoring)
    [ 20.661] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/event5)
    [ 20.661] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "evdev touchpad catchall"
    [ 20.661] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "touchpad catchall"
    [ 20.661] (II) LoadModule: "synaptics"
    [ 20.661] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 20.667] (II) Module synaptics: vendor="X.Org Foundation"
    [ 20.667] compiled for 1.10.0, module version = 1.4.0
    [ 20.667] Module class: X.Org XInput Driver
    [ 20.667] ABI class: X.Org XInput driver, version 12.2
    [ 20.667] (II) Using input driver 'synaptics' for 'AlpsPS/2 ALPS GlidePoint'
    [ 20.667] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 20.667] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
    [ 20.667] (**) Option "Device" "/dev/input/event5"
    [ 20.793] (--) AlpsPS/2 ALPS GlidePoint: x-axis range 0 - 1023
    [ 20.793] (--) AlpsPS/2 ALPS GlidePoint: y-axis range 0 - 767
    [ 20.793] (--) AlpsPS/2 ALPS GlidePoint: pressure range 0 - 127
    [ 20.793] (--) AlpsPS/2 ALPS GlidePoint: buttons: left right middle
    [ 20.793] (--) AlpsPS/2 ALPS GlidePoint: invalid finger width range. defaulting to 0 - 16
    [ 20.793] (**) Option "TapButton1" "0"
    [ 20.793] (**) Option "TapButton2" "2"
    [ 20.793] (**) Option "TapButton3" "3"
    [ 20.900] (--) AlpsPS/2 ALPS GlidePoint: touchpad found
    [ 20.900] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
    [ 20.953] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event5"
    [ 20.953] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS GlidePoint" (type: TOUCHPAD)
    [ 20.953] (**) AlpsPS/2 ALPS GlidePoint: (accel) MinSpeed is now constant deceleration 2.5
    [ 20.953] (**) AlpsPS/2 ALPS GlidePoint: MaxSpeed is now 1.75
    [ 20.953] (**) AlpsPS/2 ALPS GlidePoint: AccelFactor is now 0.156
    [ 20.953] (**) AlpsPS/2 ALPS GlidePoint: (accel) keeping acceleration scheme 1
    [ 20.953] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration profile 1
    [ 20.953] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration factor: 2.000
    [ 20.953] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration threshold: 4
    [ 20.986] (--) AlpsPS/2 ALPS GlidePoint: touchpad found
    [ 20.987] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/mouse1)
    [ 20.987] (II) No input driver/identifier specified (ignoring)
    [ 20.989] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event6)
    [ 20.989] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 20.989] (II) Using input driver 'evdev' for 'Dell WMI hotkeys'
    [ 20.989] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 20.989] (**) Dell WMI hotkeys: always reports core events
    [ 20.989] (**) Dell WMI hotkeys: Device: "/dev/input/event6"
    [ 20.996] (--) Dell WMI hotkeys: Found keys
    [ 20.996] (II) Dell WMI hotkeys: Configuring as keyboard
    [ 20.996] (**) Option "config_info" "udev:/sys/devices/virtual/input/input6/event6"
    [ 20.996] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD)
    [ 20.996] (**) Option "xkb_rules" "evdev"
    [ 20.996] (**) Option "xkb_model" "evdev"
    [ 20.996] (**) Option "xkb_layout" "us"
    Thanks for your patience and thanks for help

  • Higher than usual softirqd CPU usage

    I have a machine running 2 network interfaces, both are under constant network traffic of 1 megabit/s, I wonder if that is the reason for the high (?) softirqd/0 and softirqd/1 CPU usage, I've heard from a few bug reports I found on the net that the kernel parameter nohz=off has an effect on this behavior (I haven't tried it yet, but I will the next time the system is rebooted), here is (hopefully all) relevant information about the machine:
    Linux version 3.11.1 (bittim@myhost) (gcc version 4.8.1 (GCC) ) #1 SMP Thu Sep 26 11:37:39 PDT 2013
    00:00.0 Host bridge: Intel Corporation 4 Series Chipset DRAM Controller (rev 03)
    00:1c.0 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 1
    00:1c.4 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 5
    00:1c.5 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 6
    00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 90)
    00:1f.0 ISA bridge: Intel Corporation 82801JIB (ICH10) LPC Interface Controller
    00:1f.2 SATA controller: Intel Corporation 82801JI (ICH10 Family) SATA AHCI Controller
    00:1f.3 SMBus: Intel Corporation 82801JI (ICH10 Family) SMBus Controller
    02:00.0 IDE interface: JMicron Technology Corp. JMB368 IDE controller
    03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)
    04:00.0 VGA compatible controller: S3 Inc. ViRGE/DX or /GX (rev 01)
    04:01.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
    processor : 0
    vendor_id : GenuineIntel
    cpu family : 6
    model : 15
    model name : Intel(R) Core(TM)2 Duo CPU E6750 @ 2.66GHz
    stepping : 11
    microcode : 0xb6
    cpu MHz : 600.000
    cache size : 4096 KB
    physical id : 0
    siblings : 2
    core id : 0
    cpu cores : 2
    apicid : 0
    initial apicid : 0
    fdiv_bug : no
    f00f_bug : no
    coma_bug : no
    fpu : yes
    fpu_exception : yes
    cpuid level : 10
    wp : yes
    flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm lahf_lm dtherm tpr_shadow vnmi flexpriority
    bogomips : 1802.73
    clflush size : 64
    cache_alignment : 64
    address sizes : 36 bits physical, 48 bits virtual
    power management:
    processor : 1
    vendor_id : GenuineIntel
    cpu family : 6
    model : 15
    model name : Intel(R) Core(TM)2 Duo CPU E6750 @ 2.66GHz
    stepping : 11
    microcode : 0xb6
    cpu MHz : 600.000
    cache size : 4096 KB
    physical id : 0
    siblings : 2
    core id : 1
    cpu cores : 2
    apicid : 1
    initial apicid : 1
    fdiv_bug : no
    f00f_bug : no
    coma_bug : no
    fpu : yes
    fpu_exception : yes
    cpuid level : 10
    wp : yes
    flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm lahf_lm dtherm tpr_shadow vnmi flexpriority
    bogomips : 1802.73
    clflush size : 64
    cache_alignment : 64
    address sizes : 36 bits physical, 48 bits virtual
    power management:
    CPU0 CPU1
    0: 42 0 IO-APIC-edge timer
    1: 8055 7947 IO-APIC-edge i8042
    8: 47 47 IO-APIC-edge rtc0
    9: 0 0 IO-APIC-fasteoi acpi
    12: 612459 613624 IO-APIC-edge i8042
    16: 103397 103191 IO-APIC-fasteoi pata_jmicron
    19: 161695503 161617716 IO-APIC-fasteoi eth0
    43: 0 0 PCI-MSI-edge ahci
    44: 143492558 143569495 PCI-MSI-edge eth1
    NMI: 0 0 Non-maskable interrupts
    LOC: 122965975 131573885 Local timer interrupts
    SPU: 0 0 Spurious interrupts
    PMI: 0 0 Performance monitoring interrupts
    IWI: 5258407 12983437 IRQ work interrupts
    RTR: 0 0 APIC ICR read retries
    RES: 12000931 2291095 Rescheduling interrupts
    CAL: 1981649 47260 Function call interrupts
    TLB: 3114 6271 TLB shootdowns
    TRM: 0 0 Thermal event interrupts
    THR: 0 0 Threshold APIC interrupts
    MCE: 0 0 Machine check exceptions
    MCP: 3723 3723 Machine check polls
    ERR: 0
    MIS: 0
    UID PID PPID C SZ RSS PSR STIME TTY TIME CMD
    root 3 2 0 0 0 0 Sep29 ? 00:40:22 [ksoftirqd/0]
    root 11 2 0 0 0 1 Sep29 ? 01:33:51 [ksoftirqd/1]
    10:27:10 up 12 days, 22:13, 5 users, load average: 0.04, 0.10, 0.08
    you could say it is normal because they used only 2 hours of CPU time per 12 days of continuous 1 megabit/s load on both cards, but here is what is strange: this system is an upgrade of a server machine with dual pentium 3 katmai at 500 mhz (using chipset L440GX+), and on that machine those kernel threads have never used ANY CPU AT ALL ! (and yes, it was under the same network load) but that machine was using a couple of Intel network cards, could the network cards be the reason ?
    thanks for your help
    Last edited by manoa (2013-10-12 07:43:28)

    flash to latest bios 4.6:
    http://www.msi.com/support/mb/Z97_PC_Mate.html#down-bios
    then retest
    do >>Clear CMOS Guide<< with power cord removed after the update

  • Config Manager Agent - after Hardware Inventory High CPU Usage with WMIPRSVE and very fast empty Battery

    Hi there,
    since a few days there is on some machines (40-60) a high cpu usage on one core (quad core cpu machines) with the WMIPRSVE.EXE if the HARDWARE INVENTORY CYCLE started.
    i try out some tests, read some forum articles and troubleshooting the WMI management but a real problem i doesn´t see.
    in some articles i read that hardware inventory runs about minutes up to more hours but some machines runs longer, someone more as 1 day.
    here an example of mine PC:
    at 8:07 i started Hardware Inventory Cycle, in the InventoryAgent.log i can see that some Collection Namespace are captured.
    after a few minutes there stopped and does nothing round about 5.9 hours or better, after 21436.097 Seconds.
    For any hints i am grateful. :)
    Inventory: *********************** Start of message processing. ***********************
    InventoryAgent 18.03.2015 08:09:56
    11088 (0x2B50)
    Inventory: Message type is InventoryAction InventoryAgent
    18.03.2015 08:09:56 11088 (0x2B50)
    Inventory: Temp directory = C:\WINDOWS\CCM\Inventory\Temp\
    InventoryAgent 18.03.2015 08:09:56
    11088 (0x2B50)
    Inventory: Clearing old collected files. InventoryAgent
    18.03.2015 08:09:56 11088 (0x2B50)
    Inventory: Opening store for action {00000000-0000-0000-0000-000000000001} ...
    InventoryAgent 18.03.2015 08:09:56
    11088 (0x2B50)
    CInvState::VerifyInventoryVersionNumber: Mismatch found for '{00000000-0000-0000-0000-000000000001}': 4.2 vs. 0.0
    InventoryAgent 18.03.2015 08:09:56
    11088 (0x2B50)
    Inventory: Version number mismatch; will do a Full report.
    InventoryAgent 18.03.2015 08:09:56
    11088 (0x2B50)
    Inventory: Action=Hardware, ReportType=ReSync, MajorVersion=5, MinorVersion=0
    InventoryAgent 18.03.2015 08:09:56
    11088 (0x2B50)
    Inventory: Initialization completed in 0.141 seconds
    InventoryAgent 18.03.2015 08:09:56
    11088 (0x2B50)
    Collection: Namespace = \\localhost\root\Microsoft\appvirt\client; Query = SELECT __CLASS, __PATH, __RELPATH, CachedLaunchSize, CachedPercentage, CachedSize, LaunchSize, Name, PackageGUID, TotalSize, Version, VersionGUID FROM Package; Timeout = 600 secs.
    InventoryAgent 18.03.2015 08:09:56
    7836 (0x1E9C)
    Failed to get IWbemService Ptr for \\localhost\root\vm\VirtualServer Namespace: 8004100E
    InventoryAgent 18.03.2015 08:10:02
    7836 (0x1E9C)
    Failed to enumerate instances of VirtualMachine: 8004100E
    InventoryAgent 18.03.2015 08:10:02
    7836 (0x1E9C)
    Collection: Namespace = \\.\root\cimv2\sms; Query = SELECT __CLASS, __PATH, __RELPATH, AddressWidth, BrandID, CPUHash, CPUKey, DataWidth, DeviceID, Family, Is64Bit, IsHyperthreadCapable, IsMobile, IsTrustedExecutionCapable, IsVitualizationCapable, Manufacturer,
    MaxClockSpeed, Name, NormSpeed, NumberOfCores, NumberOfLogicalProcessors, PCache, ProcessorId, ProcessorType, Revision, SocketDesignation, Status, SystemName, Version FROM SMS_Processor; Timeout = 600 secs.
    InventoryAgent 18.03.2015 08:10:02
    7836 (0x1E9C)
    Collection: Namespace = \\.\root\CCM\powermanagementagent; Query = SELECT __CLASS, __PATH, __RELPATH, Requester, RequesterInfo, RequesterType, RequestType, Time, UnknownRequester FROM CCM_PwrMgmtLastSuspendError; Timeout = 600 secs.
    InventoryAgent 18.03.2015 08:10:03
    7836 (0x1E9C)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, Availability, Description, DeviceID, Manufacturer, Name, Status FROM Win32_IDEController; Timeout = 600 secs.
    InventoryAgent 18.03.2015 08:10:03
    7836 (0x1E9C)
    Collection: Namespace = \\.\root\cimv2\sms; Query = SELECT __CLASS, __PATH, __RELPATH, BinFileVersion, BinProductVersion, Description, ExecutableName, FilePropertiesHash, FilePropertiesHashEx, FileSize, FileVersion, HasPatchAdded, InstalledFilePath, IsSystemFile,
    IsVitalFile, Language, Product, ProductCode, ProductVersion, Publisher FROM SMS_InstalledExecutable; Timeout = 600 secs.
    InventoryAgent 18.03.2015 08:10:03
    7836 (0x1E9C)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, DefaultIPGateway, DHCPEnabled, DHCPServer, DNSDomain, DNSHostName, Index, IPAddress, IPEnabled, IPSubnet, MACAddress, ServiceName FROM Win32_NetworkAdapterConfiguration; Timeout
    = 600 secs. InventoryAgent
    18.03.2015 14:06:43 7836 (0x1E9C)
    Collection: Namespace = \\.\root\Nap; Query = SELECT __CLASS, __PATH, __RELPATH, description, fixupState, friendlyName, id, infoClsid, isBound, percentage, registrationDate, vendorName, version FROM NAP_SystemHealthAgent; Timeout = 600 secs.
    InventoryAgent 18.03.2015 14:06:43
    7836 (0x1E9C)
    Collection: Namespace = \\.\root\cimv2\sms; Query = SELECT __CLASS, __PATH, __RELPATH, AdditionalProductCodes, CompanyName, ExplorerFileName, FileDescription, FilePropertiesHash, FileSize, FileVersion, FolderPath, LastUsedTime, LastUserName, msiDisplayName,
    msiPublisher, msiVersion, OriginalFileName, ProductCode, ProductLanguage, ProductName, ProductVersion, SoftwarePropertiesHash FROM CCM_RecentlyUsedApps; Timeout = 600 secs.
    InventoryAgent 18.03.2015 14:06:43
    7836 (0x1E9C)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, BankLabel, Capacity, Caption, CreationClassName, DataWidth, Description, DeviceLocator, FormFactor, HotSwappable, InstallDate, InterleaveDataDepth, InterleavePosition, Manufacturer,
    MemoryType, Model, Name, OtherIdentifyingInfo, PartNumber, PositionInRow, PoweredOn, Removable, Replaceable, SerialNumber, SKU, Speed, Status, Tag, TotalWidth, TypeDetail, Version FROM Win32_PhysicalMemory; Timeout = 600 secs.
    InventoryAgent 18.03.2015 14:07:02
    7836 (0x1E9C)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, Availability, Description, DeviceID, InstallDate, Manufacturer, Name, PNPDeviceID, ProductName, Status FROM Win32_SoundDevice; Timeout = 600 secs.
    InventoryAgent 18.03.2015 14:07:02
    7836 (0x1E9C)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, Caption, ClassGuid, ConfigManagerErrorCode, ConfigManagerUserConfig, CreationClassName, Description, DeviceID, Manufacturer, Name, PNPDeviceID, Service, Status, SystemCreationClassName,
    SystemName FROM Win32_USBDevice; Timeout = 600 secs.
    InventoryAgent 18.03.2015 14:07:12
    7836 (0x1E9C)
    Collection: 62/74 inventory data items successfully inventoried.
    InventoryAgent 18.03.2015 14:07:12
    7836 (0x1E9C)
    Inventory: Collection Task completed in 21436.097 seconds
    InventoryAgent 18.03.2015 14:07:12
    7836 (0x1E9C)
    Inventory: 12 Collection Task(s) failed. InventoryAgent
    18.03.2015 14:07:12 7836 (0x1E9C)
    Inventory: Temp report = C:\WINDOWS\CCM\Inventory\Temp\25bf01b2-12fc-4eea-8e97-a51b3c75ba50.xml
    InventoryAgent 18.03.2015 14:07:12
    7836 (0x1E9C)
    Inventory: Starting reporting task. InventoryAgent
    18.03.2015 14:07:12 7552 (0x1D80)
    Reporting: 4381 report entries created. InventoryAgent
    18.03.2015 14:07:13 7552 (0x1D80)
    Inventory: Reporting Task completed in 1.030 seconds
    InventoryAgent 18.03.2015 14:07:13
    7552 (0x1D80)
    Inventory: Successfully sent report. Destination:mp:MP_HinvEndpoint, ID: {5541A94A-BED9-4132-AE54-110CB6896F02}, Timeout: 80640 minutes MsgMode: Signed, Not Encrypted
    InventoryAgent 18.03.2015 14:07:13
    7552 (0x1D80)
    Inventory: Cycle completed in 21453.570 seconds
    InventoryAgent 18.03.2015 14:07:30
    7552 (0x1D80)
    Inventory: Action completed. InventoryAgent
    18.03.2015 14:07:30 7552 (0x1D80)
    Inventory: ************************ End of message processing. ************************
    InventoryAgent 18.03.2015 14:07:30
    7552 (0x1D80)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, Caption, ClassGuid, ConfigManagerErrorCode, ConfigManagerUserConfig, CreationClassName, Description, DeviceID, Manufacturer, Name, PNPDeviceID, Service, Status, SystemCreationClassName,
    SystemName FROM Win32_USBDevice; Timeout = 600 secs.
    InventoryAgent 18.03.2015 14:07:12
    7836 (0x1E9C)
    Collection: 62/74 inventory data items successfully inventoried.
    InventoryAgent 18.03.2015 14:07:12
    7836 (0x1E9C)
    Inventory: Collection Task completed in 21436.097 seconds
    InventoryAgent 18.03.2015 14:07:12
    7836 (0x1E9C)
    Inventory: 12 Collection Task(s) failed. InventoryAgent
    18.03.2015 14:07:12 7836 (0x1E9C)
    Inventory: Temp report = C:\WINDOWS\CCM\Inventory\Temp\25bf01b2-12fc-4eea-8e97-a51b3c75ba50.xml
    InventoryAgent 18.03.2015 14:07:12
    7836 (0x1E9C)
    Inventory: Starting reporting task. InventoryAgent
    18.03.2015 14:07:12 7552 (0x1D80)
    Reporting: 4381 report entries created. InventoryAgent
    18.03.2015 14:07:13 7552 (0x1D80)
    Inventory: Reporting Task completed in 1.030 seconds
    InventoryAgent 18.03.2015 14:07:13
    7552 (0x1D80)
    Inventory: Successfully sent report. Destination:mp:MP_HinvEndpoint, ID: {5541A94A-BED9-4132-AE54-110CB6896F02}, Timeout: 80640 minutes MsgMode: Signed, Not Encrypted
    InventoryAgent 18.03.2015 14:07:13
    7552 (0x1D80)
    Inventory: Cycle completed in 21453.570 seconds
    InventoryAgent 18.03.2015 14:07:30
    7552 (0x1D80)
    Inventory: Action completed. InventoryAgent
    18.03.2015 14:07:30 7552 (0x1D80)
    Inventory: ************************ End of message processing. ************************
    InventoryAgent 18.03.2015 14:07:30
    7552 (0x1D80)

    InventoryAgent 18.03.2015 08:10:03
    7836 (0x1E9C)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, DefaultIPGateway, DHCPEnabled, DHCPServer, DNSDomain, DNSHostName, Index, IPAddress, IPEnabled, IPSubnet, MACAddress, ServiceName FROM Win32_NetworkAdapterConfiguration; Timeout
    = 600 secs. InventoryAgent
    18.03.2015 14:06:43 7836 (0x1E9C)
    Collection: Namespace = \\.\root\Nap; Query = SELECT __CLASS, __PATH, __RELPATH, description, fixupState, friendlyName, id, infoClsid, isBound, percentage, registrationDate, vendorName, version FROM NAP_SystemHealthAgent; Timeout = 600 secs.
    InventoryAgent 18.03.2015 14:06:43
    7836 (0x1E9C)
    Looks like something in one or both of those wmi queries.  it goes from 8:10:03 to 14:06:43 right around there.  6 hours to do that... 
    try running those queries from wbemtest manually; and see which one just never finishes.
    Standardize. Simplify. Automate.

  • Macbook Air running extremely slow - kernel_task at 300% cpu usage

    I purchased my Macbook Air roughly 15 months ago and it's performance has constantly been impressive since I purchased it - until roughly a fortnight ago. I came home from work one afternoon and it was running at a snails pace. I had recently upgraded to Yosemite though I'm unsure if this had anything to do with it. I had also recently installed FitBit software to sync to my new FitBit flex.
    It has continued to run in this manner constantly since the problem began. It is ridiculously slow, every single request takes a very long time to respond. Logging in takes forever. When I click on an app to open it, the icon bounces for 30 seconds or more, and it's not a smooth bounce either, it's quite a jagged bounce!
    I'm hoping someone is able to provide some advice, guidance or help. The laptop is no longer covered by the 12 month Manufacturer Warranty, and I did not purchase an Apple Care plan as no Apple product I've owned before has experienced issues like this.
    This whole experience is killing me! I'm suspecting hardware failure and I'm just so sad that this could happen to the laptop I've loved so much since I bought it!
    The problem:
    The kernel_task process is constantly running at 300% or higher cpu usage, with Activity Monitor indicating the processor is being maxed out by a system task. Also, the laptop's fan is constantly running at full capacity - from the moment the laptop turns on, or wakes up.
    What I think the problem might be:
    As a result of many, many Google searches, it appears that this behaviour may be due to the Macbook Air thinking it is overheating - and I will clarify here that it certainly is not. It is cool to touch, always, when this problem occurs. (yet the fan is almost taking off!). As a result of the MacBook Air thinking it's overheating, it not only is running the fan at a very high RPM (confirmed with iStat), but it also is intentionally choking the system with 'simple requests' in attempt to cool the computer down. Apparently this is a built-in feature of OS X. The kernel has priority over user tasks, causing all user tasks to be granted a lower priority, causing the computer to run INCREDIBLY SLOW. Even as I'm typing this, I'm about two sentences ahead of what is showing on the screen!
    Steps I have taken:
    - Read widely across the internet with every possible relevant search term I can think of
    - Downloaded iStat to see if any of the temperatures are too high (they all seemed fine..)
    - Disabled Bluetooth and Wifi. (no change)
    - Reset SMC (multiple times.., no change)
    - Reset PRAM (multiple times.., no change)
    - Drained the battery completely (2 or 3 times, no change)
    - Install Windows 7 on BootCamp in attempt to bypass the issue (CPU usage was 100% constantly in Windows also)
    - Uninstalled FitBit software (no change..)
    - Uninstalled other software I did not need (no change..)
    - Attempt to boot into Safe Mode / Recovery Mode (even in this modes, the same thing is happening)
    - Repaired Disk Permissions
    - Backed up all personal data
    - Used the built-in Internet Recovery mode to format my Macintosh HD and re-install a fresh copy of OS X (Mountain Lion). (no change…)
    - Re-upgrade to Yosemite (no change..)
    I've downloaded EtreCheck and here is the output:
    Problem description:
    OS X is running incredibly slow. kernel_task process is constantly using 300% and upward CPU usage.
    EtreCheck version: 2.1.5 (108)
    Report generated 20 December 2014 3:38:49 PM AEST
    Click the [Support] links for help with non-Apple products.
    Click the [Details] links for more information about that line.
    Click the [Adware] links for help removing adware.
    Hardware Information: ℹ️
      MacBook Air (11-inch, Mid 2013) (Verified)
      MacBook Air - model: MacBookAir6,1
      1 1.3 GHz Intel Core i5 CPU: 2-core
      4 GB RAM
      BANK 0/DIMM0
      2 GB DDR3 1600 MHz ok
      BANK 1/DIMM0
      2 GB DDR3 1600 MHz ok
      Bluetooth: Good - Handoff/Airdrop2 supported
      Wireless:  en0: 802.11 a/b/g/n/ac
    Video Information: ℹ️
      Intel HD Graphics 5000 - VRAM: 1024 MB
      Color LCD 1366 x 768
    System Software: ℹ️
      OS X 10.8.5 (12F45) - Uptime: 1:24:6
    Disk Information: ℹ️
      APPLE SSD SD0128F disk0 : (121.33 GB)
      disk0s1 (disk0s1) <not mounted> : 210 MB
      Macintosh HD (disk0s2) / : 120.47 GB (106.42 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
    USB Information: ℹ️
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    User Login Items: ℹ️
      uTorrent Application (/Applications/uTorrent.app)
    Internet Plug-ins: ℹ️
      QuickTime Plugin: Version: 7.7.1
      JavaAppletPlugin: Version: 14.6.0 - SDK 10.8 Check version
    3rd Party Preference Panes: ℹ️
      None
    Time Machine: ℹ️
      Time Machine not configured!
    Top Processes by CPU: ℹ️
          17% WebProcess
          16% storeagent
          15% Safari
          9% WindowServer
          9% repair_packages
    Top Processes by Memory: ℹ️
      404 MB repair_packages
      395 MB WebProcess
      129 MB Safari
      86 MB App Store
      64 MB Finder
    Virtual Memory Information: ℹ️
      1.77 GB Free RAM
      1.76 GB Active RAM
      140 MB Inactive RAM
      623 MB Wired RAM
      425 MB Page-ins
      0 B Page-outs
    Diagnostics Information: ℹ️
      Dec 13, 2014, 09:47:32 PM /Library/Logs/DiagnosticReports/Kernel_2014-12-13-214732_[redacted].panic [Details]
      Dec 13, 2014, 08:31:50 PM /Library/Logs/DiagnosticReports/Kernel_2014-12-13-203150_[redacted].panic [Details]
      Dec 13, 2014, 04:54:18 PM /Library/Logs/DiagnosticReports/Kernel_2014-12-13-165418_[redacted].panic [Details]
      Dec 13, 2014, 07:05:03 AM /Library/Logs/DiagnosticReports/Kernel_2014-12-13-070503_[redacted].panic [Details]
      Dec 20, 2014, 02:15:38 PM Self test - passed

    Hi,
    I have an update so I thought I would share in case any other users are experiencing a similar problem.
    I made an appointment with the Genius Bar at the Apple Store.
    I went in and they ran a thorough diagnostic check on my Macbook Air and determined that the sensors were indeed faulty - several were providing no information "No reading" instead of providing a temperature. Thus, the Air was unaware of the temperature across multiple components.
    Despite the laptop being outside the 12 Month Manufacturer Warranty, the Apple Store determined that it was covered under warranty through Australian Consumer Law - the laptop is now in for a complete repair under warranty at no cost to myself.
    I couldn't be happier.

Maybe you are looking for

  • Using a variable to set decimal place in SAPScript

    Hi Freinds, is it possible to use variable as decimal indicator anf if yes please how. &symbol(E.2)& = two decimal my intension: &symbol(E.2)& = to replace 2 with variable e. g. &QAMV-STELLEN& Thanks, Blacky

  • Flip4Mac video problem

    When I try to play wmv movies in Quicktime it doesn't work properly. I get sound, but a blank screen appears. My wmv files do play fine in Safari, Firefox, Opera, and in Finder. Anyway to fix this? QT (Pro) version: 7.3.0 Flip3Mac version: 2.1.3.10

  • Items not yet stored in the vault

    I understand the message, "Items not yet stored in the vault" when you first open Aperture. I was hoping that someone could clarify what the three different symbols listed are that have the numbers of each of the amount of respective photos that aren

  • Copying table structure and data.Please help

    Hi, I have a table called preview,with 100 million records in it.How can I copy the table structure and data into a table called temp_preview. Is it efficient to use create table temp_preview tablespace temp as select * from preview;Thanks

  • Receiving error message every time I try to create a pdf.  "An unexpected error occurred.  Unable to create .pdf"

    I just downloaded the program to a new laptop.  I "repaired, uninstalled, installed" and am still getting the error.