Essbase  Using Swap Memory - Degraded Performance

Currently on Essbase 6.5.4.2 and Sun Solaris 5.8I find that when the server is running very low on Physical RAM and needs to use Swap during any Essbase Calculation that calc time performance is severly degraded. Is this a functionality of Essbase or a setting in UNIX that can be altered?I'm not a UNIX admin and I need to know how to approach my IT group with this.Thanks!

Yes, that's to be expected. performance always degrades once swap file is used due to the i/o bottleneck of swapping ram to disk and back. The easiest solution is to prevent your applications running out of ram memory. I've noticed that applications grow in memory through use to some huge sizes, so I unload them from memory at least three times a day so that they load back nice and compact. I've set up a script to do this automatically at the beginning of the day, at midday and at the end. You can also manage memory manually, eg. if you need to run a major calculation, then unload all other applications, then unload that application and reload it before the calc.You can also try to use direct i/o. there is a Unix setting that you can switch to direct i/o, but it caused us problems and corrupted the databases, so use the Essbase database settings. On Solaris you need the root user to run the script 'root.sh', then it will become available. In database/settings, under storage, change the access to direct i/o and tick cache memory locking. You als have to assign a data file cache and reduce your data cache as it doesn't need to be so big about 10% of the data file cache. This will ensure that that database will allways have priority for ram and not use the swap file. The manual recommends that you use buffered i/o instead of direct i/o, but I think it is a matter of judgement. If you need it, then use it. We've been using it without problems. Make sure that your applications using direct i/o don't assign more memory than is available, otherwise it will go back to swap file. The log file will tell you if is is using direct i/o when an application loads.

