Oracle Imp running so slow

Hello!
We are currently migrating Oracle 10g database from an IBM P5 machine with AIX 5.3 OS to an IBM P730 machine with AIX 6.1. We are already in the process of importing the data to the new machine but the IMP was so slow, unlike the EXP process that only took less than 3 hours.
As of now, we still can't import our data.
Does anybody know what we should do to resolve this?
Thanks so much!

Since both the source and target Oracle versions are 10 or greater, it should be faster to use data pump expdp/impdp. You should try parallel= max of 2 times the number of CPUs you want to use for data movement. Make sure you specify the same or more dump files in your expdp command, or wildcard them.
I haven't used exp/imp for quite some time, so I can't help much there.
Dean

Similar Messages

  • Oracle query running very slow

    Hi,
    We've MS-Access application which was pointing to UDB. Now we migrated it to point Oracle DB 9.2. After migration some of the query is running very slow.
    These queries used to take less than 30 seconds in UDB now taking more than 5 Minutes in Oracle.
    some more obeservation :
    (1) Some of the queries using "HAVING" clause without any aggregate function. When I moved this condition to "WHERE" clause, performance improved a lot.
    But problem is that I can't suggest this solution to "USERS". They are creating query using "query wizard" in MS-Access and they started creating noise on this.
    (2) I tested same MDB in two different PCs and same query is returning records in 4 seconds in one system, is taking more than 10 minutes in other system.
    Since I'm new to MS-Access, I don't know what other information I need to provide here.
    Please help me out.

    ms wrote:
    Hi All
    I am using Oracle 11g . My table contains 10-12 lac rows.Do not use the word lac: it is common in the Indian sub-continent but not known much outside of
    there because it is not standard English.
    >
    1) what is the difference between a index on one column and an index of number of columns ( i.e composite index). The obvious answer of one contains only one column and the other contains more than one.
    2) For what columns in a where clause should index be created ( single columns index or composite index ).Depends
    3) Also can u suggest how to improve the perfomane of thsi query?Please read: SQL and PL/SQL FAQ
    which tells you how to ask a performance related question

  • IMP running prety slow.

    Was being paste on worng thread.
    Hi All,
    We are carrying out schma reresh. during this I found, one table appears to
    be hang somwhere. I also tried enabling trace for this session and found nothing noticiable there,
    may be you can come up something more meaningful. Below are my findings.
    Would really appriciate, if you can suggest on this.
    Rows processed-----------------------
    TABLE_NAME                     ROWS_PROCESSED    MINUTES ROWS_PER_MINUTE
    INTO "TA_PUBLIC_CF_MESSAGE" ("        2927413     4708.7             621
    Undo blocks processed-------------------
          SID USERNAME                       RBS name                       START_TIME           Undo blocks  Undo recs
           91 CFDG_OWNER                     _SYSSMU11$                     02/05/10 21:18:17         121791    9036035
    TKPROF-------------------------------------------------
    TKPROF: Release 10.2.0.4.0 - Production on Tue Feb 9 04:08:16 2010
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    Trace file: lncfdgu5_ora_21859.trc
    Sort options: default
    count    = number of times OCI procedure was executed
    cpu      = cpu time in seconds executing
    elapsed  = elapsed time in seconds executing
    disk     = number of physical reads of buffers from disk
    query    = number of buffers gotten for consistent read
    current  = number of buffers gotten in current mode (usually for update)
    rows     = number of rows processed by the fetch or execute call
    INSERT /*NESTED_TABLE_SET_REFS*/ INTO "TA_PUBLIC_CF_MESSAGE" ("MESSAGE",
      "COLLECTIONKEY", "COLECTIONVERSION", "LASTUPDATEDATE", "LASTUPDATEUSER")
    VALUES
    (:1, :2, :3, :4, :5)
    call     count       cpu    elapsed       disk      query    current        rows
    Parse        0      0.00       0.00          0          0          0           0
    Execute    219      0.01       0.04         73         73        436         219
    Fetch        0      0.00       0.00          0          0          0           0
    total      219      0.01       0.04         73         73        436         219
    Misses in library cache during parse: 0
    Optimizer mode: ALL_ROWS
    Parsing user id: 65
    SELECT /*NESTED_TABLE_GET_REFS*/ "MESSAGE"
    FROM
    "TA_PUBLIC_CF_MESSAGE" WHERE ROWID = :1
    call     count       cpu    elapsed       disk      query    current        rows
    Parse        0      0.00       0.00          0          0          0           0
    Execute    219      0.00       0.00          0          0          0           0
    Fetch      219      0.02       0.00          0        219          0         219
    total      438      0.02       0.01          0        219          0         219
    Misses in library cache during parse: 0
    Optimizer mode: ALL_ROWS
    Parsing user id: 65
    update seq$ set increment$=:2,minvalue=:3,maxvalue=:4,cycle#=:5,order$=:6,
      cache=:7,highwater=:8,audit$=:9,flags=:10
    where
    obj#=:1
    call     count       cpu    elapsed       disk      query    current        rows
    Parse        1      0.00       0.00          0          0          0           0
    Execute      1      0.00       0.00          0          1          2           1
    Fetch        0      0.00       0.00          0          0          0           0
    total        2      0.00       0.00          0          1          2           1
    Misses in library cache during parse: 1
    Misses in library cache during execute: 1
    Optimizer mode: CHOOSE
    Parsing user id: SYS   (recursive depth: 1)
    Rows     Row Source Operation
          1  UPDATE  SEQ$ (cr=1 pr=0 pw=0 time=175 us)
          1   INDEX UNIQUE SCAN I_SEQ1 (cr=1 pr=0 pw=0 time=14 us)(object id 102)
    OVERALL TOTALS FOR ALL NON-RECURSIVE STATEMENTS
    call     count       cpu    elapsed       disk      query    current        rows
    Parse        0      0.00       0.00          0          0          0           0
    Execute    438      0.01       0.05         73         73        436         219
    Fetch      219      0.02       0.00          0        219          0         219
    total      657      0.03       0.05         73        292        436         438
    Misses in library cache during parse: 0
    OVERALL TOTALS FOR ALL RECURSIVE STATEMENTS
    call     count       cpu    elapsed       disk      query    current        rows
    Parse        1      0.00       0.00          0          0          0           0
    Execute      1      0.00       0.00          0          1          2           1
    Fetch        0      0.00       0.00          0          0          0           0
    total        2      0.00       0.00          0          1          2           1
    Misses in library cache during parse: 1
    Misses in library cache during execute: 1
        2  user  SQL statements in session.
        1  internal SQL statements in session.
        3  SQL statements in session.
    Trace file: lncfdgu5_ora_21859.trc
    Trace file compatibility: 10.01.00
    Sort options: default
           1  session in tracefile.
           2  user  SQL statements in trace file.
           1  internal SQL statements in trace file.
           3  SQL statements in trace file.
           3  unique SQL statements in trace file.
         704  lines in trace file.
         116  elapsed seconds in trace file.
    LNCFDGU5oracle@cdgdbu3 $ vi ak.prf
    "ak.prf" 127 lines, 5585 characters
    TKPROF: Release 10.2.0.4.0 - Production on Tue Feb 9 04:08:16 2010
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    Trace file: lncfdgu5_ora_21859.trc
    Sort options: default
    count    = number of times OCI procedure was executed
    cpu      = cpu time in seconds executing
    elapsed  = elapsed time in seconds executing
    disk     = number of physical reads of buffers from disk
    query    = number of buffers gotten for consistent read
    current  = number of buffers gotten in current mode (usually for update)
    rows     = number of rows processed by the fetch or execute call
    INSERT /*NESTED_TABLE_SET_REFS*/ INTO "TA_PUBLIC_CF_MESSAGE" ("MESSAGE",
      "COLLECTIONKEY", "COLECTIONVERSION", "LASTUPDATEDATE", "LASTUPDATEUSER")
    VALUES
    (:1, :2, :3, :4, :5)
    call     count       cpu    elapsed       disk      query    current        rows
    Parse        0      0.00       0.00          0          0          0           0
    Execute    219      0.01       0.04         73         73        436         219
    Fetch        0      0.00       0.00          0          0          0           0
    total      219      0.01       0.04         73         73        436         219
    Misses in library cache during parse: 0
    Optimizer mode: ALL_ROWS
    Parsing user id: 65
    SELECT /*NESTED_TABLE_GET_REFS*/ "MESSAGE"
    FROM
    "TA_PUBLIC_CF_MESSAGE" WHERE ROWID = :1
    call     count       cpu    elapsed       disk      query    current        rows
    Parse        0      0.00       0.00          0          0          0           0
    Execute    219      0.00       0.00          0          0          0           0
    Fetch      219      0.02       0.00          0        219          0         219
    total      438      0.02       0.01          0        219          0         219
    Misses in library cache during parse: 0
    Optimizer mode: ALL_ROWS
    Parsing user id: 65
    update seq$ set increment$=:2,minvalue=:3,maxvalue=:4,cycle#=:5,order$=:6,
      cache=:7,highwater=:8,audit$=:9,flags=:10
    where
    obj#=:1
    call     count       cpu    elapsed       disk      query    current        rows
    Parse        1      0.00       0.00          0          0          0           0
    Execute      1      0.00       0.00          0          1          2           1
    Fetch        0      0.00       0.00          0          0          0           0
    total        2      0.00       0.00          0          1          2           1
    Misses in library cache during parse: 1
    Misses in library cache during execute: 1
    Optimizer mode: CHOOSE
    Parsing user id: SYS   (recursive depth: 1)
    Rows     Row Source Operation
          1  UPDATE  SEQ$ (cr=1 pr=0 pw=0 time=175 us)
          1   INDEX UNIQUE SCAN I_SEQ1 (cr=1 pr=0 pw=0 time=14 us)(object id 102)
    OVERALL TOTALS FOR ALL NON-RECURSIVE STATEMENTS
    TKPROF: Release 10.2.0.4.0 - Production on Tue Feb 9 04:08:16 2010
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    Trace file: lncfdgu5_ora_21859.trc
    Sort options: default
    count    = number of times OCI procedure was executed
    cpu      = cpu time in seconds executing
    elapsed  = elapsed time in seconds executing
    disk     = number of physical reads of buffers from disk
    query    = number of buffers gotten for consistent read
    current  = number of buffers gotten in current mode (usually for update)
    rows     = number of rows processed by the fetch or execute call
    INSERT /*NESTED_TABLE_SET_REFS*/ INTO "TA_PUBLIC_CF_MESSAGE" ("MESSAGE",
      "COLLECTIONKEY", "COLECTIONVERSION", "LASTUPDATEDATE", "LASTUPDATEUSER")
    VALUES
    (:1, :2, :3, :4, :5)
    call     count       cpu    elapsed       disk      query    current        rows
    Parse        0      0.00       0.00          0          0          0           0
    Execute    219      0.01       0.04         73         73        436         219
    Fetch        0      0.00       0.00          0          0          0           0
    total      219      0.01       0.04         73         73        436         219
    Misses in library cache during parse: 0
    Optimizer mode: ALL_ROWS
    Parsing user id: 65
    SELECT /*NESTED_TABLE_GET_REFS*/ "MESSAGE"
    FROM
    "TA_PUBLIC_CF_MESSAGE" WHERE ROWID = :1
    call     count       cpu    elapsed       disk      query    current        rows
    Parse        0      0.00       0.00          0          0          0           0
    Execute    219      0.00       0.00          0          0          0           0
    Fetch      219      0.02       0.00          0        219          0         219
    total      438      0.02       0.01          0        219          0         219
    Misses in library cache during parse: 0
    Optimizer mode: ALL_ROWS
    Parsing user id: 65
    update seq$ set increment$=:2,minvalue=:3,maxvalue=:4,cycle#=:5,order$=:6,
      cache=:7,highwater=:8,audit$=:9,flags=:10
    where
    obj#=:1
    call     count       cpu    elapsed       disk      query    current        rows
    Parse        1      0.00       0.00          0          0          0           0
    Execute      1      0.00       0.00          0          1          2           1
    Fetch        0      0.00       0.00          0          0          0           0
    total        2      0.00       0.00          0          1          2           1
    Misses in library cache during parse: 1
    Misses in library cache during execute: 1
    Optimizer mode: CHOOSE
    Parsing user id: SYS   (recursive depth: 1)
    Rows     Row Source Operation
          1  UPDATE  SEQ$ (cr=1 pr=0 pw=0 time=175 us)
          1   INDEX UNIQUE SCAN I_SEQ1 (cr=1 pr=0 pw=0 time=14 us)(object id 102)
    --- Cummulative Waits-----------------------
    EVENT                                                            TOTAL_WAITS In seconds AVERAGE_WAIT
    SQL*Net message from client                                         15311378     1369.6          .01
    SQL*Net more data from client                                        9149318     144.76            0
    direct path write                                                     440790     139.62          .03
    db file sequential read                                               415639     130.48          .03
    log file switch (checkpoint incomplete)                                  163      64.03        39.28
    db file scattered read                                                216486       60.2          .03
    free buffer waits                                                       2248      32.25         1.43
    log file switch completion                                               671         32         4.77
    SQL*Net message to client                                           15311378       8.34            0
    direct path write temp                                                  2360       6.69          .28
    direct path read temp                                                  25622       3.15          .01
    log file sync                                                            390        .55          .14
    db file parallel read                                                     24        .08          .34
    latch: cache buffers chains                                               69          0          .01
    events in waitclass Other                                                  6          0          .01
    latch: shared pool                                                         6          0          .04
    buffer busy waits                                                         40          0            0
    undo segment extension                                                    38          0            0
    tail nohup.out----
    . . importing table         "TA_PUBLIC_CF_MESSAGE"
    ================
    hare krishna

    Hi,
    Nothing wrong seems to be from the tkprof you posted.
    Just
    log file switch (checkpoint incomplete)                                  163      64.03        39.28There is high redo generation, and either you have IO contention or your redo is too small.
    Moreover below wait event suggest you are issuing imp command from remote machine and not from the server is it?
    SQL*Net message from client                                         15311378     1369.6          .01
    SQL*Net more data from client                                        9149318     144.76            0Regards
    Anurag

  • Oracle Query runs very slow filling table

    I have used Java Studio Creator 2 with Sun Java System Application Server Platform Edition 8.1_02 (build b06-fcs) in the past. I created a simple oracle query to populate a table and displaying about 560 rows in a table via a web browser. This runs excellent.
    Now, I use Netbeans 6, along with Sun Java System Application Server 9.1 (build b58g-fcs), I populate a table using the same query as before and it takes quite a long time to fill the table. Actually, the browser keeps asking if I want to stop the script about 6 times. If I keep saying yes, it eventually completes.
    I'm using an Oracle 9i database and have tried different drivers from Oracle with the same results.
    Any idea why the difference in filling the table or how to correct this? Thanks!
    Please note: I have this same question posted in the Java.net forums but it's not been answered so far, I hope this isn't crossposting and I get yelled at!

    for NetBeans questions I suggest posting your question in the [email protected] For more information:
    http://www.netbeans.org/community/index.html

  • Oracle Reports running very slow

    The same Oracle reports, which used to take 15 seconds to complete, now takes about 4 minutes to complete. Any ideas? Thank you.
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by JS:
    Thank you for your reply. Could you be more specific about network problem? We've changed our web application server and reports server settings recently. What could cause network problems? <HR></BLOCKQUOTE>
    Well, I would suggest that you got to be very clear with the query. Most of the report peformace is based on the query.
    1. Make sure that query is fine and note down the time it takes.
    2. If first step is clear and if you are happy with the output that is process time, then you can think about tuning the report.
    ( You may want skip this step)
    3. If that does not work you can investigate
    what kind of array it uses and network speed and other thinks. I am not really familior with these set up.
    Good luck with it..
    Regards ...
    Krishna ...
    null

  • Query can run in Oracle 10g but very slow in 11g

    Hi,
    We've just migrated to Oracle 11g and we noticed that some of our view are very slow (it takes seconds in 10g and takes 30 minutes in 11g), and the tables are using the local table.
    Do any of you face the same issue?
    This is our query:
    SELECT
    A.wellbore
    ,a.depth center
    ,d.MD maxbc
    ,d.XDELT xbc
    ,d.YDELT ybc
    ,e.MD minac
    ,e.XDELT xac
    ,e.YDELT yac
    from
    table_A d,table_A e, table_B a
    where a.wellbore = d.WELLBORE (+)
    and a.wellbore = e.WELLBORE(+)
    and d.MD = (select max(MD) from table_A b where b.MD < a.depth and
    d.wellBORE = b.wellBORE)
    and e.md = (select min(md) from table_A c where c.MD > a.depth and
    e.wellBORE = c.wellBORE);

    Thanks I will move to the correct one..
    Rafi,
    Build the Indexes and it is still slow. I am querying from a view from another database, which is in 10g instances.
    Moved: Query can run in Oracle 10g but very slow in 11g
    Edited by: 924400 on Apr 1, 2012 6:03 PM
    Edited by: 924400 on Apr 1, 2012 6:26 PM

  • Oracle 10gr2 Master/detail form running very slow when you navigate to the detail record.

    Hi All, I have a master detail  form, running in webserver, when I navigate to the detail block, the form start buffering and buttering for about 2 min. There is a trigger when-new-record instance that is firing when you navigate to  a new record : The select part of this stament is taken a long time to execute. I modified this in toad and what used to take 25 seconds to run is taken less than a second now, but the slowness still persists in the form.
    for rec in (select wrrh_col
                      wpbh_col_lvd,
                       wpbh_col_doc_no
          from wh_col,
               wkpl_col,
               wh_col
         where wrrh_col_no = :block.wreh_wrrh_col_no
           and wrrh_col_no = wreh_wrrh_col_no
             and wrrh_col_no = wpbh_col_no
           and wrrh_col_proj    = wpbh_col_proj
           and wrrh_proj_no     = wpbh_proj_no) loop
       if fun_name(rec.wpbh_col_lvd) = 'Y' then                      
        do something,
       end if;
      end loop;
    The select staement that used to run for 23 seconds is running in less than one second, but the form is still running very slow when I navigate to the detail record.
    Please advise.
    Thanks.

    Thanks Andrea for your prompt response, the problem is the select statement and like I stated, I tuned the select statement in toad and what normally takes 23 secs is taking less than 1 sec to run. If I comment out the call to the function, it is still slow. The select stament will returned null and it will still be slow. When I comment out the for loop, it run very fast. I dont know what else to do than tuned the select statement.

  • Speed up oracle imp

    Hi Folks,
    We are importing table data from oracle 9i (9.2.0.8) into oracle 11g (11.2.0.3) using the old oracle imp utility, and we're hoping that you can help us speed up the process please.
    We have exported one table data; roughly 35 million rows have been exported generating an export dump size of 7.5GB. Please note that this is a subset of the data (one month worth of data to be exact). We do realize that there will be a lot of duplicates within this data sub-set and that the import would reject the duplicated rows through PK constraints (giving the following error):
    IMP-00019: row rejected due to ORACLE error 1
    IMP-00003: ORACLE error 1 encountered
    ORA-00001: unique constraint (RG_SCHEMA.SSTG010P) violated
    Column 1 243113850256342640
    The import has been running for over 3 hrs now and is taking quite a while even though we're running it with the following parameters:
    statistics=NONE
    buffer=12000000
    resumable=Y
    ignore=Y
    constraints=N
    indexes=N
    We do realize rejecting more than half the rows would slow down the process as there is overhead associated with that; having said that is there anything else we can try to to speed up this dreaded process please.
    Appreciate the help.

    IMPORT:
    Create an indexfile so that you can create indexes AFTER you have imported data. Do this by setting INDEXFILE to a filename and then import. No data will be imported but a file containing index definitions will be created. You must edit this file afterwards and supply the passwords for the schemas on all CONNECT statements.
    Place the file to be imported on a separate physical disk from the oracle data files
    Set the LOG_BUFFER to a big value and restart oracle.
    Stop redo log archiving if it is running (ALTER DATABASE NOARCHIVELOG;)
    Create a BIG tablespace with a BIG rollback segment inside. Set all other rollback segments offline (except the SYSTEM rollback segment of course). The rollback segment must be as big as your biggest table (I think?)
    Use COMMIT=N in the import parameter file if you can afford it
    Use STATISTICS=NONE in the import parameter file to avoid time consuming to import the statistics
    Remember to run the indexfile previously created
    Import Export FAQ - Oracle FAQ

  • My MacBook Pro is running painfully slow all of a sudden. I am trying to clean up my iPhoto library and it's all of a sudden running really slow. I've uninstalled and disabled as many unnecessary apps as possible as far as I can tell.

    Here is the etrecheck info. Please advise... thank you!
    Problem description:
    iPhoto is running painfully slow. My library is on an external hard drive. It was runing just fine yesterday. i disabled Dropbox and a few other applications, to no avail.
    EtreCheck version: 2.1.5 (108)
    Report generated January 7, 2015 at 12:40:17 PM EST
    Click the [Support] links for help with non-Apple products.
    Click the [Details] links for more information about that line.
    Click the [Adware] links for help removing adware.
    Hardware Information: ℹ️
      MacBook Pro (15-inch, Mid 2010) (Verified)
      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
    Video Information: ℹ️
      Intel HD Graphics - VRAM: 288 MB
      NVIDIA GeForce GT 330M - VRAM: 256 MB
      Color LCD 1440 x 900
    System Software: ℹ️
      OS X 10.10 (14A389) - Uptime: 0:55:4
    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 (54.79 GB free)
      Encrypted AES-XTS Unlocked
      Core Storage: disk0s2 319.21 GB Online
      MATSHITADVD-R   UJ-898 
    USB Information: ℹ️
      Seagate Backup+ Desk 4 TB
      disk2s1 (disk2s1) <not mounted> : 262 KB
      Seagate Backup Plus Drive (disk2s3) /Volumes/Seagate Backup Plus Drive : 4.00 TB (2.73 TB free)
      Apple Internal Memory Card Reader
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Inc. BRCM2070 Hub
      Apple Inc. Bluetooth USB Host Controller
      Logitech USB Receiver
      Apple Inc. Built-in iSight
      Apple Computer, Inc. IR Receiver
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /System/Library/Extensions
      [loaded] com.logmein.driver.LogMeInSoundDriver (4.1.46f67) [Support]
      [not loaded] com.seagate.driver.PowSecDriverCore (5.2.3 - SDK 10.4) [Support]
      /System/Library/Extensions/Seagate Storage Driver.kext/Contents/PlugIns
      [not loaded] com.seagate.driver.PowSecLeafDriver_10_4 (5.2.3 - SDK 10.4) [Support]
      [not loaded] com.seagate.driver.PowSecLeafDriver_10_5 (5.2.3 - SDK 10.5) [Support]
      [not loaded] com.seagate.driver.SeagateDriveIcons (5.2.3 - SDK 10.4) [Support]
    Startup Items: ℹ️
      ProTec6b: Path: /Library/StartupItems/ProTec6b
      Startup items are obsolete in OS X Yosemite
    Launch Agents: ℹ️
      [loaded] com.citrix.AuthManager_Mac.plist [Support]
      [running] com.citrix.ReceiverHelper.plist [Support]
      [running] com.citrix.ServiceRecords.plist [Support]
      [invalid?] com.logmein.LMILaunchAgentFixer.plist [Support]
      [not loaded] com.logmein.logmeingui.plist [Support]
      [not loaded] com.logmein.logmeinguiagent.plist [Support]
      [not loaded] com.logmein.logmeinguiagentatlogin.plist [Support]
      [invalid?] com.oracle.java.Java-Updater.plist [Support]
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist [Support]
      [not loaded] com.gopro.stereomodestatus.plist [Support]
      [not loaded] com.logmein.logmeinserver.plist [Support]
      [invalid?] com.logmein.raupdate.plist [Support]
      [loaded] com.macpaw.CleanMyMac2.Agent.plist [Support]
      [invalid?] com.oracle.java.Helper-Tool.plist [Support]
      [loaded] com.sharpcast.xfsmond.plist [Support]
    User Launch Agents: ℹ️
      [loaded] com.adobe.ARM.[...].plist [Support]
      [loaded] com.google.keystone.agent.plist [Support]
    User Login Items: ℹ️
      Garmin Express Service Application (/Applications/Garmin Express.app/Contents/Library/LoginItems/Garmin Express Service.app)
      Dropbox Application (/Applications/Dropbox.app)
      Google Chrome ApplicationHidden (/Applications/Google Chrome.app)
      ThisLife Uploader ApplicationHidden (/Applications/ThisLife Uploader.app)
      WDQuickView Application (/Library/Application Support/WDSmartWare/WDQuickView.app)
    Internet Plug-ins: ℹ️
      LogMeInSafari64: Version: 1.0.586 [Support]
      Default Browser: Version: 600 - SDK 10.10
      AdobePDFViewerNPAPI: Version: 11.0.09 - SDK 10.6 [Support]
      FlashPlayer-10.6: Version: 15.0.0.246 - SDK 10.6 [Support]
      LogMeIn: Version: 1.0.586 [Support]
      Silverlight: Version: 4.0.60831.0 [Support]
      Flash Player: Version: 15.0.0.246 - SDK 10.6 Mismatch! Adobe recommends 16.0.0.235
      LogMeInSafari32: Version: 1.0.586 [Support]
      CitrixICAClientPlugIn: Version: 11.8.0 - SDK 10.7 [Support]
      QuickTime Plugin: Version: 7.7.3
      AdobePDFViewer: Version: 11.0.09 - SDK 10.6 [Support]
      GarminGpsControl: Version: 4.2.0.0 - SDK 10.8 [Support]
      iPhotoPhotocast: Version: 7.0 - SDK 10.8
    User internet Plug-ins: ℹ️
      Picasa: Version: 1.0 [Support]
    Safari Extensions: ℹ️
      Evernote Web Clipper [Installed]
    3rd Party Preference Panes: ℹ️
      Flash Player  [Support]
      GoPro  [Support]
    Time Machine: ℹ️
      Mobile backups: OFF
      Auto backup: NO - Auto backup turned off
      Volumes being backed up:
      Macintosh HD: Disk size: 318.84 GB Disk used: 264.06 GB
      Destinations:
      Seagate Backup Plus Drive [Local]
      Total size: 0 B
      Total number of backups: 0
      Oldest backup: -
      Last backup: -
      Size of backup disk: Too small
      Backup size 0 B < (Disk used 264.06 GB X 3)
    Top Processes by CPU: ℹ️
          8% WindowServer
          2% Safari
          1% mds
          1% loginwindow
          0% AppleSpell
    Top Processes by Memory: ℹ️
      2.13 GB iPhoto
      610 MB Image Capture Extension
      155 MB mds_stores
      129 MB Safari
      129 MB Finder
    Virtual Memory Information: ℹ️
      48 MB Free RAM
      3.71 GB Active RAM
      3.68 GB Inactive RAM
      1.04 GB Wired RAM
      6.89 GB Page-ins
      293 MB Page-outs
    Diagnostics Information: ℹ️
      Jan 7, 2015, 12:28:48 PM /Library/Logs/DiagnosticReports/iPhoto_2015-01-07-122848_[redacted].cpu_resourc e.diag [Details]
      Jan 7, 2015, 12:13:08 PM /Library/Logs/DiagnosticReports/iPhoto_2015-01-07-121308_[redacted].hang
      Jan 7, 2015, 12:07:39 PM /Library/Logs/DiagnosticReports/iPhoto_2015-01-07-120739_[redacted].cpu_resourc e.diag [Details]
      Jan 7, 2015, 12:02:48 PM /Library/Logs/DiagnosticReports/iPhoto_2015-01-07-120248_[redacted].hang
      Jan 7, 2015, 11:51:45 AM /Library/Logs/DiagnosticReports/iPhoto_2015-01-07-115145_[redacted].cpu_resourc e.diag [Details]
      Jan 7, 2015, 11:45:54 AM Self test - passed
      Jan 6, 2015, 05:01:58 PM /Users/[redacted]/Library/Logs/DiagnosticReports/garcon_2015-01-06-170158_[reda cted].crash
      Jan 5, 2015, 02:12:40 PM /Library/Logs/DiagnosticReports/iPhoto_2015-01-05-141240_[redacted].cpu_resourc e.diag [Details]
      Jan 5, 2015, 10:04:15 AM /Library/Logs/DiagnosticReports/com.apple.MediaLibraryService_2015-01-05-100415 _[redacted].cpu_resource.diag [Details]
      Jan 4, 2015, 05:28:20 PM /Users/[redacted]/Library/Logs/DiagnosticReports/HandBrake_2015-01-04-172820_[r edacted].crash
      Jan 4, 2015, 05:28:04 PM /Users/[redacted]/Library/Logs/DiagnosticReports/garcon_2015-01-04-172804_[reda cted].crash
      Jan 4, 2015, 03:09:50 PM /Users/[redacted]/Library/Logs/DiagnosticReports/Finder_2015-01-04-150950_[reda cted].crash
      Jan 4, 2015, 03:09:15 PM /Users/[redacted]/Library/Logs/DiagnosticReports/garcon_2015-01-04-150915_[reda cted].crash

    Start time: 15:08:00 01/08/15
    Model Identifier: MacBookPro6,2
    System Version: OS X 10.10 (14A389)
    Kernel Version: Darwin 14.0.0
    Time since boot: 1 day3:22
    Memory
        BANK 0/DIMM0:
          Size: 4 GB
          Speed: 1067 MHz
          Status: OK
          Manufacturer: 0x859B
        BANK 1/DIMM0:
          Size: 4 GB
          Speed: 1067 MHz
          Status: OK
          Manufacturer: 0x859B
    SerialATA
       Hitachi HTS545032B9SA02                
    USB
       Backup+ Desk (Seagate LLC)
       USB Receiver (Logitech Inc.)
    FileVault: On
    Diagnostic reports
       2014-12-17 Safari crash
       2014-12-17 com.apple.appkit.xpc.openAndSavePanelService crash
       2014-12-17 garcon crash x4
       2014-12-27 Finder crash
       2014-12-27 ThisLife Uploader crash
       2014-12-27 garcon crash x2
       2014-12-28 Finder crash
       2014-12-28 garcon crash x3
       2014-12-31 com.apple.appkit.xpc.openAndSavePanelService crash
       2014-12-31 garcon crash
       2015-01-02 Finder crash
       2015-01-02 garcon crash
       2015-01-05 Finder crash
       2015-01-05 HandBrake crash
       2015-01-05 garcon crash x2
       2015-01-07 garcon crash
       2015-01-08 iPhoto hang x2
    Log
       Jan  7 11:47:39 com.apple.xpc.launchd.domain.user.55: Failed to bootstrap path: path = /Library/LaunchAgents/com.oracle.java.Java-Updater.plist, error = 2: No such file or directory
       Jan  7 11:47:43 com.apple.xpc.launchd.domain.user.202: Could not read path: path = /Library/LaunchAgents/com.oracle.java.Java-Updater.plist, error = 2: No such file or directory
       Jan  7 11:47:43 com.apple.xpc.launchd.domain.user.202: Failed to bootstrap path: path = /Library/LaunchAgents/com.oracle.java.Java-Updater.plist, error = 2: No such file or directory
       Jan  7 11:47:58 com.apple.xpc.launchd.domain.user.89: Could not read path: path = /Library/LaunchAgents/com.oracle.java.Java-Updater.plist, error = 2: No such file or directory
       Jan  7 11:47:58 com.apple.xpc.launchd.domain.user.89: Failed to bootstrap path: path = /Library/LaunchAgents/com.oracle.java.Java-Updater.plist, error = 2: No such file or directory
       Jan  7 11:48:38 jnl: disk2s3: replay_journal: from: 50180096 to: 50778112 (joffset 0x3a3c000)
       Jan  7 11:48:39 jnl: disk2s3: journal replay done.
       Jan  7 11:49:37 com.logmein.LMILaunchAgentFixer: Service setup event to handle failure and will not launch until it fires.
       Jan  7 11:49:39 com.apple.xpc.launchd.domain.pid.om.apple.photostream-agent.319: Path not allowed in target domain: type = pid, path = /Applications/iPhoto.app/Contents/Frameworks/PhotoFoundation.framework/Versions /A/XPCServices/com.apple.PhotoApps.DevicePropertyReader.xpc error = 147: The specified service did not ship in the requestor's bundle, origin = /Applications/iPhoto.app/Contents/Library/LoginItems/PhotoStreamAgent.app
       Jan  7 11:49:39 com.apple.xpc.launchd.domain.pid.om.apple.photostream-agent.319: Path not allowed in target domain: type = pid, path = /Applications/iPhoto.app/Contents/Frameworks/PhotoFoundation.framework/Versions /A/XPCServices/com.apple.PhotoApps.DevicePropertyReader.xpc error = 147: The specified service did not ship in the requestor's bundle, origin = /Applications/iPhoto.app/Contents/Library/LoginItems/PhotoStreamAgent.app
       Jan  7 11:49:39 com.citrix.ServiceRecords: Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.citrix.Beacons
       Jan  7 11:51:29 process iPhoto[248] thread 2450 caught burning CPU! It used more than 50% CPU (Actual recent usage: 52%) over 180 seconds. thread lifetime cpu usage 90.109268 seconds, (87.476202 user, 2.633066 system) ledger info: balance: 90008641218 credit: 90014455352 debit: 5814134 limit: 90000000000 (50%) period: 180000000000 time since last refill (ns): 172082865204
       Jan  7 11:52:49 com.apple.xpc.launchd.domain.user.99: Could not read path: path = /Library/LaunchAgents/com.oracle.java.Java-Updater.plist, error = 2: No such file or directory
       Jan  7 11:52:49 com.apple.xpc.launchd.domain.user.99: Failed to bootstrap path: path = /Library/LaunchAgents/com.oracle.java.Java-Updater.plist, error = 2: No such file or directory
       Jan  7 12:07:36 process iPhoto[490] thread 12067 caught burning CPU! It used more than 50% CPU (Actual recent usage: 93%) over 180 seconds. thread lifetime cpu usage 90.200179 seconds, (88.682346 user, 1.517833 system) ledger info: balance: 90012025000 credit: 90016246356 debit: 4221356 limit: 90000000000 (50%) period: 180000000000 time since last refill (ns): 96436947650
       Jan  7 12:19:32 com.apple.xpc.launchd.domain.pid.quicklookd.536: Path not allowed in target domain: type = pid, path = /Library/Frameworks/iTunesLibrary.framework/Versions/A/XPCServices/com.apple.iT unesLibraryService.xpc error = 147: The specified service did not ship in the requestor's bundle, origin = /System/Library/Frameworks/QuickLook.framework/Versions/A/Resources/quicklookd. app
       Jan  7 12:21:38 process WindowServer[134] caught causing excessive wakeups. Observed wakeups rate (per sec): 174; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 130324
       Jan  7 12:24:23 process Image Capture Ex[494] caught causing excessive wakeups. Observed wakeups rate (per sec): 1570; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 45166
       Jan  7 12:28:45 process iPhoto[643] thread 21591 caught burning CPU! It used more than 50% CPU (Actual recent usage: 90%) over 180 seconds. thread lifetime cpu usage 90.114637 seconds, (88.373536 user, 1.741101 system) ledger info: balance: 90002127665 credit: 90005648813 debit: 3521148 limit: 90000000000 (50%) period: 180000000000 time since last refill (ns): 99086317519
       Jan  7 12:30:17 com.apple.xpc.launchd.domain.pid.om.apple.photostream-agent.655: Path not allowed in target domain: type = pid, path = /Applications/iPhoto.app/Contents/Frameworks/PhotoFoundation.framework/Versions /A/XPCServices/com.apple.PhotoApps.DevicePropertyReader.xpc error = 147: The specified service did not ship in the requestor's bundle, origin = /Applications/iPhoto.app/Contents/Library/LoginItems/PhotoStreamAgent.app
       Jan  7 12:30:17 com.apple.xpc.launchd.domain.pid.om.apple.photostream-agent.655: Path not allowed in target domain: type = pid, path = /Applications/iPhoto.app/Contents/Frameworks/PhotoFoundation.framework/Versions /A/XPCServices/com.apple.PhotoApps.DevicePropertyReader.xpc error = 147: The specified service did not ship in the requestor's bundle, origin = /Applications/iPhoto.app/Contents/Library/LoginItems/PhotoStreamAgent.app
       Jan  7 13:13:15 process com.apple.WebKit[827] caught causing excessive wakeups. Observed wakeups rate (per sec): 560; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 55866
       Jan  7 20:09:33 process iPhoto[643] caught causing excessive wakeups. Observed wakeups rate (per sec): 198; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 269536
       Jan  8 01:12:04 AppleUSBMultitouchDriver::validateChecksum - 512-byte packet checksum is incorrect (expected 0xf60c, checksum bytes were 0xdead)
       Jan  8 15:06:18 com.apple.xpc.launchd.domain.pid.quicklookd.1302: Path not allowed in target domain: type = pid, path = /Library/Frameworks/iTunesLibrary.framework/Versions/A/XPCServices/com.apple.iT unesLibraryService.xpc error = 147: The specified service did not ship in the requestor's bundle, origin = /System/Library/Frameworks/QuickLook.framework/Versions/A/Resources/quicklookd. app
    Memory: iPhoto (UID 501) is using 2093 MB
    kexts
       com.logmein.driver.LogMeInSoundDriver (4.1.46f67)
    Daemons
       com.adobe.fpsaud
       com.apple.installer.osmessagetracing
       com.logmein.raupdate
       com.macpaw.CleanMyMac2.Agent
       com.sharpcast.xfsmond
    Agents
       com.adobe.ARM.UUID
       com.apple.AirPortBaseStationAgent
       com.apple.photostream-agent
       com.citrix.AuthManager_Mac
       com.citrix.ReceiverHelper
       com.citrix.ServiceRecords
       com.google.keystone.user.agent
       com.logmein.LMILaunchAgentFixer
    Startup items
       /Library/StartupItems/ProTec6b/DemoOver
       /Library/StartupItems/ProTec6b/Nalpeirond6b
       /Library/StartupItems/ProTec6b/ProTec6b
       /Library/StartupItems/ProTec6b/StartupParameters.plist
    dylibs
       /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/WebKit.dylib
       /Users/USER/Library/Application Support/Google/Chrome/WidevineCDM/1.4.6.703/_platform_specific/mac_x64/libwidev inecdm.dylib
       /usr/lib/HDREfexProFC.dylib
    App extensions
       com.getdropbox.dropbox.garcon
    Contents of /Library/LaunchAgents/com.citrix.AuthManager_Mac.plist
       - mod date: Jun  7 11:58:25 2013
       - checksum: 1591517921
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>ServiceIPC</key>
        <true/>
        <key>MachServices</key>
        <dict>
        <key>com.citrix.AuthManager_Mac</key>
        <true/>
        </dict>
        <key>Label</key>
        <string>com.citrix.AuthManager_Mac</string>
        <key>WaitForDebugger</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/usr/local/libexec/AuthManager_Mac.app/Contents/MacOS/AuthManager_Mac</ string>
        </array>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>Disabled</key>
        <false/>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/com.citrix.ReceiverHelper.plist
       - mod date: Jun  7 11:58:25 2013
       - checksum: 676087606
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Label</key>
        <string>com.citrix.ReceiverHelper</string>
        <key>RunAtLoad</key>
        <true/>
        <key>KeepAlive</key>
        <dict>
        <key>SuccessfulExit</key>
        <false/>
        </dict>
        <key>WaitForDebugger</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/usr/local/libexec/ReceiverHelper.app/Contents/MacOS/ReceiverHelper</st ring>
        </array>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>Disabled</key>
        <false/>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/com.citrix.ServiceRecords.plist
       - mod date: Jun  7 11:58:25 2013
       - checksum: 1445213025
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>ServiceIPC</key>
        <true/>
        <key>MachServices</key>
        <dict>
        <key>com.citrix.Beacons</key>
        <true/>
        <key>com.citrix.ServiceRecords</key>
        <true/>
        </dict>
        <key>Label</key>
        <string>com.citrix.ServiceRecords</string>
        <key>RunAtLoad</key>
        <true/>
        <key>KeepAlive</key>
        <true/>
        <key>WaitForDebugger</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/usr/local/libexec/ServiceRecords.app/Contents/MacOS/ServiceRecords</st ring>
        </array>
       ...and 8 more line(s)
    Contents of /Library/LaunchAgents/com.logmein.LMILaunchAgentFixer.plist
       - mod date: Nov 10 20:47:41 2014
       - checksum: 94065829
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Debug</key>
        <true/>
        <key>Label</key>
        <string>com.logmein.LMILaunchAgentFixer</string>
        <key>OnDemand</key>
        <true/>
        <key>ThrottleInterval</key>
        <integer>1</integer>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/LogMeIn/bin/LMILaunchAgentFixer.app/Contents/MacOS/LMILaunchAgentFixer< /string>
        <string>fromlaunchagent</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/com.logmein.logmeingui.plist
       - mod date: Jan  7 12:05:30 2015
       - checksum: 849719711
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Debug</key>
        <true/>
        <key>Disabled</key>
        <true/>
        <key>Label</key>
        <string>com.logmein.logmeingui</string>
        <key>LimitLoadToSessionType</key>
        <array>
        <string>Aqua</string>
        </array>
        <key>OnDemand</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/LogMeIn/bin/LogMeInGUI.app/Contents/MacOS/LogMeInGUI</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/com.logmein.logmeinguiagent.plist
       - mod date: Jan  7 12:05:30 2015
       - checksum: 1227007658
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Debug</key>
        <true/>
        <key>Disabled</key>
        <true/>
        <key>Label</key>
        <string>com.logmein.logmeinguiagent</string>
        <key>LimitLoadToSessionType</key>
        <array>
        <string>Aqua</string>
        </array>
        <key>OnDemand</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/LogMeIn/bin/LogMeIn.app/Contents/Helpers/LMIGUIAgent.app/Contents/MacOS /LMIGUIAgent</string>
        </array>
        <key>RunAtLoad</key>
        <false/>
        <key>Sockets</key>
        <dict>
        <key>Listeners</key>
       ...and 19 more line(s)
    Contents of /Library/LaunchAgents/com.logmein.logmeinguiagentatlogin.plist
       - mod date: Jan  7 12:05:30 2015
       - checksum: 3390435066
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Debug</key>
        <true/>
        <key>Disabled</key>
        <true/>
        <key>Label</key>
        <string>com.logmein.logmeinguiagentatlogin</string>
        <key>LimitLoadToSessionType</key>
        <array>
        <string>LoginWindow</string>
        </array>
        <key>OnDemand</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/LogMeIn/bin/LogMeIn.app/Contents/Helpers/LMIGUIAgent.app/Contents/MacOS /LMIGUIAgent</string>
        </array>
        <key>RunAtLoad</key>
        <false/>
        <key>Sockets</key>
        <dict>
        <key>Listeners</key>
       ...and 19 more line(s)
    Contents of /Library/LaunchDaemons/com.gopro.stereomodestatus.plist
       - mod date: Jan 29 17:22:17 2014
       - checksum: 2319101607
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Label</key>
        <string>com.gopro.stereomodestatus</string>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>RunAtLoad</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/GoPro/Tools/StereoModeStatus.app/Contents/MacOS/StereoMod eStatus</string>
        </array>
       </dict>
       </plist>
    Contents of /Library/LaunchDaemons/com.logmein.logmeinserver.plist
       - mod date: Jan  7 12:05:30 2015
       - checksum: 1427099528
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Debug</key>
        <true/>
        <key>Disabled</key>
        <true/>
        <key>Label</key>
        <string>com.logmein.logmeinserver</string>
        <key>LegacyTimers</key>
        <true/>
        <key>OnDemand</key>
        <false/>
        <key>ProcessType</key>
        <string>Interactive</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/LogMeIn/bin/LogMeIn.app/Contents/MacOS/LogMeIn</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StandardErrorPath</key>
        <string>/Library/Logs/LogMeIn/stderr.log</string>
        <key>StandardOutPath</key>
       ...and 7 more line(s)
    Contents of /Library/LaunchDaemons/com.logmein.raupdate.plist
       - mod date: Nov 10 20:46:56 2014
       - checksum: 3493110929
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.logmein.raupdate</string>
        <key>OnDemand</key>
        <true/>
        <key>RunAtLoad</key>
        <false/>
        <key>KeepAlive</key>
        <false/>
        <key>LaunchOnlyOnce</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/LogMeIn/update/raupdate</string>
        <string>/s</string>
        </array>
        <key>StandardErrorPath</key>
        <string>/Library/Logs/LogMeIn/stderr.log</string>
        <key>StandardOutPath</key>
        <string>/Library/Logs/LogMeIn/stdout.log</string>
        <key>WorkingDirectory</key>
        <string>/Library/Application Support/LogMeIn/bin/</string>
       ...and 2 more line(s)
    Contents of /Library/LaunchDaemons/com.macpaw.CleanMyMac2.Agent.plist
       - mod date: Sep  1 15:15:35 2014
       - checksum: 2214847194
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Label</key>
        <string>com.macpaw.CleanMyMac2.Agent</string>
        <key>MachServices</key>
        <dict>
        <key>com.macpaw.CleanMyMac2.Agent</key>
        <true/>
        </dict>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PrivilegedHelperTools/com.macpaw.CleanMyMac2.Agent</string>
        </array>
        <key>ServiceIPC</key>
        <true/>
        <key>Sockets</key>
        <dict>
        <key>MasterSocket</key>
        <dict>
        <key>SockFamily</key>
        <string>Unix</string>
        <key>SockPathMode</key>
        <integer>438</integer>
       ...and 8 more line(s)
    Contents of /Library/LaunchDaemons/com.sharpcast.xfsmond.plist
       - mod date: May  4 20:28:27 2013
       - checksum: 3377386094
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//ENhttp://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <!-- SugarSync version 1.9.96.111090.20130403 -->
       <plist version="1.0">
       <dict>
        <key>Disabled</key>
        <false/>
        <key>Label</key>
        <string>com.sharpcast.xfsmond</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/SugarSync/scxfsmond</string>
        <string>-log</string>
        <string>error</string>
        <string>-launchd</string>
        </array>
        <key>Sockets</key>
        <dict>
        <key>Listeners</key>
        <dict>
        <key>SockFamily</key>
        <string>Unix</string>
        <key>SockPathMode</key>
        <integer>438</integer>
        <key>SockPathName</key>
       ...and 14 more line(s)
    Contents of Library/LaunchAgents/com.adobe.ARM.UUID.plist
       - mod date: Jul 24 11:11:09 2013
       - checksum: 394026997
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Label</key>
        <string>com.adobe.ARM.UUID</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/Adobe Reader.app/Contents/MacOS/Updater/Adobe Reader Updater Helper.app/Contents/MacOS/Adobe Reader Updater Helper</string>
        <string>semi-auto</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>12600</integer>
       </dict>
       </plist>
    Contents of Library/LaunchAgents/com.google.keystone.agent.plist
       - mod date: Nov 30 14:26:35 2014
       - checksum: 4084537214
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Label</key>
        <string>com.google.keystone.user.agent</string>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>ProgramArguments</key>
        <array>
         <string>/Users/USER/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bu ndle/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftw areUpdateAgent</string>
         <string>-runMode</string>
         <string>ifneeded</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>3523</integer>
        <key>StandardErrorPath</key>
        <string>/dev/null</string>
        <key>StandardOutPath</key>
        <string>/dev/null</string>
       </dict>
       </plist>
    Listeners
       cupsd: ipp
    User login items
       Garmin Express Service
       - /Applications/Garmin Express.app/Contents/Library/LoginItems/Garmin Express Service.app
       Dropbox
       - /Applications/Dropbox.app
       Google Chrome
       - /Applications/Google Chrome.app
       ThisLife Uploader
       - /Applications/ThisLife Uploader.app
       WDQuickView
       - /Library/Application Support/WDSmartWare/WDQuickView.app
    Safari extensions
       Evernote Web Clipper
       - com.evernote.safari.clipper
    Widgets
       iCal
       Earth
    Restricted files: 339
    Lockfiles: 101
    Elapsed time (s): 844
    Wow, that's a lot of data for you to sift through, but I suppose you know what you are looking to find. I bet you earned every one of those points. Thanks, Linc. All the folks in the world waiting for me to share their photos with them thank you as well : )  Cathleen

  • Problem description: My Macbook air runs very slow since installed Yosemite a few days ago  EtreCheck version: 2.0.6 (91) Report generated October 24, 2014 at 12:07:13 GMT 3  Hardware Information: ️ MacBook Air (13-inch, Mid 2012) (Verified) MacBoo

    Problem description:
    My Macbook air runs very slow since installed Yosemite a few days ago
    EtreCheck version: 2.0.6 (91)
    Report generated October 24, 2014 at 12:07:13 GMT+3
    Hardware Information: ℹ️
      MacBook Air (13-inch, Mid 2012) (Verified)
      MacBook Air - model: MacBookAir5,2
      1 2 GHz Intel Core i7 CPU: 2-core
      8 GB RAM Not upgradeable
      BANK 0/DIMM0
      4 GB DDR3 1600 MHz ok
      BANK 1/DIMM0
      4 GB DDR3 1600 MHz ok
      Bluetooth: Good - Handoff/Airdrop2 supported
      Wireless:  en0: 802.11 a/b/g/n
    Video Information: ℹ️
      Intel HD Graphics 4000 -
      Color LCD 1440 x 900
    System Software: ℹ️
      OS X 10.10 (14A389) - Uptime: 0:15:57
    Disk Information: ℹ️
      APPLE SSD SM256E disk0 : (251 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      Macintosh HD (disk1) /  [Startup]: 249.77 GB (28.85 GB free)
      Core Storage: disk0s2 250.14 GB Online
    USB Information: ℹ️
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Internal Memory Card Reader
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Applications/Parallels Access.app
      [loaded] com.parallels.virtualsound (1.0.27 27 - SDK 10.6) Support
      /Applications/Parallels Desktop.app
      [not loaded] com.parallels.kext.hidhook (9.0 24251.1052177) Support
      [not loaded] com.parallels.kext.hypervisor (9.0 24251.1052177) Support
      [not loaded] com.parallels.kext.netbridge (9.0 24251.1052177) Support
      [not loaded] com.parallels.kext.usbconnect (9.0 24251.1052177) Support
      [not loaded] com.parallels.kext.vnic (9.0 24251.1052177) Support
      /Library/Extensions
      [not loaded] org.virtualbox.kext.VBoxDrv (4.2.4) Support
      [not loaded] org.virtualbox.kext.VBoxNetAdp (4.2.4) Support
      [not loaded] org.virtualbox.kext.VBoxNetFlt (4.2.4) Support
      [not loaded] org.virtualbox.kext.VBoxUSB (4.2.4) Support
    Startup Items: ℹ️
      VirtualBox: Path: /Library/StartupItems/VirtualBox
      Startup items are obsolete and will not work in future versions of OS X
    Launch Agents: ℹ️
      [invalid?] com.cisco.anyconnect.gui.plist Support
      [invalid?] com.oracle.java.Java-Updater.plist Support
      [running] com.parallels.mobile.prl_deskctl_agent.launchagent.plist Support
      [invalid?] com.teamviewer.teamviewer.plist Support
      [invalid?] com.teamviewer.teamviewer_desktop.plist Support
      [loaded] org.macosforge.xquartz.startx.plist Support
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist Support
      [running] com.cisco.anyconnect.vpnagentd.plist Support
      [loaded] com.microsoft.office.licensing.helper.plist Support
      [invalid?] com.oracle.java.Helper-Tool.plist Support
      [running] com.parallels.mobile.dispatcher.launchdaemon.plist Support
      [loaded] com.parallels.mobile.kextloader.launchdaemon.plist Support
      [loaded] com.teamviewer.Helper.plist Support
      [invalid?] com.teamviewer.teamviewer_service.plist Support
      [loaded] org.macosforge.xquartz.privileged_startx.plist Support
    User Launch Agents: ℹ️
      [loaded] com.google.keystone.agent.plist Support
      [running] com.microsoft.LaunchAgent.SyncServicesAgent.plist Support
      [running] com.parallels.mobile.startgui.launchagent.plist Support
      [not loaded] org.virtualbox.vboxwebsrv.plist Support
    User Login Items: ℹ️
      iTunesHelper Application (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
      Moveslink2 Application (/Applications/Moveslink2.app)
      Quicksilver Application (/Applications/Quicksilver.app)
      Google Drive Application (/Applications/Google Drive.app)
      Google Chrome ApplicationHidden (/Applications/Google Chrome.app)
      Dropbox UNKNOWN (missing value)
      EvernoteHelper Application (/Applications/Evernote.app/Contents/Library/LoginItems/EvernoteHelper.app)
    Internet Plug-ins: ℹ️
      SharePointBrowserPlugin: Version: 14.1.3 - SDK 10.6 Support
      FlashPlayer-10.6: Version: 15.0.0.189 - SDK 10.6 Support
      Flash Player: Version: 15.0.0.189 - SDK 10.6 Support
      Flip4Mac WMV Plugin: Version: 3.0.0.126   - SDK 10.8 Support
      QuickTime Plugin: Version: 7.7.3
      Default Browser: Version: 600 - SDK 10.10
    User Internet Plug-ins: ℹ️
      Google Earth Web Plug-in: Version: 7.1 Support
    Safari Extensions: ℹ️
      AdBlock
      OpenIE
      Facebook Photo Zoom
      Translate
      1-ClickWeather
    3rd Party Preference Panes: ℹ️
      Flash Player  Support
      Flip4Mac WMV  Support
    Time Machine: ℹ️
      Time Machine not configured!
    Top Processes by CPU: ℹ️
          7% WindowServer
          1% fontd
          1% Google Drive
          0% Microsoft Database Daemon
          0% AppleSpell
    Top Processes by Memory: ℹ️
      180 MB Google Drive
      86 MB mds_stores
      86 MB SyncServicesAgent
      86 MB Google Chrome
      86 MB Finder
    Virtual Memory Information: ℹ️
      2.25 GB Free RAM
      2.84 GB Active RAM
      2.56 GB Inactive RAM
      936 MB Wired RAM
      3.88 GB Page-ins
      74 KB Page-outs

    You have nearly run out of disk space.  Either purchase a larger one or start cleaning out the one you have?

  • My Macbook is running really slow - help (Etrecheck report included)

    I have a Macbook Pro, and it runs insanely slow.  Trying to do something simple like surfing the net and listening to Itunes generally results in the spinning wheel coming up after every clicked link.  Excel will cause a 45 second spinning wheel when doing something simple like =2+2.  I don't use this machine for anything too complicated and I'm just finding it runs extraordinarily slow.  Any advice is welcome.
    Problem description:
    Mac is running slow
    EtreCheck version: 2.1.5 (108)
    Report generated December 26, 2014 at 7:49:49 PM EST
    Click the [Support] links for help with non-Apple products.
    Click the [Details] links for more information about that line.
    Click the [Adware] links for help removing adware.
    Hardware Information: ℹ️
      MacBook Pro (13-inch, Mid 2012) (Verified)
      MacBook Pro - model: MacBookPro9,2
      1 2.5 GHz Intel Core i5 CPU: 2-core
      4 GB RAM Upgradeable
      BANK 0/DIMM0
      2 GB DDR3 1600 MHz ok
      BANK 1/DIMM0
      2 GB DDR3 1600 MHz ok
      Bluetooth: Good - Handoff/Airdrop2 supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      Intel HD Graphics 4000
      Color LCD 1280 x 800
    System Software: ℹ️
      OS X 10.9.5 (13F34) - Uptime: 26 days 0:16:38
    Disk Information: ℹ️
      APPLE HDD HTS547550A9E384 disk0 : (500.11 GB)
      EFI (disk0s1) <not mounted> : 210 MB
      Macintosh HD (disk0s2) / : 499.25 GB (64.27 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      MATSHITADVD-R   UJ-8A8 
    USB Information: ℹ️
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Computer, Inc. IR Receiver
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Library/Extensions
      [not loaded] com.BlackBerry.driver.USBCDCNCM (1.0.10 - SDK 10.7) [Support]
      [loaded] com.rim.driver.BlackBerryUSBDriverInt (2.2.7 - SDK 10.7) [Support]
      [loaded] com.rim.driver.BlackBerryVirtualPrivateNetwork (1.0.18 - SDK 10.8) [Support]
      /Library/Parallels/Parallels Service.app
      [not loaded] com.parallels.kext.prl_hid_hook (7.0 15107.796624) [Support]
      [not loaded] com.parallels.kext.prl_hypervisor (7.0 15107.796624) [Support]
      [not loaded] com.parallels.kext.prl_netbridge (7.0 15107.796624) [Support]
      [not loaded] com.parallels.kext.prl_usb_connect (7.0 15107.796624) [Support]
      [not loaded] com.parallels.kext.prl_vnic (7.0 15107.796624) [Support]
    Startup Items: ℹ️
      AvgNetShieldLoader: Path: /Library/StartupItems/AvgNetShieldLoader
      Startup items are obsolete in OS X Yosemite
    Problem System Launch Daemons: ℹ️
      [failed] com.apple.wdhelper.plist
    Launch Agents: ℹ️
      [not loaded] com.adobe.AAM.Updater-1.0.plist [Support]
      [running] com.avg.LinkScannerAgent.plist [Support]
      [loaded] com.citrix.AuthManager_Mac.plist [Support]
      [running] com.citrix.ReceiverHelper.plist [Support]
      [running] com.citrix.ServiceRecords.plist [Support]
      [loaded] com.oracle.java.Java-Updater.plist [Support]
      [invalid?] com.parallels.desktop.launch.plist [Support]
      [loaded] com.parallels.DesktopControlAgent.plist [Support]
      [running] com.parallels.vm.prl_pcproxy.plist [Support]
      [running] com.rim.BBLaunchAgent.plist [Support]
      [running] com.rim.blackberrylink.BlackBerry-Link-Helper-Agent.plist [Support]
      [running] com.rim.PeerManager.plist [Support]
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist [Support]
      [running] com.avg.apiServices.plist [Support]
      [running] com.avg.avginfosd.plist [Support]
      [loaded] com.microsoft.office.licensing.helper.plist [Support]
      [loaded] com.oracle.java.Helper-Tool.plist [Support]
      [loaded] com.oracle.java.JavaUpdateHelper.plist [Support]
      [running] com.parallels.desktop.launchdaemon.plist [Support]
      [running] com.rim.BBDaemon.plist [Support]
      [not loaded] com.rim.nkehelper.plist [Support]
      [running] com.rim.tunmgr.plist [Support]
    User Launch Agents: ℹ️
      [loaded] com.adobe.ARM.[...].plist [Support]
      [loaded] com.google.keystone.agent.plist [Support]
      [loaded] com.valvesoftware.steamclean.plist [Support]
    User Login Items: ℹ️
      iTunesHelper Application (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
      Dropbox Application (/Applications/Dropbox.app)
    Internet Plug-ins: ℹ️
      Default Browser: Version: 537 - SDK 10.9
      AdobeAAMDetect: Version: AdobeAAMDetect 1.0.0.0 - SDK 10.6 [Support]
      FlashPlayer-10.6: Version: 15.0.0.246 - SDK 10.6 [Support]
      AdobePDFViewerNPAPI: Version: 11.0.09 - SDK 10.6 [Support]
      Silverlight: Version: 5.1.10411.0 - SDK 10.6 [Support]
      Flash Player: Version: 15.0.0.246 - SDK 10.6 Mismatch! Adobe recommends 16.0.0.235
      QuickTime Plugin: Version: 7.7.3
      CitrixICAClientPlugIn: Version: 11.7.0 - SDK 10.7 [Support]
      SharePointBrowserPlugin: Version: 14.1.0 [Support]
      AdobePDFViewer: Version: 11.0.09 - SDK 10.6 [Support]
      iPhotoPhotocast: Version: 7.0 - SDK 10.8
      JavaAppletPlugin: Version: Java 7 Update 71 Check version
    User internet Plug-ins: ℹ️
      WebEx64: Version: 1.0 - SDK 10.6 [Support]
    Safari Extensions: ℹ️
      AVG LinkScanner [Installed]
    3rd Party Preference Panes: ℹ️
      Citrix ShareFile Sync  [Support]
      Flash Player  [Support]
      Java  [Support]
      LinkScannerSettings  [Support]
      MacFUSE  [Support]
      Tuxera NTFS  [Support]
    Time Machine: ℹ️
      Time Machine not configured!
    Top Processes by CPU: ℹ️
          4% WindowServer
          1% HP Device Monitor
          0% Google Chrome
          0% fontd
          0% prl_disp_service
    Top Processes by Memory: ℹ️
      155 MB Google Chrome
      131 MB Google Chrome Helper
      120 MB softwareupdated
      99 MB mds_stores
      94 MB Finder
    Virtual Memory Information: ℹ️
      843 MB Free RAM
      1.68 GB Active RAM
      576 MB Inactive RAM
      892 MB Wired RAM
      35.64 GB Page-ins
      1.24 GB Page-outs

    I was hoping to get some more air-play on this.  No one can help?
    It is a long holiday weekend for many helpers here so responses will be slower---happens every major holiday. Lots of people traveling and not checking in.
    Your first major problem is that you have AVG anti-virus installed. Such pieces of dreck do not offer enough protection to justify the performance problems they cause.
    If you no longer use a Blackberry device, uninstall the many support files for it that are eating resources.
    System Software: ℹ️
      OS X 10.9.5 (13F34) - Uptime: 26 days 0:16:38
    Try a restart every once in a while. That clears out a lot of crud that builds up.
    The RAM usage results suggests that more RAM might help with your usage patterns. See how the computer behaves after restarting and evicting AGV, then we can judge whether you need more RAM. Your MBP can handle up to 16GB RAM and installation is a 10-15 minute job you can do at home.
    Mid-2012 13-inch MacBook Pro non-Retina; 2.5Ghz i5 processor; OS10.9.5; 8GB RAM

  • Early 2009 iMac is running very slow

    My early 2009 is running very slow.  Takes about a minute to open Safari upon start-up....even opening up folders from finder take a long time.  Get the spinning beachball often.  Opening websites takes 30-40 seconds sometimes....they do open eventually.  I have run permissions repair from Disk Utility. Our iPad has no such problems.  iMac is hardwired, iPad is wireless.  I ran a report with "EtreCheck" but don't really understand what it is telling me.  I have about 100GB of space left out of 300GB.  Will attach "EtreCheck" report if I can figure out how!
    Thanks so much for any help!  Only recent changes I have made is upgrading iPhone and updating Charter Cable Security Suite.
    Problem description:
    iMac running extremely slow, e.g. Safari takes a minute to open upon start up…
    EtreCheck version: 2.1.8 (121)
    Report generated March 14, 2015 at 10:56:31 AM EDT
    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: ℹ️
        iMac (20-inch, Early 2009) (Verified)
        iMac - model: iMac9,1
        1 2.66 GHz Intel Core 2 Duo CPU: 2-core
        2 GB RAM Upgradeable
            BANK 0/DIMM0
                1 GB DDR3 1067 MHz ok
            BANK 1/DIMM0
                1 GB DDR3 1067 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
        NVIDIA GeForce 9400 - VRAM: 256 MB
            iMac 1680 x 1050
    System Software: ℹ️
        OS X 10.10.1 (14B25) - Time since boot: 0:37:58
    Disk Information: ℹ️
        WDC WD3200AAJS-40H3A0 disk0 : (320.07 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            B&F's Mac (disk0s2) / : 319.21 GB (100.33 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
        HL-DT-ST DVDRW  GA11N
    USB Information: ℹ️
        Western Digital Ext HDD 1021 1 TB
            disk1s1 (disk1s1) <not mounted> : 32 KB
            WD Elements (disk1s3) /Volumes/WD Elements : 1.00 TB (407.60 GB free)
        Apple Inc. Built-in iSight
        Apple Inc. Keyboard Hub
            Logitech USB RECEIVER
            Apple Inc. Apple Keyboard
        Apple Computer, Inc. IR Receiver
        Apple Inc. BRCM2046 Hub
            Apple Inc. Bluetooth USB Host Controller
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /System/Library/Extensions
        [not loaded]    com.Maxtor.driver.PowSecDriver (4.3.1) [Click for support]
        [loaded]    com.f-secure.kext.fsauth (1.0.0d1) [Click for support]
        [not loaded]    com.maxtor.iokit.IOFireWireMxBt (4.2.6) [Click for support]
    Startup Items: ℹ️
        HP IO: Path: /Library/StartupItems/HP IO
        MxBtDaemon: Path: /Library/StartupItems/MxBtDaemon
        Startup items are obsolete in OS X Yosemite
    Launch Agents: ℹ️
        [loaded]    com.f-secure.relauncher.plist [Click for support]
        [loaded]    com.f-secure.trasher.plist [Click for support]
        [loaded]    com.hp.help.tocgenerator.plist [Click for support]
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.f-secure.fsavd.dbhelper.plist [Click for support]
        [running]    com.f-secure.fsavd.plist [Click for support]
        [loaded]    com.f-secure.fsmac.firewall.plist [Click for support]
        [loaded]    com.f-secure.fsmac.fsupdated_guts2.plist [Click for support]
        [loaded]    com.f-secure.fsmac.licensetool.plist [Click for support]
        [running]    com.f-secure.orspclient.plist [Click for support]
        [running]    com.iobit.AMCDaemon.plist [Click for support]
        [loaded]    com.klieme.TimeMachineScheduler.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
        [loaded]    com.oracle.java.JavaUpdateHelper.plist [Click for support]
    User Launch Agents: ℹ️
        [running]    com.amazon.music.plist [Click for support]
        [failed]    com.google.GoogleContactSyncAgent.plist [Click for support] [Click for details]
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [running]    com.iobit.MacBoosterMini.plist [Click for support]
        [failed]    com.zeobit.MacKeeper.Helper.plist [Click for support] [Click for details]
        [running]    ws.agile.1PasswordAgent.plist [Click for support]
    User Login Items: ℹ️
        Garmin Express Service    Application  (/Applications/Garmin Express.app/Contents/Library/LoginItems/Garmin Express Service.app)
        iTunesHelper    UNKNOWN Hidden (missing value)
        Messages    Application  (/Applications/Messages.app)
        Dropbox    Application  (/Applications/Dropbox.app)
        Skype    Application  (/Applications/Skype.app)
        Charter Security Suite    Application  (/Applications/Charter Security Suite/F-Secure Mac Protection.app)
    Internet Plug-ins: ℹ️
        Default Browser: Version: 600 - SDK 10.10
        Flip4Mac WMV Plugin: Version: 2.2.1.11  [Click for support]
        AmazonMP3DownloaderPlugin101750: Version: AmazonMP3DownloaderPlugin 1.0.17 - SDK 10.4 [Click for support]
        OfficeLiveBrowserPlugin: Version: 12.3.6 [Click for support]
        Silverlight: Version: 4.0.60310.0 [Click for support]
        FlashPlayer-10.6: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        Flash Player: Version: 16.0.0.305 - SDK 10.6 Outdated! Update
        QuickTime Plugin: Version: 7.7.3
        AmazonMP3DownloaderPlugin: Version: AmazonMP3DownloaderPlugin 1.0.17 - SDK 10.4 [Click for support]
        iPhotoPhotocast: Version: 7.0
        GarminGpsControl: Version: 4.2.0.0 - SDK 10.8 [Click for support]
        CANONiMAGEGATEWAYDL: Version: 3.0.0.2 [Click for support]
        JavaAppletPlugin: Version: Java 7 Update 71 Check version
    User internet Plug-ins: ℹ️
        WebEx: Version: 1.0 [Click for support]
    Safari Extensions: ℹ️
        AdBlock
        Searchme [Adware! - Remove]
        Browsing protection
    3rd Party Preference Panes: ℹ️
        Safe Anywhere Mac Settings  [Click for support]
        Flash Player  [Click for support]
        Flip4Mac WMV  [Click for support]
        Java  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Auto backup: YES
        Volumes being backed up:
            B&F's Mac: Disk size: 319.21 GB Disk used: 218.88 GB
        Destinations:
            WD Elements [Local]
            Total size: 1.00 TB
            Total number of backups: 142
            Oldest backup: 2010-09-24 03:28:31 +0000
            Last backup: 2015-03-14 14:11:02 +0000
            Size of backup disk: Excellent
                Backup size 1.00 TB > (Disk size 319.21 GB X 3)
    Top Processes by CPU: ℹ️
             3%    WindowServer
             0%    AppleSpell
             0%    fontd
             0%    askpermissiond
    Top Processes by Memory: ℹ️
        90 MB    Finder
        52 MB    WindowServer
        47 MB    Safari
        43 MB    mds_stores
        41 MB    Skype
    Virtual Memory Information: ℹ️
        37 MB    Free RAM
        522 MB    Active RAM
        503 MB    Inactive RAM
        382 MB    Wired RAM
        4.66 GB    Page-ins
        34 MB    Page-outs
    Diagnostics Information: ℹ️
        Mar 14, 2015, 10:56:30 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/MacBooster mini_2015-03-14-105630_[redacted].crash
        Mar 14, 2015, 10:56:20 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/MacBooster mini_2015-03-14-105620_[redacted].crash
        Mar 14, 2015, 10:56:09 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/MacBooster mini_2015-03-14-105609_[redacted].crash
        Mar 14, 2015, 10:55:58 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/MacBooster mini_2015-03-14-105558_[redacted].crash
        Mar 14, 2015, 10:55:49 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/MacBooster mini_2015-03-14-105549_[redacted].crash
        Mar 14, 2015, 10:55:38 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/MacBooster mini_2015-03-14-105538_[redacted].crash
        Mar 14, 2015, 10:55:27 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/MacBooster mini_2015-03-14-105527_[redacted].crash
        Mar 14, 2015, 10:55:00 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/MacBooster mini_2015-03-14-105500_[redacted].crash
        Mar 14, 2015, 10:54:45 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/MacBooster mini_2015-03-14-105445_[redacted].crash
        Mar 14, 2015, 10:54:37 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/MacBooster mini_2015-03-14-105437_[redacted].crash
        Mar 14, 2015, 10:54:25 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/MacBooster mini_2015-03-14-105425_[redacted].crash
        Mar 14, 2015, 10:54:14 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/MacBooster mini_2015-03-14-105414_[redacted].crash
        Mar 14, 2015, 10:54:04 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/MacBooster mini_2015-03-14-105404_[redacted].crash
        Mar 14, 2015, 10:53:32 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/MacBooster mini_2015-03-14-105332_[redacted].crash
        Mar 14, 2015, 10:53:21 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/MacBooster mini_2015-03-14-105321_[redacted].crash
        Mar 14, 2015, 10:53:10 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/MacBooster mini_2015-03-14-105310_[redacted].crash
        Mar 14, 2015, 10:30:26 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/garcon_2015-03-14-103026_[reda cted].crash
        Mar 14, 2015, 10:16:07 AM    Self test - passed
        Mar 14, 2015, 09:33:17 AM    /Library/Logs/DiagnosticReports/softwareupdated_2015-03-14-093317_[redacted].cp u_resource.diag [Click for details]
        Mar 13, 2015, 02:25:12 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.apple.WebKit.Plugin.64_201 5-03-13-142512_[redacted].crash
        Mar 14, 2015, 10:55:17 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/MacBooster mini_2015-03-14-105517_[redacted].crash
        Mar 14, 2015, 10:55:06 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/MacBooster mini_2015-03-14-105506_[redacted].crash
        Mar 14, 2015, 10:53:53 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/MacBooster mini_2015-03-14-105353_[redacted].crash
        Mar 14, 2015, 10:53:42 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/MacBooster mini_2015-03-14-105342_[redacted].crash
        Mar 13, 2015, 12:35:19 PM    /Library/Logs/DiagnosticReports/iTunes_2015-03-13-123519_[redacted].cpu_resourc e.diag [Click for details]
        Mar 13, 2015, 11:37:52 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/Safari_2015-03-13-113752_[reda cted].crash

    I am having the same issue. I am going through some of the things listed above. When doing the Go To Folder portion of the Adware tutorial none of those files existed on my iMac. I will do the rest but was wondering if you can see any clear problems from my EtreCheck report. Thanks!
    Problem description:
    slow imac
    EtreCheck version: 2.1.8 (121)
    Report generated March 24, 2015 at 11:33:34 AM EDT
    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: ℹ️
        iMac (21.5-inch, Late 2009) (Technical Specifications)
        iMac - model: iMac10,1
        1 3.06 GHz Intel Core 2 Duo CPU: 2-core
        4 GB RAM Upgradeable
            BANK 0/DIMM0
                Empty  
            BANK 1/DIMM0
                Empty  
            BANK 0/DIMM1
                2 GB DDR3 1067 MHz ok
            BANK 1/DIMM1
                2 GB DDR3 1067 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
        NVIDIA GeForce 9400 - VRAM: 256 MB
            iMac 1920 x 1080
            DELL SE198WFP 1440 x 900 @ 60 Hz
    System Software: ℹ️
        OS X 10.10.3 (14D105g) - Time since boot: 14:29:35
    Disk Information: ℹ️
        ST3500418ASQ disk0 : (500.11 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Macintosh HD (disk0s2) / : 499.25 GB (47.13 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
        HL-DT-ST DVDRW  GA11N 
    USB Information: ℹ️
        Apple Internal Memory Card Reader
        Apple Inc. Built-in iSight
        Apple Inc. BRCM2046 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Computer, Inc. IR Receiver
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /Library/Extensions
        [not loaded]    com.microsoft.VirtualPC.Networking (7.0.0) [Click for support]
        [not loaded]    com.microsoft.VirtualPC.OSServices (7.0.0) [Click for support]
            /System/Library/Extensions
        [loaded]    com.Cycling74.driver.SAVD (1.0.0d1 - SDK 10.6) [Click for support]
        [not loaded]    com.eltima.SyncMate.kext (0.2.4b14) [Click for support]
        [not loaded]    com.flipvideo.IOUSBCameraMassStorage (1.0.1) [Click for support]
        [not loaded]    com.leapfrog.codeless.kext (2) [Click for support]
        [not loaded]    com.leapfrog.driver.LfConnectDriver (1.0.1) [Click for support]
        [not loaded]    com.logmein.driver.LogMeInSoundDriver (1.0.0) [Click for support]
        [loaded]    com.squirrels.airparrot.framebuffer (3 - SDK 10.7) [Click for support]
        [loaded]    com.squirrels.driver.AirParrotSpeakers (1.7 - SDK 10.7) [Click for support]
        [not loaded]    com.wdc.driver.1394HP (1.0.8) [Click for support]
        [not loaded]    com.wdc.driver.IOFireWireWDHID (1.1.2) [Click for support]
        [not loaded]    com.wdc.driver.USBHP (1.0.10) [Click for support]
    Problem System Launch Agents: ℹ️
        [killed]    com.apple.cloudphotosd.plist
        [killed]    com.apple.cmfsyncagent.plist
        [killed]    com.apple.EscrowSecurityAlert.plist
        [failed]    com.apple.marcoagent.plist
        [killed]    com.apple.photolibraryd.plist
        [killed]    com.apple.sbd.plist
        [killed]    com.apple.scopedbookmarkagent.xpc.plist
        6 processes killed due to memory pressure
    Problem System Launch Daemons: ℹ️
        [killed]    com.apple.ctkd.plist
        [killed]    com.apple.geod.plist
        [killed]    com.apple.icloud.findmydeviced.plist
        [killed]    com.apple.ifdreader.plist
        [killed]    com.apple.nehelper.plist
        [failed]    com.apple.smbd.plist [Click for details]
        [killed]    com.apple.wdhelper.plist
        [killed]    org.cups.cupsd.plist
        7 processes killed due to memory pressure
    Launch Agents: ℹ️
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
        [failed]    syncmateStarter.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.sonos.smbbump.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [failed]    com.macpaw.CleanMyMac2Helper.diskSpaceWatcher.plist [Click for support] [Click for details]
        [failed]    com.macpaw.CleanMyMac2Helper.scheduledScan.plist [Click for support] [Click for details]
        [failed]    com.macpaw.CleanMyMac2Helper.trashWatcher.plist [Click for support] [Click for details]
        [running]    com.spotify.webhelper.plist [Click for support]
        [loaded]    uk.co.markallan.clamxav.freshclam.plist [Click for support]
    User Login Items: ℹ️
        Google+ Auto Backup    Application  (/Applications/Google+ Auto Backup.app)
        Google Chrome    Application Hidden (/Applications/Google Chrome.app)
        Actions Server    Application  (/Applications/Actions Server.app)
    Internet Plug-ins: ℹ️
        FlashPlayer-10.6: Version: 17.0.0.134 - SDK 10.6 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        AdobePDFViewerNPAPI: Version: 11.0.10 - SDK 10.6 [Click for support]
        AdobePDFViewer: Version: 11.0.10 - SDK 10.6 [Click for support]
        Flash Player: Version: 17.0.0.134 - SDK 10.6 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        Unity Web Player: Version: UnityPlayer version 4.3.5f1 - SDK 10.6 [Click for support]
        Silverlight: Version: 5.1.30214.0 - SDK 10.6 [Click for support]
        DirectorShockwave: Version: 12.1.5r155 - SDK 10.6 [Click for support]
        JavaAppletPlugin: Version: Java 8 Update 31 Check version
    User internet Plug-ins: ℹ️
        Picasa: Version: 1.0 - SDK 10.6 [Click for support]
        NugsterPlugin: Version: Unknown - SDK 10.6 [Click for support]
        Dashlane: Version: Dashlane 1.0.0 - SDK 10.10 [Click for support]
    Safari Extensions: ℹ️
        Buffer
        QuickTu
        Evernote Web Clipper
        Dashlane
        defaultsearch
        DuckDuckGo
        Save to Pocket
        AdBlock
        Tumblr+
    Audio Plug-ins: ℹ️
        VolumeLogic: Version: Unknown [Click for support]
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        Java  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Mobile backups: ON
        Auto backup: YES
        Volumes being backed up:
            Macintosh HD: Disk size: 499.25 GB Disk used: 452.11 GB
        Destinations:
            Seif Capsule [Network]
            Total size: 997.71 GB
            Total number of backups: 56
            Oldest backup: 2014-09-15 09:31:01 +0000
            Last backup: 2015-03-24 14:59:12 +0000
            Size of backup disk: Too small
                Backup size 997.71 GB < (Disk used 452.11 GB X 3)
    Top Processes by CPU: ℹ️
            35%    WindowServer
            23%    clamscan
            11%    Google Chrome
             2%    mds
             1%    coreaudiod
    Top Processes by Memory: ℹ️
        116 MB    Google Chrome
        115 MB    TweetDeck
        74 MB    Google Chrome Helper EH
        74 MB    Google Chrome Helper
        51 MB    clamscan
    Virtual Memory Information: ℹ️
        90 MB    Free RAM
        979 MB    Active RAM
        772 MB    Inactive RAM
        962 MB    Wired RAM
        47.27 GB    Page-ins
        1.00 GB    Page-outs
    Diagnostics Information: ℹ️
        Mar 23, 2015, 09:23:02 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.apple.preferences.internet accounts.remoteservice_2015-03-23-212302_[redacted].crash
        Mar 23, 2015, 08:55:04 PM    Self test - passed
        Mar 23, 2015, 01:05:28 PM    /Library/Logs/DiagnosticReports/Pages_2015-03-23-130528_[redacted].hang
        Mar 23, 2015, 10:34:13 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/garcon_2015-03-23-103413_[reda cted].crash
        Mar 21, 2015, 07:17:12 PM    /Library/Logs/DiagnosticReports/Kernel_2015-03-21-191712_[redacted].panic [Click for details]
        Mar 21, 2015, 01:41:17 PM    /Library/Logs/DiagnosticReports/TweetDeck_2015-03-21-134117_[redacted].cpu_reso urce.diag [Click for details]

  • Mac Book Pro with Yosemite run clearly slower than Mavericks

    HI
    I come from other thread about problems whit wifi connection with Yosemite. The great Linc David solved the problem and that has meant thoroughly clean the Mac
    I have a Mac Book Pro 13", early 2011 (!only four years¡) with 8 GB of RAM (the maximum), 2,7 GHz Intel Core i7 processor and whit Yosemite everything it´s significantly slower that with Mavericks: open a word, do a screening...even when typing fast some first characters don´t appear.
    My conclusion it´s clear the max OS that you can install in one Mac Book Pro 13", early 2011,(like me) it´s Maverick. Yosemite clearly slows the mac.
    If someone can convince me otherwise I would be very grateful, because I did not backup before installing the Yosemite. And i don´t know how go back. Here you have the Entrecheck report:
    Thanks in advance
    Jesus
    Problem description:
    Mac Book Pro 13”, early 2011 , 8GB  1333 MHz DDR3 (the max), 2,7 GHz Intel Core i7, run clearly slower with Yosemite than Mavericks
    EtreCheck version: 2.1.8 (121)
    Report generated 13 de abril de 2015, 15:28:48 CEST
    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 (13-inch, Early 2011) (Technical Specifications)
        MacBook Pro - model: MacBookPro8,1
        1 2.7 GHz Intel Core i7 CPU: 2-core
        8 GB RAM Upgradeable
            BANK 0/DIMM0
                4 GB DDR3 1333 MHz ok
            BANK 1/DIMM0
                4 GB DDR3 1333 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery Health: Normal - Cycle count 30
    Video Information: ℹ️
        Intel HD Graphics 3000
            Philips 244E 1920 x 1080 @ 60 Hz
    System Software: ℹ️
        OS X 10.10.3 (14D131) - Time since boot: 11:32:43
    Disk Information: ℹ️
        TOSHIBA MK5065GSXF disk0 : (500,11 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Macintosh HD (disk0s2) / : 499.25 GB (274.47 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
        MATSHITADVD-R   UJ-8A8 
    USB Information: ℹ️
        Apple Inc. FaceTime HD Camera (Built-in)
        Iomega Storage 500,11 GB
            EFI (disk2s1) <not mounted> : 210 MB
            Time Machine (disk2s2) /Volumes/Time Machine : 499.76 GB (293.79 GB free)
        Iomega Storage 500,11 GB
            EFI (disk1s1) <not mounted> : 210 MB
            Copia de Seguridad (disk1s2) /Volumes/Copia de Seguridad : 499.76 GB (316.45 GB free)
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Inc. BRCM2070 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Computer, Inc. IR Receiver
        Microsoft Compact Optical Mouse 500
        C3PO USB SMART CARD READER
        Wacom Co.,Ltd. Intuos5 touch S
    Firewire Information: ℹ️
        iomega eGo Rugged FW USB2 800mbit - 800mbit max
            EFI (disk3s1) <not mounted> : 210 MB
            JVT (disk3s2) /Volumes/JVT : 999.86 GB (868.78 GB free)
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Configuration files: ℹ️
        /etc/hosts - Count: 30
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /Applications/VMware Fusion.app
        [not loaded]    com.vmware.kext.vmci (90.6.3) [Click for support]
        [not loaded]    com.vmware.kext.vmioplug.14.1.3 (14.1.3) [Click for support]
        [not loaded]    com.vmware.kext.vmnet (0249.89.30) [Click for support]
        [not loaded]    com.vmware.kext.vmx86 (0249.89.30) [Click for support]
        [not loaded]    com.vmware.kext.vsockets (90.6.0) [Click for support]
            /System/Library/Extensions
        [loaded]    com.Cycling74.driver.Soundflower (1.6.6 - SDK 10.6) [Click for support]
        [not loaded]    com.emu.driver.EMUUSBAudio (1.4.0 - SDK 10.6) [Click for support]
        [loaded]    com.hzsystems.terminus.driver (4) [Click for support]
        [not loaded]    com.macvide.driver.MacVideAudioConnectorDriver (1.0.0) [Click for support]
        [not loaded]    com.roxio.BluRaySupport (1.1.6) [Click for support]
        [not loaded]    com.wacom.kext.wacomtablet (6.3.7 - SDK 10.8) [Click for support]
            /Users/[redacted]/Library/Services/ToastIt.service/Contents/MacOS
        [not loaded]    com.roxio.TDIXController (2.0) [Click for support]
    Startup Items: ℹ️
        MySQLCOM: Path: /Library/StartupItems/MySQLCOM
        Startup items are obsolete in OS X Yosemite
    Problem System Launch Agents: ℹ️
        [killed]    com.apple.CallHistoryPluginHelper.plist
        [killed]    com.apple.CallHistorySyncHelper.plist
        [killed]    com.apple.cloudphotosd.plist
        [killed]    com.apple.coreservices.appleid.authentication.plist
        [killed]    com.apple.EscrowSecurityAlert.plist
        [killed]    com.apple.gamed.plist
        [killed]    com.apple.icloud.fmfd.plist
        [killed]    com.apple.Maps.pushdaemon.plist
        [killed]    com.apple.photolibraryd.plist
        [killed]    com.apple.rcd.plist
        [killed]    com.apple.SafariCloudHistoryPushAgent.plist
        [killed]    com.apple.SafariNotificationAgent.plist
        [killed]    com.apple.security.cloudkeychainproxy.plist
        [killed]    com.apple.telephonyutilities.callservicesd.plist
        14 processes killed due to memory pressure
    Problem System Launch Daemons: ℹ️
        [killed]    com.apple.AssetCacheLocatorService.plist
        [killed]    com.apple.awdd.plist
        [failed]    com.apple.mtrecorder.plist
        [killed]    com.apple.nehelper.plist
        [killed]    com.apple.tccd.system.plist
        [killed]    com.apple.wdhelper.plist
        [killed]    com.apple.xpc.smd.plist
        6 processes killed due to memory pressure
    Launch Agents: ℹ️
        [not loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [loaded]    com.adobe.CS5ServiceManager.plist [Click for support]
        [loaded]    com.divx.dms.agent.plist [Click for support]
        [loaded]    com.divx.update.agent.plist [Click for support]
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
        [running]    com.wacom.wacomtablet.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.adobe.SwitchBoard.plist [Click for support]
        [failed]    com.apple.spirecorder.plist
        [loaded]    com.bombich.ccc.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
        [loaded]    com.oracle.java.JavaUpdateHelper.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.google.keystone.agent.plist [Click for support]
    User Login Items: ℹ️
        Mail    Aplicación Hidden (/Applications/Mail.app)
        Dropbox    Aplicación  (/Applications/Dropbox.app)
    Internet Plug-ins: ℹ️
        JavaAppletPlugin: Version: Java 8 Update 31 Check version
        WacomNetscape: Version: 2.1.0-1 - SDK 10.8 [Click for support]
        OVSHelper: Version: 1.1 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        WacomTabletPlugin: Version: WacomTabletPlugin 2.1.0.2 [Click for support]
        FlashPlayer-10.6: Version: 17.0.0.134 - SDK 10.6 [Click for support]
        DivX Web Player: Version: 3.2.4.1250 - SDK 10.6 [Click for support]
        Flash Player: Version: 17.0.0.134 - SDK 10.6 [Click for support]
        iPhotoPhotocast: Version: 7.0 - SDK 10.8
        QuickTime Plugin: Version: 7.7.3
        SharePointBrowserPlugin: Version: 14.0.0 [Click for support]
        DirectorShockwave: Version: 12.0.3r133 - SDK 10.6 [Click for support]
    User internet Plug-ins: ℹ️
        Google Earth Web Plug-in: Version: 7.1 [Click for support]
    Safari Extensions: ℹ️
        iMedia Converter Deluxe 
        iTube Studio
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        Java  [Click for support]
        MySQL  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Mobile backups: OFF
        Auto backup: NO - Auto backup turned off
        Volumes being backed up:
        Destinations:
            Time Machine [Local]
            Total size: 499.76 GB
            Total number of backups: 2
            Oldest backup: 2012-11-25 14:45:01 +0000
            Last backup: 2012-11-26 22:08:06 +0000
            Size of backup disk: Excellent
                Backup size 499.76 GB > (Disk size 0 B X 3)
    Top Processes by CPU: ℹ️
             9%    mds
             5%    WindowServer
             0%    fontd
             0%    taskgated
             0%    com.apple.ifdreader
    Top Processes by Memory: ℹ️
        412 MB    Finder
        172 MB    Safari
        137 MB    Mail
        86 MB    com.apple.WebKit.WebContent
        69 MB    WindowServer
    Virtual Memory Information: ℹ️
        2.92 GB    Free RAM
        1.95 GB    Active RAM
        762 MB    Inactive RAM
        1.64 GB    Wired RAM
        21.92 GB    Page-ins
        212 MB    Page-outs
    Diagnostics Information: ℹ️
        Apr 13, 2015, 04:20:54 AM    /Library/Logs/DiagnosticReports/BDLDaemon_2015-04-13-042054_[redacted].cpu_reso urce.diag [Click for details]
        Apr 13, 2015, 03:55:58 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/cloudd_2015-04-13-035558_[reda cted].crash
        Apr 13, 2015, 03:55:31 AM    /Library/Logs/DiagnosticReports/com.apple.AmbientDisplayAgent_2015-04-13-035531 _[redacted].crash
        Apr 13, 2015, 03:54:03 AM    Self test - passed
        Apr 13, 2015, 03:53:27 AM    /Library/Logs/DiagnosticReports/BDLDaemon_2015-04-13-035327_[redacted].cpu_reso urce.diag [Click for details]
        Apr 13, 2015, 03:33:24 AM    /Library/Logs/DiagnosticReports/WacomTabletDriver_2015-04-13-033324_[redacted]. crash
        Apr 13, 2015, 01:03:43 AM    /Library/Logs/DiagnosticReports/BDLDaemon_2015-04-13-010343_[redacted].cpu_reso urce.diag [Click for details]
        Apr 13, 2015, 12:59:40 AM    /Library/Logs/DiagnosticReports/AntivirusforMac_2015-04-13-005940_[redacted].cp u_resource.diag [Click for details]
        Apr 12, 2015, 10:28:40 PM    /Library/Logs/DiagnosticReports/WacomTabletDriver_2015-04-12-222840_[redacted]. crash
        Apr 12, 2015, 07:58:07 PM    /Library/Logs/DiagnosticReports/System Preferences_2015-04-12-195807_[redacted].hang

    In fact many Mac forums talk about change the hard disk mechanical to other of solid state as solution for MacBook Pro.

  • Problem description: (MacBook Pro 15" late 2008, OSX Yosemite 10.10.2 installed, no pending updates) computer is running very slow - takes 2-3 minutes to open apps such as Pages, even when no other apps are open.  Randomly freezes and becomes unrespo

    Problem description:
    (MacBook Pro 15” late 2008, OSX Yosemite 10.10.2 installed, no pending updates) computer is running very slow - takes 2-3 minutes to open apps such as Pages, even when no other apps are open.  Randomly freezes and becomes unresponsive, requiring forced power down.  Randomly logs off.  Removed Kodak AIO software via Clean My Mac2, but BonjourAgent still there and requesting access.  Cleaned weekly with Clean My Mac2 and running Sophos AntiVirus. 2GB memory installed.  Currently 169.99 GB available of 249.2 GB capacity.
    Help?
    EtreCheck version: 2.1.8 (121)
    Report generated March 21, 2015 at 11:35:35 AM EDT
    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, Late 2008) (Technical Specifications)
        MacBook Pro - model: MacBookPro5,1
        1 2.4 GHz Intel Core 2 Duo CPU: 2-core
        2 GB RAM Upgradeable
            BANK 0/DIMM0
                1 GB DDR3 1067 MHz ok
            BANK 0/DIMM1
                1 GB DDR3 1067 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery Health: Normal - Cycle count 59
    Video Information: ℹ️
        NVIDIA GeForce 9400M - VRAM: 256 MB
            Color LCD 1440 x 900
        NVIDIA GeForce 9600M GT - VRAM: 256 MB
    System Software: ℹ️
        OS X 10.10.2 (14C1514) - Time since boot: 0:13:37
    Disk Information: ℹ️
        Hitachi HTS543225L9SA02 disk0 : (250.06 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Macintosh HD (disk0s2) / : 249.20 GB (168.91 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
        HL-DT-ST DVDRW  GS21N 
    USB Information: ℹ️
        Apple Inc. Built-in iSight
        Apple Inc. BRCM2046 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple, Inc. Apple Internal Keyboard / Trackpad
        Apple Computer, Inc. IR Receiver
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /Library/Extensions
        [not loaded]    com.leapfrog.driver.LfConnectDriver (1.11.1 - SDK 10.10) [Click for support]
        [loaded]    com.sophos.kext.sav (9.2.50 - SDK 10.8) [Click for support]
        [loaded]    com.sophos.nke.swi (9.2.50 - SDK 10.8) [Click for support]
            /System/Library/Extensions
        [not loaded]    com.leapfrog.codeless.kext (2) [Click for support]
    Launch Agents: ℹ️
        [not loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [running]    com.kodak.BonjourAgent.plist [Click for support]
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
        [running]    com.sophos.uiserver.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.adobe.SwitchBoard.plist [Click for support]
        [loaded]    com.leapfrog.connect.authdaemon.plist [Click for support]
        [loaded]    com.macpaw.CleanMyMac2.Agent.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
        [loaded]    com.oracle.java.JavaUpdateHelper.plist [Click for support]
        [running]    com.sophos.common.servicemanager.plist [Click for support]
    User Launch Agents: ℹ️
        [not loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [loaded]    com.macpaw.CleanMyMac2Helper.diskSpaceWatcher.plist [Click for support]
        [loaded]    com.macpaw.CleanMyMac2Helper.scheduledScan.plist [Click for support]
        [loaded]    com.macpaw.CleanMyMac2Helper.trashWatcher.plist [Click for support]
    User Login Items: ℹ️
        Dropbox    Application  (/Applications/Dropbox.app)
    Internet Plug-ins: ℹ️
        AdobeExManDetect: Version: AdobeExManDetect 1.1.0.0 - SDK 10.7 [Click for support]
        FlashPlayer-10.6: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        Flash Player: Version: 16.0.0.305 - SDK 10.6 Outdated! Update
        AdobeAAMDetect: Version: AdobeAAMDetect 2.0.0.0 - SDK 10.7 [Click for support]
        AmazonMP3DownloaderPlugin1017265: Version: AmazonMP3DownloaderPlugin 1.0.17 [Click for support]
        JavaAppletPlugin: Version: Java 8 Update 31 Check version
        AmazonMP3DownloaderPlugin: Version: AmazonMP3DownloaderPlugin 1.0.17 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        iPhotoPhotocast: Version: 7.0 - SDK 10.8
    User internet Plug-ins: ℹ️
        CitrixOnlineWebDeploymentPlugin: Version: 1.0.94 [Click for support]
        Google Earth Web Plug-in: Version: 6.0 [Click for support]
    Safari Extensions: ℹ️
        AdBlock
        Disconnect
        Add To Amazon Wish List
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        Java  [Click for support]
        Tuxera NTFS  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Mobile backups: OFF
        Auto backup: YES
        Volumes being backed up:
            Macintosh HD: Disk size: 249.20 GB Disk used: 80.29 GB
        Destinations:
            Backup [Local]
            Total size: 63.67 GB
            Total number of backups: 1
            Oldest backup: 2015-02-23 16:16:08 +0000
            Last backup: 2015-02-23 16:16:08 +0000
            Size of backup disk: Too small
                Backup size 63.67 GB < (Disk used 80.29 GB X 3)
    Top Processes by CPU: ℹ️
             5%    WindowServer
             1%    loginwindow
             0%    AppleSpell
             0%    SophosUIServer
             0%    SophosAntiVirus
    Top Processes by Memory: ℹ️
        118 MB    InterCheck
        101 MB    SophosScanD
        60 MB    Dropbox
        54 MB    mds_stores
        41 MB    SophosAntiVirus
    Virtual Memory Information: ℹ️
        49 MB    Free RAM
        682 MB    Active RAM
        652 MB    Inactive RAM
        315 MB    Wired RAM
        1.49 GB    Page-ins
        2 MB    Page-outs
    Diagnostics Information: ℹ️
        Mar 21, 2015, 11:18:52 AM    Self test - passed
        Mar 21, 2015, 10:53:03 AM    /Library/Logs/DiagnosticReports/SophosUIServer_2015-03-21-105303_[redacted].cra sh
        Mar 19, 2015, 07:59:03 PM    /Library/Logs/DiagnosticReports/CalNCService_2015-03-19-195903_[redacted].crash

    Linc Davis wrote:
    Slow performance after installing Yosemite on an older Mac is often caused by inadequate memory. Although you can install the upgrade on a Mac with 2 GB of memory, experience has shown that at least 4 GB is needed for full performance.
    Select About This Mac from the Apple menu. If you have less than 4 GB of memory, and your model has upgradable memory, install as much as it can take, or at least that much. Any reputable RAM vendor will have a web form in which you can select the Mac model and be directed to compatible parts.
    Memory in the MacBook Air is not upgradable. If that's what you have, you should restore the previous system from a backup, or replace the machine. Ask if you need guidance.
    The Etrecheck report clearly shows that SylvieRose has a Macbook Pro, not a Macbook Air and that there are only 2 GB  RAM installed.  The Etrecheck report can be very informative if one takes the time to examine it. 
    Ciao.

  • Macbook Pro 17" 2010 running very slow

    Hi,
    My MBP has been running much slower over time.  The beachball that never used to show up is now a frequent companion.  Having to Force Quit apps happens often.  The fan sometimes runs for extended periods of time.  Much of my software is Microsoft products.  But I have Final Cut Pro and Photoshop, and they're behaving similarly.   
    I've tried starting up in Safe Mode, Repairing Disk, and resetting SMC.  It didn't help.  I just discovered EtreCheck, and here's the report:
    EtreCheck version: 1.9.15 (52)
    Report generated September 11, 2014 at 11:15:16 AM EDT
    Hardware Information: ?
        MacBook Pro (17-inch, Mid 2010) (Verified)
        MacBook Pro - model: MacBookPro6,1
        1 2.53 GHz Intel Core i5 CPU: 2 cores
        8 GB RAM
    Video Information: ?
        Intel HD Graphics - VRAM: 288 MB
        NVIDIA GeForce GT 330M - VRAM: 512 MB
            Color LCD 1920 x 1200
    System Software: ?
        OS X 10.9.4 (13E28) - Uptime: 0 days 0:12:49
    Disk Information: ?
        Hitachi HTS545050B9SA02 disk0 : (500.11 GB)
        S.M.A.R.T. Status: Verified
            EFI (disk0s1) <not mounted>: 209.7 MB
            Macintosh HD (disk0s2) / [Startup]: 499.25 GB (280.59 GB free)
            Recovery HD (disk0s3) <not mounted>: 650 MB
        HL-DT-ST DVDRW  GS23N 
    USB Information: ?
        Apple Inc. BRCM2070 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Computer, Inc. IR Receiver
        Apple Inc. Built-in iSight
    Gatekeeper: ?
        Mac App Store and identified developers
    Startup Items: ?
        sysaid: Path: /Library/StartupItems/sysaid
    Launch Daemons: ?
        [loaded]    com.adobe.fpsaud.plist Support
        [not loaded]    com.adobe.SwitchBoard.plist Support
        [running]    com.eset.esets_daemon.plist Support
        [loaded]    com.google.keystone.daemon.plist Support
        [loaded]    com.microsoft.office.licensing.helper.plist Support
        [invalid]    com.oracle.java.Helper-Tool.plist
        [loaded]    com.oracle.java.JavaUpdateHelper.plist Support
        [not loaded]    com.teamviewer.teamviewer_service.plist Support
    Launch Agents: ?
        [not loaded]    com.adobe.AAM.Updater-1.0.plist Support
        [loaded]    com.adobe.CS5ServiceManager.plist Support
        [loaded]    com.google.keystone.agent.plist Support
        [invalid]    com.oracle.java.Java-Updater.plist
        [not loaded]    com.teamviewer.teamviewer.plist Support
        [not loaded]    com.teamviewer.teamviewer_desktop.plist Support
    User Launch Agents: ?
        [loaded]    com.adobe.AAM.Updater-1.0.plist Support
        [loaded]    com.adobe.ARM.[...].plist Support
        [loaded]    com.citrixonline.GoToMeeting.G2MUpdate.plist Support
        [loaded]    com.digitalrebellion.CrashAnalyzerLogWatcher.plist Support
        [loaded]    com.digitalrebellion.PreferenceManagerAutoSave.plist Support
        [loaded]    com.digitalrebellion.SoftwareUpdateAutoCheck.plist Support
        [failed]    com.zeobit.MacKeeper.Helper.plist Support
    User Login Items: ?
        UNKNOWN
        iTunesHelper
        Microsoft Database Daemon
        kgilfill
    Internet Plug-ins: ?
        o1dbrowserplugin: Version: 5.4.2.18903 Support
        Default Browser: Version: 537 - SDK 10.9
        Flip4Mac WMV Plugin: Version: 3.2.0.16   - SDK 10.8 Support
        OfficeLiveBrowserPlugin: Version: 12.2.3 Support
        AmazonMP3DownloaderPlugin101750: Version: AmazonMP3DownloaderPlugin 1.0.17 - SDK 10.4 Support
        Silverlight: Version: 5.1.30317.0 - SDK 10.6 Support
        FlashPlayer-10.6: Version: 15.0.0.152 - SDK 10.6 Support
        Flash Player: Version: 15.0.0.152 - SDK 10.6 Support
        QuickTime Plugin: Version: 7.7.3
        googletalkbrowserplugin: Version: 5.4.2.18903 Support
        iPhotoPhotocast: Version: 7.0
        AdobePDFViewer: Version: 9.5.5 Support
        SharePointBrowserPlugin: Version: 14.4.4 - SDK 10.6 Support
        JavaAppletPlugin: Version: 14.9.0 - SDK 10.7 Check version
    Audio Plug-ins: ?
        BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
        AirPlay: Version: 2.0 - SDK 10.9
        AppleAVBAudio: Version: 203.2 - SDK 10.9
        iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins: ?
        Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    User Internet Plug-ins ?
        CitrixOnlineWebDeploymentPlugin: Version: 1.0.105 Support
        WebEx64: Version: 1.0 - SDK 10.6 Support
        Google Earth Web Plug-in: Version: 7.1 Support
    3rd Party Preference Panes: ?
        Flash Player  Support
        Flip4Mac WMV  Support
        Growl  Support
    Time Machine: ?
        Skip System Files: NO
        Mobile backups: ON
        Auto backup: YES
        Volumes being backed up:
            Macintosh HD: Disk size: 464.96 GB Disk used: 203.64 GB
        Destinations:
            I-Omega [Local] (Last used)
            Total size: 1 TB
            Total number of backups: 7
            Oldest backup: 2013-02-14 20:53:42 +0000
            Last backup: 2014-08-22 18:32:20 +0000
            Size of backup disk: Excellent
                Backup size 1 TB > (Disk size 464.96 GB X 3)
        Time Machine details may not be accurate.
        All volumes being backed up may not be listed.
    Top Processes by CPU: ?
             3%    WindowServer
             2%    Microsoft Outlook
             1%    Microsoft Database Daemon
             1%    mtmd
             0%    JavaApplicationStub
    Top Processes by Memory: ?
        172 MB    Microsoft Outlook
        147 MB    com.apple.IconServicesAgent
        106 MB    JavaApplicationStub
        90 MB    esets_daemon
        90 MB    CalendarAgent
    Virtual Memory Information: ?
        4.10 GB    Free RAM
        2.13 GB    Active RAM
        775 MB    Inactive RAM
        1.02 GB    Wired RAM
        322 MB    Page-ins
        0 B    Page-outs
    Thanks is advance for any help or suggestions.

    Step 0
    Back up your Mac. Select the Time Machine icon in your Mac's menu bar and select Back Up Now.
    Step 1
    Uninstall ESET. It is capable of nothing beneficial and your Mac cannot operate properly with it installed.
    ESET offers no obvious way to uninstall it. To do that you must use the "Eset Cyber Security Pro Setup Wizard" included with its installation package. If you no longer have it, you must download it again from their website - not from any other source, such as may be found from an Internet search.
    Use the Uninstall icon:
    Disregard the blatantly fraudulent "Warning!" that appears:
    Lie about the reason in the following step, which cannot be bypassed. ESET's developer is disingenuous and expects the same of its users:
    ESET's uninstaller leaves components behind but it is sufficiently effective to render this piece of trash inert.
    Step 2
    Remove "MacKeeper":
    Follow these instructions to uninstall MacKeeper. They have been tested with the most recent version of MacKeeper. Earlier versions than the one released in 2012 require more extensive work to uninstall all its components.
    If you actually used MacKeeper to alter your system, e.g. "remove excess binaries" or such, you will need to reinstall OS X as well as all your additional software. Uninstalling MacKeeper is insufficient to reverse the corruption it is capable of - once again, that is if you used it.
    If you merely installed MacKeeper but did not use it to perform any particular action, the following instructions will suffice.
    If you used MacKeeper to encrypt any files or folders, use MacKeeper to un-encrypt them first.
    Quit the MacKeeper app if it is running.
    Open your Applications folder: Using the Finder's Go menu, select Applications.
    Drag the MacKeeper icon from your Applications folder (not the Dock) to the Trash.
    You will be asked to authenticate (twice):
    You do not need to provide a reason for uninstalling it:
    Just click the Uninstall MacKeeper button. You will be asked to authenticate again.
    After it uninstalls you may empty the Trash and restart your Mac. All that will remain is an inert log file that does nothing but occupy space on your hard disk.
    Step 3
    Restart your Mac. Evaluate the results.

Maybe you are looking for

  • Why is the video on my phone not changing when i flip my phone?

    I have the iphone 5 and ever since i updated it with the new os , the videos on my phone dont change when i change the position of my phone. i have tried to restore it as well but still the same. earlier i used to be able to change the position of my

  • Can I filter down to "locked images" in LR 5?

    I shot a job on a Canon 5D mark II, and edited the job in camera by setting the program>set feature to lock specific images. Is there a way for Lightroom 5 to filter down to these "locked" images? Thanks

  • Screen distortion and crashes

    I get a lot of screen distortion, and my iMac completely freezes or crashes.  I get a video ram failure message when I run Techtool.  I've tried reinstalling the system, but it's still happening. I had the logic board replaced while it was under warr

  • Vendor master records

    hi , if i configured F2 144 message for checking vendor master duplication ,is it case sensitive? i mean if i create vendor with capital letters (already is there with small letters) in NAME 1 or NAME 2,is it works. Regards, Ravi.

  • Intrusion Detection System

    Hi, I'm planning to write an intrusion detection system as part of a university project. I would love to use java as I know it better than any other language but I fear it may be too high-level. My question is this; is it possible in java to manipula