Application slows down randomly.

Hi all

I have an application that runs on the connection and make queries against an oracle DB. Every now and then, for no apparent reason, each request for this becomes extremely slow. I don't know if anyone has had a similar problem.

To do some tests, I created a simple procedure that connects to the DB and the fact even select (select * twice) in a loop for 100K times. I still get the same problem, most queries will instantly, but sometimes in groups of 3 or more, the queries take up to 10 seconds! I don't know what to do!

I have Windows server 2003 64-bit R2 and Oracle 10.2.0.4.

I checked that it is not a network problem (I get the question also on site) or Windows (I have a lot of RAM and free disk space)

Any tips? Let me know if you need more information.

P.s. I can't talk to you about what either the application because I don't know how it is written, and I'm not allowed to know...

It seems that the problem was the server. We moved the DB to another server, and the problem disappeared. Unfortunately we did not understand why this is a problem on the server. At least we now have an application to work.

Thanks for all the help!

Tags: Database

Similar Questions

  • jpegEncoder slows down app on android?

    Hello

    I noticed that my application slows down after coding bitmap to JPEG on Air 3.4 for Andoid. Windows everything works fine, but on Android, it slows down my image of framerate and webcam. I tried adobe flash jpegEncoder and jpegEncoder of bytearray. Are there alternative means creating a jpeg?

    TIA

    I noticed that the bitmapData encode work well method here. And it is same ~ 10 times faster. The only thing is that it is poorly documented. It has a return als bytearray value, is not enough to pass the byte array parameter.

  • After you download macOS sierra, my iMac has slowed down considerably. It takes time to open applications.

    After you download the new operating system i.e. sierra, my iMac has slowed down considerably. It takes a lot of time to open applications.

    If it's just after the upgrade, it can be busy all indexing. Give him a couple of hours.

    If it is still slow execution Etrecheck and post the report here.

  • Hundreds of "Microsoft ISATAP Adapter" s in interfaces, slow down some networking applications

    Hello

    Recently, I noticed that some Java applications on my computer take a long time to start: at startup, the grip of the application within about 20 seconds, while the Task Manager indicates that the "javaw.exe" process takes 25% CPU usage (I'm on a quad-core processor, then that would mean that the process of one of them is fully) at the end of the duration of block applications finally starts and then normally works (and the CPU usage decreases). However, this long startup time is annoying when development/debugging Java applications.

    Make debugging, I could see that what was slowing down applications is a method of the Java API called 'getNetworkInterfaces' that retrieves the list of available network interfaces. Running a test program showed me that this method has found more than 1,000 network interfaces (!) on my system, which most is labeled "Microsoft ISATAP Adapter". Apparently, this method is called at the beginning of these Java applications, for reasons that I have not always figured out.

    Did some other research, I found that this method calls a Windows API 'GetIfTable"( MSDN documentation ) function: runs the C++ test program still shows the same number of interfaces (~ 1 000), with all the"Microsoft ISATAP adapter' s. as a result, the problem is probably not due to lack of Java; It's just more noticeable on Java applications, because Java must create a NetworkInterface object for each of these interfaces.

    Still more research to show that it is a known problem in Windows 7 and Windows Server 2008. The question now is: how to remove these "Microsoft ISATAP cards?" They do not appear in the devices, or using DevCon Manager as suggested on other forums. So far, I have not found a satisfactory answer.

    Here are a few links relating to the issue, this could enlighten us:

    This seems to be the issue as described in the base, Microsoft technical support, but he mentions "6to4 adapter" not "maps ISATAP.

    This user in the forums TechNet has the same problem (multiple interfaces, network do not appear in Device Manager, can't get them off with DevCon) but the wire provided no real answers. It would also be interesting to know where getIfTable retrieves network information: apparently is not in the registry.

    Finally, the most interesting link is one that also describes the issue (if it is on Windows Server) and mentions the effect on Java programs. He described a solution mentioning a tool "NDISCLEANUP" but I can't find it anywhere. Where can I get this tool?

    Hello

    Thanks for the reply.

    According to the description I would recommend that you post the question on the Windows 7 IT Pro forums for assistance.

    Windows 7 IT Pro Forums

  • Application for blackBerry Smartphones, slow down the pace

    Hello

    Good day to all.

    Problem: my application becomes slow... medium cut very slowly.

    I m send and receive "sms" in two separate threads that runs continuously until that exit us the application.

    But my application never stops until the mobile is set to zero. When a message arrives it opens in my application.

    I don't understand why he slow down.

    It may be because I use many threads in an application to perform a task. Or it's because I'm not close connection message... I m using DatagramConnection.

    Then - does anyone know why it happens.

    Please help me solve this issue.

    Thanks and greetings

    The problem is solved

  • "the db file sequential read" waiting for event slow down an application.

    "the db file sequential read" waiting for event slow down an application.

    It is a rather strange problem. There is an update statement that hangs on the wait event 'db file sequential read' and until you restart the database, the query works fine. It happens once a week, usually Monday or after several days of large amount of work.

    I checked the processor and is fine, memory is very good, although the SGA and PGA have taken maximum memory. Flow of the disc seems to be ok since each another session on the basis of data looks very good.

    I guess that there is a missing configuration to avoid having to restart the database each week.

    Any help is greatly appreciated.

    Hello

    If you want same order of the tables as plain exp after reboot just go with ordered hint

    UPDATE item_work_step
    SET user_name = :b1,
    terminal = SYS_CONTEXT ('USERENV', 'TERMINAL'),
    status_cd = 'IN PROCESS'
    WHERE item_work_step_route_id =
    (SELECT item_work_step_route_id
    FROM (SELECT /*+ORDERED */ iws.item_work_step_route_id
    FROM user_role ur,
    work_step_role wsr,
    work_step ws,
    app_step aps,
    item_work_step iws,
    item_work iw,
    item i
    WHERE wsr.role_cd = ur.role_cd
    AND ws.work_step_id = wsr.work_step_id
    AND aps.step_cd = ws.step_cd
    AND iws.work_step_id = ws.work_step_id
    AND iws.work_id = ws.work_id
    AND iws.step_cd = ws.step_cd
    AND iws.status_cd = 'READY'
    AND iw.item_work_id = iws.item_work_id
    AND iw.item_id = iws.item_id
    AND iw.work_id = iws.work_id
    AND i.item_id = iws.item_id
    AND i.item_id = iw.item_id
    AND i.deleted = 'N'
    AND i.item_type_master_cd = :b3
    AND ur.user_name = :b1
    AND aps.app_name = :b2
    AND ( iws.assignment_user_or_role IS NULL
    OR ( iws.assignment_user_or_role IN (
    SELECT ur.role_cd
    FROM user_role ur
    WHERE ur.user_name = :b1
    UNION ALL
    SELECT :b1
    FROM dual)
    AND iws.assignment_expiration_time > SYSDATE
    )
    OR ( iws.assignment_user_or_role IS NOT NULL
    AND iws.assignment_expiration_time <= SYSDATE
    )
    )
    AND (iws.pend_date IS NULL OR iws.pend_date <= SYSDATE
    )
    ORDER BY aps.priority,
    LEAST (NVL (iw.priority, 9999),
    NVL ((SELECT NVL (priority, 9999)
    FROM item_work
    WHERE item_id = i.parent_id
    AND work_id = 42),
    9999
    )
    ),
    DECODE (i.a3, NULL, 0, 1),
    NVL (iw.sla_deadline,
    (SELECT sla_deadline
    FROM item_work
    WHERE item_id = i.parent_id
    AND work_id = 42)
    ),
    i.parent_id,
    i.item_id) unclaimed_item_work_step
    WHERE ROWNUM <= 1)
    

    If you want to get rid of the nested loops use USE_HASH

    UPDATE item_work_step
    SET user_name = :b1,
    terminal = SYS_CONTEXT ('USERENV', 'TERMINAL'),
    status_cd = 'IN PROCESS'
    WHERE item_work_step_route_id =
    (SELECT item_work_step_route_id
    FROM (SELECT /*+ORDERED USE_HASH(ur wsr ws aps iws iw i) */ iws.item_work_step_route_id
    FROM user_role ur,
    work_step_role wsr,
    work_step ws,
    app_step aps,
    item_work_step iws,
    item_work iw,
    item i
    WHERE wsr.role_cd = ur.role_cd
    AND ws.work_step_id = wsr.work_step_id
    AND aps.step_cd = ws.step_cd
    AND iws.work_step_id = ws.work_step_id
    AND iws.work_id = ws.work_id
    AND iws.step_cd = ws.step_cd
    AND iws.status_cd = 'READY'
    AND iw.item_work_id = iws.item_work_id
    AND iw.item_id = iws.item_id
    AND iw.work_id = iws.work_id
    AND i.item_id = iws.item_id
    AND i.item_id = iw.item_id
    AND i.deleted = 'N'
    AND i.item_type_master_cd = :b3
    AND ur.user_name = :b1
    AND aps.app_name = :b2
    AND ( iws.assignment_user_or_role IS NULL
    OR ( iws.assignment_user_or_role IN (
    SELECT ur.role_cd
    FROM user_role ur
    WHERE ur.user_name = :b1
    UNION ALL
    SELECT :b1
    FROM dual)
    AND iws.assignment_expiration_time > SYSDATE
    )
    OR ( iws.assignment_user_or_role IS NOT NULL
    AND iws.assignment_expiration_time <= SYSDATE
    )
    )
    AND (iws.pend_date IS NULL OR iws.pend_date <= SYSDATE
    )
    ORDER BY aps.priority,
    LEAST (NVL (iw.priority, 9999),
    NVL ((SELECT NVL (priority, 9999)
    FROM item_work
    WHERE item_id = i.parent_id
    AND work_id = 42),
    9999
    )
    ),
    DECODE (i.a3, NULL, 0, 1),
    NVL (iw.sla_deadline,
    (SELECT sla_deadline
    FROM item_work
    WHERE item_id = i.parent_id
    AND work_id = 42)
    ),
    i.parent_id,
    i.item_id) unclaimed_item_work_step
    WHERE ROWNUM <= 1)
    

    and for small tables, you can try adding for example FULL (your) FULL (wsr)

    It can be rewritten in a different way, but it's the fastest way to try how query will be if you rewrite it. Check the explain plan command if certain partially ordered tables are not joined because you can get the Cartesian join, it seems that it will be ok.

    View query result in the em console.

    Concerning

  • Slow down the Sierra, grief beach ball

    Initially, after the download of the Sierra, all was great. Now, the day and a half later, performance has significantly slowed down and a lot of rotation beach balls advance a little.

    Ways to help make a slow Mac faster

    1. 17 reasons why your Mac runs slower than expected
    2. Slow performance of Mac? This Article addresses!
    3. Difficulty of slow start in OS X | MacFixIt - CNET Reviews
    4. How to fix the slow down time and start. | MacTip.net
    5. 6 easy tips to speed up OS X Yosemite on your Mac.
    6. OS X El Capitan - if your Mac runs slowly
    7. Visit The FAQ XLab and read the FAQS on performance

    Avoid using any third-party cleaning software. Usually, this software does more harm than good. You don't need it. All computers become slower over time even in normal conditions of use. Experienced users erasing the hard drive and do a clean install from scratch, from time to time; or every time that the installation of a major update of the OS. Do means if you must maintain regular and several backups.

    Add more RAM or reduce the number of simultaneously executed from applications and utilities. Delete unnecessary anti-malware software and any software that promises to clean your Mac. Look for the runaway process: Runaway applications can shorten the battery life, affect performance and increase the heat and fan activity. Also, visit The FAQ XLab and read the FAQ on the treatment with The Spinning Beach Ball of Death.

    The ultimate solution

    Back up everything, wipe the drive, reinstall OS X and restore your data from backup. Reinstall the third-party software of original/zero media.

  • OSX El Capitan slows down

    My desktop computer Mac seems to slow down.

    I see too many beachballing when apps.

    Even between tabs accuses Safari.

    Here is my EtreCheck report.

    The inability, according to some of RAM is new to me, I had not seen this before.

    I would like to help to get my Mac back to the current.

    EtreCheck version: 2.9.12 (265)

    Report generated 2016-06-29 14:43:13

    Download EtreCheck from https://etrecheck.com

    Time 05:06

    Performance: Below average

    Click the [Support] links to help with non-Apple products.

    Click [details] for more information on this line.

    Problem: Beachballing

    Description:

    Computer is too slow

    Hardware Information:

    iMac (21.5 inch, at the end of 2013)

    [Data sheet] - [User Guide] - [warranty & Service]

    iMac - model: iMac14, 3

    1 2.9 GHz Intel Core i5 CPU: 4 strands

    8 GB of RAM expandable - [Instructions]

    BANK 0/DIMM0

    OK 4 GB DDR3 1600 MHz

    BANK 1/DIMM0

    OK 4 GB DDR3 1600 MHz

    Bluetooth: Good - transfer/Airdrop2 taken in charge

    Wireless: unknown

    Video information:

    NVIDIA GeForce GT 750M - VRAM: 1024 MB

    iMac, 1920 x 1080

    Software:

    OS X El Capitan 10.11.5 (15F34) - since the start time: about 4 days

    Disc information:

    HTS541010A9E662 disk HARD APPLE disk0: (1 TB) (rotation)

    EFI (disk0s1) < not mounted >: 210 MB

    iMac HD (disk0s2) /: 999,35 go-go (388,48 free)

    Recovery HD (disk0s3) < not mounted > [recovery]: 650 MB

    USB information:

    Apple Inc. BRCM20702 hub.

    Apple Inc. Bluetooth USB host controller.

    Apple Inc. FaceTime HD camera (built-in)

    Reader SuperDrive for MacBook Air Apple Inc..

    Lightning information:

    Apple Inc. Thunderbolt_bus.

    Guardian:

    Mac App Store and identified developers

    Kernel extensions:

    ~/Library/application support/transmission/transmission Disk.app

    com.panic.TransmitDisk.transmitdiskfs [no charge] (4.0.0 - 10.6 SDK - 2014-10-02) [Support]

    Launch system officers:

    [loaded] 8 tasks Apple

    [loading] 145 tasks Apple

    [operation] 80 tasks Apple

    [killed] 5 tasks of Apple

    5 killed process lack of RAM

    Launch system demons:

    [loaded] 42 tasks Apple

    [loading] 147 tasks Apple

    [operation] 90 tasks Apple

    [killed] 12 tasks Apple

    12 killed process lack of RAM

    Launch demons:

    [loading] com.adobe.fpsaud.plist (2016-06-13) [Support]

    User launch officers:

    [loading] com.google.keystone.agent.plist (2016-03-01) [Support]

    Items in user login:

    iTunesHelper Application (/ Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)

    Application of activity monitor (/ Applications/Utilities/Activity Monitor.app)

    Request for TransmitMenu (/ Applications/Transmit.app/Contents/MacOS/TransmitMenu.app)

    Other applications:

    [operation] 2BUA8C4S2C.com.agilebits.onepassword - osx-helper

    [ongoing] com.etresoft.EtreCheck.118112

    [ongoing] com.panic.Transmit.62432

    [ongoing] com.panic.Transmit.TransmitMenu.78112

    [ongoing] JP.co.Canon.cijscannerregister.68832

    [loading] 376 tasks Apple

    [operation] 202 tasks Apple

    [killed] 16 tasks Apple

    Plug-ins Internet:

    FlashPlayer - 10.6: 22.0.0.192 - SDK 10.9 (2016-06-24), [Support]

    QuickTime Plugin: 7.7.3 (2016-05-21)

    Flash Player: 22.0.0.192 - SDK 10.9 (2016-06-24), [Support]

    EPPEX plugin: 10.0 (2015-04-10) [Support]

    Default browser: 601 - SDK 10.11 (2016-05-21)

    PepperFlashPlayer: 22.0.0.192 - SDK 10.6 (2016-06-24), [Support]

    iPhotoPhotocast: 7.0 - 10.8 SDK (2013-11-20)

    Safari extensions:

    1Password - AgileBits - https://agilebits.com/onepassword (2016-05-21)

    Adblock more - Eyeo GmbH - https://adblockplus.org/ (2016-03-25)

    AdBlock - BetaFish, Inc. - https://getadblock.com (2016-05-21)

    3rd party preference panes:

    Flash Player (2016-06-13) [Support]

    Time Machine:

    Skip system files: No.

    Mobile backups: OFF

    Automatic backup: YES

    Volumes to back up:

    iMac HD: disc size: 999,35 GB disc used: 610,86 GB

    Destinations:

    LaCie BU iMac [Local]

    Total size: 599,86 GB

    Total number of backups: 36

    An older backup: 04/04/16-17:04

    Last backup: 24/06/16 11:15

    Backup disk size: too small

    599,86 GB backup size < (disc 610,86 GB X 3)

    Data 2 TB [network]

    Total size: 2.00 TB

    Total number of backups: 145

    An older backup: 16/11/13-15:06

    Last backup: 29/06/16 12:30

    Size of backup drive: adequate

    Size of backup 2.00 TB > (disc 610,86 GB X 3)

    Top of page process CPU:

    6% WindowServer

    Transmit and 5%

    hidd 1%

    1% kernel_task

    1% fontd

    Top of page process of memory:

    1.93 GB com.apple.WebKit.WebContent (9)

    849 MB kernel_task

    Safari of 467 MB

    Cfprefsd (2) 115 MB

    Mds_stores 106 MB

    Virtual memory information:

    1. 48 GB of RAM

    6.52 GB used RAM (1.38 GB being cached)

    54 MB used Swap

    Diagnostic information:

    June 29, 2016, 14:20:15 ~/Library/Logs/DiagnosticReports/Dock_2016-06-29-142015_[redacted].crash

    /System/Library/CoreServices/dock.app/Contents/MacOS/dock

    26 June 2016, 17:34:04 ~/Library/Logs/DiagnosticReports/PhotoStreamAgent_2016-06-26-173404_[redacted]. Crash

    com Apple.photostream - agent - /Applications/iPhoto.app/Contents/Library/LoginItems/PhotoStreamAgent.app/Conte nts/MacOS/PhotoStreamAgent

    What I propose to do this is

    Stop

    Remove all external devices except the keyboard and mouse

    Restart in safe mode

    Try safe mode if your Mac does not end commissioning - Apple Support

    and test the system

    If the system seems to behave then restart normally and test devices external one

    If you check the integrity of your hard drive using disk utility and run diagnostics on your hardware

    Using Apple Hardware Test - Apple Support

  • Why have I not 3 logos AOL in my menu bar? Slowing down of operations?

    Even with Mackeeper my Mac runs slower and slower. When I go to Firefox, AOL mail pop up three logos. This is not normal. He is slowing the machine? Help!

    What is all this?

     "application": {
       "name": "Firefox",
       "version": "18.0.1",
       "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:18.0) Gecko/20100101 Firefox/18.0",
       "supportURL": "http://support.mozilla.org/1/firefox/18.0.1/Darwin/en-US/"
     },
     "modifiedPreferences": {
       "accessibility.typeaheadfind.flashBar": 0,
       "browser.cache.disk.capacity": 358400,
       "browser.cache.disk.smart_size.first_run": false,
       "browser.cache.disk.smart_size.use_old_max": false,
       "browser.cache.disk.smart_size_cached_value": 358400,
       "browser.history_expire_days.mirror": 180,
       "browser.link.open_newwindow": 2,
       "browser.places.importDefaults": false,
       "browser.places.updateRecentTagsUri": false,
       "browser.places.importBookmarksHTML": false,
       "browser.places.smartBookmarksVersion": 4,
       "browser.places.leftPaneFolderId": -1,
       "browser.places.migratePostDataAnnotations": false,
       "browser.search.useDBForOrder": true,
       "browser.sessionstore.restore_on_demand": false,
       "browser.startup.homepage": "http://mail.aol.com/mail",
       "browser.startup.homepage_override.buildID": "20130116073211",
       "browser.startup.homepage_override.mstone": "18.0.1",
       "browser.tabs.warnOnClose": false,
       "extensions.lastAppVersion": "18.0.1",
       "font.name.serif.x-western": "Palatino",
       "font.size.variable.x-western": 18,
       "gfx.blacklist.webgl.msaa": 4,
       "keyword.URL": "http://search.conduit.com/ResultsExt.aspx?ctid=CT3209604&SearchSource=2&q=",
       "network.cookie.prefsMigrated": true,
       "network.protocol-handler.warn-external.dnupdate": false,
       "places.history.expiration.transient_current_max_pages": 46977,
       "places.last_vacuum": 1356327667,
       "places.database.lastMaintenance": 1369435114,
       "print.print_margin_top": "0.5",
       "print.print_paper_width": "  8.50",
       "print.print_to_file": false,
       "print.print_bgimages": false,
       "print.print_margin_left": "0.5",
       "print.print_orientation": 0,
       "print.print_in_color": true,
       "print.print_paper_height": " 11.00",
       "print.print_pagedelay": 500,
       "print.print_paper_size": 0,
       "print.print_unwriteable_margin_right": 25,
       "print.print_printer": "",
       "print.print_command": "",
       "print.print_downloadfonts": false,
       "print.print_scaling": "  1.00",
       "print.print_unwriteable_margin_left": 25,
       "print.print_evenpages": true,
       "print.print_unwriteable_margin_bottom": 56,
       "print.print_paper_size_unit": 0,
       "print.print_margin_right": "0.5",
       "print.print_oddpages": true,
       "print.print_bgcolor": false,
       "print.macosx.pagesetup-2": "",
    

    As to if it slows down your Firefox or your entire system, I cannot say, but some add-ons can connect to the internet in the background, for example, to check for mail or retrieve news/weather/etc. The best way to judge if the extension's bad performance is to use Firefox without it for awhile.

    The news that you pasted in your post usually comes in the DETAILS of the SYSTEM link OVER to the right of the question. Not sure what was wrong here.

    Last but not least, the forum software detected your Firefox in version 18. Is this correct?

    Version 18 is not safe; Mozilla reveals security flaws after each new version. Is something holding you upgrade to Firefox 21? Please let us know if we can offer you solutions or workarounds.

    If help > about Firefox shows 21.0 Firefox, you may need to disable the preference that is misrepresentation of your version number. See: sites say that Firefox is obsolete or incompatible, even if it's the latest version.

  • kernel_task slow down the new iMac 27 "5K to a crawl

    I've owned my new iMac (OSX El Capitan 10.11.4) for more than 4 months now and have had no complaints other than those sometimes caused by the limited installed 8 GB of memory (an upgrade to 32 GB is on order).  Suddenly last week, I noticed my machine slows down considerably and heats up. Check activity monitor, I have seen that kernel_task took 200 to 400% of the CPU.  Despite the heat, I noticed that I could not hear the fan running, so I downloaded Mac Fan Control indicating the fan did not work - I took it in the center of authorized Service Apple and they confirmed that indeed the fan did not work and ordered me a new one that I expect.  I'm not sure that the fan has never worked - as I remember ever heard - I naively thought the new iMacs are just quieter.

    In the meantime, I'm trying to understand what is causing the problem kernel_task.   I noticed it uses very little CPU on most boot-up until I have load Lightroom (I'm a photographer and use this app heavily) after which zoomed up to more than 200% kernel_task, video playback has the same effect.   However, if I use only my browser for the e-mail and listening to iTunes kernel_task remains down on the only figure of % CPU and machine stay cool.   The person I talked to Apple's Service said she has seen this before and the solution was to do a clean reinstall of the operating system.   I want to save as a last resort - after setting of the fan and installing more memory.    I wonder if heat build-up missing a fan has an effect on kernel_task or help to have more memory?  In any case this is the report of EtreCheck:

    EtreCheck version: 2.9.11 (264)

    Report generated 2016-04-17 13:17:13

    Download EtreCheck from https://etrecheck.com

    Duration 05:18

    Performance: average

    Click the [Support] links to help with non-Apple products.

    Click [details] for more information on this line.

    Problem: Computer is too slow

    Hardware Information:

    iMac (retina 5K, 27 inches, end of 2015)

    [Data sheet] - [User Guide] - [warranty & Service]

    iMac - model: iMac17, 1

    1 3.3 GHz Intel Core i5 CPU: 4 strands

    8 GB of RAM expandable - [Instructions]

    BANK 0/DIMM0

    OK MHz 4 GB DDR3-1867

    0/DIMM1 BANK

    Vacuum

    BANK 1/DIMM0

    OK MHz 4 GB DDR3-1867

    BANK 1/DIMM1

    Vacuum

    Bluetooth: Good - transfer/Airdrop2 taken in charge

    Wireless: en1: 802.11 a/b/g/n/ac

    Video information:

    AMD Radeon R9 M395 - VRAM: 2048 MB

    iMac 5120 x 2880

    Software:

    OS X El Capitan 10.11.4 (15E65) - since startup time: less than an hour

    Disc information:

    ST2000DM001 disk HARD APPLE disk0: (2 TB) (rotation)

    EFI (disk0s1) < not mounted >: 210 MB

    Recovery HD (disk0s3) < not mounted > [recovery]: 650 MB

    Macintosh HD (2) /: 2.11 TB (905,59 GB free)

    Storage of carrots: disk1s2 120.99 GB Online

    Storage of carrots: disk0s2 2.00 TB online

    APPLE SSD SM0128G disk1: (121,33 GB) (Solid State - TRIM: Yes)

    EFI (disk1s1) < not mounted >: 210 MB

    Boot OS X (disk1s3) < not mounted >: 134 MB

    Macintosh HD (2) /: 2.11 TB (905,59 GB free)

    Storage of carrots: disk1s2 120.99 GB Online

    Storage of carrots: disk0s2 2.00 TB online

    USB information:

    Broadcom Corp. Bluetooth USB host controller.

    Apple Inc. FaceTime HD camera (built-in)

    Canon Canon CAPT USB Device

    Lightning information:

    Apple Inc. Thunderbolt_bus.

    Guardian:

    Mac App Store and identified developers

    Kernel extensions:

    / Library/Extensions

    com [no charge]. FTDI.driver.D2XXHelper (1.0 - SDK 10.11 - 2016-04-07) [Support]

    [no charge] expressvpn.tap (20150118 - 2016-04-07) [Support]

    [loading] expressvpn.tun (20150118 - 2016-04-07) [Support]

    / System/Library/Extensions

    com.Wacom.kext.wacomtablet [no charge] (Tablet Wacom 6.3.15 - 2 - SDK 10.11 - 2016-04-07) [Support]

    Launch system officers:

    [loaded] 7 tasks Apple

    [loading] 154 tasks Apple

    [operation] 77 tasks Apple

    Launch system demons:

    [loaded] 45 tasks Apple

    [loading] 155 tasks Apple

    [operation] 88 tasks Apple

    Launch officers:

    [no charge] com.adobe.AAM.Updater - 1.0.plist (2016-04-12) [Support]

    [failure] com.adobe.ARMDCHelper.cc24aef4a1b90ed56a... plist (2015-12-14) [Support]

    [operation] com.adobe.AdobeCreativeCloud.plist (2016-02-14) [Support]

    [loading] com.google.keystone.agent.plist (2016-03-02) [Support]

    [loading] com.oracle.java.Java - Updater.plist (2015-11-22) [Support]

    [operation] com.wacom.wacomtablet.plist (2015-11-04) [Support]

    [operation] jp.co.canon.CUPSCAPT.BG.plist (2015-08-23) [Support]

    Launch demons:

    [loading] com.adobe.ARMDC.Communicator.plist (2015-12-14) [Support]

    [loading] com.adobe.ARMDC.SMJobBlessHelper.plist (2015-12-14) [Support]

    [operation] com.adobe.adobeupdatedaemon.plist (2016-04-12) [Support]

    [loading] com.adobe.agsservice.plist (2015-11-22) [Support]

    [loading] com.cocoatech.pathfinder.SMFHelper7.plist (2015-11-22) [Support]

    [loading] com.expressvpn.tap.plist (2016-02-11) [Support]

    [loading] com.expressvpn.tun.plist (2016-02-11) [Support]

    [loading] com.google.keystone.daemon.plist (2016-03-02) [Support]

    [loading] com.microsoft.office.licensing.helper.plist (2010-08-25) [Support]

    [loading] com.oracle.java.Helper - Tool.plist (2015-11-22) [Support]

    [operation] com.surteesstudios.hddfancontroldaemon.plist (2014-06-03) [Support]

    [loading] com.wacom.displayhelper.plist (2015-11-04) [Support]

    User launch officers:

    [loading] com.adobe.AAM.Updater - 1.0.plist (2015-11-22) [Support]

    [loading] com.bittorrent.uTorrent.plist (2015-11-23) [Support]

    Items in user login:

    Fan of Macs control application (/ Applications/Mac Fan Control.app)

    Dropbox application (/ Applications/Dropbox.app)

    Other applications:

    [operation] 2BUA8C4S2C.com.agilebits.onepassword - osx-helper

    [ongoing] com.adobe.CCLibrary.78432

    [ongoing] com.adobe.CCXProcess.53472

    [operation] com.adobe.acc.AdobeDesktopService.77152.F4AF8B93-6EA8-4645-B6BA-A978E4ACF8E1

    [ongoing] com.Adobe.accmac.75232

    [ongoing] com.crystalidea.MacsFanControl.992

    [ongoing] com.etresoft.EtreCheck.189792

    [ongoing] com.getdropbox.dropbox.104032

    com.rockysandstudio.Memory-[ongoing] Diag.104992

    [loading] com.rockysandstudio.Memory - Diag.Launch - Helper

    [ongoing] com.wacom.TabletDriver.143712

    [ongoing] com.wacom.WacomTouchDriver.143392

    [loading] 398 tasks Apple

    [operation] 198 tasks Apple

    Plug-ins Internet:

    AdobeAAMDetect: 3.0.0.0 - SDK 10.9 (2016-04-12) [Support]

    QuickTime Plugin: 7.7.3 (2016-03-22)

    AdobePDFViewerNPAPI: 15.010.20060 - SDK 10.8 (2016-03-09) [Support]

    AdobePDFViewer: 15.010.20060 - SDK 10.8 (2016-03-09) [Support]

    Default browser: 601 - SDK 10.11 (2016-03-22)

    SharePointBrowserPlugin: 14.0.0 (2010-08-25) [Support]

    WacomTabletPlugin: WacomTabletPlugin 2.1.0.6 - SDK 10.9 (2015-11-04) [Support]

    JavaAppletPlugin: Java 8 updated 66 17 (2016-02-12) check the version of build

    3rd party preference panes:

    Fan HDD control (2016-04-16) [Support]

    Java (2015-10-07) [Support]

    WacomTablet (2015-11-04) [Support]

    Time Machine:

    Skip system files: No.

    Mobile backups: OFF

    Automatic backup: YES

    Volumes to back up:

    Macintosh HD: Disc size: 2.11 TB disk used: 1.21 TB

    Destinations:

    [Network] data

    Total size: TB 3.00

    Total number of backups: 38

    An older backup: 04/01/16, 11:17

    Last backup: 17/04/16, 11:39

    Backup disk size: too small

    Backup TB 3.00 size < (disc 1.21 TB X 3)

    Top of page process CPU:

    6% WindowServer

    kernel_task 2%

    Synchronization of 0%

    0% AdobeUpdateDaemon

    0% captmoncnabc

    Top of page process of memory:

    803 MB kernel_task

    262 MB mdworker (14)

    213 MB Adobe CEF Helper (2)

    Mds_stores 156 MB

    156MO Dock

    Virtual memory information:

    1.90 GB of free RAM

    6.10 GB used RAM (3.39 GB being cached)

    Used Swap 0 B

    Diagnostic information:

    17 April 2016, 12:56:18 test - passed

    Any suggestions would be greatly appreciated.

    In the meantime, I'm trying to understand what is causing the problem kernel_task.

    Bad fan is the cause. The machine is to be limited to avoid overheating.

  • MAC slowed down

    HI I'm looking for a solution, my IMAC 2008 has started to slow down last week, I ran Norton and found lots of malware and virus no matter what you call it. Since then, the computer is always slow to start and function and I noticed the hard drive is running out of space, and it took almost 40 GB of space since last week!

    I appreciate any suggestions on how to solve this problem. I have OS X 10.11.3

    Thank you

    The first step and perhaps the only one, is to get rid of "Norton", which is worse than useless.

    Please remove the Norton/Symantec products in accordance with these instructions. If you have a different version of the product, the steps may be different. If you have tried to remove it by dragging an application to the trash, reinstall it and finish the job.

    Back up all data before making any changes. Never install any product "anti-virus" or "anti-malware" again.

  • Products using Apple slows down other connected devices

    I recently started a problem where using an Apple with my AirPort Extreme product slows down or stops even connections other devices connected to the router. An example is when my iPhone download updates of applications, then my Mac, iPad, and an another android phone to family members cannot browse the Internet. Connecting to the Wi - Fi connection does not decrease, but there seems to be no access to the Internet through that when checking through airport utility it shows that the Internet is here.  Amother example is when you watch a movie to iTunes through my Apple TV, so I'm not able to browse the Internet on my iPhone.  I am currently using 6th generation airport extreme.

    Unfortunately, this sort of thing happens with the airport, having no function of Quality of Service there is no real way to fix it.

    I suggest to use different names and groups and forcing devices to a band or another problem... for example all the stuff on 5 GHz problem. See if that helps.

    I doubt it makes a difference, but what is the configuration...

    This modem do you have? What is a router?

    Is EI in bridge mode or router?

  • Why my browsers always slow down eventually?

    I have a Macbook Air and use Safari and Chrome. Usually, I'm in the same room as my wireless router. Constantly, both browsers will begin to slow down in terms of loading pages and finally become inadmissible. I must close/reopen the window or completely restart the computer. In Safari, I use pine tab add-on, and 7 to 8 pinned tabs. I do regular maintenance on my laptop using the utility application, Onyx, to clear the cache, etc. Nothing seems to help.

    Chrome was a resource hog on Macs for a long time.

    You really have a reason to keep Chrome installed?

  • DaqMX wait the next sample causing slow down Clock.vi

    Hello

    I have a question about the proper use of DaqMX wait for next sample clock.

    I read channels analog voltage on a map or pcie-6259.

    I would like to read as soon as possible make your comments between each of these points of single data points.

    I wish I had an error generated if I miss a data point.

    From reading the forums, I've gathered that the best way to do it is using the Timed Single Point material.

    A simplified program that I use to test this is attached.

    If I remove the DaqMX wait for next sample Clock.vi, my program seems to work.

    I added a counter to check the total time is as expected.

    For example, the program seems to work at the speed appropriate for 120.

    However, without that vi, it seems that the program does not generate a warning if I missed a sample.

    So I thought that the next sample clock waiting vi could be used to determine if a single data point has been missed using the output "is late."

    However, when I add inside as shown in the joint, the program seems to slow down considerably.

    At high rates as 120000, I get the error:-209802

    14kHz is the approximate maximum rate before you start to make mistakes.

    My question is: is this the right way to check a missed sample? I don't understand why the wait next sample Clock.vi is originally a slow down. Without this vi, the program does just what I want except that I do not have strict error control.

    My confusion may be based on a lack of understanding of real-time systems. I don't think I do 'real time' as I run on an ordinary pc, so maybe I use some features that I wouldn't.

    Thank you

    Mike

    Mike,

    You should be able to read to return delays errors and warnings by setting the DAQmx real-time-> ReportMissedSamp property.  I think that if you enable this, you will see errors or warnings (according to the DAQmx real-time-> ConvertLateErrorsToWarnings) in the case where you use read-only.  I'm a little surprised that you have measured your application works at 120 kHz without waiting for next sample clock (WFNSC), although I'm not surprised that it would be significantly faster.  I think if you call read-only, you'll read the last sample available regardless of whether you would of missed samples or not.  When you call WFNSC, DAQmx will always wait for the next, if you are late or not sample clock.  In this case, you will wait an additional sample clock that is not the case in read-only.  Once again, I expect that, in both cases, your loop would not go to 120 kHz.

    Features real-time DAQmx (hardware Timed Single Point - HWTSP) are a set of features that are optimized for a one-time operation, but also a mechanism to provide feedback as to if a request is following the acquisition.  There is nothing inherently wrong with using this feature on a non real-time OS.  However, planner of a non real-time OS is not going to be deterministic.  This means that your app 'real time' may be interrupted for a period not confined while the BONE died in the service of other applications or everything he needs to do.  DAQmx will always tell you if your application is to follow, but can do nothing to guarantee that this will happen.  Thus, your request * must * tolerant bet of this type of interruption.

    There are a few things to consider.  If it is important that you perform the action at a given rate, then you should consider using a real-time operating system, or even with an FPGA based approach.  If it is not essential to your system, you might consider using is HWTSP, where you do not declare lack samples (DAQmx simply give you the most recent example), or you could avoid HW timing all together and just use HAVE request to acquire a sample at a time.  What is appropriate depends on the requirements of your application.

    Hope that helps,

    Dan

  • computer slows down when you play games online (IE facebook games)

    When Facebook games like war command my computer slows down. I don't have any other applications running, sometimes I get a message saying that to appear this program using the amount of memory and I have to close and restart

    Hello

    1. what version of Windows is installed on the computer?

    2. in the browser that you play Facebook games?

    3. What is the full error message?

    4 is about the limit for the Facebook games?

    5 is this a connection wired or wireless?

    6 have have there been recent changes made on the computer before the show?

     

    Method 1:

    I suggest you run the troubleshooter of performance on the system and verify.

    Open the troubleshooter of Performance

    http://Windows.Microsoft.com/en-us/Windows7/open-the-performance-Troubleshooter

     

     

    Method 2: Follow the steps in the following article and check if it helps.

    Note: Please proceed if you use internet explore for playing games.

    The problems of games online using Internet Explorer

    http://support.Microsoft.com/kb/2528246

     

     

    Warning: Reset the Internet Explorer settings can reset security settings or privacy settings that you have added to the list of Trusted Sites. Reset the Internet Explorer settings can also reset parental control settings. We recommend that you note these sites before you use the reset Internet Explorer settings.

    If the steps above did not fix the problem, please provide me with the required information so that we can help you accordingly.

     

Maybe you are looking for