Timer nanosecond 4462

I am using NI PCI 4462 board. Using this I wish to carry out underwater acoustic signal acquisition.
I wanto determine the time interval between two input channel whenthey acquire signal of a particular frequency and amplitude.
I cannot use Tick Count(ms), this provide time in milliseconds.
I tried counting nos. of samples, tht provided a resolution of 4.8us ie 1/204.8k.
Is there any way, I could measure time diffrence b/w two channels, which has a resolution in nanoseconds.
Ravinder Singh
DCE

I understood that but thts the case when we use the clock on DAQ card, I want to use a computer clock, If i use that I will be able to measure the time difference between two channels.
I have a PCI card that gets attached to PCI slot in a motherboard, The labview applicaation I will develop will use DAQ features for acquiring signal from the channels.
If one channel detects a particular signal I will switch on the time (basically the CPU timer of the motherboard and CPU) and will then stop when the signal is reached on second channel.
Since my application is using hydrophones (underwater) time difference will be small and depend on arrangement of hydrophones. In that case If I have timer in nanoseconds then I can easily get time difference be it in nanoseconds or milliseconds.
The whole point of  my work lies in determining the time difference. Using this I will feed the time in some equation which will then provide me the location( bearing and angle) of acoustic soure

Similar Messages

  • A query on a small benchmark test.

    I ran a small code snippet from a book I am reading and was surprised by the results. The code calls an empty method and also a method with a variables assignment as the body. I figured the empty method call should have been quicker but it is consistently the other way round. Here is the code I ran:
    class MethodBenchmark extends Benchmark {
        void benchmark() {
             int x = 2+2+2+2+2+2+2;
        //899543099 as above
        //923825235 empty body
        //925611216 empty body
        //884589242 as above
        public static void main(String[] args) {
            int count = 100000000;
            long time = new MethodBenchmark().repeat(count);
            System.out.println(count + " methods in " +
                               time + " nanoseconds");
    abstract class Benchmark {
        abstract void benchmark();
        public final long repeat(int count) {
            long start = System.nanoTime();
            for (int i = 0; i < count; i++)
                benchmark();
            return (System.nanoTime() - start);
    }What is the reason for this?
    By the way this is not a "Java is broke thread" I am sure there is a logical answer to this.

    I just came across this on Google.
    http://java.sun.com/docs/hotspot/HotSpotFAQ.html#benchmarking_method
    Here is an extract
    Code is generated into memory and executed from there. The way the code is laid out in memory makes a big difference in the way it executes. In this example on my machine, the loop that claims to call the method is better aligned and so runs faster than the loop that's trying to figure out how long it takes to run an empty loop, so I get negative numbers for methodTime-loopTime.
    Which would mean I was running the same code each time, the compiler would have ignored the body because it was dead and I was essential running an empty method body both times, but why the change?
    But it also says this
    The HotSpot compiler is smart enough not to generate code for dead variables.
    In the method above, the local variable is never used, so there's no reason to compute its value. So then the method body is empty again and when the code gets compiled (and inlined, because we removed enough code to make it small enough for inlining) it turns into an empty method again.
    I guess an inlined empty method in memory must be quicker than an empty method from the beginning.
    Message was edited by:
    helloWorld

  • Cisco IPS Subscriptions

    Hi,
    We are attempting to move from the old Security Monitor in Cisco Works VMS to the realtime monitor (IPS Event Viewer) within CSM. The problem we are getting is a subscription error from the sensors when trying to open the realtime monitor.
    Error Output: "Error: env:Sender-sd:errLimitExceeded-This subscription cannot be opened because the maximum number of subscriptions are already open
    Please make sure the password and user name are correct."
    I then login to the sensor CLI and issue the following command which indicates all the subscriptions are used:
    # show statistics sdee-server
    General
    Open Subscriptions = 5
    Blocked Subscriptions = 2
    Maximum Available Subscriptions = 5
    Maximum Events Per Retrieval = 500
    Subscriptions
    sub-103-f05ef2f9
    State = Read Pending
    Last Read Time = 02:18:47 UTC Sun Sep 27 2009
    Last Read Time (nanoseconds) = 1254017927903746000
    sub-160-512ad7bd
    State = Open
    Last Read Time = 18:34:02 UTC Sat Sep 26 2009
    Last Read Time (nanoseconds) = 1253990042021593000
    sub-161-a56e825f
    State = Open
    Last Read Time = 19:06:19 UTC Sat Sep 26 2009
    Last Read Time (nanoseconds) = 1253991979244898000
    sub-162-14e2fa66
    State = Read Pending
    Last Read Time = 02:18:43 UTC Sun Sep 27 2009
    Last Read Time (nanoseconds) = 1254017923766659000
    sub-25-61ecf3a3
    State = Open
    Last Read Time = 02:18:51 UTC Sun Sep 27 2009
    Last Read Time (nanoseconds) = 1254017931007785000
    Is there any way to manually clear the subscriptions without rebooting sensor?

    There is not a command on the sensor itself for closing the older subscriptions.
    However, this can be done through a standard web browser using the following URL:
    https:///cgi-bin/sdee-server?action=close&subscriptionId=
    So if you wanted to close the 2 subscriptions that have not been used since Sat Sep 26th you would use the following 2 URLs (replace the 1.1.1.1 IP address with the actual address of your sensor):
    https://1.1.1.1/cgi-bin/sdee-server?action=close&subscriptionId=sub-160-512ad7bd
    https://1.1.1.1/cgi-bin/sdee-server?action=close&subscriptionId=sub-161-a56e825f
    If you know the actual username used to open the subscription, then I would recommend using that username and password when connecting to the sensor for the above URLs (your browser should prompt for a username and password).
    If you do Not know which username was used to open the subscription, then I would recommend trying to use the standard "cisco" account when prompted for the username and password.

  • Spctl says rejected for signed flat package

    I have a flat package, signed by a Apple supplied Developer Id, and spctl rejects it
    The TOC in the xar file is proper looking and has a valid XML signature in it (best I can tell).  Certificate chain is elided here, but matches the output from pkgutil.
    xar --dump-toc=- -f foo.pkg
    <?xml version="1.0" encoding="UTF-8"?>
    <xar>
    <toc>
      <checksum style="sha1">
       <size>20</size>
       <offset>0</offset>
      </checksum>
      <creation-time>2013-10-29T18:23:23</creation-time>
      <signature style="RSA">
       <offset>20</offset>
       <size>256</size>
       <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
        <X509Data>
         <X509Certificate>...</X509Certificate>
        </X509Data>
       </KeyInfo>
      </signature>
      <x-signature style="CMS">
       <offset>276</offset>
       <size>6144</size>
       <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
        <X509Data>
         <X509Certificate>...</X509Certificate>
        </X509Data>
       </KeyInfo>
      </x-signature>
      <file id="1">
       <name>Bom</name>
       <type>file</type>
       <inode>39991802</inode>
       <deviceno>16777218</deviceno>
       <mode>0644</mode>
       <uid>0</uid>
       <user>root</user>
       <gid>0</gid>
       <group>wheel</group>
       <atime>2013-10-29T18:01:47Z</atime>
       <mtime>2013-10-29T18:01:47Z</mtime>
       <ctime>2013-10-29T18:01:48Z</ctime>
       <FinderCreateTime>
        <time>1970-01-01T00:00:00</time>
        <nanoseconds>0</nanoseconds>
       </FinderCreateTime>
       <data>
        <extracted-checksum style="sha1">afb0b9dc0fe87477290b8551c1cf038c6bf7d3eb</extracted-checksum>
        <archived-checksum style="sha1">2aa56353d6d0e2c4eed9bc45f2541b19b17532e3</archived-checksum>
        <encoding style="application/x-gzip"/>
        <size>37717</size>
        <offset>6420</offset>
        <length>1907</length>
       </data>
      </file>
      <file id="2">
       <name>PackageInfo</name>
       <type>file</type>
       <inode>39991816</inode>
       <deviceno>16777218</deviceno>
       <mode>0644</mode>
       <uid>0</uid>
       <user>root</user>
       <gid>0</gid>
       <group>wheel</group>
       <atime>2013-10-29T18:01:48Z</atime>
       <mtime>2013-10-29T18:01:48Z</mtime>
       <ctime>2013-10-29T18:01:48Z</ctime>
       <FinderCreateTime>
        <time>1970-01-01T00:00:00</time>
        <nanoseconds>0</nanoseconds>
       </FinderCreateTime>
       <ea id="0">
        <name>com.apple.TextEncoding</name>
        <extracted-checksum style="sha1">34bb265cb6732969f269ccc90fea5d662e9e0ea5</extracted-checksum>
        <archived-checksum style="sha1">d433dacc26ca2c81f30c25e807dc170e6680aad9</archived-checksum>
        <encoding style="application/x-gzip"/>
        <size>15</size>
        <offset>8625</offset>
        <length>23</length>
       </ea>
       <data>
        <extracted-checksum style="sha1">8ddffdeaf0c9d56f1ac7a545f9065b8c0a0c253b</extracted-checksum>
        <archived-checksum style="sha1">a0e202b915ac2b741e8b4eb4b6c34ad2025e576e</archived-checksum>
        <encoding style="application/x-gzip"/>
        <size>549</size>
        <offset>8327</offset>
        <length>298</length>
       </data>
      </file>
      <file id="3">
       <name>Payload</name>
       <type>file</type>
       <inode>39991803</inode>
       <deviceno>16777218</deviceno>
       <mode>0644</mode>
       <uid>0</uid>
       <user>root</user>
       <gid>0</gid>
       <group>wheel</group>
       <atime>2013-10-29T18:01:47Z</atime>
       <mtime>2013-10-29T18:01:48Z</mtime>
       <ctime>2013-10-29T18:01:48Z</ctime>
       <FinderCreateTime>
        <time>1970-01-01T00:00:00</time>
        <nanoseconds>0</nanoseconds>
       </FinderCreateTime>
       <data>
        <extracted-checksum style="sha1">8c82d6335d52c388475c710b3da67dfc037aeb57</extracted-checksum>
        <archived-checksum style="sha1">8c82d6335d52c388475c710b3da67dfc037aeb57</archived-checksum>
        <size>6074987</size>
        <offset>8648</offset>
        <encoding style="application/octet-stream"/>
        <length>6074987</length>
       </data>
      </file>
      <file id="4">
       <name>Scripts</name>
       <type>file</type>
       <inode>39991814</inode>
       <deviceno>16777218</deviceno>
       <mode>0644</mode>
       <uid>0</uid>
       <user>root</user>
       <gid>0</gid>
       <group>wheel</group>
       <atime>2013-10-29T18:01:48Z</atime>
       <mtime>2013-10-29T18:01:48Z</mtime>
       <ctime>2013-10-29T18:01:48Z</ctime>
       <FinderCreateTime>
        <time>1970-01-01T00:00:00</time>
        <nanoseconds>0</nanoseconds>
       </FinderCreateTime>
       <data>
        <extracted-checksum style="sha1">b2e862d97d79b2a78433f07b29685e0293e0239b</extracted-checksum>
        <archived-checksum style="sha1">b2e862d97d79b2a78433f07b29685e0293e0239b</archived-checksum>
        <size>180</size>
        <offset>6083635</offset>
        <encoding style="application/octet-stream"/>
        <length>180</length>
       </data>
      </file>
    </toc>
    </xar>
    Looking at the contents, very simple flat package:
    $ xar -t  -f foo.pkg
    Bom
    PackageInfo
    Payload
    Scripts
    And lastly, pkgutil is happy, spctl (and the Installer of course) are not:
    $ sudo spctl --assess --type install -v foo.pkg
    foo.pkg: rejected
    $ /usr/sbin/pkgutil --check-signature foo.pkg
    Package "foo.pkg":
       Status: signed by a developer certificate issued by Apple
       Certificate Chain:
        1. 3rd Party Mac Developer Installer: TiVo, Inc (4BLW75E6S3)
           SHA1 fingerprint: 1C 22 36 8E 43 E6 6D 42 CE 9F 63 B2 74 C7 23 C6 16 CF AC 10
        2. Apple Worldwide Developer Relations Certification Authority
           SHA1 fingerprint: 09 50 B6 CD 3D 2F 37 EA 24 6A 1A AA 20 DF AA DB D6 FE 1F 75
        3. Apple Root CA
           SHA1 fingerprint: 61 1E 5B 66 2C 59 3A 08 FF 58 D1 4A E2 24 52 D1 98 DF 6C 60
    Nothing inside the package is signed.
    Any ideas where I look next?

    Thanks gatby for quick feedback, although I am more confused then ever. If I understand correctly, my "third-party" certificates are only for production/testing purposes (whatever that means) and will not provide the Gatekeeper security clearance for apps—both those intended to be distributed through the App Store and those to be distributed outside the store (which is my scenario). Therefore I cannot use the command line to get Gatekeeper clearance on my application nor its delivery package until I attain those specific certificates ("Developer ID Installer", and "Developer ID Application"). Apparently Xcode 5 has access to these since it did sign my application archive successfully. Nevertheless, I may wish to use the command line to code sign my apps in the future, moreover, it's imperative that I attain the "Developer ID Installer" certificate and install it in my keychain so I can secure my delivery package.
    You helpfully state that there is no way to download those certificates from the Mac Developer portal, so that I have to access them from the X code 5 developer application. I can see when I go into my account and select 'view details' button, the five desired certificates listed. By selecting one of these (you can only select one) I can export, say the "Developer ID Installer" certificate to my desktop and then try to import this to my keychain. Unfortunately, I find that this fails without an error panel. Moreover, when I try to open certificate file from my desktop, it prompts me for my developer password and thereafter simply fails to open—as if exporting the certificate from X code creates a bogus certificate file. Perhaps you can help me on how to get those certificates into my keychain? I can't tell you how angry I am at Apple for their apparent neglect of clear process when it comes to distribution outside the App Store context (for which I have no choice).

  • IPS EVENTS RETRIVAL

    We are not able to see any events on our external SDEE server. Though on SDEE server it says Event source is sucessfully detected. and sessions are clearly seen between IPS and server.
    It says Open Subscriptions = 5 , is there any way to see where is the problem on server or on ips. below are the output of few relevant commands,
    I have seen a blog https://supportforums.cisco.com/docs/DOC-12515
    Where it says
    If you have 5 subscriptions open, then you might be running into a problem of too many open subscriptions.  (if you do have 5 open subscriptions, then you may have to clear subscriptions for MARS to open a new one.   The easiest way to do this is to reboot the sensor.  There are, however, other methods as well.  If you have this situation and don't want to reboot the sensor, then let me know and I can give you those other steps.)
    So what are the relevant options to troubleshoot this further.
    show stat sdee
    General
        Open Subscriptions = 5
        Blocked Subscriptions = 0
        Maximum Available Subscriptions = 5
        Maximum Events Per Retrieval = 500
    Subscriptions
        sub-2-4bc33b92
           State = Open
           Last Read Time = 11:06:36 UTC Mon Apr 09 2012
           Last Read Time (nanoseconds) = 1333969596531883000
        sub-3-90bdb294
           State = Open
           Last Read Time = 11:56:05 UTC Mon Apr 09 2012
           Last Read Time (nanoseconds) = 1333972565411685000
        sub-4-d874c98c
           State = Open
           Last Read Time = 11:57:38 UTC Mon Apr 09 2012
           Last Read Time (nanoseconds) = 1333972658446086000
        sub-5-b82d955e
           State = Open
           Last Read Time = 12:25:24 UTC Mon Apr 09 2012
           Last Read Time (nanoseconds) = 1333974324613649000
        sub-6-63addcac
           State = Open
    --MORE--
          Last Read Time = 06:46:29 UTC Mon Apr 23 2012
           Last Read Time (nanoseconds) = 1335163589727779000
    IDSM_A# show stat web-server
    listener-443
        session-7
           remote host = 172.31.29.5
           session is persistent = yes
           number of requests serviced on current connection = 1
           last status code = 200
           last request method = GET
           last request URI = cgi-bin/sdee-server
           last protocol version = HTTP/1.1
           session state = processingActionsState
        session-6
           remote host = 172.31.29.5
           session is persistent = yes
           number of requests serviced on current connection = 1
           last status code = 200
           last request method = GET
           last request URI = cgi-bin/sdee-server
           last protocol version = HTTP/1.1
           session state = processingActionsState
        session-4
           remote host = 172.31.29.5
           session is persistent = yes
           number of requests serviced on current connection = 1
           last status code = 200
    --MORE--
          last request method = GET
           last request URI = cgi-bin/sdee-server
           last protocol version = HTTP/1.1
           session state = processingActionsState
        session-5
           remote host = 172.31.29.5
           session is persistent = yes
           number of requests serviced on current connection = 1
           last status code = 200
           last request method = GET
           last request URI = cgi-bin/sdee-server
           last protocol version = HTTP/1.1
           session state = processingActionsState
        session-0
           remote host = 172.31.29.5
           session is persistent = yes
           number of requests serviced on current connection = 1
           last status code = 200
           last request method = GET
           last request URI = cgi-bin/sdee-server
           last protocol version = HTTP/1.1
           session state = processingActionsState
        session-1
           remote host = 172.31.29.5
    --MORE--
          session is persistent = yes
           number of requests serviced on current connection = 1
           last status code = 200
           last request method = GET
           last request URI = cgi-bin/sdee-server
           last protocol version = HTTP/1.1
           session state = processingActionsState
        session-12
           remote host = 172.31.29.5
           session is persistent = yes
           number of requests serviced on current connection = 1
           last status code = 200
           last request method = GET
           last request URI = cgi-bin/sdee-server
           last protocol version = HTTP/1.1
           session state = processingActionsState
        session-3
           remote host = 172.31.29.5
           session is persistent = yes
           number of requests serviced on current connection = 1
           last status code = 200
           last request method = GET
           last request URI = cgi-bin/sdee-server
           last protocol version = HTTP/1.1
    --MORE--
          session state = processingActionsState
        session-9
           remote host = 172.31.29.5
           session is persistent = yes
           number of requests serviced on current connection = 1
           last status code = 200
           last request method = GET
           last request URI = cgi-bin/sdee-server
           last protocol version = HTTP/1.1
           session state = processingActionsState
        number of server session requests handled = 2473653
        number of server session requests rejected = 0
        total HTTP requests handled = 2476496
        maximum number of session objects allowed = 40
        number of idle allocated session objects = 4
        number of busy allocated session objects = 9
    summarized log messages
        number of TCP socket failure messages logged = 0
        number of TLS socket failure messages logged = 0
        number of TLS protocol failure messages logged = 0
        number of TLS connection failure messages logged = 56
        number of TLS crypto warning messages logged = 0
        number of TLS expired certificate warning messages logged = 0
        number of receipt of TLS fatal alert message messages logged = 0
    --MORE--
    crypto library version = 6.2.1.0
    Show events shows that there are events on the device in the real time.

    What specific log collector application is the 172.31.29.5 host?  One possible workaround to avoid a reboot can be found in the release notes of the bug below:
    http://tools.cisco.com/Support/BugToolKit/search/getBugDetails.do?method=fetchBugDetails&bugId=CSCse68062

  • Too slow ZFS

    Hello,
    I'm using Solaris 10 10/08 with ZFS.
    There are processes which flush to write data about 10~100MB every 10 minutes, but sometimes writing doesn't finish in 10 minutes!
    Exactly 30 processes are running and each process fires from 10 to 100MB every 10 minutes.
    It means that 1.5GB can be fired to write at a moment in the worst case.
    But each process read/write only files which exclusively belong to the process and flushes data at different time.
    The probability that the worst case I mentioned occur is very low.
    But too slow writing occurs quite often. That's the problem I wanna solve.
    The system makes a snapshot every hour, so there are very many snapshots of evolving data.
    Every data file has less than 1.1GB size.
    I wanna know what makes the writing too slow.
    The program is using the BerkeleyDB and the BerkeleyDB writes the data to file system.
    Of course there is some probability that the BerkeleyDB is the reason.
    If the problem is in the BerkeleyDB, CPU use should be high. But it's not.
    No CPU is busy. No process uses CPU more than 0.20%, No disk is busy. And the system has 16GB physical memory!
    Is 16GB memory too small for ZFS?
    The system specification is following.
    CPU : Intel Xeon 2.0GHz x2 (total 8 core)
    Memory : 16G real, 1116M free, 1174M swap in use, 7686M swap free
    [root@host:/tmp] # /opt/HPQacucli/sbin/hpacucli controller slot=2 physicaldrive all show
    Smart Array P800 in Slot 2
       array A
          physicaldrive 2E:1:1 (port 2E:box 1:bay 1, SATA, 500 GB, OK)
          physicaldrive 2E:1:2 (port 2E:box 1:bay 2, SATA, 500 GB, OK)
          physicaldrive 2E:1:3 (port 2E:box 1:bay 3, SATA, 500 GB, OK)
          physicaldrive 2E:1:4 (port 2E:box 1:bay 4, SATA, 500 GB, OK)
          physicaldrive 2E:1:5 (port 2E:box 1:bay 5, SATA, 500 GB, OK, spare)
       array B
          physicaldrive 2E:1:7 (port 2E:box 1:bay 7, SATA, 500 GB, OK)
          physicaldrive 2E:1:8 (port 2E:box 1:bay 8, SATA, 500 GB, OK)
          physicaldrive 2E:1:9 (port 2E:box 1:bay 9, SATA, 500 GB, OK)
          physicaldrive 2E:1:10 (port 2E:box 1:bay 10, SATA, 500 GB, OK)
          physicaldrive 2E:1:11 (port 2E:box 1:bay 11, SATA, 500 GB, OK, spare)
    [root@host:/] # /opt/HPQacucli/sbin/hpacucli controller slot=2 physicaldrive 2e:1:1 show
    Smart Array P800 in Slot 2
       array A
          physicaldrive 2E:1:1
             Port: 2E
             Box: 1
             Bay: 1
             Active Path:
                Port: 2E Box: 1 Bay: 1
             Status: OK
             Drive Type: Data Drive
             Interface Type: SATA
             Size: 500 GB
             Firmware Revision:     HPG3
             Serial Number: 5QG26WQV           
             Model: ATA     GB0500C4413    
             SATA NCQ Capable: True
             SATA NCQ Enabled: True
             PHY Count: 1
             PHY Transfer Rate: 1.5GBPS
    (*** Every physical drive has same specification. ***)
    [doomvas@host user]$ top
    load averages:  0.09,  0.12,  0.23
    138 processes: 137 sleeping, 1 on cpu
    CPU states: 98.9% idle,  0.3% user,  0.8% kernel,  0.0% iowait,  0.0% swap
    Memory: 16G real, 995M free, 1177M swap in use, 7570M swap free
       PID USERNAME LWP PRI NICE  SIZE   RES STATE    TIME    CPU COMMAND
      2692 doomvas   13  59    0  118M  115M sleep   12:25  0.05% db
      2537 doomvas   13  59    0   57M   55M sleep    6:37  0.03% db
      2329 doomvas   13  59    0   52M   50M sleep    6:27  0.03% db
      2472 doomvas   13  59    0   51M   48M sleep    7:34  0.03% db
      2368 doomvas   13  59    0   54M   52M sleep    6:31  0.03% db
      2303 doomvas   13  59    0   66M   63M sleep    5:18  0.03% db
      2407 doomvas   13  59    0   42M   39M sleep    5:29  0.02% db
      2381 doomvas   13  59    0   43M   41M sleep    5:15  0.02% db
      2394 doomvas   13  59    0   45M   43M sleep    4:34  0.02% db
      2420 doomvas   13  59    0   42M   39M sleep    5:29  0.02% db
      2446 doomvas   13  59    0   38M   35M sleep    5:05  0.02% db
      2316 doomvas   13  59    0   36M   33M sleep    4:29  0.02% db
      2342 doomvas   13  59    0   38M   35M sleep    4:28  0.02% db
      2459 doomvas   13  59    0   29M   27M sleep    4:08  0.02% db
      2550 doomvas   13  59    0   37M   35M sleep    3:49  0.02% db
    (*** CPU use for a process doesn't be over 0.20% ***)I made a dtrace script to monitor every fbt:zfs:: probe and profiled for about 30 minutes.
    the most frequent probe : zio_wait_for_children
    total count = 5855583
    total time (nanoseconds) = 7941992752
    average time = 1356
    the most long-take probe : txg_thread_wait
    total count = 270
    total time = 3235383561647 (about 3235 seconds)
    average time = 12072326722 (about 12 seconds)
    If anyone has solution, knows the reason or has an idea to find out the reason, please reply.
    Thank you.
    Edited by: shintaek on Jul 23, 2009 11:48 PM

    exactly, I think we were too impatient.
    It seemed working well after deleting half of snapshots, but just next day it occurred again.
    of course the system is maintaining snapshots just half of the original, but it became slow because unknown reason.
    we've tested something like following because we doubt that zpool was related to the too low performance.
    case 1 : 1 zpool, 1*500MB mkfile, 50*100MB mkfile at any time
    case 2 : 20 zpool, 1*500MB mkfile to ONE zpool, 2~3*100MB mkfile PER zpool at any time
    case 3 : 1 zpool, just 1*500MB mkfile
    in case 1 and 2, 'at any time' means that 100MB mkfile processes were maintained to restart when finished again and again.
    we estimated the time to write 500MB for each case.
    case 1 result : about 6 minutes
    case 2 result : about 16 minutes
    case 3 result : about 4 seconds
    in the case 1, the test was harder than our real-world situation, but it took only 6 minutes.
    our system log told us that writing about 1GB took more than 50 minutes!!!
    do anyone know why the tests above result like this?
    and our zfs performance is still problem.
    please reply anything about our situation.
    we'll of course test the ARC size. thank about this.
    thank you.

  • Reconfiguring the engine | CPU @ 100% | AIP-5

    It seems that almost everytime I log into the IPS Manager for the ASA-SSC-AIP-5 that it is reconfiguring the engine and the CPU is at 100%.  I am on sig version 625.0 and I knwo the current should be like S632.  Basically, this thing always seems to be in bypass mode so what is the point?  It's frustrating.
    Has anyone else experienced this?  Is there somethign that should be done for performance, or do I need to look at my configurationg for something?
    Maybe I am just checking for updates too often?
    I'm looking for any suggestions or best practices for using these.
    Thanks.

    Quite long, but here goes:
    IPS_Sensor# show tech
    System Status Report
    This Report was generated on Thu Mar 15 09:54:38 2012.
    Output from show version
    Application Partition:
    Cisco Intrusion Prevention System, Version 6.2(4)E4
    Host:
        Realm Keys          key1.0
    Signature Definition:
        Signature Update    S632.0                   2012-03-13
    OS Version:             2.4.30-IDS-smp-bigphys
    Platform:               ASA-SSC-AIP-5
    Serial Number:          JAF1442BDBN
    Licensed, expires:      07-Jan-2013 UTC
    Sensor up-time is 36 days.
    Using 350920704 out of 489398272 bytes of available memory (71% usage)
    application-data is using 42.4M out of 166.8M bytes of available disk space (27% usage)
    boot is using 40.8M out of 68.6M bytes of available disk space (63% usage)
    MainApp          E-ECLIPSE_624_2011_JUN_23_00_20_6_2_3_17   (Ipsbuild)   2011-06-23T00:24:58-0500   Running
    AnalysisEngine   E-ECLIPSE_624_2011_JUN_23_00_20_6_2_3_17   (Ipsbuild)   2011-06-23T00:24:58-0500   Running
    CLI              E-ECLIPSE_624_2011_JUN_23_00_20_6_2_3_17   (Ipsbuild)   2011-06-23T00:24:58-0500
    Upgrade History:
    * IPS-sig-S631-req-E4       18:03:37 UTC Tue Mar 13 2012
      IPS-sig-S632-req-E4.pkg   18:03:38 UTC Wed Mar 14 2012
    Recovery Partition Version 1.1 - 6.2(4)E4
    Host Certificate Valid from: 14-Jan-2011 to 14-Jan-2013
    Output from show interfaces
    Interface Statistics
       Total Packets Received = 0
       Total Bytes Received = 0
       Missed Packet Percentage = 0
       Current Bypass Mode = Auto_off
    MAC statistics from interface GigabitEthernet0/0
       Interface function = Sensing interface
       Description =
       Media Type = backplane
       Default Vlan = 0
       Inline Mode = Unpaired
       Pair Status = N/A
       Hardware Bypass Capable = No
       Hardware Bypass Paired = N/A
       Link Status = Up
       Admin Enabled Status = Enabled
       Link Speed = Auto_1000
       Link Duplex = Auto_Full
       Missed Packet Percentage = 0
       Total Packets Received = 163575210
       Total Bytes Received = 100243725586
       Total Multicast Packets Received = 0
       Total Broadcast Packets Received = 0
       Total Jumbo Packets Received = 0
       Total Undersize Packets Received = 0
       Total Receive Errors = 0
       Total Receive FIFO Overruns = 0
       Total Packets Transmitted = 163575006
       Total Bytes Transmitted = 100243542691
       Total Multicast Packets Transmitted = 0
       Total Broadcast Packets Transmitted = 0
       Total Jumbo Packets Transmitted = 0
       Total Undersize Packets Transmitted = 0
       Total Transmit Errors = 0
       Total Transmit FIFO Overruns = 0
    MAC statistics from interface Management0/0
       Interface function = Command-control interface
       Description =
       Media Type = TX
       Default Vlan = 0
       Link Status = Up
       Link Speed = Auto_1000
       Link Duplex = Auto_Full
       Total Packets Received = 8837748
       Total Bytes Received = 1105352880
       Total Multicast Packets Received = 0
       Total Receive Errors = 0
       Total Receive FIFO Overruns = 0
       Total Packets Transmitted = 9435508
       Total Bytes Transmitted = 1410112517
       Total Transmit Errors = 0
       Total Transmit FIFO Overruns = 0
    Output from show statistics authentication
    General
       totalAuthenticationAttempts = 29
       failedAuthenticationAttempts = 2
    Output from show statistics analysis-engine
    Analysis Engine Statistics
       Number of seconds since service started = 3195884
       The rate of TCP connections tracked per second = 0
       The rate of packets per second = 46
       The rate of bytes per second = 1071
       Receiver Statistics
          Total number of packets processed since reset = 150102196
          Total number of IP packets processed since reset = 150102196
       Transmitter Statistics
          Total number of packets transmitted = 151226612
          Total number of packets denied = 70
          Total number of packets reset = 80
       Fragment Reassembly Unit Statistics
          Number of fragments currently in FRU = 0
          Number of datagrams currently in FRU = 0
       TCP Stream Reassembly Unit Statistics
          TCP streams currently in the embryonic state = 0
          TCP streams currently in the established state = 0
          TCP streams currently in the closing state = 0
          TCP streams currently in the system = 0
          TCP Packets currently queued for reassembly = 0
       The Signature Database Statistics.
          Total nodes active = 1634
          TCP nodes keyed on both IP addresses and both ports = 357
          UDP nodes keyed on both IP addresses and both ports = 0
          IP nodes keyed on both IP addresses = 134
       Statistics for Signature Events
          Number of SigEvents since reset = 473321
       Statistics for Actions executed on a SigEvent
          Number of Alerts written to the IdsEventStore = 673
       Inspection Stats
             Inspector            active   call        create    delete    createPct   callPct
             AtomicAdvanced       1        150092178   1         0         0           14
             Fixed                40       8387783     5498552   5498512   3           5
             MSRPC_TCP            15       5787118     1093973   1093958   0           3
             MSRPC_UDP            0        2156196     1071260   1071260   0           1
             MultiString          410      24911947    3282530   3282120   2           16
             MultiStringSP        0        2031        822       822       0           0
             ServiceDnsUdp        1        2156196     1         0         0           1
             ServiceDnsTcp        0        290         146       146       0           0
             ServiceFtp           0        1513        88        88        0           0
             ServiceGeneric       3        152319935   2228468   2228465   1           15
             ServiceHttp          254      2488814     1199894   1199640   0           1
             ServiceMsSql         0        7497        4         4         0           0
             ServiceNtp           0        4312392     2142520   2142520   1           2
             ServiceP2PUDP        0        86926       80336     80336     0           0
             ServiceP2PTCP        2        4897360     2228465   2228463   1           3
             ServiceRpcUDP        1        2156196     1         0         0           1
             ServiceRpcTCP        356      18860022    2224579   2224223   1           12
             ServiceSMBAdvanced   2        2189269     10389     10387     0           1
             ServiceSnmp          1        2156196     1         0         0           1
             ServiceTNS           0        2211389     2203383   2203383   1           1
             String               502      37492887    4282235   4281733   2           24
             SweepICMP            11       1113830     75054     75043     0           0
             SweepTCP             270      293642888   874680    874410    0           23
             SweepOtherTcp        134      146821444   449914    449780    0           11
    Output from show statistics denied-attackers
    Statistics for Virtual Sensor vs0
       Denied Attackers and hit count for each.
       Denied Attackers with percent denied and hit count for each.
    Output from show statistics event-server
    Statistics not available: event-server is disabled.
    Output from show statistics event-store
    Event store statistics
       General information about the event store
          The current number of open subscriptions = 5
          The number of events lost by subscriptions and queries = 0
          The number of filtered events not written to the event store = 323047
          The number of queries issued = 1
          The number of times the event store circular buffer has wrapped = 0
       Number of events of each type currently stored
          Status events = 15070
          Shun request events = 0
          Error events, warning = 72
          Error events, error = 571
          Error events, fatal = 2
          Alert events, informational = 346
          Alert events, low = 462
          Alert events, medium = 7
          Alert events, high = 21
          Alert events, threat rating 0-20 = 0
          Alert events, threat rating 21-40 = 346
          Alert events, threat rating 41-60 = 479
          Alert events, threat rating 61-80 = 7
          Alert events, threat rating 81-100 = 4
       Cumulative number of each type of event
          Status events = 11532
          Shun request events = 0
          Error events, warning = 63
          Error events, error = 437
          Error events, fatal = 1
          Alert events, informational = 287
          Alert events, low = 360
          Alert events, medium = 5
          Alert events, high = 21
          Alert events, threat rating 0-20 = 0
          Alert events, threat rating 21-40 = 287
          Alert events, threat rating 41-60 = 377
          Alert events, threat rating 61-80 = 5
          Alert events, threat rating 81-100 = 4
    Output from show statistics external-product-interface
    No interfaces configured
    Output from show statistics host
    General Statistics
       Last Change To Host Config (UTC) = 07-Feb-2012 15:03:14
       Command Control Port Device = Management0/0
    Network Statistics
        = ma0_0     Link encap:Ethernet  HWaddr 00:4D:79:4D:41:43
        =           inet addr:10.1.2.2  Bcast:10.1.2.7  Mask:255.255.255.248
        =           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
        =           RX packets:8837838 errors:0 dropped:0 overruns:0 frame:0
        =           TX packets:9435686 errors:0 dropped:0 overruns:0 carrier:0
        =           collisions:0 txqueuelen:1000
        =           RX bytes:1105359006 (1.0 GiB)  TX bytes:1410145705 (1.3 GiB)
    NTP Statistics
        =      remote           refid      st t when poll reach   delay   offset  jitter
        = *10.x.x.5        130.126.24.53    3 u  299 1024  377    3.915   11.079  18.216
        =  LOCAL(0)        73.78.73.84      5 l    3   64  377    0.000    0.000   0.002
        = ind assID status  conf reach auth condition  last_event cnt
        =   1 28364  b6e4   yes   yes  none  sys.peer   reachable 14
        =   2 28365  90e4   yes   yes  none    reject   reachable 14
       status = Synchronized
    Memory Usage
       usedBytes = 350998528
       freeBytes = 138399744
       totalBytes = 489398272
    Summertime Statistics
       start = 03:00:00 UTC Sun Mar 11 2012
       end = 01:00:00 GMT-06:00 Sun Nov 04 2012
    CPU Statistics
       Usage over last 5 seconds = 27
       Usage over last minute = 21
       Usage over last 5 minutes = 27
    Memory Statistics
       Memory usage (bytes) = 350998528
       Memory free (bytes) = 138399744
    Auto Update Statistics
       lastDirectoryReadAttempt = 09:03:29 UTC Thu Mar 15 2012
        =   Read directory: https://198.133.219.25//cgi-bin/front.x/ida/locator/locator.pl
        =   Success: No installable auto update package found on server
       lastDownloadAttempt = 13:03:27 UTC Wed Mar 14 2012
       lastInstallAttempt = 13:13:49 UTC Wed Mar 14 2012
       nextAttempt = 11:03:17 UTC Thu Mar 15 2012
    Auxilliary Processors Installed
    Output from show statistics logger
    The number of Log interprocessor FIFO overruns = 0
    The number of syslog messages received = 95
    The number of events written to the event store by severity
       Fatal Severity = 1
       Error Severity = 437
       Warning Severity = 158
       TOTAL = 596
    The number of log messages written to the message log by severity
       Fatal Severity = 1
       Error Severity = 437
       Warning Severity = 63
       Timing Severity = 0
       Debug Severity = 0
       Unknown Severity = 0
       Blank Messages = 64132
       TOTAL = 64633
    Output from show statistics network-access
    Current Configuration
       LogAllBlockEventsAndSensors = true
       EnableNvramWrite = false
       EnableAclLogging = false
       AllowSensorBlock = false
       BlockMaxEntries = 250
       MaxDeviceInterfaces = 250
       NeverBlock
          IP = 10.x.x.8
          IP = 10.x.x.69
    State
       BlockEnable = true
    Output from show statistics notification
    General
       Number of SNMP set requests = 0
       Number of SNMP get requests = 0
       Number of error traps sent = 497
       Number of alert traps sent = 19
    Output from show statistics os-identification
    Statistics for Virtual Sensor vs0
       OS Identification
          Configured
          Imported
          Learned
             IP = 10.x.x.69 (windows-nt-2k-xp)
             IP = 10.x.x.117 (windows-nt-2k-xp)
             IP = 10.x.x.229 (windows-nt-2k-xp)
             IP = 10.x.x.230 (windows-nt-2k-xp)
             IP = 10.x.x.231 (windows-nt-2k-xp)
             IP = 10.x.x.232 (windows-nt-2k-xp)
             IP = 10.x.x.233 (windows-nt-2k-xp)
             IP = 10.x.x.234 (windows-nt-2k-xp)
             IP = 10.x.x.235 (windows-nt-2k-xp)
             IP = 10.x.x.236 (windows-nt-2k-xp)
             IP = 10.x.x.238 (windows-nt-2k-xp)
             IP = 10.x.x.240 (windows-nt-2k-xp)
             IP = 12.120.129.206 (linux)
             IP = 50.22.26.153 (linux)
             IP = 50.22.26.155 (linux)
             IP = 50.23.216.69 (linux)
             IP = 50.57.22.5 (linux)
             IP = 64.70.9.195 (linux)
             IP = 64.208.138.145 (linux)
             IP = 65.42.26.130 (bsd)
             IP = 66.117.14.61 (linux)
             IP = 66.147.244.114 (linux)
             IP = 67.192.92.227 (linux)
             IP = 68.142.213.143 (linux)
             IP = 69.12.162.28 (linux)
             IP = 69.64.250.20 (linux)
             IP = 69.172.216.56 (linux)
             IP = 70.98.35.165 (linux)
             IP = 71.13.87.218 (linux)
             IP = 72.22.182.37 (windows-nt-2k-xp)
             IP = 72.34.62.119 (linux)
             IP = 72.44.91.208 (linux)
             IP = 72.251.194.171 (linux)
             IP = 74.125.214.21 (linux)
             IP = 74.125.214.114 (linux)
             IP = 74.201.0.130 (linux)
             IP = 75.126.109.204 (linux)
             IP = 98.129.229.53 (linux)
             IP = 98.138.47.199 (linux)
             IP = 98.139.225.43 (linux)
             IP = 107.20.134.231 (linux)
             IP = 107.21.238.22 (linux)
             IP = 107.22.217.227 (linux)
             IP = 107.22.230.44 (linux)
             IP = 129.143.116.113 (linux)
             IP = 132.237.253.49 (linux)
             IP = 143.227.55.17 (linux)
             IP = 162.128.70.19 (linux)
             IP = 170.218.216.73 (linux)
             IP = 173.45.246.12 (linux)
             IP = 173.201.185.43 (linux)
             IP = 174.46.100.100 (hp-ux)
             IP = 174.129.1.166 (linux)
             IP = 184.72.226.104 (linux)
             IP = 192.168.168.135 (windows-nt-2k-xp)
             IP = 195.24.232.205 (linux)
             IP = 199.59.149.198 (linux)
             IP = 204.11.208.168 (linux)
             IP = 204.145.83.230 (linux)
             IP = 204.145.176.90 (linux)
             IP = 205.251.253.141 (linux)
             IP = 208.28.202.43 (linux)
             IP = 208.65.147.170 (linux)
             IP = 209.59.132.242 (linux)
             IP = 209.85.239.19 (linux)
             IP = 209.126.151.246 (linux)
             IP = 209.126.179.3 (linux)
             IP = 216.8.161.98 (bsd)
             IP = 216.75.16.204 (linux)
             IP = 216.129.117.152 (linux)
             IP = 216.138.155.154 (linux)
             IP = 216.231.189.130 (linux)
    Output from show statistics sdee-server
    General
       Open Subscriptions = 1
       Blocked Subscriptions = 1
       Maximum Available Subscriptions = 5
       Maximum Events Per Retrieval = 500
    Subscriptions
       sub-9-19a8e927
          State = Read Pending
          Last Read Time = 14:54:38 UTC Thu Mar 15 2012
          Last Read Time (nanoseconds) = 1331823278914523000
    Output from show statistics virtual-sensor
    Virtual Sensor Statistics
       Statistics for Virtual Sensor vs0
          Name of current Signature-Defintion instance = sig0
          Name of current Event-Action-Rules instance = rules0
          List of interfaces monitored by this virtual sensor = GigabitEthernet0/0 subinterface 0
          General Statistics for this Virtual Sensor
             Number of seconds since a reset of the statistics = 3195885
             MemoryAlloPercent = 72
             MemoryUsedPercent = 67
             MemoryMaxCapacity = 300000
             MemoryMaxHighUsed = 319840
             MemoryCurrentAllo = 218439
             MemoryCurrentUsed = 203388
             Processing Load Percentage = 5
             Total packets processed since reset = 151232133
             Total IP packets processed since reset = 151232133
             Total IPv4 packets processed since reset = 151232133
             Total IPv6 packets processed since reset = 0
             Total IPv6 AH packets processed since reset = 0
             Total IPv6 ESP packets processed since reset = 0
             Total IPv6 Fragment packets processed since reset = 0
             Total IPv6 Routing Header packets processed since reset = 0
             Total IPv6 ICMP packets processed since reset = 0
             Total packets that were not IP processed since reset = 0
             Total TCP packets processed since reset = 147952089
             Total UDP packets processed since reset = 2156214
             Total ICMP packets processed since reset = 1123830
             Total packets that were not TCP, UDP, or ICMP processed since reset = 0
             Total ARP packets processed since reset = 0
             Total ISL encapsulated packets processed since reset = 0
             Total 802.1q encapsulated packets processed since reset = 5009
             Total GRE Packets processed since reset = 0
             Total GRE Fragment Packets processed since reset = 0
             Total GRE Packets skipped since reset = 0
             Total packets with bad IP checksums processed since reset = 0
             Total packets with bad layer 4 checksums processed since reset = 0
             Total number of bytes processed since reset = 90811729021
             The rate of packets per second since reset = 47
             The rate of bytes per second since reset = 28415
             The average bytes per packet since reset = 600
          Denied Address Information
             Number of Active Denied Attackers = 0
             Number of Denied Attackers Inserted = 0
             Number of Denied Attacker Victim Pairs Inserted = 0
             Number of Denied Attacker Service Pairs Inserted = 0
             Number of Denied Attackers Total Hits = 0
             Number of times max-denied-attackers limited creation of new entry = 0
             Number of exec Clear commands during uptime = 0
          Denied Attackers and hit count for each.
          Denied Attackers with percent denied and hit count for each.
          The Signature Database Statistics.
             The Number of each type of node active in the system
                Total nodes active = 1634
                TCP nodes keyed on both IP addresses and both ports = 357
                UDP nodes keyed on both IP addresses and both ports = 0
                IP nodes keyed on both IP addresses = 134
             The number of each type of node inserted since reset
                Total nodes inserted = 10505094
                TCP nodes keyed on both IP addresses and both ports = 2317586
                UDP nodes keyed on both IP addresses and both ports = 988001
                IP nodes keyed on both IP addresses = 685950
             The rate of nodes per second for each time since reset
                Nodes per second = 3
                TCP nodes keyed on both IP addresses and both ports per second = 0
                UDP nodes keyed on both IP addresses and both ports per second = 0
                IP nodes keyed on both IP addresses per second = 0
             The number of root nodes forced to expire because of memory constraints
                TCP nodes keyed on both IP addresses and both ports = 26357
             Packets dropped because they would exceed Database insertion rate limits = 0
          Fragment Reassembly Unit Statistics for this Virtual Sensor
             Number of fragments currently in FRU = 0
             Number of datagrams currently in FRU = 0
             Number of fragments received since reset = 10018
             Number of fragments forwarded since reset = 10018
             Number of fragments dropped since last reset = 0
             Number of fragments modified since last reset = 0
             Number of complete datagrams reassembled since last reset = 5009
             Fragments hitting too many fragments condition since last reset = 0
             Number of overlapping fragments since last reset = 0
             Number of Datagrams too big since last reset = 0
             Number of overwriting fragments since last reset = 0
             Number of Inital fragment missing since last reset = 0
             Fragments hitting the max partial dgrams limit since last reset = 0
             Fragments too small since last reset = 0
             Too many fragments per dgram limit since last reset = 0
             Number of datagram reassembly timeout since last reset = 0
             Too many fragments claiming to be the last since last reset = 0
             Fragments with bad fragment flags since last reset = 0
          TCP Normalizer stage statistics
             Packets Input = 146821876
             Packets Modified = 0
             Dropped packets from queue = 0
             Dropped packets due to deny-connection = 0
             Duplicate Packets = 0
             Current Streams = 357
             Current Streams Closed = 0
             Current Streams Closing = 0
             Current Streams Embryonic = 0
             Current Streams Established = 0
             Current Streams Denied = 0
             Total SendAck Limited Packets = 0
             Total SendAck Limited Streams = 0
             Total SendAck Packets Sent = 0
          Statistics for the TCP Stream Reassembly Unit
             Current Statistics for the TCP Stream Reassembly Unit
                TCP streams currently in the embryonic state = 0
                TCP streams currently in the established state = 0
                TCP streams currently in the closing state = 0
                TCP streams currently in the system = 0
                TCP Packets currently queued for reassembly = 0
             Cumulative Statistics for the TCP Stream Reassembly Unit since reset
                TCP streams that have been tracked since last reset = 0
                TCP streams that had a gap in the sequence jumped = 0
                TCP streams that was abandoned due to a gap in the sequence = 0
                TCP packets that arrived out of sequence order for their stream = 0
                TCP packets that arrived out of state order for their stream = 0
                The rate of TCP connections tracked per second since reset = 0
          SigEvent Preliminary Stage Statistics
             Number of Alerts received = 473321
             Number of Alerts Consumed by AlertInterval = 55
             Number of Alerts Consumed by Event Count = 30
             Number of FireOnce First Alerts = 158
             Number of FireOnce Intermediate Alerts = 255
             Number of Summary First Alerts  = 78928
             Number of Summary Intermediate Alerts  = 372829
             Number of Regular Summary Final Alerts  = 20879
             Number of Global Summary Final Alerts  = 0
             Number of Active SigEventDataNodes  = 6
             Number of Alerts Output for further processing = 473236
             Per-Signature SigEvent count since reset
                Sig 3002.0 = 187
                Sig 3653.0 = 28
                Sig 5474.0 = 183
                Sig 5575.0 = 423
                Sig 5581.0 = 408
                Sig 5591.0 = 6
                Sig 5595.0 = 15
                Sig 5606.0 = 21
                Sig 5903.2 = 505
                Sig 6061.0 = 5
                Sig 6131.6 = 13
                Sig 6187.0 = 6
                Sig 6403.1 = 26
                Sig 6409.1 = 22
                Sig 6409.2 = 370
                Sig 6984.2 = 92
                Sig 7241.1 = 3
                Sig 7264.1 = 13
                Sig 11233.3 = 1
                Sig 16297.0 = 21
                Sig 19219.1 = 6
                Sig 20059.1 = 7950
                Sig 21539.1 = 7
                Sig 21619.1 = 257
                Sig 23782.2 = 461703
                Sig 25022.1 = 26
                Sig 27839.2 = 928
                Sig 30260.1 = 9
                Sig 30459.1 = 9
                Sig 41846.1 = 78
          SigEvent Action Override Stage Statistics
             Number of Alerts received to Action Override Processor = 473236
             Number of Alerts where an override was applied = 98
             Actions Added
                deny-attacker-inline = 0
                deny-attacker-victim-pair-inline = 0
                deny-attacker-service-pair-inline = 0
                deny-connection-inline = 0
                deny-packet-inline = 93
                modify-packet-inline = 0
                log-attacker-packets = 5
                log-pair-packets = 5
                log-victim-packets = 5
                produce-alert = 0
                produce-verbose-alert = 5
                request-block-connection = 0
                request-block-host = 0
                request-snmp-trap = 0
                reset-tcp-connection = 0
                request-rate-limit = 0
                stop-flow-inspection = 0
          SigEvent Action Filter Stage Statistics
             Number of Alerts received to Action Filter Processor = 0
             Number of Alerts where an action was filtered = 15
             Number of Filter Line matches = 15
             Number of Filter Line matches causing decreased DenyPercentage = 0
             Actions Filtered
                deny-attacker-inline = 0
                deny-attacker-victim-pair-inline = 0
                deny-attacker-service-pair-inline = 0
                deny-connection-inline = 0
                deny-packet-inline = 0
                modify-packet-inline = 0
                log-attacker-packets = 0
                log-pair-packets = 0
                log-victim-packets = 0
                produce-alert = 15
                produce-verbose-alert = 0
                request-block-connection = 0
                request-block-host = 0
                request-snmp-trap = 0
                reset-tcp-connection = 0
                request-rate-limit = 0
                stop-flow-inspection = 0
             Filter Hit Counts
                3  = 15
          SigEvent Action Handling Stage Statistics.
             Number of Alerts received to Action Handling Processor = 1310
             Number of Alerts where produceAlert was forced = 0
             Number of Alerts where produceAlert was off = 15
             Number of Alerts using Auto One Way Reset = 89
             Actions Performed
                deny-attacker-inline = 0
                deny-attacker-victim-pair-inline = 0
                deny-attacker-service-pair-inline = 0
                deny-connection-inline = 89
                deny-packet-inline = 89
                modify-packet-inline = 0
                log-attacker-packets = 5
                log-pair-packets = 5
                log-victim-packets = 5
                produce-alert = 673
                produce-verbose-alert = 5
                request-block-connection = 0
                request-block-host = 0
                request-snmp-trap = 0
                reset-tcp-connection = 0
                request-rate-limit = 0
                stop-flow-inspection = 0
             Deny Actions Requested in Promiscuous Mode
                deny-packet not performed = 0
                deny-connection not performed = 0
                deny-attacker not performed = 0
                deny-attacker-victim-pair not performed = 0
                deny-attacker-service-pair not performed = 0
                modify-packet not performed = 0
             Number of Alerts where deny-connection was forced for deny-packet action = 89
             Number of Alerts where deny-packet was forced for non-TCP deny-connection action = 0
    Output from show statistics transaction-server
    General
       totalControlTransactions = 2840
       failedControlTransactions = 16
    Output from show statistics web-server
    listener-443
       session-4
          remote host = 10.x.x.69
          session is persistent = yes
          number of requests serviced on current connection = 1
          last status code = 200
          last request method = POST
          last request URI = cgi-bin/transaction-server
          last protocol version = HTTP/1.1
          session state = processingActionsState
       session-6
          remote host = 10.x.x.69
          session is persistent = no
          number of requests serviced on current connection = 1
          last status code = 200
          last request method = GET
          last request URI = cgi-bin/sdee-server
          last protocol version = HTTP/1.1
          session state = processingGetServlet
       session-5
          remote host = 10.x.x.69
          session is persistent = yes
          number of requests serviced on current connection = 1
          last status code = 200
          last request method = POST
          last request URI = cgi-bin/transaction-server
          last protocol version = HTTP/1.1
          session state = processingActionsState
       number of server session requests handled = 629400
       number of server session requests rejected = 0
       total HTTP requests handled = 629696
       maximum number of session objects allowed = 40
       number of idle allocated session objects = 7
       number of busy allocated session objects = 3
    summarized log messages
       number of TCP socket failure messages logged = 0
       number of TLS socket failure messages logged = 1
       number of TLS protocol failure messages logged = 0
       number of TLS connection failure messages logged = 0
       number of TLS crypto warning messages logged = 0
       number of TLS expired certificate warning messages logged = 0
       number of receipt of TLS fatal alert message messages logged = 0
    crypto library version = 6.2.1.0
    Output from show health
    Overall Health Status                                   Green
    Health Status for Failed Applications                   Green
    Health Status for Signature Updates                     Green
    Health Status for License Key Expiration                Green
    Health Status for Running in Bypass Mode                Green
    Health Status for Interfaces Being Down                 Green
    Health Status for the Inspection Load                   Green
    Health Status for the Time Since Last Event Retrieval   Green
    Health Status for the Number of Missed Packets          Green
    Health Status for the Memory Usage                      Not Enabled
    Security Status for Virtual Sensor vs0   Green
    Output from show configuration
    ! Current configuration last modified Tue Feb 07 09:04:20 2012
    ! Version 6.2(4)
    ! Host:
    !     Realm Keys          key1.0
    ! Signature Definition:
    !     Signature Update    S632.0   2012-03-13
    service interface
    bypass-mode auto
    exit
    service authentication
    exit
    service event-action-rules rules0
    overrides log-attacker-packets
    override-item-status Enabled
    risk-rating-range 70-89
    exit
    overrides log-victim-packets
    override-item-status Enabled
    risk-rating-range 70-89
    exit
    overrides log-pair-packets
    override-item-status Enabled
    risk-rating-range 70-89
    exit
    overrides produce-alert
    override-item-status Enabled
    risk-rating-range 70-89
    exit
    overrides produce-verbose-alert
    override-item-status Enabled
    risk-rating-range 70-89
    exit
    filters edit Ignore_two_hosts
    signature-id-range 3030
    subsignature-id-range 0
    attacker-address-range 10.x.x.0-10.x.x.255
    actions-to-remove produce-alert
    os-relevance relevant|not-relevant|unknown
    exit
    filters edit Q00000
    signature-id-range 11226,11228
    subsignature-id-range 0
    victim-address-range 10.x.x.69
    actions-to-remove log-attacker-packets|log-victim-packets|log-pair-packets
    os-relevance relevant|not-relevant|unknown
    exit
    filters edit Q00001
    signature-id-range 5595
    subsignature-id-range 0
    attacker-address-range 10.x.x.220-10.x.x.245
    actions-to-remove produce-alert
    os-relevance relevant|not-relevant|unknown
    exit
    filters edit Q00002
    signature-id-range 2100
    subsignature-id-range 0
    attacker-address-range 10.x.x.86
    actions-to-remove produce-alert
    os-relevance relevant|not-relevant|unknown
    exit
    filters move Ignore_two_hosts begin
    filters move Q00000 after Ignore_two_hosts
    filters move Q00001 after Q00000
    filters move Q00002 after Q00001
    exit
    service host
    network-settings
    host-ip 10.1.2.2/29,10.1.2.1
    host-name IPS_Sensor
    telnet-option disabled
    access-list 10.x.x.5/32
    access-list 10.x.x.69/32
    access-list 10.x.x.86/32
    access-list 10.x.x.117/32
    exit
    time-zone-settings
    offset -360
    standard-time-zone-name GMT-06:00
    exit
    ntp-option enabled-ntp-unauthenticated
    ntp-server 10.x.x.5
    exit
    summertime-option recurring
    summertime-zone-name UTC
    exit
    auto-upgrade
    cisco-server enabled
    schedule-option periodic-schedule
    start-time 09:03:17
    interval 2
    exit
    user-name markpiontek
    cisco-url https://198.133.219.25//cgi-bin/front.x/ida/locator/locator.pl
    exit
    exit
    exit
    service logger
    exit
    service network-access
    general
    never-block-hosts 10.x.x.8
    never-block-hosts 10.x.x.69
    exit
    exit
    service notification
    trap-destinations 10.x.x.86
    trap-community-name public
    trap-port 162
    exit
    error-filter warning|error|fatal
    enable-detail-traps false
    enable-notifications true
    enable-set-get true
    read-only-community nagioscheck
    read-write-community c5c6692a461c537f8cd37b2eb7bec9fb
    trap-community-name public
    exit
    service signature-definition sig0
    signatures 1004 0
    status
    enabled true
    exit
    exit
    signatures 1225 0
    status
    enabled true
    exit
    exit
    signatures 1316 0
    status
    enabled true
    exit
    exit
    signatures 1406 0
    status
    enabled false
    exit
    exit
    signatures 1408 0
    status
    enabled true
    exit
    exit
    signatures 1604 0
    status
    enabled true
    exit
    exit
    signatures 1611 0
    status
    enabled true
    exit
    exit
    signatures 1623 0
    status
    enabled true
    exit
    exit
    signatures 1627 0
    status
    enabled true
    exit
    exit
    signatures 1701 0
    status
    enabled true
    exit
    exit
    signatures 1703 0
    status
    enabled true
    exit
    exit
    signatures 1706 0
    status
    enabled true
    exit
    exit
    signatures 1725 0
    status
    enabled true
    exit
    exit
    signatures 2011 0
    status
    enabled true
    exit
    exit
    signatures 2152 0
    status
    enabled true
    exit
    exit
    signatures 2200 0
    status
    enabled true
    exit
    exit
    signatures 3030 0
    status
    enabled true
    exit
    exit
    signatures 3128 1
    status
    enabled true
    exit
    exit
    signatures 3142 3
    status
    enabled true
    exit
    exit
    signatures 3143 3
    status
    enabled true
    exit
    exit
    signatures 3143 4
    status
    enabled true
    exit
    exit
    signatures 3151 0
    status
    enabled true
    exit
    exit
    signatures 3220 0
    status
    enabled true
    exit
    exit
    signatures 3323 0
    status
    enabled true
    exit
    exit
    signatures 3325 0
    status
    enabled true
    exit
    exit
    signatures 3357 0
    status
    enabled true
    exit
    exit
    signatures 3537 1
    status
    enabled true
    exit
    exit
    signatures 4001 0
    status
    enabled true
    exit
    exit
    signatures 4068 0
    status
    enabled true
    exit
    exit
    signatures 4602 3
    status
    enabled true
    exit
    exit
    signatures 4602 4
    status
    enabled true
    exit
    exit
    signatures 4607 6
    status
    enabled true
    exit
    exit
    signatures 4607 7
    status
    enabled true
    exit
    exit
    signatures 4607 8
    status
    enabled true
    exit
    exit
    signatures 4607 9
    status
    enabled true
    exit
    exit
    signatures 4609 1
    status
    enabled true
    exit
    exit
    signatures 4615 2
    status
    enabled true
    exit
    exit
    signatures 4615 3
    status
    enabled true
    exit
    exit
    signatures 4704 0
    status
    enabled true
    exit
    exit
    signatures 5055 0
    status
    enabled true
    exit
    exit
    signatures 5176 0
    status
    enabled true
    exit
    exit
    signatures 5448 0
    status
    enabled true
    exit
    exit
    signatures 5449 0
    status
    enabled true
    exit
    exit
    signatures 5450 0
    status
    enabled true
    exit
    exit
    signatures 5451 0
    status
    enabled true
    exit
    exit
    signatures 5478 0
    status
    enabled true
    exit
    exit
    signatures 5513 0
    status
    enabled true
    exit
    exit
    signatures 5538 0
    status
    enabled true
    exit
    exit
    signatures 5546 0
    status
    enabled true
    exit
    exit
    signatures 5648 0
    status
    enabled true
    exit
    exit
    signatures 5653 0
    status
    enabled true
    exit
    exit
    signatures 5654 0
    status
    enabled true
    exit
    exit
    signatures 5663 0
    status
    enabled true
    exit
    exit
    signatures 5710 0
    status
    enabled true
    exit
    exit
    signatures 5726 0
    status
    enabled true
    exit
    exit
    signatures 5726 1
    status
    enabled true
    exit
    exit
    signatures 5739 0
    status
    enabled true
    exit
    exit
    signatures 5930 7
    status
    enabled true
    exit
    exit
    signatures 6007 0
    status
    enabled true
    exit
    exit
    signatures 6066 0
    status
    enabled true
    exit
    exit
    signatures 6155 0
    status
    enabled true
    exit
    exit
    signatures 6155 1
    status
    enabled true
    exit
    exit
    signatures 6408 0
    status
    enabled true
    exit
    exit
    signatures 6462 0
    status
    enabled true
    exit
    exit
    signatures 6462 1
    status
    enabled true
    exit
    exit
    signatures 6462 2
    status
    enabled true
    exit
    exit
    signatures 6522 0
    status
    enabled true
    exit
    exit
    signatures 6996 0
    status
    enabled true
    exit
    exit
    signatures 7104 0
    status
    enabled true
    exit
    exit
    signatures 7201 0
    engine service-p2p
    event-action deny-connection-inline|produce-alert
    exit
    exit
    signatures 7202 0
    engine service-p2p
    specify-service-ports yes
    service-ports 1-1024
    exit
    exit
    status
    enabled true
    exit
    exit
    signatures 9401 2
    status
    enabled true
    exit
    exit
    signatures 9403 2
    status
    enabled true
    exit
    exit
    signatures 9412 1
    status
    enabled true
    exit
    exit
    signatures 9418 1
    status
    enabled true
    exit
    exit
    signatures 9430 1
    status
    enabled true
    exit
    exit
    signatures 9433 1
    status
    enabled true
    exit
    exit
    signatures 9515 0
    status
    enabled true
    exit
    exit
    signatures 9516 0
    status
    enabled true
    exit
    exit
    signatures 9583 0
    status
    enabled true
    exit
    exit
    signatures 11001 0
    engine string-tcp
    event-action produce-alert|deny-packet-inline
    exit
    exit
    signatures 11001 1
    engine service-p2p
    event-action deny-packet-inline|produce-alert
    exit
    exit
    signatures 11005 1
    engine service-http
    event-action produce-alert|deny-packet-inline
    exit
    exit
    signatures 11005 2
    engine service-p2p
    event-action deny-packet-inline|produce-alert
    exit
    exit
    signatures 11007 0
    engine string-tcp
    event-action produce-alert|deny-packet-inline
    exit
    exit
    signatures 11007 1
    engine service-p2p
    event-action deny-packet-inline|produce-alert
    exit
    exit
    signatures 11018 0
    engine string-tcp
    event-action produce-alert|deny-packet-inline
    exit
    exit
    signatures 11019 0
    status
    enabled true
    exit
    exit
    signatures 11019 1
    status
    enabled true
    exit
    exit
    signatures 11020 1
    engine service-p2p
    event-action produce-alert|reset-tcp-connection
    exit
    exit
    signatures 11024 0
    status
    enabled true
    exit
    exit
    signatures 11030 0
    engine service-http
    event-action produce-alert|reset-tcp-connection
    exit
    exit
    signatures 11031 0
    engine service-http
    event-action produce-alert|reset-tcp-connection
    exit
    exit
    signatures 11202 0
    status
    enabled true
    exit
    exit
    signatures 11211 0
    status
    enabled true
    exit
    exit
    signatures 11211 1
    status
    enabled true
    exit
    exit
    signatures 11214 0
    status
    enabled true
    exit
    exit
    signatures 11216 0
    status
    enabled true
    exit
    exit
    signatures 11219 0
    status
    enabled true
    exit
    exit
    signatures 11221 0
    status
    enabled true
    exit
    exit
    signatures 11226 0
    status
    enabled false
    exit
    exit
    signatures 11228 0
    status
    enabled false
    exit
    exit
    signatures 11231 0
    status
    enabled true
    exit
    exit
    signatures 11233 2
    status
    enabled false
    exit
    exit
    signatures 11233 3
    status
    enabled true
    exit
    exit
    signatures 11238 0
    status
    enabled false
    exit
    exit
    signatures 11252 0
    status
    enabled true
    exit
    exit
    signatures 11252 1
    status
    enabled true
    exit
    exit
    signatures 12704 0
    status
    enabled true
    exit
    exit
    signatures 12711 0
    status
    enabled true
    exit
    exit
    signatures 15235 0
    status
    enabled true
    exit
    exit
    signatures 15235 1
    status
    enabled true
    exit
    exit
    signatures 15235 2
    status
    enabled true
    exit
    exit
    signatures 15393 0
    status
    enabled true
    exit
    exit
    signatures 15816 0
    status
    enabled true
    exit
    exit
    signatures 17269 0
    status
    enabled true
    exit
    exit
    signatures 17397 0
    status
    enabled true
    exit
    exit
    signatures 50013 2
    status
    enabled true
    exit
    exit
    exit
    service ssh-known-hosts
    exit
    service trusted-certificates
    exit
    service web-server
    exit
    service anomaly-detection ad0
    exit
    service external-product-interface
    exit
    service health-monitor
    exit
    service analysis-engine
    virtual-sensor vs0
    physical-interface GigabitEthernet0/0
    exit
    exit
    Output from cidDump
    cidDiag
    CID Diagnostics Report Thu Mar 15 09:56:45 UTC 2012
    exec: cat /usr/cids/idsRoot/etc/VERSION
    6.2(4)E4
    exec: /usr/cids/idsRoot/bin/ceGrep -e .*<\/defaultVersions> /usr/cids/idsRoot/etc/config/signatureDefinition/default.xml
          632.0
          2012-03-13
    exec: cat /usr/cids/idsRoot/etc/VERSION_RP
    1.1 - 6.2(4)E4
    exec: cat /proc/version
    Linux version 2.4.30-IDS-smp-bigphys (@zunix) (gcc version 2.95.3 20010315 (release)) #2 SMP Mon Dec 15 17:53:56 UTC 2008
    exec: uptime
    09:58:34 up 36 days, 23:50,  1 user,  load average: 4.11, 2.07, 1.18
    exec: ps -ew f
      PID TTY      STAT   TIME COMMAND
        1 ?        S      0:28 init
        2 ?        S      0:00 [keventd]
        3 ?        SN     0:00 [ksoftirqd_CPU0]
        4 ?        S      0:00 [kswapd]
        5 ?        S      0:00 [bdflush]
        6 ?        S      0:00 [kupdated]
       50 ?        S      0:01 [kjournald]
       75 ?        S      0:00 [kjournald]
      108 ?        Ss     0:00 /sbin/syslogd -m 0
      111 ?        Ss     0:00 /sbin/klogd
      123 ?        Ss     0:00 /usr/sbin/inetd
      127 ?        Ss     0:01 /sbin/sshd
    32127 ?        Ss     0:03  \_ sshd: cisco@pts/0
    32147 pts/0    Ss+    0:01      \_ -cidcli
    32151 pts/0    S+     0:00          \_ -cidcli
    32152 pts/0    SN+    3:45              \_ -cidcli
    32161 pts/0    SN+    0:00              \_ -cidcli
      634 pts/0    SN+    0:00              \_ -cidcli
      317 ?        S<     0:00 /usr/cids/idsRoot/bin/SSM_control_proc
      343 ?        Ss     0:31 /usr/cids/idsRoot/bin/mainApp -d -c 0
      346 ?        S      0:27  \_ /usr/cids/idsRoot/bin/mainApp -d -c 0
      347 ?        SN     2:03      \_ /usr/cids/idsRoot/bin/mainApp -d -c 0
      460 ?        SN     0:02      |   \_ /usr/cids/idsRoot/bin/sensorApp -z 347
      487 ?        SN     0:00      |       \_ /usr/cids/idsRoot/bin/sensorApp -z 347
      488 ?        SN    12:22      |           \_ /usr/cids/idsRoot/bin/sensorApp -z 347
      505 ?        SN    72:38      |           \_ /usr/cids/idsRoot/bin/sensorApp -z 347
    1656 ?        S<   2346:40      |           \_ /usr/cids/idsRoot/bin/sensorApp -z 347
      348 ?        S     65:11      \_ /usr/cids/idsRoot/bin/mainApp -d -c 0
      413 ?        SN   141:59      \_ /usr/cids/idsRoot/bin/mainApp -d -c 0
      635 ?        SN     0:00      |   \_ /bin/bash /usr/cids/idsRoot/bin/cidDump -text -wxml -nostatus -stdout
      714 ?        RN     0:00      |       \_ ps -ew f
      414 ?        S      0:00      \_ /usr/cids/idsRoot/bin/mainApp -d -c 0
      420 ?        S      6:13      \_ /usr/cids/idsRoot/bin/mainApp -d -c 0
      433 ?        SN     0:20      \_ /usr/cids/idsRoot/bin/mainApp -d -c 0
      434 ?        SN     0:01      \_ /usr/cids/idsRoot/bin/mainApp -d -c 0
      435 ?        SN     0:00      \_ /usr/cids/idsRoot/bin/mainApp -d -c 0
      436 ?        SN     0:02      \_ /usr/cids/idsRoot/bin/mainApp -d -c 0
      437 ?        SN     0:00      \_ /usr/cids/idsRoot/bin/mainApp -d -c 0
      438 ?        RN     3:23      \_ /usr/cids/idsRoot/bin/mainApp -d -c 0
      439 ?        SN     3:01      \_ /usr/cids/idsRoot/bin/mainApp -d -c 0
      440 ?        SN     2:58      \_ /usr/cids/idsRoot/bin/mainApp -d -c 0
      441 ?        RN     2:59      \_ /usr/cids/idsRoot/bin/mainApp -d -c 0
      442 ?        RN     3:00      \_ /usr/cids/idsRoot/bin/mainApp -d -c 0
      443 ?        SN     3:29      \_ /usr/cids/idsRoot/bin/mainApp -d -c 0
      444 ?        RN     3:03      \_ /usr/cids/idsRoot/bin/mainApp -d -c 0
      445 ?        SN     2:59      \_ /usr/cids/idsRoot/bin/mainApp -d -c 0
      446 ?        SN     2:59      \_ /usr/cids/idsRoot/bin/mainApp -d -c 0
      447 ?        SN     3:03      \_ /usr/cids/idsRoot/bin/mainApp -d -c 0
      448 ?        SN     2:42      \_ /usr/cids/idsRoot/bin/mainApp -d -c 0
      452 ?        SN     0:00      \_ /usr/cids/idsRoot/bin/mainApp -d -c 0
      461 ?        SN     0:22      \_ /usr/cids/idsRoot/bin/mainApp -d -c 0
      462 ?        RN     0:06      \_ /usr/cids/idsRoot/bin/mainApp -d -c 0
      463 ?        SN     0:04      \_ /usr/cids/idsRoot/bin/mainApp -d -c 0
      464 ?        SN     0:07      \_ /usr/cids/idsRoot/bin/mainApp -d -c 0
      465 ?        SN    12:01      \_ /usr/cids/idsRoot/bin/mainApp -d -c 0
      699 ?        SN     0:00      \_ /usr/cids/idsRoot/bin/mainApp -d -c 0
      700 ?        SN     0:00      \_ /usr/cids/idsRoot/bin/mainApp -d -c 0
      703 ?        SN     0:00      \_ /usr/cids/idsRoot/bin/mainApp -d -c 0
      704 ?        SN     0:00      \_ /usr/cids/idsRoot/bin/mainApp -d -c 0
      384 tty1     Ss+    0:00 /sbin/getty 38400 tty1
      385 tty2     Ss+    0:00 /sbin/getty 38400 tty2
      386 ttyS0    Ss+    0:00 /sbin/getty -L ttyS0 9600 vt100
      426 ?        SNLs  16:53 ntpd
    exec: cat /usr/cids/idsRoot/tmp/top.log
    top - 09:56:47 up 36 days, 23:49,  1 user,  load average: 1.50, 1.00, 0.78
    Tasks:  69 total,   3 running,  66 sleeping,   0 stopped,   0 zombie
    Cpu(s):   2.0% user,  23.5% system,   3.3% nice,  71.2% idle
    Mem:    477928k total,   445572k used,    32356k free,     6412k buffers
    Swap:        0k total,        0k used,        0k free,   101912k cached
      PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
      644 root      20   5   508  508  432 R 51.9  0.1   0:01.09 grep
      636 root      17   5   920  920  732 R 23.0  0.2   0:00.75 top
      638 root      13   5   520  520  448 S  7.2  0.1   0:00.27 vmstat
    1656 cids       5  -9 22828 346m 332m S  2.0 74.2   2346:33 sensorApp
        1 root       8   0   572  572  488 S  0.0  0.1   0:28.91 init
        2 root       9   0     0    0    0 S  0.0  0.0   0:00.00 keventd
        3 root      18  19     0    0    0 S  0.0  0.0   0:00.00 ksoftirqd_CPU0
        4 root       9   0     0    0    0 S  0.0  0.0   0:00.09 kswapd
        5 root       9   0     0    0    0 S  0.0  0.0   0:00.00 bdflush
        6 root       9   0     0    0    0 S  0.0  0.0   0:00.00 kupdated
       50 root       9   0     0    0    0 S  0.0  0.0   0:01.10 kjournald
       75 root       9   0     0    0    0 S  0.0  0.0   0:00.05 kjournald
      108 root       9   0   580  580  500 S  0.0  0.1   0:00.09 syslogd
      111 root       9   0   564  564  488 S  0.0  0.1   0:00.03 klogd
      123 root       9   0   704  704  608 S  0.0  0.1   0:00.01 inetd
      127 root       9   0   852  852  732 S  0.0  0.2   0:01.05 sshd
      317 root       5  -9   708  708  612 S  0.0  0.1   0:00.15 SSM_control_pro
      343 cids       9   0 14316  13m 9596 S  0.0  3.0   0:31.11 mainApp
      346 cids       8   0 14316  13m 9596 S  0.0  3.0   0:27.20 mainApp
      347 cids      13   5 14316  13m 9596 S  0.0  3.0   2:03.26 mainApp
      348 cids       9   0 14316  13m 9596 S  0.0  3.0  65:11.30 mainApp
      384 root       9   0   536  536  456 S  0.0  0.1   0:00.04 getty
      385 root       9   0   536  536  456 S  0.0  0.1   0:00.04 getty
      386 root       9   0   544  544  464 S  0.0  0.1   0:00.04 getty
      413 cids      13   5 14316  13m 9596 S  0.0  3.0 141:59.42 mainApp
      414 cids       9   0 14316  13m 9596 S  0.0  3.0   0:00.00 mainApp
      420 cids       9   0 14316  13m 9596 S  0.0  3.0   6:13.39 mainApp
      426 root      13   5  2504 2504 1820 S  0.0  0.5  16:53.79 ntpd
      433 cids      13   5 14316  13m 9596 S  0.0  3.0   0:20.64 mainApp
      434 cids      13   5 14316  13m 9596 S  0.0  3.0   0:01.66 mainApp
      435 cids      17  15 14316  13m 9596 S  0.0  3.0   0:00.01 mainApp
      436 cids      13   5 14316  13m 9596 S  0.0  3.0   0:02.37 mainApp
      437 cids      13   5 14316  13m 9596 S  0.0  3.0   0:00.01 mainApp
      438 cids      15  10 14316  13m 9596 S  0.0  3.0   3:23.64 mainApp
      439 cids      15  10 14316  13m 9596 S  0.0  3.0   3:01.15 mainApp
      440 cids      15  10 14316  13m 9596 S  0.0  3.0   2:58.92 mainApp
      441 cids      15  10 14316  13m 9596 S  0.0  3.0   2:59.74 mainApp
      442 cids      15  10 14316  13m 9596 S  0.0  3.0   3:00.58 mainApp
      443 cids      15  10 14316  13m 9596 S  0.0  3.0   3:29.60 mainApp
      444 cids      15  10 14316  13m 9596 S  0.0  3.0   3:03.72 mainApp
      445 cids      15  10 14316  13m 9596 S  0.0  3.0   2:59.21 mainApp
      446 cids      15  10 14316  13m 9596 S  0.0  3.0   2:59.60 mainApp
      447 cids      15  10 14316  13m 9596 S  0.0  3.0   3:03.92 mainApp
      448 cids      13   5 14316  13m 9596 S  0.0  3.0   2:42.38 mainApp
      452 cids      17  15 14316  13m 9596 S  0.0  3.0   0:00.17 m

  • System time in nanoseconds

    I need to know how I can get the system time in nanoseconds. We can obtain system time in milliseconds using:
    System.currentTimeMillis();
    But, I would like to see "practical Java code" showing an implementation of how to get time in nanoseconds.
    Let me know,
    Thanks,
    x86

    I have got one option using Thread.join() which allows milliseconds + nonseconds wait time.
    its signature is
    public final synchronized void join(long millis,
    int nanos)
    My suggestion is,
    you can run your code in one thread and monitor that thread using another thread which will wait for say 10 nanoseconds in a loop
    like this,
    class a implements runnable
    public static isRunning = true;
    Thread t;
    public void run()
    execute();
    isRunning=false;
    clas b implements runnable
    long timeTaken;
    public void run();
    timeTaken = 0;
    a obj = new a();
    while( a.isRunning)
    a.t.join(0, 10); // wait 10 nanoseconds
    timeTaken += 0;
    now timeTaken will have the time in nanoseconds.
    But the documentation tells the join( milli, nano) is for real time applications. Try this and see whether it serves your purpose
    regards

  • Jme - measuring time in nanoseconds

    Hi all!
    I'm developing an application for estimating cpu consumption on mobile devices.
    Actually I'm using the method currentTimeMillis() to take the time of a particularly bytecode instruction executed,
    but this is not enough for me. I need a more accurate method that can give me the time in nanoseconds,
    like nanoTime() available in jse (since 1.5).
    Anybody knows how can I solve this problem? Are there additional library or something like this?
    Thanks in advance,
    Fabiano.

    Nothing better than milliseconds is available. Maybe if you sign the app, and use JNI or something like that, but it wouldn't be portable(possible?) at all.

  • Getting time in Nanoseconds

    Is there a way to get the system time in nanoseconds so that the time taken for a particular method can be found out???
    Just like we have System.currentTimeMillis().Is there any other way out?
    thanks,
    bhar

    Problem:
    - you can't really measure the time it takes your method to complete because multi-tasking operating systems might idle the executing thread for a while to do something else.
    - OS usually can't measure nanoseconds (or even a millisecond for that matter), so any data like that is highly unreliable anyway

  • Use of timer.wait(long miliseconds, int nanoseconds)

    I have a Timer object and I want my midlet(main thread) to sleep when I call timer.wait(long miliseconds, int nanoseconds). How to do it?
    Thanks

    Few things:
    - Timer class can execute jobs encapsulated in TimerTask either once after a delay or at given intervals. Please look at the APIs and search for any tutorial online - it is all quite straight forward.
    - call to Timer.wait() (or any Object.wait() for this matter ) will cause the current thread to wait until the time lapses, or current thread gets interrupted or another thread calls notify or notifyAll on the same object
    Now do you want current thread of execution to simply stop for some time? This is not advisable. If you want your MIDlet to be put to background (to be put to sleep) that is a different story. Please have a look at the topic of *[MIDlet lifecycle|http://developers.sun.com/mobility/learn/midp/lifecycle/]* You will find that due to specification vagueness various vendors will have different events causing a MIDlet to enter paused state.
    I think what you need is MIDlet.notifyPaused() call and in TimerTask call to MIDlet.resumeRequest().
    Good luck!
    Daniel

  • I just updated my RAM and I keep getting a crash report. I have a 21.5 Inch mid 2010 imac. I also am experiencing slow load times and when I try to open Final Cut it says that quartz extreme is not compatible and that I have no VRAM even though I do.

    I just updated my RAM (replaced the two 2 gig cards with two Corsair 8 gig cards) and I keep getting a crash report. I have a 21.5 Inch mid 2010 imac. I also am experiencing slow load times with Photoshop and when I try to open Final Cut it says that quartz extreme is not compatible and that I have no VRAM even though I do.
    Here is the crash report:
    Interval Since Last Panic Report:  5426204 sec
    Panics Since Last Report:          2
    Anonymous UUID:                    2DD57DDB-BB42-5614-395A-CA6225BDAFD9
    Wed Mar 20 11:36:53 2013
    panic(cpu 0 caller 0xffffff801aa43d8e): "a freed zone element has been modified in zone: maps"@/SourceCache/xnu/xnu-2050.18.24/osfmk/kern/zalloc.c:219
    Backtrace (CPU 0), Frame : Return Address
    0xffffff81eb0eb950 : 0xffffff801aa1d626
    0xffffff81eb0eb9c0 : 0xffffff801aa43d8e
    0xffffff81eb0eba00 : 0xffffff801aa435d2
    0xffffff81eb0ebae0 : 0xffffff801aa663f7
    0xffffff81eb0ebb20 : 0xffffff801aa67398
    0xffffff81eb0ebc70 : 0xffffff801aa6887c
    0xffffff81eb0ebd20 : 0xffffff801ad5b8fe
    0xffffff81eb0ebf50 : 0xffffff801ade182a
    0xffffff81eb0ebfb0 : 0xffffff801aaced33
    BSD process name corresponding to current thread: launchd
    Mac OS version:
    Not yet set
    Kernel version:
    Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64
    Kernel UUID: 69A5853F-375A-3EF4-9247-478FD0247333
    Kernel slide:     0x000000001a800000
    Kernel text base: 0xffffff801aa00000
    System model name: iMac11,2 (Mac-F2238AC8)
    System uptime in nanoseconds: 1070542822
    last loaded kext at 707348380: com.apple.driver.AppleIRController    320.15 (addr 0xffffff7f9c53e000, size 28672)
    loaded kexts:
    at.obdev.nke.LittleSnitch    3908
    com.apple.driver.AppleIRController    320.15
    com.apple.driver.AppleUSBCardReader    3.1.0
    com.apple.driver.AppleFileSystemDriver    3.0.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless    1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib    1.0.0d1
    com.apple.BootCache    34
    com.apple.iokit.SCSITaskUserClient    3.5.1
    com.apple.driver.XsanFilter    404
    com.apple.iokit.IOAHCIBlockStorage    2.2.2
    com.apple.driver.AppleUSBHub    5.2.5
    com.apple.driver.AppleFWOHCI    4.9.6
    com.apple.driver.AirPort.Atheros40    600.70.23
    com.apple.driver.AppleUSBEHCI    5.4.0
    com.apple.driver.AppleAHCIPort    2.4.1
    com.apple.iokit.AppleBCM5701Ethernet    3.2.5b3
    com.apple.driver.AppleUSBUHCI    5.2.5
    com.apple.driver.AppleEFINVRAM    1.6.1
    com.apple.driver.AppleACPIButtons    1.6
    com.apple.driver.AppleRTC    1.5
    com.apple.driver.AppleHPET    1.7
    com.apple.driver.AppleSMBIOS    1.9
    com.apple.driver.AppleACPIEC    1.6
    com.apple.driver.AppleAPIC    1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient    196.0.0
    com.apple.nke.applicationfirewall    4.0.39
    com.apple.security.quarantine    2
    com.apple.driver.AppleIntelCPUPowerManagement    196.0.0
    com.apple.iokit.IOUSBHIDDriver    5.2.5
    com.apple.iokit.IOSCSIBlockCommandsDevice    3.5.1
    com.apple.iokit.IOUSBMassStorageClass    3.5.0
    com.apple.driver.AppleUSBMergeNub    5.2.5
    com.apple.driver.AppleUSBComposite    5.2.5
    com.apple.iokit.IOSCSIMultimediaCommandsDevice    3.5.1
    com.apple.iokit.IOBDStorageFamily    1.7
    com.apple.iokit.IODVDStorageFamily    1.7.1
    com.apple.iokit.IOCDStorageFamily    1.7.1
    com.apple.iokit.IOAHCISerialATAPI    2.5.0
    com.apple.iokit.IOSCSIArchitectureModelFamily    3.5.1
    com.apple.iokit.IOUSBUserClient    5.2.5
    com.apple.iokit.IOFireWireFamily    4.5.5
    com.apple.iokit.IO80211Family    500.15
    com.apple.iokit.IOAHCIFamily    2.2.1
    com.apple.iokit.IOEthernetAVBController    1.0.2b1
    com.apple.iokit.IONetworkingFamily    3.0
    com.apple.iokit.IOUSBFamily    5.4.0
    com.apple.driver.AppleEFIRuntime    1.6.1
    com.apple.iokit.IOHIDFamily    1.8.0
    com.apple.iokit.IOSMBusFamily    1.1
    com.apple.security.sandbox    220
    com.apple.kext.AppleMatch    1.0.0d1
    com.apple.security.TMSafetyNet    7
    com.apple.driver.DiskImages    344
    com.apple.iokit.IOStorageFamily    1.8
    com.apple.driver.AppleKeyStore    28.21
    com.apple.driver.AppleACPIPlatform    1.6
    com.apple.iokit.IOPCIFamily    2.7.2
    com.apple.iokit.IOACPIFamily    1.4
    com.apple.kec.corecrypto    1.0
    Model: iMac11,2, BootROM IM112.0057.B00, 2 processors, Intel Core i3, 3.2 GHz, 16 GB, SMC 1.64f5
    Graphics: ATI Radeon HD 5670, ATI Radeon HD 5670, PCIe, 512 MB
    Memory Module: BANK 0/DIMM1, 8 GB, DDR3, 1333 MHz, 0x029E, 0x434D5341384758334D314131333333433920
    Memory Module: BANK 1/DIMM1, 8 GB, DDR3, 1333 MHz, 0x029E, 0x434D5341384758334D314131333333433920
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x8F), Atheros 9280: 4.0.70.23-P2P
    Bluetooth: Version 4.0.9f33 10885, 2 service, 18 devices, 0 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST31000528AS, 1 TB
    Serial ATA Device: HL-DT-STDVDRW  GA32N
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd120000 / 4
    USB Device: Built-in iSight, apple_vendor_id, 0x8502, 0xfd110000 / 3
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8215, 0xfa111000 / 6
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0xfa120000 / 3

    There have been a few reports on here where Corsair RAM seems to have caused users a lot of grief with crashes.
    The recommendation on here, mostly, is to only buy RAM from macsales.com or crucial.com as they guarantee their modules will work and offer a no quibble lifetime guarantee.
    I'd put the original RAM back in, return the Corsair chips for a refund and re-order from one of those two companies.
    http://eshop.macsales.com/shop/apple/memory/iMac
    http://www.crucial.com/

  • Mid 2010 mac book pro crashing too many times!!!

    HELP! I'm basically fed up with my mac book pro crashing so many times in a day. I'm not doing anything tedious, just basic web surfing and music and some microsoft word/excel. I've read that someone recommended to run EtreCheck and paste the result here so anyone that knows how to read them can help me figure out what's happening!
    Problem description:
    My Mac book pro have been crashing lately. I’ve max out my RAM to 8gb. And the frequency seems to increased to few times in a day. I’ve uninstalled a software that I suspect to be causing the problem but it didn’t help.
    EtreCheck version: 2.1.8 (121)
    Report generated March 15, 2015 at 8:15:02 PM CDT
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        MacBook Pro (15-inch, Mid 2010) (Technical Specifications)
        MacBook Pro - model: MacBookPro6,2
        1 2.4 GHz Intel Core i5 CPU: 2-core
        8 GB RAM Upgradeable
            BANK 0/DIMM0
                4 GB DDR3 1067 MHz ok
            BANK 1/DIMM0
                4 GB DDR3 1067 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery Health: Normal - Cycle count 585
    Video Information: ℹ️
        Intel HD Graphics - VRAM: 288 MB
        NVIDIA GeForce GT 330M - VRAM: 256 MB
            Color LCD 1680 x 1050
    System Software: ℹ️
        OS X 10.10.2 (14C1510) - Time since boot: 0:12:8
    Disk Information: ℹ️
        Hitachi HTS545032B9SA02 disk0 : (320.07 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
            Macintosh HD (disk1) / : 318.84 GB (162.02 GB free)
                Encrypted AES-XTS Unlocked
                Core Storage: disk0s2 319.21 GB Online
        HL-DT-ST DVDRW  GS23N 
    USB Information: ℹ️
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Inc. BRCM2070 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Internal Memory Card Reader
        Apple Inc. Built-in iSight
        Apple Computer, Inc. IR Receiver
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /Applications/VMware Horizon Client.app
        [not loaded]    com.vmware.kext.vmioplug.12.2.7 (12.2.7) [Click for support]
            /System/Library/Extensions
        [not loaded]    com.devguru.driver.SamsungComposite (1.4.20 - SDK 10.6) [Click for support]
            /System/Library/Extensions/ssuddrv.kext/Contents/PlugIns
        [not loaded]    com.devguru.driver.SamsungACMControl (1.4.20 - SDK 10.6) [Click for support]
        [not loaded]    com.devguru.driver.SamsungACMData (1.4.20 - SDK 10.6) [Click for support]
        [not loaded]    com.devguru.driver.SamsungMTP (1.4.20 - SDK 10.5) [Click for support]
        [not loaded]    com.devguru.driver.SamsungSerial (1.4.20 - SDK 10.6) [Click for support]
    Launch Agents: ℹ️
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [running]    com.rosettastone.rosettastonedaemon.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.google.keystone.daemon.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [failed]    com.apple.CSConfigDotMacCert-[...]@me.com-SharedServices.Agent.plist [Click for details]
    User Login Items: ℹ️
        iTunesHelper    Application  (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
        Dropbox    Application  (/Applications/Dropbox.app)
        AdobeResourceSynchronizer    Application Hidden (/Applications/Adobe Reader.app/Contents/Support/AdobeResourceSynchronizer.app)
        Google Chrome    Application Hidden (/Applications/Google Chrome.app)
        fuspredownloader    Application Hidden (/Users/[redacted]/Library/Application Support/.FUS/fuspredownloader.app)
        KiesAgent    Application Hidden (/Applications/Kies.app/Contents/MacOS/KiesAgent.app)
    Internet Plug-ins: ℹ️
        QuickTime Plugin: Version: 7.7.3
        AdobePDFViewerNPAPI: Version: 11.0.10 - SDK 10.6 [Click for support]
        AdobePDFViewer: Version: 11.0.10 - SDK 10.6 [Click for support]
        o1dbrowserplugin: Version: 5.40.2.0 - SDK 10.8 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        SharePointBrowserPlugin: Version: 14.4.8 - SDK 10.6 [Click for support]
        googletalkbrowserplugin: Version: 5.40.2.0 - SDK 10.8 [Click for support]
        Silverlight: Version: 5.1.30514.0 - SDK 10.6 [Click for support]
        JavaAppletPlugin: Version: 15.0.0 - SDK 10.10 Check version
    Safari Extensions: ℹ️
        Open in Internet Explorer
    3rd Party Preference Panes: ℹ️
        MacFUSE  [Click for support]
    Time Machine: ℹ️
        Time Machine not configured!
    Top Processes by CPU: ℹ️
             8%    Google Chrome
             7%    WindowServer
             3%    Activity Monitor
             1%    sysmond
             1%    hidd
    Top Processes by Memory: ℹ️
        180 MB    Google Chrome
        172 MB    spindump
        129 MB    Google Chrome Helper
        112 MB    mds_stores
        103 MB    ocspd
    Virtual Memory Information: ℹ️
        3.93 GB    Free RAM
        2.82 GB    Active RAM
        739 MB    Inactive RAM
        1.10 GB    Wired RAM
        1.56 GB    Page-ins
        0 B    Page-outs
    Diagnostics Information: ℹ️
        Mar 15, 2015, 08:02:45 PM    /Library/Logs/DiagnosticReports/com.apple.AmbientDisplayAgent_2015-03-15-200245 _[redacted].crash
        Mar 15, 2015, 08:01:10 PM    /Library/Logs/DiagnosticReports/Kernel_2015-03-15-200110_[redacted].panic [Click for details]
        Mar 15, 2015, 08:00:44 PM    Self test - passed
        Mar 14, 2015, 08:37:13 PM    /Library/Logs/DiagnosticReports/Kernel_2015-03-14-203713_[redacted].panic [Click for details]
        Mar 14, 2015, 08:04:08 PM    /Library/Logs/DiagnosticReports/Kernel_2015-03-14-200408_[redacted].panic [Click for details]
        Mar 14, 2015, 04:19:20 PM    /Library/Logs/DiagnosticReports/Kernel_2015-03-14-161920_[redacted].panic [Click for details]
        Mar 14, 2015, 12:55:25 PM    /Library/Logs/DiagnosticReports/Kernel_2015-03-14-125525_[redacted].panic [Click for details]
        Mar 1, 2015, 01:25:17 PM    /Library/Logs/DiagnosticReports/Kernel_2015-03-01-132517_[redacted].panic [Click for details]
        Feb 27, 2015, 10:34:50 PM    /Library/Logs/DiagnosticReports/Kernel_2015-02-27-223450_[redacted].panic [Click for details]
        Feb 25, 2015, 09:20:17 PM    /Library/Logs/DiagnosticReports/Kernel_2015-02-25-212017_[redacted].panic [Click for details]
        Feb 17, 2015, 09:47:52 AM    /Library/Logs/DiagnosticReports/Kernel_2015-02-17-094752_[redacted].panic [Click for details]
        Feb 16, 2015, 09:55:58 PM    /Library/Logs/DiagnosticReports/Kernel_2015-02-16-215558_[redacted].panic [Click for details]
        Feb 15, 2015, 10:22:46 PM    /Library/Logs/DiagnosticReports/Kernel_2015-02-15-222246_[redacted].panic [Click for details]

    I found the panic file.
    Anonymous UUID:       BAD5C7EC-C960-AF52-5446-DBE5524FD2B5
    Sun Mar 15 20:01:06 2015
    *** Panic Report ***
    panic(cpu 1 caller 0xffffff7f992cef63): "GPU Panic: [<None>] 3 3 7f 0 0 0 0 3 : NVRM[0/1:0:0]: Read Error 0x00000100: CFG 0xffffffff 0xffffffff 0xffffffff, BAR0 0xc0000000 0xffffff813311f000 0x0a5480a2, D0, P2/4\n"@/SourceCache/AppleGraphicsControl/AppleGraphicsControl-3.8.6/src/AppleM uxControl/kext/GPUPanic.cpp:127
    Backtrace (CPU 1), Frame : Return Address
    0xffffff811fee30b0 : 0xffffff801652fe41
    0xffffff811fee3130 : 0xffffff7f992cef63
    0xffffff811fee3210 : 0xffffff7f972ecb9f
    0xffffff811fee32d0 : 0xffffff7f973b618e
    0xffffff811fee3310 : 0xffffff7f973b61fe
    0xffffff811fee3380 : 0xffffff7f97635056
    0xffffff811fee34b0 : 0xffffff7f973d982d
    0xffffff811fee34d0 : 0xffffff7f972f35f1
    0xffffff811fee3580 : 0xffffff7f972f10fc
    0xffffff811fee3780 : 0xffffff7f972f2a4b
    0xffffff811fee3850 : 0xffffff7f988ae018
    0xffffff811fee3970 : 0xffffff7f988ad237
    0xffffff811fee39a0 : 0xffffff7f988a4c8d
    0xffffff811fee39e0 : 0xffffff7f988a545a
    0xffffff811fee3ab0 : 0xffffff7f988a0129
    0xffffff811fee3ae0 : 0xffffff7f988833a4
    0xffffff811fee3b30 : 0xffffff8016b00652
    0xffffff811fee3b60 : 0xffffff8016b01249
    0xffffff811fee3bc0 : 0xffffff8016afe9c3
    0xffffff811fee3d00 : 0xffffff80165e4a87
    0xffffff811fee3e10 : 0xffffff8016533f8c
    0xffffff811fee3e40 : 0xffffff8016518a93
    0xffffff811fee3e90 : 0xffffff80165293bd
    0xffffff811fee3f10 : 0xffffff80166059fa
    0xffffff811fee3fb0 : 0xffffff8016636ea6
          Kernel Extensions in backtrace:
             com.apple.driver.AppleMuxControl(3.8.6)[BE610379-FAEA-3E8F-B6AF-F92B70B3C5CD]@0 xffffff7f992c0000->0xffffff7f992d3fff
                dependency: com.apple.driver.AppleGraphicsControl(3.8.6)[76B001B1-30F1-3D72-B264-85D77B254C 2F]@0xffffff7f992b8000
                dependency: com.apple.iokit.IOACPIFamily(1.4)[70E2B65E-A91A-3522-A1A0-79FD63EABB4C]@0xfffff f7f970d2000
                dependency: com.apple.iokit.IOPCIFamily(2.9)[56AD16B5-4F29-3F74-93E7-D492B3966DE2]@0xffffff 7f96d24000
                dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[619F6C9F-0461-3BA1-A75F-53BB0F87ACD3]@0 xffffff7f97245000
                dependency: com.apple.driver.AppleBacklightExpert(1.1.0)[42706EB3-1447-3931-A668-FBAC58AAAA 7A]@0xffffff7f992bb000
             com.apple.nvidia.classic.NVDAResmanTesla(10.0)[796AE430-39FB-3255-8161-D52AFA28 EE2B]@0xffffff7f9729c000->0xffffff7f97505fff
                dependency: com.apple.iokit.IOPCIFamily(2.9)[56AD16B5-4F29-3F74-93E7-D492B3966DE2]@0xffffff 7f96d24000
                dependency: com.apple.iokit.IONDRVSupport(2.4.1)[E5A48E71-70F5-3B01-81D3-C2B037BBE80A]@0xff ffff7f9728c000
                dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[619F6C9F-0461-3BA1-A75F-53BB0F87ACD3]@0 xffffff7f97245000
             com.apple.GeForceTesla(10.0)[3EA67900-B4A9-30BB-964D-0904DA5421CC]@0xffffff7f98 846000->0xffffff7f98913fff
                dependency: com.apple.iokit.IOPCIFamily(2.9)[56AD16B5-4F29-3F74-93E7-D492B3966DE2]@0xffffff 7f96d24000
                dependency: com.apple.iokit.IONDRVSupport(2.4.1)[E5A48E71-70F5-3B01-81D3-C2B037BBE80A]@0xff ffff7f9728c000
                dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[619F6C9F-0461-3BA1-A75F-53BB0F87ACD3]@0 xffffff7f97245000
                dependency: com.apple.nvidia.classic.NVDAResmanTesla(10.0.0)[796AE430-39FB-3255-8161-D52AFA 28EE2B]@0xffffff7f9729c000
             com.apple.nvidia.classic.NVDANV50HalTesla(10.0)[7FE40648-F15F-3E18-91E2-FDDDF4C DA355]@0xffffff7f97510000->0xffffff7f977b9fff
                dependency: com.apple.nvidia.classic.NVDAResmanTesla(10.0.0)[796AE430-39FB-3255-8161-D52AFA 28EE2B]@0xffffff7f9729c000
                dependency: com.apple.iokit.IOPCIFamily(2.9)[56AD16B5-4F29-3F74-93E7-D492B3966DE2]@0xffffff 7f96d24000
    BSD process name corresponding to current thread: Google Chrome He
    Mac OS version:
    14C1510
    Kernel version:
    Darwin Kernel Version 14.1.0: Thu Feb 26 19:26:47 PST 2015; root:xnu-2782.10.73~1/RELEASE_X86_64
    Kernel UUID: 270413F7-3B44-3602-894F-AC0D392FCF8E
    Kernel slide:     0x0000000016200000
    Kernel text base: 0xffffff8016400000
    __HIB  text base: 0xffffff8016300000
    System model name: MacBookPro6,2 (Mac-F22586C8)
    System uptime in nanoseconds: 17132101765913
    last loaded kext at 8002721604154: com.apple.filesystems.smbfs 3.0.0 (addr 0xffffff7f993b2000, size 389120)
    last unloaded kext at 153961282405: com.apple.driver.AppleUSBUHCI 656.4.1 (addr 0xffffff7f97a32000, size 65536)
    loaded kexts:
    com.apple.filesystems.smbfs 3.0.0
    com.apple.driver.AudioAUUC 1.70
    com.apple.driver.AppleHWSensor 1.9.5d0
    com.apple.driver.AGPM 100.15.5
    com.apple.filesystems.autofs 3.0
    com.apple.iokit.IOBluetoothSerialManager 4.3.2f6
    com.apple.driver.AppleOSXWatchdog 1
    com.apple.driver.AppleMikeyHIDDriver 124
    com.apple.driver.AppleMikeyDriver 269.25
    com.apple.driver.AppleSMCLMU 2.0.7d0
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.3.2f6
    com.apple.driver.AppleLPC 1.7.3
    com.apple.driver.AppleHDA 269.25
    com.apple.GeForceTesla 10.0.0
    com.apple.driver.AppleUpstreamUserClient 3.6.1
    com.apple.driver.ACPI_SMC_PlatformPlugin 1.0.0
    com.apple.driver.AppleIntelHDGraphics 10.0.0
    com.apple.driver.AppleIntelHDGraphicsFB 10.0.0
    com.apple.iokit.IOUserEthernet 1.0.1
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.AppleHWAccess 1
    com.apple.driver.AppleHV 1
    com.apple.driver.AppleMuxControl 3.8.6
    com.apple.driver.AppleMCCSControl 1.2.11
    com.apple.driver.AppleSMCPDRC 1.0.0
    com.apple.driver.SMCMotionSensor 3.0.4d1
    com.apple.driver.AppleUSBTCButtons 240.2
    com.apple.driver.AppleUSBTCKeyboard 240.2
    com.apple.driver.AppleUSBCardReader 3.5.1
    com.apple.driver.AppleIRController 327.5
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 35
    com.apple.iokit.SCSITaskUserClient 3.7.3
    com.apple.driver.XsanFilter 404
    com.apple.iokit.IOAHCIBlockStorage 2.7.0
    com.apple.driver.AirPort.Brcm4331 800.20.24
    com.apple.driver.AppleUSBHub 705.4.2
    com.apple.driver.AppleFWOHCI 5.5.2
    com.apple.driver.AppleAHCIPort 3.1.0
    com.apple.iokit.AppleBCM5701Ethernet 10.1.3
    com.apple.driver.AppleUSBEHCI 705.4.14
    com.apple.driver.AppleSmartBatteryManager 161.0.0
    com.apple.driver.AppleACPIButtons 3.1
    com.apple.driver.AppleRTC 2.0
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleSMBIOS 2.1
    com.apple.driver.AppleACPIEC 3.1
    com.apple.driver.AppleAPIC 1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient 218.0.0
    com.apple.nke.applicationfirewall 161
    com.apple.security.quarantine 3
    com.apple.security.TMSafetyNet 8
    com.apple.driver.AppleIntelCPUPowerManagement 218.0.0
    com.apple.AppleGraphicsDeviceControl 3.8.6
    com.apple.kext.triggers 1.0
    com.apple.iokit.IOSerialFamily 11
    com.apple.nvidia.classic.NVDANV50HalTesla 10.0.0
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.3.2f6
    com.apple.driver.DspFuncLib 269.25
    com.apple.kext.OSvKernDSPLib 1.15
    com.apple.iokit.IOFireWireIP 2.2.6
    com.apple.nvidia.classic.NVDAResmanTesla 10.0.0
    com.apple.driver.IOPlatformPluginLegacy 1.0.0
    com.apple.iokit.IOUSBUserClient 705.4.0
    com.apple.iokit.IOSurface 97
    com.apple.iokit.IOBluetoothFamily 4.3.2f6
    com.apple.driver.AppleGraphicsControl 3.8.6
    com.apple.driver.AppleBacklightExpert 1.1.0
    com.apple.driver.AppleSMBusController 1.0.13d1
    com.apple.driver.IOPlatformPluginFamily 5.8.1d38
    com.apple.driver.AppleHDAController 269.25
    com.apple.iokit.IOHDAFamily 269.25
    com.apple.iokit.IOAudioFamily 203.3
    com.apple.vecLib.kext 1.2.0
    com.apple.driver.AppleSMBusPCI 1.0.12d1
    com.apple.iokit.IONDRVSupport 2.4.1
    com.apple.iokit.IOGraphicsFamily 2.4.1
    com.apple.driver.AppleSMC 3.1.9
    com.apple.driver.AppleUSBMultitouch 245.2
    com.apple.iokit.IOSCSIBlockCommandsDevice 3.7.3
    com.apple.iokit.IOUSBMassStorageClass 3.7.1
    com.apple.iokit.IOUSBHIDDriver 705.4.0
    com.apple.driver.CoreStorage 471.10.6
    com.apple.driver.AppleUSBMergeNub 705.4.0
    com.apple.driver.AppleUSBComposite 705.4.9
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 3.7.3
    com.apple.iokit.IOBDStorageFamily 1.7
    com.apple.iokit.IODVDStorageFamily 1.7.1
    com.apple.iokit.IOCDStorageFamily 1.7.1
    com.apple.iokit.IOAHCISerialATAPI 2.6.1
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.7.3
    com.apple.iokit.IO80211Family 710.55
    com.apple.iokit.IOFireWireFamily 4.5.6
    com.apple.iokit.IOAHCIFamily 2.7.5
    com.apple.iokit.IOEthernetAVBController 1.0.3b3
    com.apple.driver.mDNSOffloadUserClient 1.0.1b8
    com.apple.iokit.IONetworkingFamily 3.2
    com.apple.iokit.IOUSBFamily 710.4.14
    com.apple.driver.AppleEFINVRAM 2.0
    com.apple.driver.AppleEFIRuntime 2.0
    com.apple.iokit.IOHIDFamily 2.0.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.sandbox 300.0
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.driver.AppleKeyStore 2
    com.apple.driver.AppleMobileFileIntegrity 1.0.5
    com.apple.driver.AppleCredentialManager 1.0
    com.apple.driver.DiskImages 396
    com.apple.iokit.IOStorageFamily 2.0
    com.apple.iokit.IOReportFamily 31
    com.apple.driver.AppleFDEKeyStore 28.30
    com.apple.driver.AppleACPIPlatform 3.1
    com.apple.iokit.IOPCIFamily 2.9
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.Libm 1
    com.apple.kec.pthread 1
    com.apple.kec.corecrypto 1.0
    And my hardward profile
    Hardware Overview:
      Model Name: MacBook Pro
      Model Identifier: MacBookPro6,2
      Processor Name: Intel Core i5
      Processor Speed: 2.4 GHz
      Number of Processors: 1
      Total Number of Cores: 2
      L2 Cache (per Core): 256 KB
      L3 Cache: 3 MB
      Memory: 8 GB
      Processor Interconnect Speed: 4.8 GT/s
      Boot ROM Version: MBP61.0057.B0C
      SMC Version (system): 1.58f17
      Serial Number (system): W81040MUAGX
      Hardware UUID: AE13C868-E4BF-5C1C-9DBD-D1D6AF1B5C47
      Sudden Motion Sensor:
      State: Enabled

  • Time Machine Kernel Panics, but not in safe mode - what should I look for

    Hi,
    Time machine Crashes (Kernel panic) when Run normally.
    When I boot in Safe mode, it runs fine.
    Is there a list of programs known to cause issues with Time Machine?
    If not where should I look?
    I assume my ID's "Login Items" - but is there anywhere else to look?
    Here's a list of what I have on my machine that I suspect gets bypassed with safemode:
    VMWare Fusion Helper
    Dropbox
    Clusters Helper
    GrowlHelperApp
    gfxCardStatus
    Cinch
    Sizeup
    whichdaemon
    Xmarks for Safari
    LMILaunchAgentFixer
    itunesHelper
    ThingsHelper
    In addition to the above 'Login Items' I also have Mozy home backup installed, Logmein, and istat menus.

    Well as luck would have it, we can rule out istat menu as well...
    After uninstalling istat menus,
    It crashed around the 180GB mark.
    here is the latest crash dump:
    ===========================
    Interval Since Last Panic Report: 8682 sec
    Panics Since Last Report: 1
    Anonymous UUID: 5EA6FD03-7115-4DE5-B301-59B35A7E904E
    Thu Apr 14 19:10:15 2011
    panic(cpu 0 caller 0x2aab59): Kernel trap at 0x0027b5dd, type 14=page fault, registers:
    CR0: 0x8001003b, CR2: 0x00000010, CR3: 0x00100000, CR4: 0x00000668
    EAX: 0x00000000, EBX: 0x04859b54, ECX: 0x00863a80, EDX: 0x00000010
    CR2: 0x00000010, EBP: 0x815f3ed8, ESI: 0x03036270, EDI: 0x02b03d80
    EFL: 0x00010297, EIP: 0x0027b5dd, CS: 0x00000008, DS: 0x0d010010
    Error code: 0x00000000
    Backtrace (CPU 0), Frame : Return Address (4 potential args on stack)
    0x815f3cd8 : 0x21b510 (0x5d9514 0x815f3d0c 0x223978 0x0)
    0x815f3d28 : 0x2aab59 (0x59aeec 0x27b5dd 0xe 0x59b0b6)
    0x815f3e08 : 0x2a09b8 (0x815f3e20 0x84baa0 0x815f3ed8 0x27b5dd)
    0x815f3e18 : 0x27b5dd (0xe 0x23ac0048 0x815f0010 0x10)
    0x815f3ed8 : 0x276b9c (0x4859b54 0x1 0x7000 0x863a80)
    0x815f3f98 : 0x27715c (0x1 0x815f3fdc 0x815f3fc8 0x2a9a9a)
    0x815f3fc8 : 0x2a06dc (0x0 0x0 0x10 0xdf16844)
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    10J869
    Kernel version:
    Darwin Kernel Version 10.7.0: Sat Jan 29 15:17:16 PST 2011; root:xnu-1504.9.37~1/RELEASE_I386
    System model name: MacBookPro6,2 (Mac-F22586C8)
    System uptime in nanoseconds: 4895528584323
    unloaded kexts:
    (none)
    loaded kexts:
    com.apple.driver.AppleBluetoothMultitouch 54 - last loaded 91911338710
    com.apple.driver.StorageLynx 2.5.8
    com.apple.driver.Oxford_Semi 2.5.8
    com.apple.driver.LSIFW500 2.5.8
    com.apple.driver.IOFireWireSerialBusProtocolSansPhysicalUnit 2.5.8
    com.apple.driver.initioFWBridge 2.5.8
    com.apple.driver.AppleHWSensor 1.9.3d0
    com.apple.filesystems.autofs 2.1.0
    com.apple.driver.AppleTyMCEDriver 1.0.2d2
    com.apple.driver.AGPM 100.12.19
    com.apple.driver.InternalModemSupport 2.6.2
    com.apple.driver.AppleIntelYonahProfile 14
    com.apple.driver.AppleMikeyHIDDriver 1.2.0
    com.apple.driver.AppleIntelPenrynProfile 17
    com.apple.DontSteal_Mac_OSX 7.0.0
    com.apple.driver.AppleUpstreamUserClient 3.5.4
    com.apple.driver.AudioAUUC 1.54
    com.apple.driver.AppleMikeyDriver 1.9.9f12
    com.apple.driver.AppleIntelHDGraphics 6.2.6
    com.apple.driver.AppleIntelNehalemProfile 11
    com.apple.driver.AppleHDA 1.9.9f12
    com.apple.driver.AudioIPCDriver 1.1.6
    com.apple.driver.AppleMCCSControl 1.0.17
    com.apple.driver.AppleIntelHDGraphicsFB 6.2.6
    com.apple.driver.SMCMotionSensor 3.0.0d4
    com.apple.iokit.AppleBCM5701Ethernet 2.3.9b6
    com.apple.kext.AppleSMCLMU 1.5.0d3
    com.apple.driver.AppleIntelMeromProfile 19
    com.apple.driver.AppleGraphicsControl 2.8.68
    com.apple.GeForce 6.2.6
    com.apple.driver.AirPortBrcm43224 427.36.9
    com.apple.driver.ACPISMCPlatformPlugin 4.5.0d5
    com.apple.driver.AppleLPC 1.4.12
    com.apple.driver.AppleBacklight 170.0.34
    com.apple.driver.AppleUSBTCButtons 200.3.2
    com.apple.driver.AppleUSBTCKeyEventDriver 200.3.2
    com.apple.driver.AppleUSBTCKeyboard 200.3.2
    com.apple.driver.AppleUSBCardReader 2.5.8
    com.apple.driver.AppleIRController 303.8
    com.apple.BootCache 31
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.iokit.SCSITaskUserClient 2.6.5
    com.apple.iokit.IOAHCIBlockStorage 1.6.3
    com.apple.driver.AppleUSBHub 4.1.7
    com.apple.driver.AppleFWOHCI 4.7.1
    com.apple.driver.AppleEFINVRAM 1.4.0
    com.apple.driver.AppleUSBEHCI 4.1.8
    com.apple.driver.AppleSmartBatteryManager 160.0.0
    com.apple.driver.AppleUSBUHCI 4.1.5
    com.apple.driver.AppleAHCIPort 2.1.5
    com.apple.driver.AppleACPIButtons 1.3.5
    com.apple.driver.AppleRTC 1.3.1
    com.apple.driver.AppleHPET 1.5
    com.apple.driver.AppleSMBIOS 1.6
    com.apple.driver.AppleACPIEC 1.3.5
    com.apple.driver.AppleAPIC 1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient 105.13.0
    com.apple.security.sandbox 1
    com.apple.security.quarantine 0
    com.apple.nke.applicationfirewall 2.1.11
    com.apple.driver.AppleIntelCPUPowerManagement 105.13.0
    com.apple.driver.IOBluetoothHIDDriver 2.4.0f1
    com.apple.driver.AppleMultitouchDriver 207.10
    com.apple.iokit.IOFireWireSerialBusProtocolTransport 2.0.1
    com.apple.iokit.IOFireWireSBP2 4.0.6
    com.apple.driver.AppleProfileReadCounterAction 17
    com.apple.driver.AppleProfileTimestampAction 10
    com.apple.driver.AppleProfileThreadInfoAction 14
    com.apple.driver.AppleProfileRegisterStateAction 10
    com.apple.driver.AppleProfileKEventAction 10
    com.apple.driver.AppleProfileCallstackAction 20
    com.apple.iokit.IOSurface 74.2
    com.apple.driver.AppleHDAPlatformDriver 1.9.9f12
    com.apple.iokit.IOBluetoothSerialManager 2.4.0f1
    com.apple.iokit.IOSerialFamily 10.0.3
    com.apple.driver.AppleHDAHardwareConfigDriver 1.9.9f12
    com.apple.driver.DspFuncLib 1.9.9f12
    com.apple.driver.AppleSMBusController 1.0.8d0
    com.apple.iokit.IOFireWireIP 2.0.3
    com.apple.driver.AppleUSBAudio 2.7.6f4
    com.apple.iokit.IOAudioFamily 1.8.0fc1
    com.apple.kext.OSvKernDSPLib 1.3
    com.apple.iokit.AppleProfileFamily 41
    com.apple.driver.AppleHDAController 1.9.9f12
    com.apple.iokit.IOHDAFamily 1.9.9f12
    com.apple.iokit.IO80211Family 314.1.1
    com.apple.iokit.IONetworkingFamily 1.10
    com.apple.driver.AppleSMC 3.1.0d3
    com.apple.driver.IOPlatformPluginFamily 4.5.0d5
    com.apple.driver.AppleSMBusPCI 1.0.8d0
    com.apple.nvidia.nv50hal 6.2.6
    com.apple.NVDAResman 6.2.6
    com.apple.iokit.IONDRVSupport 2.2
    com.apple.iokit.IOGraphicsFamily 2.2
    com.apple.driver.AppleUSBHIDKeyboard 141
    com.apple.driver.AppleHIDKeyboard 141
    com.apple.driver.BroadcomUSBBluetoothHCIController 2.4.0f1
    com.apple.driver.AppleUSBBluetoothHCIController 2.4.0f1
    com.apple.iokit.IOBluetoothFamily 2.4.0f1
    com.apple.driver.AppleUSBMultitouch 206.6
    com.apple.iokit.IOUSBMassStorageClass 2.6.5
    com.apple.iokit.IOSCSIBlockCommandsDevice 2.6.5
    com.apple.iokit.IOUSBHIDDriver 4.1.5
    com.apple.driver.AppleUSBMergeNub 4.1.8
    com.apple.driver.AppleUSBComposite 3.9.0
    com.apple.driver.AppleFileSystemDriver 2.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 2.6.5
    com.apple.iokit.IOBDStorageFamily 1.6
    com.apple.iokit.IODVDStorageFamily 1.6
    com.apple.iokit.IOCDStorageFamily 1.6
    com.apple.driver.XsanFilter 402.1
    com.apple.iokit.IOAHCISerialATAPI 1.2.5
    com.apple.iokit.IOSCSIArchitectureModelFamily 2.6.5
    com.apple.iokit.IOUSBUserClient 4.1.5
    com.apple.iokit.IOFireWireFamily 4.2.6
    com.apple.iokit.IOUSBFamily 4.1.8
    com.apple.iokit.IOAHCIFamily 2.0.4
    com.apple.driver.AppleEFIRuntime 1.4.0
    com.apple.iokit.IOHIDFamily 1.6.5
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.TMSafetyNet 6
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.driver.DiskImages 289
    com.apple.iokit.IOStorageFamily 1.6.2
    com.apple.driver.AppleACPIPlatform 1.3.5
    com.apple.iokit.IOPCIFamily 2.6
    com.apple.iokit.IOACPIFamily 1.3.0
    Model: MacBookPro6,2, BootROM MBP61.0057.B0C, 2 processors, Intel Core i5, 2.4 GHz, 8 GB, SMC 1.58f16
    Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 256 MB
    Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.10.131.36.9)
    Bluetooth: Version 2.4.0f1, 2 service, 19 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Serial ATA Device: Mushkin MKNSSDCL240GB, 223.57 GB
    Serial ATA Device: MATSHITADVD-R UJ-898
    USB Device: Hub, 0x0424 (SMSC), 0x2514, 0xfd100000
    USB Device: Hub, 0x0409 (NEC Corporation), 0x0050, 0xfd130000
    USB Device: USB Audio CODEC, 0x08bb (Texas Instruments Japan), 0x2902, 0xfd137000
    USB Device: Keyboard Hub, 0x05ac (Apple Inc.), 0x1006, 0xfd134000
    USB Device: Apple Keyboard, 0x05ac (Apple Inc.), 0x0220, 0xfd134200
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8507, 0xfd110000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0xfd120000
    USB Device: Hub, 0x0424 (SMSC), 0x2514, 0xfa100000
    USB Device: Internal Memory Card Reader, 0x05ac (Apple Inc.), 0x8403, 0xfa130000
    USB Device: BRCM2070 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0xfa110000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8218, 0xfa113000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x0236, 0xfa120000
    FireWire Device: Passport III, WD, Up to 800 Mb/sec
    ===========================
    additionally heres the process list as it existed at approx 118 GB through the backup.
    148 1PasswordAgent Jack 0.0 2 24.9 MB Intel (64 bit) No
    3332 Activity Monitor Jack 7.4 2 53.9 MB Intel (64 bit) Yes
    3334 activitymonitord root 1.0 1 3.1 MB Intel (64 bit) No
    143 AirPort Base Station Agent Jack 0.0 4 18.1 MB Intel (64 bit) Yes
    3339 AppleSpell.service Jack 0.0 2 12.2 MB Intel (64 bit) Yes
    48 autofsd root 0.0 2 2.6 MB Intel (64 bit) Yes
    3211 backupd root 0.0 4 53.9 MB Intel (64 bit) No
    16 blued root 0.0 3 15.6 MB Intel (64 bit) Yes
    13 configd root 0.0 6 6.6 MB Intel (64 bit) Yes
    3524 Console Jack 0.0 2 42.8 MB Intel (64 bit) Yes
    95 coreaudiod _coreaudiod 0.0 3 6.2 MB Intel (64 bit) No
    21 coreservicesd root 0.0 4 40.4 MB Intel (64 bit) Yes
    25 cron root 0.0 1 2.3 MB Intel (64 bit) Yes
    84 cvmsServ root 0.0 1 2.2 MB Intel (64 bit) Yes
    15 DirectoryService root 0.0 5 10.2 MB Intel (64 bit) No
    12 diskarbitrationd root 0.0 2 4.0 MB Intel (64 bit) No
    17 distnoted daemon 0.1 2 2.9 MB Intel (64 bit) Yes
    118 Dock Jack 0.2 3 53.3 MB Intel (64 bit) No
    42 dynamic_pager root 0.0 1 2.2 MB Intel (64 bit) Yes
    80 FanControlDaemon root 0.0 2 9.3 MB Intel
    120 Finder Jack 1.4 5 54.9 MB Intel (64 bit) Yes
    127 fontd Jack 0.0 2 10.2 MB Intel (64 bit) Yes
    40 fseventsd root 0.0 14 7.0 MB Intel (64 bit) No
    39 hidd root 0.0 3 3.7 MB Intel (64 bit) Yes
    0 kernel_task root 1.7 72 202.4 MB Intel
    37 KernelEventAgent root 0.0 3 2.6 MB Intel (64 bit) Yes
    10 kextd root 0.0 2 21.9 MB Intel (64 bit) No
    114 launchd Jack 0.0 2 2.0 MB Intel (64 bit) No
    1 launchd root 0.0 3 1.7 MB Intel (64 bit)
    36 loginwindow Jack 0.2 2 27.6 MB Intel (64 bit) No
    35 mDNSResponder _mdnsresponder 0.0 3 4.9 MB Intel (64 bit) No
    34 mds root 0.0 2 231.8 MB Intel (64 bit) No
    3422 mdworker Jack 99.4 3 74.5 MB Intel (64 bit) No
    11 notifyd root 0.0 2 1.1 MB Intel (64 bit) Yes
    24 ntpd root 0.0 1 2.9 MB Intel (64 bit) Yes
    123 pboard Jack 0.0 1 2.2 MB Intel (64 bit) Yes
    3477 Safari Jack 0.0 10 188.0 MB Intel (64 bit) No
    31 securityd root 0.0 2 6.6 MB Intel (64 bit) No
    14 syslogd root 0.0 4 1.3 MB Intel (64 bit) No
    28 SystemStarter root 0.0 2 2.9 MB Intel (64 bit) No
    119 SystemUIServer Jack 1.1 3 36.7 MB Intel (64 bit) Yes
    3337 TextEdit Jack 0.0 3 39.7 MB Intel (64 bit) Yes
    27 usbmuxd _usbmuxd 0.0 3 4.4 MB Intel (64 bit) Yes
    136 UserEventAgent Jack 0.0 3 17.0 MB Intel (64 bit) Yes
    3503 WebKitPluginAgent Jack 0.0 2 2.5 MB Intel (64 bit) Yes
    71 WindowServer _windowserver 3.0 4 47.5 MB Intel (64 bit) No
    -------------------------------------------

  • Just installed Mavericks and my computer crashes 4-5 times a day now.

    Hi. Just a few days ago I finally gave in and upgraded to Mavericks (10.9.5) from 10.6.8 as there was some software that I needed to use that necessitated the upgrade. Since I've upgraded, my MacBook Pro crashes at least 4-5 times daily. I am not doing anything unusual when it occurs. Usually typing an email, or switching between tabs in Safari or clicking save on a word file. In another post I was introduced to an app called Etrecheck which seemed to me to be a fine way to show all the Mac geniuses on this forum whats going with my computer (unfortunately I am not savvy enough to look through it and understand what's going on). I've posted the report below. Maybe someone can help me figure out what's causing my computer to crash?
    The next time it happens I can also copy the report that shows up after the crash and post it as well. Many thanks in advance.
    Problem description:
    Since I downloaded Mavericks (10.9.5) my computer crashes randomly 4-5 times per day.
    EtreCheck version: 2.0.4 (89)
    Report generated October 15, 2014 at 8:07:20 AM EDT
    Hardware Information: ℹ️
      MacBook Pro (15-inch, Mid 2010) (Verified)
      MacBook Pro - model: MacBookPro6,2
      1 2.66 GHz Intel Core i7 CPU: 2-core
      4 GB RAM Upgradeable
      BANK 0/DIMM0
      2 GB DDR3 1067 MHz ok
      BANK 1/DIMM0
      2 GB DDR3 1067 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      Intel HD Graphics - VRAM: 288 MB
      Color LCD 1680 x 1050
      NVIDIA GeForce GT 330M - VRAM: 512 MB
    System Software: ℹ️
      OS X 10.9.5 (13F34) - Uptime: 9:9:52
    Disk Information: ℹ️
      ST9500420ASG disk0 : (500.11 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Macintosh HD (disk0s2) /  [Startup]: 499.25 GB (75.82 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      MATSHITADVD-R   UJ-898
    USB Information: ℹ️
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Inc. BRCM2070 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Internal Memory Card Reader
      Apple Inc. Built-in iSight
      Apple Computer, Inc. IR Receiver
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Applications/Toast 6 Titanium.app
      [not loaded] com.roxio.TDIXController (1.2) Support
      /System/Library/Extensions
      [loaded] com.Cycling74.driver.Soundflower (1.5.1) Support
      [not loaded] com.IKMultimedia.driver.StompIO1 (1.0.0) Support
      [not loaded] com.digidesign.fwfamily.driver (8.0.5f2) Support
      [loaded] com.digidesign.iokit.DigiDal (8.0.5f2) Support
      [not loaded] com.digidesign.mbox2.boot.driver (8.0.5f2) Support
      [not loaded] com.digidesign.mbox2.driver (8.0.5f2) Support
      [not loaded] com.digidesign.usb.elevenrack.driver (1.0.1) Support
      [not loaded] com.frontierdesign.iokit.alphatrack (1.4.1f1) Support
      [not loaded] com.ikmultimedia.driver.StealthPedal (1.0.0) Support
      [not loaded] com.paceap.kext.pacesupport.master (5.9 - SDK 10.6) Support
      /System/Library/Extensions/PACESupportFamily.kext/Contents/PlugIns
      [not loaded] com.paceap.kext.pacesupport.leopard (5.9 - SDK 10.4) Support
      [not loaded] com.paceap.kext.pacesupport.panther (5.9 - SDK 10.-1) Support
      [loaded] com.paceap.kext.pacesupport.snowleopard (5.9 - SDK 10.6) Support
      [not loaded] com.paceap.kext.pacesupport.tiger (5.9 - SDK 10.4) Support
    Startup Items: ℹ️
      Digidesign Mbox 2: Path: /Library/StartupItems/Digidesign Mbox 2
      DigidesignLoader: Path: /Library/StartupItems/DigidesignLoader
      Qmaster: Path: /Library/StartupItems/Qmaster
      Startup items are obsolete and will not work in future versions of OS X
    Launch Agents: ℹ️
      [running] com.amazon.sendtokindle.launcher.plist Support
      [running] com.eastwest.server.plist Support
      [running] com.frontierdesign.alphatrack.daemon.plist Support
      [running] com.sony.PMBPortable.AutoRun.plist Support
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist Support
      [running] com.digidesign.elevenrack.helper.plist Support
      [running] com.digidesign.fwfamily.helper.plist Support
      [running] com.paceap.eden.licensed.plist Support
      [loaded] PACESupport.plist Support
    User Launch Agents: ℹ️
      [invalid?] com.amazon.cloud-player.plist Support
      [loaded] com.google.keystone.agent.plist Support
    User Login Items: ℹ️
      iTunesHelper UNKNOWN (missing value)
      Dropbox Application (/Applications/Dropbox.app)
      TomTomHOMERunner ApplicationHidden (/Users/[redacted]/Library/Application Support/TomTom HOME/TomTomHOMERunner.app)
      Android File Transfer Agent Application (/Users/[redacted]/Library/Application Support/Google/Android File Transfer/Android File Transfer Agent.app)
    Internet Plug-ins: ℹ️
      WidevineMediaOptimizer: Version: 6.0.0.12757 - SDK 10.7 Support
      FlashPlayer-10.6: Version: 15.0.0.152 - SDK 10.6 Support
      Default Browser: Version: 537 - SDK 10.9
      Flash Player: Version: 15.0.0.152 - SDK 10.6 Mismatch! Adobe recommends 15.0.0.189
      QuickTime Plugin: Version: 7.7.3
      CitrixICAClientPlugIn: Version: 11.2.0 Support
      OfficeLiveBrowserPlugin: Version: 12.3.6 Support
      iLokClientHelper: Version: 3.4 Support
      iPhotoPhotocast: Version: 7.0
    User Internet Plug-ins: ℹ️
      WebEx64: Version: 1.0 - SDK 10.6 Support
    Audio Plug-ins: ℹ️
      DVCPROHDAudio: Version: 1.3
      JackRouter: Version: JackRouter Support
      Digidesign CoreAudio: Version: 8.0.5 Support
    3rd Party Preference Panes: ℹ️
      Citrix Online Plug-in  Support
      Digidesign Eleven Rack  Support
      DigidesignMbox2  Support
      Digidesign Mbox 2 Pro  Support
      Flash Player  Support
      Perian  Support
    Time Machine: ℹ️
      Time Machine not configured!
    Top Processes by CPU: ℹ️
          10% com.apple.WebKit.Networking
          7% fontd
          2% com.apple.WebKit.Plugin.64
          1% WindowServer
          0% configd
    Top Processes by Memory: ℹ️
      172 MB com.apple.WebKit.WebContent
      125 MB WindowServer
      112 MB softwareupdated
      86 MB Safari
      82 MB Mail
    Virtual Memory Information: ℹ️
      25 MB Free RAM
      1.46 GB Active RAM
      1.45 GB Inactive RAM
      856 MB Wired RAM
      2.11 GB Page-ins
      414 MB Page-outs

    Sure enough the computer just crashed a few minutes after posting. Here's the report after the computer rebooted:
    Anonymous UUID:       40656744-595E-FDB7-F6E9-0497F4D35619
    Wed Oct 15 08:27:05 2014
    panic(cpu 0 caller 0xffffff7f9fa95f7c): "GPU Panic: [<None>] 5 3 7f 0 0 0 0 3 : NVRM[0/1:0:0]: Read Error 0x00000100: CFG 0xffffffff 0xffffffff 0xffffffff, BAR0 0xc0000000 0xffffff80c5ad5000 0x0a5480a2, D0, P3/4\n"@/SourceCache/AppleGraphicsControl/AppleGraphicsControl-3.6.22/src/Apple MuxControl/kext/GPUPanic.cpp:127
    Backtrace (CPU 0), Frame : Return Address
    0xffffff80b3abaf80 : 0xffffff801d622f79
    0xffffff80b3abb000 : 0xffffff7f9fa95f7c
    0xffffff80b3abb0d0 : 0xffffff7f9e11bf1b
    0xffffff80b3abb190 : 0xffffff7f9e1e550a
    0xffffff80b3abb1d0 : 0xffffff7f9e1e557a
    0xffffff80b3abb240 : 0xffffff7f9e464056
    0xffffff80b3abb370 : 0xffffff7f9e208ba9
    0xffffff80b3abb390 : 0xffffff7f9e12296d
    0xffffff80b3abb440 : 0xffffff7f9e120478
    0xffffff80b3abb640 : 0xffffff7f9e121dc7
    0xffffff80b3abb710 : 0xffffff7f9f086e1d
    0xffffff80b3abb890 : 0xffffff7f9f086823
    0xffffff80b3abb8a0 : 0xffffff7f9f04baf0
    0xffffff80b3abb8b0 : 0xffffff7f9f04bb65
    0xffffff80b3abb8c0 : 0xffffff7f9f037c51
    0xffffff80b3abb8e0 : 0xffffff7f9f036fd9
    0xffffff80b3abba60 : 0xffffff7f9f066940
    0xffffff80b3abbb20 : 0xffffff7f9f035ad9
    0xffffff80b3abbb70 : 0xffffff801dacf146
    0xffffff80b3abbb90 : 0xffffff801dad0741
    0xffffff80b3abbbf0 : 0xffffff801dace1af
    0xffffff80b3abbd40 : 0xffffff801d6b6998
    0xffffff80b3abbe50 : 0xffffff801d626bc1
    0xffffff80b3abbe80 : 0xffffff801d6139c5
    0xffffff80b3abbef0 : 0xffffff801d61e013
    0xffffff80b3abbf70 : 0xffffff801d6c9b9d
    0xffffff80b3abbfb0 : 0xffffff801d6f4196
          Kernel Extensions in backtrace:
             com.apple.nvidia.classic.NVDAResmanTesla(8.2.4)[D61B2BB9-4289-318D-9197-5E1E13B 1FF32]@0xffffff7f9e0cc000->0xffffff7f9e334fff
                dependency: com.apple.iokit.IOPCIFamily(2.9)[2852ACFE-FD28-3C37-9B39-885201BB8D25]@0xffffff 7f9dcbf000
                dependency: com.apple.iokit.IONDRVSupport(2.4.1)[D41125CE-69BD-32E7-9B1D-4E83431662DD]@0xff ffff7f9e0bc000
                dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[75D81741-64C1-3941-ADFA-9D6B6C434EE4]@0 xffffff7f9e079000
             com.apple.nvidia.classic.NVDANV50HalTesla(8.2.4)[B0E6AAA7-E970-3D81-8B43-145D56 A3A4AC]@0xffffff7f9e33f000->0xffffff7f9e5e8fff
                dependency: com.apple.nvidia.classic.NVDAResmanTesla(8.2.4)[D61B2BB9-4289-318D-9197-5E1E13B 1FF32]@0xffffff7f9e0cc000
                dependency: com.apple.iokit.IOPCIFamily(2.9)[2852ACFE-FD28-3C37-9B39-885201BB8D25]@0xffffff 7f9dcbf000
             com.apple.GeForceTesla(8.2.4)[B0074750-2FC6-3E26-BEA0-5AD5469686CF]@0xffffff7f9 f024000->0xffffff7f9f0eefff
                dependency: com.apple.iokit.IOPCIFamily(2.9)[2852ACFE-FD28-3C37-9B39-885201BB8D25]@0xffffff 7f9dcbf000
                dependency: com.apple.iokit.IONDRVSupport(2.4.1)[D41125CE-69BD-32E7-9B1D-4E83431662DD]@0xff ffff7f9e0bc000
                dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[75D81741-64C1-3941-ADFA-9D6B6C434EE4]@0 xffffff7f9e079000
                dependency: com.apple.nvidia.classic.NVDAResmanTesla(8.2.4)[D61B2BB9-4289-318D-9197-5E1E13B 1FF32]@0xffffff7f9e0cc000
             com.apple.driver.AppleMuxControl(3.6.22)[32862231-50BC-3AF6-87A2-703321AE4F90]@ 0xffffff7f9fa87000->0xffffff7f9fa9afff
                dependency: com.apple.driver.AppleGraphicsControl(3.6.22)[AA46D551-BE0F-33DA-93A3-8F46197BB 36F]@0xffffff7f9fa7f000
                dependency: com.apple.iokit.IOACPIFamily(1.4)[045D5D6F-AD1E-36DB-A249-A346E2B48E54]@0xfffff f7f9df7f000
                dependency: com.apple.iokit.IOPCIFamily(2.9)[2852ACFE-FD28-3C37-9B39-885201BB8D25]@0xffffff 7f9dcbf000
                dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[75D81741-64C1-3941-ADFA-9D6B6C434EE4]@0 xffffff7f9e079000
                dependency: com.apple.driver.AppleBacklightExpert(1.0.4)[80899285-3952-30DA-A0F9-357C51E104 CF]@0xffffff7f9fa82000
    BSD process name corresponding to current thread: WindowServer
    Mac OS version:
    13F34
    Kernel version:
    Darwin Kernel Version 13.4.0: Sun Aug 17 19:50:11 PDT 2014; root:xnu-2422.115.4~1/RELEASE_X86_64
    Kernel UUID: 9477416E-7BCA-3679-AF97-E1EAAD3DD5A0
    Kernel slide:     0x000000001d400000
    Kernel text base: 0xffffff801d600000
    System model name: MacBookPro6,2 (Mac-F22586C8)
    System uptime in nanoseconds: 8076473822747
    last loaded kext at 654256352755: com.apple.filesystems.smbfs 2.0.3 (addr 0xffffff7f9fb9f000, size 335872)
    last unloaded kext at 334416608476: com.apple.driver.AppleUSBUHCI 656.4.1 (addr 0xffffff7f9e8bd000, size 65536)
    loaded kexts:
    com.paceap.kext.pacesupport.snowleopard 5.9
    com.Cycling74.driver.Soundflower 1.5.1
    com.digidesign.iokit.DigiDal 8.0.5f2
    com.apple.filesystems.smbfs 2.0.3
    com.apple.filesystems.autofs 3.0
    com.apple.driver.AppleHWSensor 1.9.5d0
    com.apple.iokit.IOBluetoothSerialManager 4.2.7f3
    com.apple.driver.AGPM 100.14.34
    com.apple.driver.AppleMikeyHIDDriver 124
    com.apple.driver.AppleMikeyDriver 2.6.3f4
    com.apple.driver.AppleHDA 2.6.3f4
    com.apple.driver.AudioAUUC 1.60
    com.apple.driver.AppleSMCLMU 2.0.4d1
    com.apple.iokit.IOUserEthernet 1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.AppleHWAccess 1
    com.apple.driver.AppleLPC 1.7.0
    com.apple.driver.AppleSMCPDRC 1.0.0
    com.apple.driver.AppleMuxControl 3.6.22
    com.apple.driver.AppleIntelHDGraphics 8.2.4
    com.apple.driver.AppleIntelHDGraphicsFB 8.2.4
    com.apple.GeForceTesla 8.2.4
    com.apple.driver.AppleUpstreamUserClient 3.5.13
    com.apple.driver.AppleMCCSControl 1.2.5
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.2.7f3
    com.apple.driver.ACPI_SMC_PlatformPlugin 1.0.0
    com.apple.driver.SMCMotionSensor 3.0.4d1
    com.apple.driver.AppleUSBTCButtons 240.2
    com.apple.driver.AppleUSBTCKeyboard 240.2
    com.apple.driver.AppleUSBCardReader 3.4.1
    com.apple.driver.AppleIRController 325.7
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeLZVN 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 35
    com.apple.iokit.SCSITaskUserClient 3.6.7
    com.apple.driver.XsanFilter 404
    com.apple.iokit.IOAHCIBlockStorage 2.6.0
    com.apple.driver.AppleUSBHub 683.4.0
    com.apple.driver.AppleFWOHCI 5.0.2
    com.apple.iokit.AppleBCM5701Ethernet 3.8.1b2
    com.apple.driver.AirPort.Brcm4331 700.20.22
    com.apple.driver.AppleUSBEHCI 660.4.0
    com.apple.driver.AppleAHCIPort 3.0.5
    com.apple.driver.AppleSmartBatteryManager 161.0.0
    com.apple.driver.AppleACPIButtons 2.0
    com.apple.driver.AppleRTC 2.0
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleSMBIOS 2.1
    com.apple.driver.AppleACPIEC 2.0
    com.apple.driver.AppleAPIC 1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient 217.92.1
    com.apple.nke.applicationfirewall 153
    com.apple.security.quarantine 3
    com.apple.driver.AppleIntelCPUPowerManagement 217.92.1
    com.apple.kext.triggers 1.0
    com.apple.iokit.IOSerialFamily 10.0.7
    com.apple.AppleGraphicsDeviceControl 3.6.22
    com.apple.driver.DspFuncLib 2.6.3f4
    com.apple.vecLib.kext 1.0.0
    com.apple.iokit.IOFireWireIP 2.2.6
    com.apple.iokit.IOAudioFamily 1.9.7fc2
    com.apple.kext.OSvKernDSPLib 1.14
    com.apple.iokit.IOSurface 91.1
    com.apple.iokit.IOBluetoothFamily 4.2.7f3
    com.apple.driver.AppleSMBusPCI 1.0.12d1
    com.apple.driver.AppleGraphicsControl 3.6.22
    com.apple.driver.AppleBacklightExpert 1.0.4
    com.apple.nvidia.classic.NVDANV50HalTesla 8.2.4
    com.apple.driver.AppleSMBusController 1.0.12d1
    com.apple.nvidia.classic.NVDAResmanTesla 8.2.4
    com.apple.iokit.IONDRVSupport 2.4.1
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.2.7f3
    com.apple.driver.AppleHDAController 2.6.3f4
    com.apple.iokit.IOGraphicsFamily 2.4.1
    com.apple.iokit.IOHDAFamily 2.6.3f4
    com.apple.driver.IOPlatformPluginLegacy 1.0.0
    com.apple.driver.IOPlatformPluginFamily 5.7.1d6
    com.apple.driver.AppleSMC 3.1.8
    com.apple.driver.AppleUSBMultitouch 240.10
    com.apple.iokit.IOSCSIBlockCommandsDevice 3.6.7
    com.apple.iokit.IOUSBMassStorageClass 3.6.0
    com.apple.iokit.IOUSBHIDDriver 660.4.0
    com.apple.driver.AppleUSBMergeNub 650.4.0
    com.apple.driver.AppleUSBComposite 656.4.1
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 3.6.7
    com.apple.iokit.IOBDStorageFamily 1.7
    com.apple.iokit.IODVDStorageFamily 1.7.1
    com.apple.iokit.IOCDStorageFamily 1.7.1
    com.apple.iokit.IOAHCISerialATAPI 2.6.1
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.6.7
    com.apple.iokit.IOUSBUserClient 660.4.2
    com.apple.iokit.IOFireWireFamily 4.5.5
    com.apple.iokit.IOEthernetAVBController 1.0.3b4
    com.apple.driver.mDNSOffloadUserClient 1.0.1b5
    com.apple.iokit.IO80211Family 640.36
    com.apple.iokit.IONetworkingFamily 3.2
    com.apple.iokit.IOAHCIFamily 2.6.5
    com.apple.iokit.IOUSBFamily 686.4.1
    com.apple.driver.AppleEFINVRAM 2.0
    com.apple.driver.AppleEFIRuntime 2.0
    com.apple.iokit.IOHIDFamily 2.0.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.sandbox 278.11.1
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet 7
    com.apple.driver.AppleKeyStore 2
    com.apple.driver.DiskImages 371.1
    com.apple.iokit.IOStorageFamily 1.9
    com.apple.iokit.IOReportFamily 23
    com.apple.driver.AppleFDEKeyStore 28.30
    com.apple.driver.AppleACPIPlatform 2.0
    com.apple.iokit.IOPCIFamily 2.9
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.pthread 1
    com.apple.kec.corecrypto 1.0
    Model: MacBookPro6,2, BootROM MBP61.0057.B0C, 2 processors, Intel Core i7, 2.66 GHz, 4 GB, SMC 1.58f17
    Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
    Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 512 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x802C, 0x31364A53463235363634485A2D3147314631
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x802C, 0x31364A53463235363634485A2D3147314631
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.7f3 14616, 3 services, 23 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST9500420ASG, 500.11 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: Hub
    USB Device: BRCM2070 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: Internal Memory Card Reader
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: Hub
    USB Device: Built-in iSight
    USB Device: IR Receiver
    Thunderbolt Bus:

Maybe you are looking for