Similar Messages

  • Does using TABLE FUNCTIONS degrades performance

    Hi,
    I am using a TABLE Function TABLE(TABLEA)
    I am using a SQL Statement where I am joing TABLE FUNCTION :TABLE(TABLEA) and Normal table:TABLEB
    i.e
    SELECT CODE,SUD FROM TABLEB,TABLE(TABLEA)
    WHERE CODE=CODE1 (CODE1 is a Object Type variable).

    user598986 wrote:
    I am using a TABLE Function TABLE(TABLEA)
    I am using a SQL Statement where I am joing TABLE FUNCTION :TABLE(TABLEA) and Normal table:TABLEB
    i.e
    SELECT CODE,SUD FROM TABLEB,TABLE(TABLEA)
    WHERE CODE=CODE1 (CODE1 is a Object Type variable).One particular issue with table functions and joins is that the optimizer doesn't have a clue about the cardinality, i.e. the number of rows returned by the table function and therefore applies defaults which might be way off. If you somehow know roughly how many rows are going to be returned (may be a quite constant number of rows or your process know the number of rows in a collection etc.) then you can help the optimizer by using the (undocumented) "CARDINALITY" hint, e.g.
    SELECT /*+ CARDINALITY (A, 100) */ CODE,SUD FROM TABLEB B,TABLE(TABLEA) A...
    tells the optimizer that the table function is going to return 100 rows. Note the usage of the alias in the hint.
    But bear in mind that this only helps partially, some other basic information like column statistics are still missing and therefore the estimates of the optimizer still might be inaccurate.
    Regards,
    Randolf
    Oracle related stuff blog:
    http://oracle-randolf.blogspot.com/
    SQLTools++ for Oracle (Open source Oracle GUI for Windows):
    http://www.sqltools-plusplus.org:7676/
    http://sourceforge.net/projects/sqlt-pp/

  • Use of Hints in performance tuning

    Hi
    Please let me know actual usage of hints in query tunging, how do we write hints of increase performnace.
    let me know below query will gives better performnce. if hints are not use query will degrade performance.
    SELECT /*+ ORDERED INDEX (b, jl_br_balances_n1) USE_NL (j b)
    USE_NL (glcc glf) USE_MERGE (gp gsb) */
    b.application_id ,
    b.set_of_books_id ,
    b.personnel_id,
    p.vendor_id Personnel,
    p.segment1 PersonnelNumber,
    p.vendor_name Name
    FROM jl_br_journals j,
    jl_br_balances b,
    gl_code_combinations glcc,
    fnd_flex_values_vl glf,
    gl_periods gp,
    gl_sets_of_books gsb,
    po_vendors p

    You'll likely have better luck posting this to an Oracle database forum, such as this one: PL/SQL
    The forum you have posted this to is for Oracle Policy Automation.
    Kind regards,
    Davin.

  • Netweaver performance swap memory

    Hello,
    I run Netweaver 7 BI on Windows 2003 Server X64. I have 8 Gb of Memory.
    After few minutes, Windows swaps :  jlaunch using 4 GB of swap memory and kernel 3gb of swap memory.
    This causes to slow down when accessing to SAP.
    Any ideas to optimize this ?
    Regards,
    Chea-Lie

    Hello Heng,
    Greetings!
    The main problem is SAP uses its memory parameters to maintain the buffers and these buffers are maintained by the profile parameters.
    To find which of these buffers are low you will have to ST02 transaction and find the ones which have much swaps. SAP memory is classified into many varieties like ABAP program buffer, Screen Buffer, Table Buffer, Calendar..etc.
    Double click on each of the buffers and find the current parameters from the button provided on the corresponding page. Search for SAP notes that could give you details on profile parameter maintenance for increased performance. Also find out whether the SAP ABAP system shows a low performance only when some of the user defined programs are running.
    Maintaining the correct profile parameter values providing suitable buffer space for the SAP system could optimize the server performance issues.
    For the Java system, I think you are not deploying any packages through Jlaunch. Also check the Virtual Memory of the SAP server, you would require a minimum of 20GB virtual memory for the normal performance of a SAP server with ABAP and Java instances. You also have memory parameters to be maintained for the J2EE engine.
    Award points if the suggestion was useful.
    Thank you
    Regards,
    Vineeth

  • Observation: SAP uses swap space even when OS has available unused memory

    Hi Folks,
       It is my understanding that any memory not used by the Linux OS itself or the SAP application is available for Linux to use for I/O buffers and file caching.  When the SAP application requires more memory I would expect Linux to take memory away from itself (release I/O buffer and/or file caching memory).
       We have observed that SAP uses swap space even when there is  memory available.  Is there some feature in SAP kernel or some ABAP construct that causes SAP to prefer swap space over available memory?  Or maybe there is a Linux kernel setting that influences SAP's use of swapping.
    Regards,
    Zaz

    Hi Mike
    You did not mention which distribution you have. Under SLES there is is a parameter called SWAPPINESS, which controls the buffering/swapping.
    cat /proc/sys/vm/swappiness
    If you don't already know, you can see the memory usage with the free command.
    root # free -m
                 total       used       free     shared    buffers     cached
    Mem:          7987       7901         85          0        364       4262
    -/+ buffers/cache:       3274       4712
    Swap:        15999          0      15999
    As far as i know, in this example 3274 is memory used by SAP and other processes and 4712 is cache. Please correct me if i am wrong.
    Regards
    Michael
    Edit: a low swappines, for example 10 means to reduce cache first, a high swappiness (example 100) means page out processes first
    Edited by: mho on Jun 20, 2008 11:21 AM

  • How to mount and use swap partition _only_ for hibernation ?

    By "hibernation" I mean suspend to disk.
    My disk is a bit poor in RAM and the dirsk is slow, so I want to prevent any swap use of my system.
    AND I want to use hibernation, in order to boot fatser... and not to loose my workspace state.
    With a swap partition, hibernation works nicely.
    But any intensive web browser easily lealds to incresed memory usage, hence swap use.
    I have lowered the swap priority in /etc/fstab, down to 1 (and even tried 0).
    Still, I am not satisfied : If would like not to use swap at all but for hibernation.
    My plan was hence :
    1) disable the automatic swap mount at boot
    2) add a systemd unit to only moutn before hibernation
    The first part was easy : I added a "noauto" option in /etc/fstab. Great, no more mounted swap. But, as expected, no more successful hibernation.
    Then I tried to create a custom systemd unit.
    - first copy the unit file automatically generated by systemd in /run/systemd/generator/dev-....swap to /etc/systemd/system/
    - and add "Before=sleep.target" line in the Unit section
    Result file here :
    > cat /etc/systemd/system/dev-disk-by\x2duuid-blablablabla.swap
    [Unit]
    Description=Swap required for hibernation
    Before=sleep.target
    [Swap]
    What=/dev/disk/by-uuid/blablablablabla
    Priority=5
    >
    Next step show be to enable it, but I first run a safety check :
    > systemctl show dev-disk-by\x2duuid-blablablabla.swap
    Id=dev-disk-by\x2duuid-blablablabla.swap
    Names=dev-disk-by\x2duuid-blablablabla.swap
    Requires=-.mount
    Wants=system.slice
    BindsTo=dev-disk-by\x2duuid-blablablabla.device
    RequiredBy=swap.target
    WantedBy=dev-disk-by\x2duuid-blablablabla.device
    Conflicts=umount.target
    Before=sleep.target umount.target swap.target
    After=systemd-journald.socket dev-disk-by\x2duuid-blablablabla.device system.slice -.mount
    RequiresMountsFor=/dev/disk/by-uuid/blablablabla
    Description=Swap required for hibernation
    LoadState=loaded
    ActiveState=inactive
    SubState=dead
    FragmentPath=/etc/systemd/system/dev-disk-by\x2duuid-blablablabla.swap
    UnitFileState=static
    InactiveExitTimestampMonotonic=0
    ActiveEnterTimestampMonotonic=0
    ActiveExitTimestampMonotonic=0
    InactiveEnterTimestampMonotonic=0
    CanStart=yes
    CanStop=yes
    CanReload=no
    CanIsolate=no
    StopWhenUnneeded=no
    RefuseManualStart=no
    RefuseManualStop=no
    AllowIsolate=no
    DefaultDependencies=yes
    >
    The problem here is that, somehow, a RequiredBy=swap.target line is apaprently automatically added, and makes exactly NOT what I want.
    I've been battling a bit with systemd, but so far I have no clue how to do this correctly.
    Important : I wand a clean "official" way, not to do a "service" unit that calls an home-brewed script taht calls swapon. I can do that, but systemd should be able to do it better than me, and without any trick.

    Hello and thank you all
    @fdservices & @WonderWoofy :
    In fact, I forgot to mentionned swappiness, just tought about mentionneing the swap priority which act at a very different level is only revelevant when you ahve several swap files.
    I have already modified that setting since quite a long time... and it indeed makes the system behaviour so much better.
    Honestly, I could do with it... that's what I am doing since a few months in fact, and it really largely improved the user experience.
    Still, the setting only makes swapping unlikely, but does not forbid it.
    @WonderWoofy & @lucke :
    You may be right, I could satisfy with swapiness...
    Still, my feeling is that swap at run-time is mostly a remeniscence of the time where having several megabytes of RAM was juste a fantasm. At that time, at least for some intensive operations, simulating more RAM thansk to the cheaper & slower disk capacity was really decisive for a good user experience... and to allow some operations like some huge compilations. My feeling is that today, with our Gigabytes of RAM on our desktop/laptop, the need is much lower. In fact a swap is probably counter-productive for SSD for example (fast, yes, but swap is by nature something you write quite often, reducing teh SSD lifetime significantly). And simulating extra RAM is also counter-productive with applications such as web browsers which handle large amount of memory to handle cache themselves; it causes memory pressure, hence trigger swapping and machien slowdown instead of trigerring their pseudo-smart memory cleaning mechanisms. Last but not least, it does not encourage any improvement on application memory needs and rationalisation.
    In fact, unless when I compile huge programs, or on really-limited-memory (embedded) systems, or eventually if swap can be hosted on significantly faster-than-storage disks, I feel that swapping does not really improve the user experience and system performance... and in contrary reduces them by having to handle swapping on and off memory & cache pages.
    SO that's why I want to try. It's OK if I fail, swappinees fixes most my user experience issue, but I try to solve my more "theorical" issue as well.
    And honestly, it is also to lean & play a bit with systemd as well.
    More to come, I have things partially working now. Partially for now, and maybe perfectly with your help ?

  • Will more number of waiting threads in thread pool degrade performance?

    Hi,
    I use thread pool and set the maximum number of threads to execute. My problem is, the thread pool initiates the number of threads and these threads wait until they get a work. Will this degrade the performance (The threads do I/O operations) ??

    Threads waiting for work will not degrade performance. If your work involves those threads waiting for I/O then that in itself will not degrade performance either (as long as they block and don't poll of course).
    All live threads consume resources however so if you are short on threads or memory then don't create too many of them.
    Pre-starting a large number of threads in a pool can cause a startup delay of course. Generally you should let the pool create threads as needed until it gets to the core pool size.

  • Can't get the VM to use virutal memory

    Hi all,
    Here the configuration I'm running :
    - Debian 3.1
    - java 1.5.0_09
    - 1 Go of physical memory
    - 2,6 Go of virtual memory
    - ulimit : no limit
    I have a webapp deployed on Tomcat 5.5 wich I have to deploy several times on the same server. Guess what happens : I'm running short on memory. The physical memory usage climbs to 99% and then application doesn't want to do anything new ...
    I thought it was because of the default values for Xms and Xmx, so I changed them to this : -Xms256m -Xmx512m (keep in mind that this amount of memory is not available at the time I start the server, i only have 400Mo free). Unfortunatly, I get the same error (some sort of out of memory one) and same behaviour.
    My problem is : the JVM does NOT use the virtual memory at all !
    What have done wrong ? Any guess ?
    Thanks for your time,
    Jerome

    Real programs need real memory. You can run Java applicatons out of swap space, but since the heap isn't organized to be accessed from the swap space, the performance will be dreadful. Particularly the performance of the garbage collector, the first phase of which walks the object graph: essentially random accessing into the heap, probably causing a page fault for each reference in the heap. Not pleasant.
    When your server starts up with -Xmx512m we will reserve 512MB of swap space for the heap, plus a bunch of other space for thread stacks, libraries, and random other data structures the JVM needs. If you have 2,6GB of virtual memory, I would expect you to be able to start 4 instances of your server, but not 5. With only 1GB of physical memory, I wouldn't expect the performance to be acceptable once the second instance has started, if you are really using the 512MB in each heap. If you are using closer to the 256MB of initial heap, then the second instance should be fine, and maybe even the third instance. Reserving swap space is cheap. Actually using it for running applications is a performance disaster. You should be able to use something like vmstat(8) to monitor your physical memory usage and paging activity.
    P.S. -Xmx512m and -Xmx512M are the same. See http://12.101.252.19/hotspot/xref/src/share/vm/runtime/arguments.cpp#461 for the code that does this.
    P.P.S. You should continue to use -Xms if you know that your application will need at least 256MB of heap space. Otherwise we will slowly grow the heap as your application needs that memory, after full collections to try to keep the heap from growing.

  • Why is my system swapping memory?

    Hi.  I've got 8gb of ram, yet even though my ram usage is never anywhere close to 100%, I still find now and then that my swap is being used.  Why is this?  I find that once I start swapping, performance takes a dump.  If I turn the swap off, all works well.
    Why would the system ever use swap if it doesn't need to?  Is there a way to check which processes are using swap?

    Pacopag wrote:Is there a way to check which processes are using swap?
    I'm sure someone will correct me if I'm wrong, but normal processes do not "use swap" in the way you are implying.  They just request/allocate memory and the kernel moves blocks of data around to swap and back as necessary.
    So if swap is being used when it shouldn't be, the kernel is moving things prematurely.  The specific processes that originally allocated that space should not be relevant.
    I know next to nothing about this, but you chould look into "swapiness" settings.

  • ST22 Swap memory problem

    Hi all,
    I having problem in BI 7.0 server for swap memory goes to RED color... I know some variables and paramaters, but I am not sure how to calculate (depend on 12GB physical memory)
    Screenshot here... if anyone know how to fix that I really appriciated
    http://www.flickr.com/photos/38842895@N04/4538676180/sizes/o/
    Thank in advance

    Double click on the red highlighted swap, now click on current parameters.
    Here you can see which parameters designates the memory for this buffer area.  Once buffer is exceeded it begins to SWAP.
    this is not a bad thing unless you are seeing performance problems.  Most performance problems are far deeper than this.
    You now need to research the overall memory usage and decide whether to increase the parameter and possibly decrease others.
    use ST06 as well for overall usage amounts of swap.
    There is much to understand but you can start by reading here:
    http://help.sap.com/saphelp_nw70/helpdata/en/34/d9c8b9c23c11d188b40000e83539c3/content.htm
    Edited by: Augustus Cristicini on Apr 20, 2010 10:05 PM

  • Increase swap memory

    Hi guys,
    I'm trying to run some strain calculations but my PC keeps running out of memory (first the RAM (4gb) and after that the swap memory (1GB), checked it with free). I know that for these particular calculations <8GB of memory should suffice. Does anybody know how to increase the swap memory from 1GB to 4GB without reinstalling arch linux?   
    Cheers,
    Joris
    Last edited by keizer (2010-04-10 23:00:14)

    1) replace swap with swapfile
    http://wiki.archlinux.org/index.php/Swap
    2) set properly swappiness:
    vm.swappiness = 100
    number corresponds to % of swap than can be used
    set
    vm.vfs_cache_pressure=500
    you can adjust these settings permanently via /etc/sysctl.conf or temporarily:
    sysctl -w vm.swappiness="100"
    these settings will not affect system performance if RAM memory is not exhausted but will help if swap is needed.

  • What can I tune to make the database use less memory in a 1GB ram notebook?

    Hi,
    Our notebook has 1GB ram only, running Windows XP Pro, Oracle10g Database, Oracle9i Application Server. It consumes about 1.4 - 1.5GB ram where it's already start using the virtual memory, therefore have some performance issue with it especially when try to startup the services.
    I'm not a DBA but I would like to get some advice on what and how can I tune the database to use less memory since the notebook is used for demo application only, so we save memory resource and make the notebook runs faster.
    Please advise.
    Thank you.

    Application Server 10gR1, 10gR2 is certified against WinXP:
    XP      10g (9.0.4.0.1)      N/A      Desupported       None       Yes      N/A
    XP      10g (9.0.4)      N/A      Desupported      None      Yes      N/A
    XP      10g (10.1.3.1.0)      N/A      Certified      Yes      None      None
    XP SP2+      10g (10.1.3.0.0)      N/A      Certified      None      Yes      Yes
    XP SP2      10g (10.1.2.0.2)      N/A      Certified      None      Yes      Yes
    XP SP2      10g (10.1.2.0.1)      N/A      Certified      None      Yes      Yes
    XP Xeon      10g (10.1.2.0.0)      N/A      Certified      None      Yes      Yes
    XP      10g (10.1.2.0.0)      N/A      Certified      None      Yes      Yes
    XP      9.0.3      N/A      Desupported      None      Yes      N/A
    XP      9.0.2.0.1      N/A      Desupported      None      None      N/ADessupported means Oracle will no longer produce patches or provide maintenance for the version, so in case you hit some new bug the only alternative will be to work with a higher version.
    In your case you could use 10g on XP. The only XP not supported is Home Edition.
    Coming back to the issue, since 9iR2 Oracle recommendation is to provide 1G for each AS node (infrastructure and middle tier). If you have this on the same box, by itself on the Enterprise install will consume more than 1G.
    Tuning 10g database won't make much difference. If you install AS 10gR2 it includes a 10gR1 Database as infrastructure database you could use for demo purposes.
    ~ Madrid.

  • Slow iMac, kernel_task using 1GB memory

    My iMac has been running slower and slower over the past year or so.  The problem seems to come and go, but I have been noticing increasing tendency for applications to hang, or to get stuck for minutes with spinning beach balls.  I've been carrying forward software and installations going all the way back to OS X 10.0 (from previous machines) and I probably have made some poor choices regarding installing third-party software in the past.
    I've seen some very helpful advice in this forum given to others (for example, here) so I thought I would post my problem here.
    I've been watching Activity Monitor, and the only thing I've noticed that seems consistently out of place is that kernel_task is using about 1GB of RAM.  (It was using about 2GB of RAM until I uninstalled Virtual Box, which clearly was a big part of my problems).
    I am fully backed up redundantly (locally via Time Machine and remotely via BackBlaze).  I'm holding off upgrading to Yosemite until I can clean this issue up (unless you think it would help).
    Below you will find posted two diagnostic reports.  The first is EtreCheck, followed by the results of the Terminal script posted by Linc Davis in this thread
    I hope that's sufficient to help the geniuses reading this forum give me some advice.  Thank you in advance for your help.
    ================
    ETRE CHECK
    =================
    Problem description:
    slow computer, kernel_task using 1GB memory
    EtreCheck version: 2.0.6 (91)
    Report generated October 27, 2014 at 8:42:21 PM PDT
    Hardware Information: ℹ️
      iMac (27-inch, Mid 2011) (Verified)
      iMac - model: iMac12,2
      1 3.1 GHz Intel Core i5 CPU: 4-core
      12 GB RAM Upgradeable
      BANK 0/DIMM0
      2 GB DDR3 1333 MHz ok
      BANK 1/DIMM0
      2 GB DDR3 1333 MHz ok
      BANK 0/DIMM1
      4 GB DDR3 1333 MHz ok
      BANK 1/DIMM1
      4 GB DDR3 1333 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      AMD Radeon HD 6970M - VRAM: 1024 MB
      iMac 2560 x 1440
      Apple Cinema Display 1680 x 1050
    System Software: ℹ️
      OS X 10.9.5 (13F34) - Uptime: 7 days 22:48:12
    Disk Information: ℹ️
      Hitachi HDS722020ALA330 disk0 : (2 TB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Macintosh HD (disk0s2) /  [Startup]: 2 TB (818.80 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      OPTIARC DVD RW AD-5680H
    USB Information: ℹ️
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple, Inc. Keyboard Hub
      Razer Razer DeathAdder 
      Apple, Inc Apple Keyboard
      Apple Inc. iPhone
      S.M.A.R.T. Status: Verified
      Apple Inc. iPod
      Canon CanoScan
      Apple Inc. BRCM2046 Hub
      Apple Inc. Bluetooth USB Host Controller
      American Power Conversion Back-UPS ES 750 FW:841.I3 .D USB FW:I3
      Apple Computer, Inc. IR Receiver
      Apple Internal Memory Card Reader
    Firewire Information: ℹ️
      OWC Mercury Elite-AL Pro unknown_device 800mbit - 800mbit max
      S.M.A.R.T. Status: Verified
      EFI (disk1s1) <not mounted> : 210 MB
      OWC Time Capsule (disk1s2) /Volumes/OWC Time Capsule : 2 TB (57.75 GB free)
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Library/Application Support/LogMeIn/drivers
      [loaded] com.logmein.driver.LogMeInSoundDriver (1.0.3 - SDK 10.5) Support
      /System/Library/Extensions
      [loaded] com.Cycling74.driver.Soundflower (1.5.2) Support
      [not loaded] com.palm.ClassicNotSeizeDriver (3.2.1) Support
      [loaded] com.razer.driver.RazerDeathAdderDriver (2.0.2) Support
      [not loaded] com.tomtom.driver.UsbEthernetGadget (1.0.0d1) Support
      [not loaded] com.wdc.driver.1394HP (1.0.5) Support
      [not loaded] com.wdc.driver.USBHP (1.0.2) Support
      [loaded] jp.plentycom.driver.SteerMouse (4.0.2) Support
      [not loaded] net.pocketmac.driver.BlackberryUSB (2.0.2) Support
      [not loaded] net.pocketmac.driver.BlackberryUSBDev (2.0.2) Support
    Startup Items: ℹ️
      ChmodBPF: Path: /Library/StartupItems/ChmodBPF
      Startup items are obsolete and will not work in future versions of OS X
    Launch Agents: ℹ️
      [invalid?] com.cisco.anyconnect.gui.plist Support
      [loaded] com.citrix.AuthManager_Mac.plist Support
      [running] com.citrix.ReceiverHelper.plist Support
      [running] com.citrix.ServiceRecords.plist Support
      [loaded] com.google.keystone.agent.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
      [loaded] com.oracle.java.Java-Updater.plist Support
      [running] com.razer.DeathAdder.Daemon.plist Support
      [running] com.symantec.ev.daemon.plist Support
      [loaded] org.macosforge.xquartz.startx.plist Support
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist Support
      [running] com.backblaze.bzserv.plist Support
      [loaded] com.barebones.authd.plist Support
      [loaded] com.barebones.textwrangler.plist Support
      [loaded] com.bombich.ccc.plist Support
      [not loaded] com.bombich.ccc.scheduledtask.869BF412-1824-4F8C-A551-8A7FE5394255.plist Support
      [not loaded] com.bombich.ccc.scheduledtask.CEBED225-0D54-453F-8068-8F1BE50D016D.plist Support
      [running] com.cisco.anyconnect.vpnagentd.plist Support
      [running] com.freemacsoft.appcleanerd.plist Support
      [failed] com.google.GoogleML.plist Support
      [loaded] com.google.keystone.daemon.plist Support
      [loaded] com.leapfrog.connect.authdaemon.plist Support
      [not loaded] com.logmein.logmeinblanker.plist Support
      [not loaded] com.logmein.logmeinserver.plist Support
      [invalid?] com.logmein.raupdate.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
      [loaded] com.rogueamoeba.hermes.plist Support
      [loaded] org.macosforge.xquartz.privileged_startx.plist Support
    User Launch Agents: ℹ️
      [loaded] com.adobe.ARM.[...].plist Support
      [running] com.backblaze.bzbmenu.plist Support
      [invalid?] com.citrixonline.GoToMeeting.G2MUpdate.plist Support
      [invalid?] com.google.Chrome.framework.plist Support
      [running] com.leapfrog.connect.monitor.plist Support
      [not loaded] jp.co.canon.Inkjet_Extended_Survey_Agent.plist Support
      [not loaded] ws.agile.1PasswordAgent.plist Support
    User Login Items: ℹ️
      HyperDock Helper Application (/Library/PreferencePanes/HyperDock.prefpane/Contents/Resources/HyperDock Helper.app)
      Dropbox Application (/Applications/Dropbox.app)
      EvernoteHelper Application (/Applications/Evernote.app/Contents/Library/LoginItems/EvernoteHelper.app)
    Internet Plug-ins: ℹ️
      o1dbrowserplugin: Version: 5.4.2.18903 Support
      Google Earth Web Plug-in: Version: 6.0 Support
      Default Browser: Version: 537 - SDK 10.9
      Flip4Mac WMV Plugin: Version: 2.4.2.4 Support
      net.juniper.DSSafariExtensions: Version: (null) Support
      mb: Version: (null) Support
      OfficeLiveBrowserPlugin: Version: 12.3.6 Support
      FlashPlayer-10.6: Version: 15.0.0.189 - SDK 10.6 Support
      Silverlight: Version: 5.1.20913.0 - SDK 10.6 Support
      Flash Player: Version: 15.0.0.189 - SDK 10.6 Support
      iPhotoPhotocast: Version: 7.0 - SDK 10.8
      CitrixICAClientPlugIn: Version: 11.8.2 - SDK 10.7 Support
      googletalkbrowserplugin: Version: 5.4.2.18903 Support
      GarminGpsControl: Version: 4.2.0.0 - SDK 10.8 Support
      QuickTime Plugin: Version: 7.7.3
      SharePointBrowserPlugin: Version: 14.4.5 - SDK 10.6 Support
      JavaAppletPlugin: Version: Java 7 Update 65 Check version
    User Internet Plug-ins: ℹ️
      ATTConnectEventEntry: Version: 1.0.3 - SDK 10.6
      OctoshapeWeb: Version: 1.0 Support
      WebEx64: Version: 1.0 - SDK 10.6 Support
      WebEx: Version: 1.0 Support
      ATTConnectWCPlugin1_0_6: Version: 1.0.6 Support
      Picasa: Version: 1.0 Support
      CitrixOnlineWebDeploymentPlugin: Version: 1.0.105 Support
    Safari Extensions: ℹ️
      1Password
      OpenIE
    3rd Party Preference Panes: ℹ️
      Application Enhancer  Support
      Backblaze Backup  Support
      Enterprise Vault  Support
      Flash Player  Support
      Flip4Mac WMV  Support
      Growl  Support
      HyperDock  Support
      Java  Support
      MacFUSE  Support
      MusicManager  Support
      Perian  Support
      SteerMouse  Support
    Time Machine: ℹ️
      Skip System Files: NO
      Auto backup: YES
      Volumes being backed up:
      Macintosh HD: Disk size: 2 TB Disk used: 1 TB
      Destinations:
      OWC Time Capsule [Local]
      Total size: 2 TB
      Total number of backups: 121
      Oldest backup: 2012-12-17 08:56:36 +0000
      Last backup: 2014-10-28 03:08:23 +0000
      Size of backup disk: Too small
      Backup size 2 TB < (Disk used 1 TB X 3)
    Top Processes by CPU: ℹ️
          7% Microsoft Outlook
          3% WindowServer
          3% JavaAppLauncher
          3% find
          1% Google Chrome
    Top Processes by Memory: ℹ️
      515 MB iPhoto
      515 MB iTunes
      245 MB WindowServer
      232 MB Finder
      219 MB Google Chrome
    Virtual Memory Information: ℹ️
      552 MB Free RAM
      4.56 GB Active RAM
      2.98 GB Inactive RAM
      1.87 GB Wired RAM
      93.91 GB Page-ins
      649 MB Page-outs
    ============================
    LINC DAVIS SCRIPT
    ============================
    Start time: 20:37:30 10/27/14
    Model Identifier: iMac12,2
    System Version: OS X 10.9.5 (13F34)
    Kernel Version: Darwin 13.4.0
    Time since boot: 7 days 22:43
    SATA
       Hitachi HDS722020ALA330                
    FireWire
       Unknown Device (OWC Mercury Elite-AL Pro)
    USB
       Razer DeathAdder (Razer)
       USB 2.0 Hub (TERMINUS TECHNOLOGY INC.)
       Composite Device (Garmin International)
       USB 2.0 Hub (TERMINUS TECHNOLOGY INC.)
       CanoScan (Canon Inc.)
       Hub (NEC Corporation)
       Hub (NEC Corporation)
    Log
       Oct 24 23:01:28 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x03, ASC = 0x02, ASCQ = 0x00
       Oct 24 23:01:30 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x03, ASC = 0x02, ASCQ = 0x00
       Oct 24 23:01:30 disk4: I/O error.
       Oct 24 23:01:33 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x03, ASC = 0x02, ASCQ = 0x00
       Oct 24 23:01:35 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x03, ASC = 0x02, ASCQ = 0x00
       Oct 24 23:01:35 disk4: I/O error.
       Oct 24 23:01:39 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x03, ASC = 0x02, ASCQ = 0x00
       Oct 24 23:01:42 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x03, ASC = 0x02, ASCQ = 0x00
       Oct 24 23:01:42 disk4: I/O error.
       Oct 24 23:01:47 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x03, ASC = 0x02, ASCQ = 0x00
       Oct 25 00:10:39 msdosfs_fat_uninit_vol: error 6 from msdosfs_fat_cache_flush
       Oct 25 00:24:11 process iTunes[918] thread 39534 caught burning CPU!; EXC_RESOURCE supressed due to audio playback
       Oct 25 08:24:45 USBF:    469798.165    AppleUSBEHCI::Found a transaction which hasn't moved in 5000 milliseconds on bus 0xfa, timing out! (Addr: 9, EP: 2)
       Oct 25 08:24:52 USBF:    469805.173    AppleUSBEHCI::Found a transaction which hasn't moved in 5000 milliseconds on bus 0xfa, timing out! (Addr: 9, EP: 2)
       Oct 25 08:24:58 USBF:    469811.184    AppleUSBEHCI::Found a transaction which hasn't moved in 5000 milliseconds on bus 0xfa, timing out! (Addr: 9, EP: 2)
       Oct 25 08:25:05 USBF:    469818.191    AppleUSBEHCI::Found a transaction which hasn't moved in 5000 milliseconds on bus 0xfa, timing out! (Addr: 9, EP: 2)
       Oct 25 08:25:12 USBF:    469825.199    AppleUSBEHCI::Found a transaction which hasn't moved in 5000 milliseconds on bus 0xfa, timing out! (Addr: 9, EP: 2)
       Oct 25 08:25:18 USBF:    469831.208    AppleUSBEHCI::Found a transaction which hasn't moved in 5000 milliseconds on bus 0xfa, timing out! (Addr: 9, EP: 2)
       Oct 25 08:25:25 USBF:    469838.213    AppleUSBEHCI::Found a transaction which hasn't moved in 5000 milliseconds on bus 0xfa, timing out! (Addr: 9, EP: 2)
       Oct 25 08:25:32 USBF:    469845.224    AppleUSBEHCI::Found a transaction which hasn't moved in 5000 milliseconds on bus 0xfa, timing out! (Addr: 9, EP: 2)
       Oct 25 08:25:39 USBF:    469852.235    AppleUSBEHCI::Found a transaction which hasn't moved in 5000 milliseconds on bus 0xfa, timing out! (Addr: 9, EP: 2)
       Oct 25 08:25:46 USBF:    469859.242    AppleUSBEHCI::Found a transaction which hasn't moved in 5000 milliseconds on bus 0xfa, timing out! (Addr: 9, EP: 2)
       Oct 25 08:25:53 USBF:    469866.250    AppleUSBEHCI::Found a transaction which hasn't moved in 5000 milliseconds on bus 0xfa, timing out! (Addr: 9, EP: 2)
       Oct 25 10:56:09 process WindowServer[111] caught causing excessive wakeups. EXC_RESOURCE supressed due to audio playback
       Oct 26 09:40:48 jnl: disk5s2: journal start/end pointers reset! (jnl 0xffffff8025f82a80; s 0x692000 e 0x698000)
    Memory: kernel_task (UID 0) is using 1174 MB
    kexts
       com.apple.AppleFSCompression.AppleFSCompressionTypeLZVN (1.0.0d1)
       com.apple.driver.AppleIntelHD3000Graphics (8.2.4)
       com.apple.AMDRadeonX3000 (1.2.4)
       com.logmein.driver.LogMeInSoundDriver (1.0.3)
       com.Cycling74.driver.Soundflower (1.5.2)
       com.razer.driver.RazerDeathAdderDriver (2.0.2)
       jp.plentycom.driver.SteerMouse (4.0.2)
    Daemons
       org.postfix.master
       org.ntp.ntpd
       org.cups.cupsd
       com.vix.cron
       org.macosforge.xquartz.privileged_startx
       com.rogueamoeba.hermes
       com.oracle.java.JavaUpdateHelper
       com.oracle.java.Helper-Tool
       com.microsoft.office.licensing.helper
       com.logmein.raupdate
       com.leapfrog.connect.authdaemon
       com.google.keystone.daemon
       com.google.GoogleML
       com.freemacsoft.appcleanerd
       com.cisco.anyconnect.vpnagentd
       com.bombich.ccc
       com.barebones.textwrangler
       com.barebones.authd
       com.backblaze.bzserv
       com.adobe.fpsaud
    Agents
       com.google.GoogleTalkPluginD.5488.UUID
       com.citrix.ReceiverHelper
       com.citrix.ServiceRecords
       com.citrix.AuthManager_Mac
       jp.co.canon.ijscanner2.scanner.ica.12528.UUID
       2BUA8C4S2C.com.agilebits.onepassword4-helper
       org.macosforge.xquartz.startx
       com.symantec.ev.daemon
       com.razer.DeathAdder.Daemon
       com.oracle.java.Java-Updater
       com.logmein.LMILaunchAgentFixer
       com.google.keystone.system.agent
       com.cisco.anyconnect.gui
       com.leapfrog.connect.monitor
       com.citrixonline.GoToMeeting.G2MUpdate
       com.backblaze.bzbmenu
       com.adobe.ARM.UUID
    launchd
       /Library/LaunchAgents/com.cisco.anyconnect.gui.plist
       - com.cisco.anyconnect.gui
       /Library/LaunchAgents/com.citrix.AuthManager_Mac.plist
       - com.citrix.AuthManager_Mac
       /Library/LaunchAgents/com.citrix.ReceiverHelper.plist
       - com.citrix.ReceiverHelper
       /Library/LaunchAgents/com.citrix.ServiceRecords.plist
       - com.citrix.ServiceRecords
       /Library/LaunchAgents/com.google.keystone.agent.plist
       - com.google.keystone.system.agent
       /Library/LaunchAgents/com.logmein.LMILaunchAgentFixer.plist
       - com.logmein.LMILaunchAgentFixer
       /Library/LaunchAgents/com.logmein.logmeingui.plist
       - com.logmein.logmeingui
       /Library/LaunchAgents/com.logmein.logmeinguiagent.plist
       - com.logmein.logmeinguiagent
       /Library/LaunchAgents/com.logmein.logmeinguiagentatlogin.plist
       - com.logmein.logmeinguiagentatlogin
       /Library/LaunchAgents/com.oracle.java.Java-Updater.plist
       - com.oracle.java.Java-Updater
       /Library/LaunchAgents/com.razer.DeathAdder.Daemon.plist
       - com.razer.DeathAdder.Daemon
       /Library/LaunchAgents/com.symantec.ev.daemon.plist
       - com.symantec.ev.daemon
       /Library/LaunchAgents/org.macosforge.xquartz.startx.plist
       - org.macosforge.xquartz.startx
       /Library/LaunchDaemons/com.adobe.fpsaud.plist
       - com.adobe.fpsaud
       /Library/LaunchDaemons/com.backblaze.bzserv.plist
       - com.backblaze.bzserv
       /Library/LaunchDaemons/com.barebones.authd.plist
       - com.barebones.authd
       /Library/LaunchDaemons/com.barebones.textwrangler.plist
       - com.barebones.textwrangler
       /Library/LaunchDaemons/com.bombich.ccc.plist
       - com.bombich.ccc
       /Library/LaunchDaemons/com.bombich.ccc.scheduledtask.UUID.plist
       - com.bombich.ccc.scheduledtask.UUID
       /Library/LaunchDaemons/com.bombich.ccc.scheduledtask.UUID.plist
       - com.bombich.ccc.scheduledtask.UUID
       /Library/LaunchDaemons/com.cisco.anyconnect.vpnagentd.plist
       - com.cisco.anyconnect.vpnagentd
       /Library/LaunchDaemons/com.freemacsoft.appcleanerd.plist
       - com.freemacsoft.appcleanerd
       /Library/LaunchDaemons/com.google.GoogleML.plist
       - com.google.GoogleML
       /Library/LaunchDaemons/com.google.keystone.daemon.plist
       - com.google.keystone.daemon
       /Library/LaunchDaemons/com.leapfrog.connect.authdaemon.plist
       - com.leapfrog.connect.authdaemon
       /Library/LaunchDaemons/com.logmein.logmeinblanker.plist
       - com.logmein.logmeinblanker
       /Library/LaunchDaemons/com.logmein.logmeinserver.plist
       - com.logmein.logmeinserver
       /Library/LaunchDaemons/com.logmein.raupdate.plist
       - com.logmein.raupdate
       /Library/LaunchDaemons/com.microsoft.office.licensing.helper.plist
       - com.microsoft.office.licensing.helper
       /Library/LaunchDaemons/com.oracle.java.Helper-Tool.plist
       - com.oracle.java.Helper-Tool
       /Library/LaunchDaemons/com.oracle.java.JavaUpdateHelper.plist
       - com.oracle.java.JavaUpdateHelper
       /Library/LaunchDaemons/com.rogueamoeba.hermes.plist
       - com.rogueamoeba.hermes
       /Library/LaunchDaemons/org.macosforge.xquartz.privileged_startx.plist
       - org.macosforge.xquartz.privileged_startx
       Library/LaunchAgents/com.adobe.ARM.UUID.plist
       - com.adobe.ARM.UUID
       Library/LaunchAgents/com.apple.FolderActions.enabled.plist
       - com.apple.FolderActions.enabled
       Library/LaunchAgents/com.apple.FolderActions.folders.plist
       - com.apple.FolderActions.folders
       Library/LaunchAgents/com.backblaze.bzbmenu.plist
       - com.backblaze.bzbmenu
       Library/LaunchAgents/com.citrixonline.GoToMeeting.G2MUpdate.plist
       - com.citrixonline.GoToMeeting.G2MUpdate
       Library/LaunchAgents/com.google.Chrome.framework.plist
       - com.google.Chrome.framework.service_process~/Library/Application_Support/Google /Chrome
       Library/LaunchAgents/com.leapfrog.connect.monitor.plist
       - com.leapfrog.connect.monitor
       Library/LaunchAgents/jp.co.canon.Inkjet_Extended_Survey_Agent.plist
       - jp.co.canon.Inkjet_Extended_Survey_Agent
       Library/LaunchAgents/ws.agile.1PasswordAgent.plist
       - ws.agile.1PasswordAgent
    Startup items
       /Library/StartupItems/ChmodBPF/ChmodBPF
       /Library/StartupItems/ChmodBPF/StartupParameters.plist
    Bundles
       /System/Library/CoreServices/SecurityAgentPlugins/HomeDirMechanism.bundle
       - com.apple.SecurityAgentPlugin.HomeDirMechanism
       /System/Library/CoreServices/SecurityAgentPlugins/KerberosAgent.bundle
       - com.apple.KerberosAgent
       /System/Library/CoreServices/SecurityAgentPlugins/loginwindow.bundle
       - com.apple.securityAgentPlugins.loginwindowUI
       /System/Library/CoreServices/SecurityAgentPlugins/MCXMechanism.bundle
       - com.apple.securityAgentPlugin.MCXMechanism
       /System/Library/CoreServices/SecurityAgentPlugins/PKINITMechanism.bundle
       - com.apple.PKINITMechanism
       /System/Library/CoreServices/SecurityAgentPlugins/RestartAuthorization.bundle
       - com.apple.securityAgentPlugin.RestartAuthorization
       /System/Library/Extensions/AMDRadeonVADriver.bundle
       - N/A
       /System/Library/Extensions/AMDRadeonX3000.kext
       - com.apple.AMDRadeonX3000
       /System/Library/Extensions/AMDRadeonX3000GLDriver.bundle
       - com.apple.AMDRadeonX3000GLDriver
       /System/Library/Extensions/AMDRadeonX4000.kext
       - com.apple.AMDRadeonX4000
       /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle
       - com.apple.AMDRadeonX4000GLDriver
       /System/Library/Extensions/AppleFSCompressionTypeLZVN.kext
       - com.apple.AppleFSCompression.AppleFSCompressionTypeLZVN
       /System/Library/Extensions/AppleIntelHD3000Graphics.kext
       - com.apple.driver.AppleIntelHD3000Graphics
       /System/Library/Extensions/AppleIntelHD3000GraphicsGA.plugin
       - com.apple.driver.AppleIntelHD3000GraphicsGA
       /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle
       - com.apple.driver.AppleIntelHD3000GraphicsGLDriver
       /System/Library/Extensions/AppleIntelHD3000GraphicsVADriver.bundle
       - com.apple.AppleIntelHD3000GraphicsVADriver
       /System/Library/Extensions/AppleIntelHD4000Graphics.kext
       - com.apple.driver.AppleIntelHD4000Graphics
       /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle
       - com.apple.driver.AppleIntelHD4000GraphicsGLDriver
       /System/Library/Extensions/AppleIntelHD4000GraphicsVADriver.bundle
       - com.apple.AppleIntelHD4000GraphicsVADriver
       /System/Library/Extensions/AppleIntelHD5000Graphics.kext
       - com.apple.driver.AppleIntelHD5000Graphics
       /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle
       - com.apple.driver.AppleIntelHD5000GraphicsGLDriver
       /System/Library/Extensions/AppleIntelHD5000GraphicsVADriver.bundle
       - com.apple.AppleIntelHD5000GraphicsVADriver
       /System/Library/Extensions/AppleIntelHDGraphicsGLDriver.bundle
       - com.apple.driver.AppleIntelHDGraphicsGLDriver
       /System/Library/Extensions/AppleIntelHSWVA.bundle
       - com.apple.AppleIntelHSWFBVA
       /System/Library/Extensions/AppleIntelIVBVA.bundle
       - com.apple.AppleIntelIVBFBVA
       /System/Library/Extensions/ATIRadeonX2000.kext
       - com.apple.ATIRadeonX2000
       /System/Library/Extensions/ATIRadeonX2000GA.plugin
       - com.apple.ATIRadeonX2000GA
       /System/Library/Extensions/ATIRadeonX2000GLDriver.bundle
       - com.apple.ATIRadeonX2000GLDriver
       /System/Library/Extensions/ATIRadeonX2000VADriver.bundle
       - com.apple.ATIRadeonX2000VADriver
       /System/Library/Extensions/BlackberryUSB.kext
       - net.pocketmac.driver.BlackberryUSB
       /System/Library/Extensions/BlackberryUSBDev.kext
       - net.pocketmac.driver.BlackberryUSBDev
       /System/Library/Extensions/EPSONUSBPrintClass.kext
       - com.epson.print.kext.USBPrintClass
       /System/Library/Extensions/GeForce.kext
       - com.apple.GeForce
       /System/Library/Extensions/GeForceGA.plugin
       - com.apple.GeForceGA
       /System/Library/Extensions/GeForceGLDriver.bundle
       - com.apple.GeForceGLDriver
       /System/Library/Extensions/GeForceTesla.kext
       - com.apple.GeForceTesla
       /System/Library/Extensions/GeForceTeslaGLDriver.bundle
       - com.apple.GeForceTeslaGLDriver
       /System/Library/Extensions/GeForceTeslaVADriver.bundle
       - com.apple.GeForceTeslaVADriver
       /System/Library/Extensions/GeForceVADriver.bundle
       - com.apple.GeForceVADriver
       /System/Library/Extensions/HotSync Classic Seize.kext
       - com.palm.ClassicNotSeizeDriver
       /System/Library/Extensions/hp_designjet_series.kext
       - com.hp.print.hpio.Designjet.kext
       /System/Library/Extensions/hp_Deskjet_io_enabler.kext
       - com.hp.print.hpio.Deskjet.kext
       /System/Library/Extensions/hp_fax_io.kext
       - com.hp.kext.hp-fax-io
       /System/Library/Extensions/hp_Inkjet1_io_enabler.kext
       - com.hp.print.hpio.Inkjet1.kext
       /System/Library/Extensions/hp_Inkjet2_io_enabler.kext
       - com.hp.print.hpio.Inkjet2.kext
       /System/Library/Extensions/hp_Inkjet3_io_enabler.kext
       - com.hp.print.hpio.Inkjet3.kext
       /System/Library/Extensions/hp_Inkjet4_io_enabler.kext
       - com.hp.print.hpio.Inkjet4.kext
       /System/Library/Extensions/hp_Inkjet5_io_enabler.kext
       - com.hp.print.hpio.Inkjet5.kext
       /System/Library/Extensions/hp_Inkjet7_io_enabler.kext
       - com.hp.print.hpio.inkjet7.kext
       /System/Library/Extensions/hp_Inkjet8_io_enabler.kext
       - com.hp.print.hpio.inkjet8.kext
       /System/Library/Extensions/hp_Inkjet9_io_enabler.kext
       - com.hp.print.hpio.Inkjet9.kext
       /System/Library/Extensions/hp_Inkjet_io_enabler.kext
       - com.hp.print.hpio.Inkjet.kext
       /System/Library/Extensions/hp_io_printerclassdriver_enabler.kext
       - com.hp.hpio.hp_io_printerclassdriver_enabler
       /System/Library/Extensions/hp_Laserjet_io_enabler.kext
       - com.hp.print.hpio.Laserjet.kext
       /System/Library/Extensions/hp_Officejet_io_enabler.kext
       - com.hp.print.hpio.Officejet.kext
       /System/Library/Extensions/hp_Photosmart_io_enabler.kext
       - com.hp.print.hpio.Photosmart.kext
       /System/Library/Extensions/hp_PhotosmartPro_io_enabler.kext
       - com.hp.print.hpio.PhotosmartPro.kext
       /System/Library/Extensions/hp_psa640_io_enabler.kext
       - com.hp.hpio.hp_psa640_io_enabler
       /System/Library/Extensions/hp_qc_io_enabler.kext
       - com.hp.hpio.hp_psa530_630_io_enabler
       /System/Library/Extensions/LogMeInSoundDriver.kext
       - com.logmein.driver.LogMeInSoundDriver
       /System/Library/Extensions/RazerDeathAdderDriver.kext
       - com.razer.driver.RazerDeathAdderDriver
       /System/Library/Extensions/RemoteVirtualInterface.kext
       - com.apple.nke.rvi
       /System/Library/Extensions/Soundflower.kext
       - com.Cycling74.driver.Soundflower
       /System/Library/Extensions/SteerMouse.kext
       - jp.plentycom.driver.SteerMouse
       /System/Library/Extensions/UsbEthernetGadget.kext
       - com.tomtom.driver.UsbEthernetGadget
       /System/Library/Extensions/WD1394HPDriver.kext
       - com.wdc.driver.1394HP
       /System/Library/Extensions/WDUSBHPDriver.kext
       - com.wdc.driver.USBHP
       /Library/Address Book Plug-Ins/SkypeABDialer.bundle
       - com.skype.skypeabdialer
       /Library/Address Book Plug-Ins/SkypeABSMS.bundle
       - com.skype.skypeabsms
       /Library/Audio/MIDI Drivers/EmagicUSBMIDIDriver.plugin
       - info.emagic.driver.unitor
       /Library/Audio/Plug-Ins/Components/A52Codec.component
       - com.shepmater.A52Codec
       /Library/Audio/Plug-Ins/HAL/AirPlay.driver
       - com.apple.audio.AirTunesHALPlugin
       /Library/Audio/Plug-Ins/HAL/AppleAVBAudio.driver
       - com.apple.audio.AppleAVBAudio
       /Library/Audio/Plug-Ins/HAL/BluetoothAudioPlugIn.driver
       - com.apple.audio.BluetoothAudioPlugIn
       /Library/Audio/Plug-Ins/HAL/iSightAudio.driver
       - com.apple.iSightAudio
       /Library/Internet Plug-Ins/CitrixICAClientPlugIn.plugin
       - com.citrix.citrixicaclientplugIn
       /Library/Internet Plug-Ins/Default Browser.plugin
       - com.apple.DefaultBrowser.PlugIn
       /Library/Internet Plug-Ins/disabled/JavaAppletPlugin.plugin
       - com.apple.java.JavaAppletPlugin
       /Library/Internet Plug-Ins/Disabled Plug-Ins/Windows Media Plugin
       - com.microsoft.WMP.defaultplugin
       /Library/Internet Plug-Ins/Disabled Plug-Ins/Windows Media Plugin/Contents/Resources/English.lproj
       - N/A
       /Library/Internet Plug-Ins/DRM Plugin.bundle
       - com.microsoft.DRMPlugin
       /Library/Internet Plug-Ins/Flash Player.plugin
       - N/A
       /Library/Internet Plug-Ins/Flip4Mac WMV Plugin.plugin
       - net.telestream.wmv.plugin
       /Library/Internet Plug-Ins/GarminGpsControl.plugin
       - com.garmin.GarminGpsControl
       /Library/Internet Plug-Ins/Google Earth Web Plug-in.plugin
       - com.Google.GoogleEarthPlugin.plugin
       /Library/Internet Plug-Ins/GoogleGadget.webplugin
       - com.google.googlegadgetwebplugin
       /Library/Internet Plug-Ins/googletalkbrowserplugin.plugin
       - com.google.googletalkbrowserplugin
       /Library/Internet Plug-Ins/iPhotoPhotocast.plugin
       - com.apple.plugin.iPhotoPhotocast
       /Library/Internet Plug-Ins/JavaAppletPlugin.plugin
       - com.oracle.java.JavaAppletPlugin
       /Library/Internet Plug-Ins/mb.plugin
       - com.motionbased.plugin
       /Library/Internet Plug-Ins/net.juniper.DSSafariExtensions.plugin
       - net.juniper.DSSafariExtensions.plugin
       /Library/Internet Plug-Ins/o1dbrowserplugin.plugin
       - com.google.o1dbrowserplugin
       /Library/Internet Plug-Ins/OfficeLiveBrowserPlugin.plugin
       - com.microsoft.officelive.browserplugin
       /Library/Internet Plug-Ins/Quartz Composer.webplugin
       - com.apple.QuartzComposer.webplugin
       /Library/Internet Plug-Ins/QuickTime Plugin.plugin
       - N/A
       /Library/Internet Plug-Ins/SharePointBrowserPlugin.plugin
       - com.microsoft.sharepoint.browserplugin
       /Library/Internet Plug-Ins/SharePointWebKitPlugin.webplugin
       - com.microsoft.sharepoint.webkitplugin
       /Library/Internet Plug-Ins/Silverlight.plugin
       - com.microsoft.SilverlightPlugin
       /Library/Internet Plug-Ins (Disabled)/Flash Player.plugin
       - N/A
       /Library/iTunes/iTunes Plug-ins/Fountain Music.bundle
       - com.binaryminded.FountainMusic
       /Library/iTunes/iTunes Plug-ins/Manifesto.bundle
       - com.insightvr.manifesto
       /Library/iTunes/iTunes Plug-ins/Quartz Composer Visualizer.bundle
       - com.apple.QuartzComposer.iTunesPlugIn
       /Library/PreferencePanes/Application Enhancer.prefPane
       - com.unsanity.ape.prefpane
       /Library/PreferencePanes/BackblazeBackup.prefPane
       - com.backblaze.BackblazeBackup
       /Library/PreferencePanes/Enterprise Vault.prefPane
       - com.symantec.Enterprise_Vault
       /Library/PreferencePanes/Flash Player.prefPane
       - com.adobe.flashplayerpreferences
       /Library/PreferencePanes/Flip4Mac WMV.prefPane
       - net.telestream.wmv.prefpane
       /Library/PreferencePanes/Growl.prefPane
       - com.growl.prefpanel
       /Library/PreferencePanes/HyperDock.prefpane
       - de.bahoom.HyperDock.prefpane
       /Library/PreferencePanes/JavaControlPanel.prefPane
       - com.oracle.java.JavaControlPanel
       /Library/PreferencePanes/MacFUSE.prefPane
       - com.google.MacFUSE
       /Library/PreferencePanes/Perian.prefPane
       - org.perian.PerianPane
       /Library/PreferencePanes/SteerMouse.prefPane
       - jp.plentycom.prefpane.SteerMouse
       /Library/QuickTime/AC3MovieImport.component
       - com.cod3r.ac3movieimport
       /Library/QuickTime/AppleMPEG2Codec.component
       - com.apple.AppleMPEG2Codec
       /Library/QuickTime/Perian.component
       - org.perian.Perian
       /Library/Spotlight/iBooksAuthor.mdimporter
       - com.apple.MDImporter.iBooksAuthor
       /Library/Spotlight/iWork.mdimporter
       - com.apple.MDImporter.iWork
       /Library/Spotlight/Microsoft Office.mdimporter
       - com.microsoft.MDImporter.Office
       /Library/Widgets/CI Filter Browser.wdgt
       - com.apple.CIFilterBrowser
       /Library/Widgets/Network Connect.wdgt
       - net.juniper.widget.NetworkConnect
       Library/Address Book Plug-Ins/SkypeABDialer.bundle
       - com.skype.skypeabdialer
       Library/Address Book Plug-Ins/SkypeABSMS.bundle
       - com.skype.skypeabsms
       Library/Caches/com.apple.Safari/Extensions/1Password.safariextension
       - com.agilebits.onepassword4-safari
       Library/Caches/com.apple.Safari/Extensions/OpenIE.safariextension
       - com.parallels.openinie
       Library/Internet Plug-Ins/ATTConnectEventEntry.plugin
       - N/A
       Library/Internet Plug-Ins/ATTConnectWCPlugin1_0_6.plugin
       - com.att.attconnectwcplugin
       Library/Internet Plug-Ins/CitrixOnlineWebDeploymentPlugin.plugin
       - com.citrixonline.mac.WebDeploymentPlugin
       Library/Internet Plug-Ins/EvernoteSafariClipperPlugin.webplugin
       - com.evernote.EvernoteSafariClipperPlugin
       Library/Internet Plug-Ins/OctoshapeWeb.plugin
       - com.octoshape.browserplugin
       Library/Internet Plug-Ins/Picasa.plugin
       - com.google.PicasaPlugin
       Library/Internet Plug-Ins/WebEx.plugin
       - com.webex.WebEx
       Library/Internet Plug-Ins/WebEx.plugin/Contents/Resources
       - com.webex.WebEx
       Library/Internet Plug-Ins/WebEx64.plugin
       - com.cisco_webex.plugin.gpc64
       Library/iTunes/iTunes Plug-ins/TuneUp/TuneUp Visualizer.bundle
       - N/A
       Library/PreferencePanes/MusicManager.prefPane
       - com.google.musicmanager.pref
       Library/Services/SearchGoogle.service
       - st.gu.SearchGoogle
       Library/Widgets/Airport Radar.wdgt
       - com.MacWireless.widget.AirportRadar
       Library/Widgets/AirTrafficControl.wdgt
       - com.spintriplet.atc.widget
       Library/Widgets/BART.wdgt
       - com.worrydream.bartwidget
       Library/Widgets/dashkards.wdgt
       - com.thomasborowski.dashkards
       Library/Widgets/Delicious Library.wdgt
       - com.delicious-monster.widget.library2
       Library/Widgets/Gas.wdgt
       - com.andrethegiant.widget.gas
       Library/Widgets/Gmail.wdgt
       - com.google.widget.Gmail
       Library/Widgets/Google Maps.wdgt
       - org.unobtrusive.widget.GoogleMaps
       Library/Widgets/Google News.wdgt
       - N/A
       Library/Widgets/GoogleCalendar.wdgt
       - com.google.widget.GoogleCalendar
       Library/Widgets/GoogleCalendar2.wdgt
       - com.google.widget.GoogleCalendar2
       Library/Widgets/iStat Pro.wdgt
       - com.iSlayer.iStatpro4.widget
       Library/Widgets/JiWire.wdgt
       - com.jiwire.widget
       Library/Widgets/MightyMonitor 2.wdgt
       - com.johnstarmer.widget.Mighty

    Try a restart.
    Do a backup, using either Time Machine or a cloning program, to ensure files/data can be recovered. Two backups are better than one.
    Try setting up another admin user account to see if the same problem continues. If Back-to-My Mac is selected in System Preferences, the Guest account will not work. The intent is to see if it is specific to one account or a system wide problem. This account can be deleted later.
    Isolating an issue by using another user account
    Try booting into the Safe Mode using your normal account.  Disconnect all peripherals except those needed for the test. Shut down the computer and then power it back up after waiting 10 seconds. Immediately after hearing the startup chime, hold down the shift key and continue to hold it until the gray Apple icon and a progress bar appear and again when you log in. The boot up is significantly slower than normal. This will reset some caches, forces a directory check, and disables all startup and login items, among other things. When you reboot normally, the initial reboot may be slower than normal. If the system operates normally, there may be 3rd party applications which are causing a problem. Try deleting/disabling the third party applications after a restart by using the application un-installer. For each disable/delete, you will need to restart if you don’t do them all at once.
    Safe Mode - Mavericks
    Safe Mode - About
    Performance Guide
    Why is my computer slow
    Why your Mac runs slower than it should
    Slow Mac After Mavericks
    Things you can do to resolve slowdowns  see post by Kappy

  • OS X Mavericks using SWAP with 16GB of physical RAM? What gives?

    Okay. Can someone help me understand why OS X Mavericks is using SWAP and Memory compression when I have 16GB of Physical Memory installed? I'm also only running Safari, Mail.app, Colloquy IRC and iTunes. That's usually the only programs I have open unless I'm playing a game or something. Also, when I reboot, the RAM is back to normal, but after my Macbook Pro has been on a couple of days (I usually have it plugged into the wall), it starts use SWAP in Activity Monitor and Memory Compression. Here's a picture I took before I rebooted, and I will always post my system wide information in case anyone has any ideas on how to keep my computer from using Swap in OS X Mavericks:
    Also, here's what it looks like now that I've rebooted:
    And, here's my system information I grabbed while using EtreCheck:
    Hardware Information:
              MacBook Pro (17-inch, Late 2011)
              MacBook Pro - model: MacBookPro8,3
              1 2.5 GHz Intel Core i7 CPU: 4 cores
              16 GB RAM
    Video Information:
              Intel HD Graphics 3000 - VRAM: 512 MB
              AMD Radeon HD 6770M - VRAM: 1024 MB
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0
              AirPlay: Version: 1.9
              AppleAVBAudio: Version: 2.0.0
              iSightAudio: Version: 7.7.3
    System Software:
              OS X 10.9 (13A603) - Uptime: 0 days 0:58:0
    Disk Information:
              APPLE SSD TS256C disk0 : (251 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintosh SSD (disk0s2) /: 250.14 GB (195.77 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              MATSHITADVD-R   UJ-8A8 
    USB Information:
              Apple Inc. FaceTime HD Camera (Built-in)
              Apple Inc. Apple Internal Keyboard / Trackpad
              Apple Inc. BRCM2070 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Logitech Logitech Dual Action
              Apple Inc. iPhone
              Canon iP4300
              BLUE MICROPHONES Blue Snowball
              SanDisk Firebird USB Flash Drive 32.02 GB
                        CIDER (disk2s1) /Volumes/CIDER: 32.02 GB (21.87 GB free)
              Apple Computer, Inc. Apple Cinema Display
              Logitech USB Gaming Mouse
              Apple Computer, Inc. IR Receiver
    FireWire Information:
              G-TECH G-Drive mini Device 00 800mbit - 800mbit max
                        EFI (disk1s1) <not mounted>: 209.7 MB
                        MARIGOLD (disk1s2) /Volumes/MARIGOLD: 319.73 GB (209.06 GB free)
    Thunderbolt Information:
              Apple Inc. thunderbolt_bus
    Kernel Extensions:
              jp.plentycom.driver.SteerMouse          (4.1.7)
    Problem System Launch Daemons:
    Problem System Launch Agents:
    Launch Daemons:
              [loaded] com.absolute.rpcgeo.plist
              [loaded] com.absolute.rpcnet.plist
              [loaded] com.adobe.fpsaud.plist
              [loaded] com.skype.skypeinstaller.plist
    Launch Agents:
              [loaded] com.divx.dms.agent.plist
              [loaded] com.divx.update.agent.plist
    User Launch Agents:
              [loaded] com.facebook.videochat.powershaker.plist
              [failed] com.valvesoftware.steamclean.plist
    User Login Items:
              iTunes
              Snak
              Mail
              SteerMouse Manager
              Safari
              SpeechSynthesisServer
              Colloquy
              Knock
    3rd Party Preference Panes:
              Flash Player
              Flip4Mac WMV
              SteerMouse
    Internet Plug-ins:
              Default Browser.plugin
              DirectorShockwave.plugin
              DivX Web Player.plugin
              Flash Player.plugin
              FlashPlayer-10.6.plugin
              Flip4Mac WMV Plugin.plugin
              googletalkbrowserplugin.plugin
              iPhotoPhotocast.plugin
              JavaAppletPlugin.plugin
              npgtpo3dautoplugin.plugin
              o1dbrowserplugin.plugin
              OVSHelper.plugin
              QuickTime Plugin.plugin
              Silverlight.plugin
    User Internet Plug-ins:
    Bad Fonts:
              None
    Time Machine:
              Skip System Files: NO
              Mobile backups: ON
              Auto backup: YES
              Volumes being backed up:
                        Macintosh SSD: Disk size: 250.14 GB Disk used: 54.37 GB
              Destinations:
                        MARIGOLD [Local] (Last used)
                        Total size: 319.73 GB
                        Total number of backups: 94
                        Oldest backup: 2012-12-27 18:56:31 +0000
                        Last backup: 2013-11-11 20:34:31 +0000
                        Size of backup disk: Adequate
                                  Backup size 319.73 GB > (Disk used 54.37 GB X 3)
    Top Processes by CPU:
                   3%          WindowServer
                   3%          Colloquy
                   2%          EtreCheck
                   1%          fontd
                   1%          PluginProcess
                   0%          loginwindow
                   0%          SteerMouse Manager
                   0%          warmd
                   0%          coreservicesd
                   0%          launchservicesd
    Top Processes by Memory:
              197 MB             mds_stores
              164 MB             com.apple.IconServicesAgent
              147 MB             Colloquy
              147 MB             Safari
              131 MB             PluginProcess
              131 MB             Mail
              115 MB             iTunes
              85 MB              com.apple.WebKit.WebContent
              66 MB              Finder
              49 MB              ocspd
    Virtual Memory Statistics:
              11.80 GB           Free RAM
              2.33 GB            Active RAM
              426 MB             Inactive RAM
              1.45 GB            Wired RAM
              394 MB             Page-ins
              0 B                Page-outs
    If anyone has any ideas, please let me know? Thanks! I'm baffled here, or maybe I just don't know how to read the OS X Mavericks memory chart in Activity Monitor.

    Those are all fine
    Here is how to see RAM overloaded…
    Reboot to see the system in it's default state.
    Open TextEdit for the sake of it
    Open Activity Monitor & Terminal from /Applications/Utilities.
    Select the Memory tab
    In Terminal enter the following command
    memory_pressure -l critical
    # note that is a lowercase L
    RAM usage will climb, compression will begin the VM will become way more than the system has installed.
    Eventually the system will start swapping  (look for RED) - Watch the 'memory pressure' & 'Swap used' as this happens.
    Try switching to TextEdit - the system is still coping !
    Switch back to Terminal & hit ctrl+c to stop the process.
    Watch the VM & memory pressure return to normal levels.
    This OS kicks 4ss !
    Your problems may lie elsewhere

  • Can i use 2gb memory in one slot in my 2006 Mac mini as the 2 slots of 1gb only reports only 1gb memory, both memory work ok in the one slot

    Can I use 2gb memory in one slot in my 2006 Mac mini as the 2 slots of 1gb only reports as 1gb memory, both memory work ok in the one slot as I have swapped them over

    To my knowledge 1GB modules are the max. size for the 2006 Mini.
    2GB modules are not recognized/useable.
    Sorry
    Stefan

Maybe you are looking for

  • JDeveloper 11.1.1.7 on Windows 8 ?

    I know that this combination is not certified, but I would like to know if anyone tried and what are experiences? Description platforms (which version of Java) would also welcome. I am in a position to decide whether development based on this platfor

  • Back from nokia repair centre and MORE PROBLEMS

    ok so this is my story.... i sent it in 2 weeks ago on thursday they said "its beyond repair and a 'new replacement is being shiped'".... BULL no what they did is the replace some of the phones guts and sent back the old shell with the new inners...

  • Confused reserved iPhone to pick up from store between 8 and 830 but store doesn't open till ten can I pick up anytime tomorrow

    Any suggestions

  • Firing multiple Bullets

    Hi,  I have written the code below which restricts the number of bullets fired, but each bullet fired travels at a different speed to the last and when another bullet is fired the previous one disappears from the screen. Please can anyone give any gu

  • Time line reverse

    all i want to do is have two buttons. one that goes left and one that goes right. the left button on release i want it to play the timeline in reverse! is this possible? and can some one show me how!, cheers in advance! im using flash mx pro