UTL_SMTP is becoming slower suddenly

Hi everybody,
we are using the package UTL_SMTP to send mails in our applications. Not so long ago, the email were really quick. Now it takes over 10 seconds to send 3 mails with no attachment, It's not acceptable. Do you know a way to send the mail faster ?
I read somewhere that in Oracle 10g we should use UTL_MAIL instead of UTL_SMTP ? Would it spead my mail generation ?
Thank you !
Leinad !

leinadjan wrote:
I think I found the culprit, it's the connection to the SMTP server. Each team the procedure is call, we open a new connection and we close it. And the average connection time is 5 seconds. This three time and we have 15 seconds to wait.Does not sound reasonable. A tcp socket connection should be faster - unless it is across (slower) WAN infrastructure.
The SMTP server could be doing reverse DNS lookups for logging purposes. It accepts a client connection. The IP address of the client is available - but instead of using that alone for logging purposes, it can lookup the hostname of that IP. And then use the hostname for logging. (it also may use it for same basic access control that is based on host and domain names),
This is called a reverse DNS lookup and can result in making the initial client connection a lot slower.
But I think I shoulld at least to try to share the connections for all mail and it will be a small gain of speed.You cannot share a socket connection across PL/SQL sessions. So if session 123 creates a SMTP connection, only it can use that connection.
What you can do is implement a basic mail send server in PL/SQL. A PL/SQL package can use any of the IPC (Inter Process Communication) methods available in Oracle for other sessions to communicate with it. E.g. database pipes, or message queues, or even just a plain vanilla SQL table.
This package can create a SMTP connection, keep it alive and dequeue any messages it receives from other Oracle sessions. A dequeued message is transformed into a mail message and the existing SMTP connection is used to send it.
This package can be run as a background process using DBMS_JOB/DBMS_SCHEDULER.
Some IPC methods supports multiple server-side processes - in which case this approach can be scaled by running something like 5 copies of this mail server code. This then supports 5 concurrent requests for sending mail. Kind of like the shared server/MTS concept in Oracle.
UTL_SMTP.close_data (v_connectionsmtp); Is that the command who finish the creation of my mail ?Correct. This sends a period and CRLF to the server to indicate that the complete e-mail has been send.
The server will respond with a numeric code (that UTL_SMTP should check for confirmation) and then the server will wait for the next SMTP command from your code.
I want to manage manually the connection, open it when it's null and close it at the end of my script....Not sure what you mean "+open it when it's null+"?
If you do create a mail send server in PL/SQL code, it should look something as follows:
connect to SMTP./mail server
send HELO command
while PLSQLServerIsActive loop
  if MessageOnQueue then
    DequeueMessage
    send MAIL FROM command
    send RCPT FROM command
    send DATA command
    send e-mail
    send period + CRLF (end-of-mail)
  end if
  if TimeIdle > 60 seconds then
    // tell the SMTP server that we're still here in order
    // to prevent it from timing us out and closing the
    // tcp connection
    send RSET command
  end if
  // shutdown when commanded to
  if ReceiveServerShutdown  then PLSQLServerIsActive := false
end loop 
send QUIT command

Similar Messages

  • Macbook air has suddenly become slow takes time to load any page

    My macbook air has suddenly become slow in loading pages whether they are on the net or if I am opening a page on the hard drive, need advise on what to do.

    what OS are you using?is that happening upon fresh restart?

  • IMac has become slow and freezes up

    For a few months now my iMac has been much slower than it used to be. Apps take longer to open, menu functions respond more slowly, folders and files take longer to open, pages longer to display, etc. Frequently the active window freezes and the colour wheel starts spinning for 10-15 seconds (it has been doing it twice since I started writing this sentence). This happens with all apps I am using, like Safari, Mail, Word and Excel, but particularly frequently in Logic Pro X. Sometimes when it happens (but not always), I get the error message "Disk too slow or system overload (-10010)". However, I upgraded to Logic Pro X about a year ago, and I never had this problem during the first number of months after the upgrade. I am aware that Logic uses a lot of CPU and memory, but, as mentioned, I also have the problem when Logic is not running. This leads me to think there might be something with the hard disk, although it beats me why it suddenly should have become slow. I am currently running everything from the built-in 1 TB hard disk. I have a 3.1 GHz Intel Core i5 CPU and 8 GB RAM. A full EtreCheck report with my system specifics is enclosed below. Can anyone help?
    EtreCheck version: 2.0.3 (88)
    Report generated 13. oktober 2014 20:02:21 CEST
    Hardware Information: ℹ️
      iMac (27-inch, Mid 2011) (Verified)
      iMac - model: iMac12,2
      1 3.1 GHz Intel Core i5 CPU: 4-core
      8 GB RAM Upgradeable
      BANK 0/DIMM0
      4 GB DDR3 1333 MHz ok
      BANK 1/DIMM0
      4 GB DDR3 1333 MHz ok
      BANK 0/DIMM1
      empty empty empty empty
      BANK 1/DIMM1
      empty empty empty empty
      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
    System Software: ℹ️
      OS X 10.9.5 (13F34) - Uptime: 3 days 11:48:59
    Disk Information: ℹ️
      ST31000528AS disk0 : (1 TB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Macintosh HD (disk0s2) /  [Startup]: 999.35 GB (511.48 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      HL-DT-STDVDRW  GA32N 
      SAMSUNG MZ7TE512HMHP-00000 disk1 : (512,11 GB)
      S.M.A.R.T. Status: Verified
      LaCie (disk1s1) /Volumes/LaCie : 409.69 GB (409.15 GB free)
      LACIE SHARE (disk1s2) <not mounted> : 102.42 GB
    USB Information: ℹ️
      Line 6 GX
      Apple Inc. BRCM2046 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Computer, Inc. IR Receiver
      Apple Internal Memory Card Reader
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
      LaCie Rugged THB USB3
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Library/Extensions
      [loaded] com.line6.driver.xtaudio (7.3.6 - SDK 10.7) Support
      /System/Library/Extensions
      [not loaded] com.cisco.cscotun (1.0) Support
      [not loaded] com.olympus.CamBlockCommandsDeviceUP (3.1.0 - SDK 10.6) Support
      [not loaded] jp.co.yamaha.driver.YamahaSteinbergUSBAudio (1.6.0f1 - SDK 10.6) Support
    Launch Agents: ℹ️
      [invalid?] com.cisco.anyconnect.gui.plist Support
      [loaded] com.divx.dms.agent.plist Support
      [loaded] com.divx.update.agent.plist Support
      [loaded] com.oracle.java.Java-Updater.plist Support
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist Support
      [running] com.cisco.anyconnect.vpnagentd.plist Support
      [running] com.line6.l6ksettingmgr.plist Support
      [loaded] com.microsoft.office.licensing.helper.plist Support
      [loaded] com.oracle.java.Helper-Tool.plist Support
    User Launch Agents: ℹ️
      [loaded] com.adobe.ARM.[...].plist Support
    User Login Items: ℹ️
      AirPort-basestasjonsagent Program (/System/Library/CoreServices/AirPort Base Station Agent.app)
      witchdaemon Program (/Users/[redacted]/Library/PreferencePanes/Witch.prefPane/Contents/Resources/wi tchdaemon.app)
      iTunesHelper ProgramHidden (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
      Dropbox Program (/Applications/Dropbox.app)
      DVDAuthorizeHelper Program (/Users/[redacted]/Library/Application Support/Helper/DVDAuthorizeHelper.app)
    Internet Plug-ins: ℹ️
      FlashPlayer-10.6: Version: 15.0.0.152 - SDK 10.6 Support
      DivX Web Player: Version: 3.2.3.1164 - SDK 10.6 Support
      AdobePDFViewerNPAPI: Version: 10.1.12 Support
      AdobePDFViewer: Version: 10.1.12 Support
      Flash Player: Version: 15.0.0.152 - SDK 10.6 Support
      Default Browser: Version: 537 - SDK 10.9
      OVSHelper: Version: 1.1 Support
      QuickTime Plugin: Version: 7.7.3
      GarminGpsControl: Version: 4.0.4.0 Release - SDK 10.6 Support
      SharePointBrowserPlugin: Version: 14.3.4 - SDK 10.6 Support
      JavaAppletPlugin: Version: Java 7 Update 67 Check version
    Audio Plug-ins: ℹ️
      DVCPROHDAudio: Version: 1.3.2
    3rd Party Preference Panes: ℹ️
      Flash Player  Support
      Java  Support
      Line6AudioMIDI  Support
      Perian  Support
      Witch  Support
      Yamaha Steinberg USB  Support
    Time Machine: ℹ️
      Mobile backups: OFF
      Auto backup: YES
      Volumes being backed up:
      Macintosh HD: Disk size: 999.35 GB Disk used: 487.87 GB
      Destinations:
      Data [Network]
      Total size: 2 TB
      Total number of backups: 110
      Oldest backup: 2013-05-13 07:48:39 +0000
      Last backup: 2014-10-13 17:31:26 +0000
      Size of backup disk: Adequate
      Backup size 2 TB > (Disk used 487.87 GB X 3)
    Top Processes by CPU: ℹ️
          47% Logic Pro X
          5% WindowServer
          3% com.apple.WebKit.Plugin.64
          0% sysmond
          0% coreaudiod
    Top Processes by Memory: ℹ️
      1.08 GB Logic Pro X
      292 MB Safari
      266 MB Finder
      249 MB com.apple.WebKit.WebContent
      198 MB com.apple.IconServicesAgent
    Virtual Memory Information: ℹ️
      33 MB Free RAM
      3.67 GB Active RAM
      3.68 GB Inactive RAM
      1.19 GB Wired RAM
      3.97 GB Page-ins
      4 MB Page-outs

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen. Click the Clear Display icon in the toolbar. Then take one of the actions that you're having trouble with. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name, may appear in the log. Anonymize before posting.

  • Why is Safari becoming slow and unresponsive?

    Ok - I have exactly the same problem.  I can run safari and use it.  After a short while it becomes slow and unresponsive.  When I quit I get the rainbow ball of death and the only way I can stop the application is to force quit.
    It is definitely linked to a particular network account as the guest account check above shows that it runs fine on another account.
    As I watch system memory in actvity monitor while I use safari the fhe following occurs:
    1.     free memory gets gradually used up to about 50%
    2.     Inactive memory gradually builds to about 50% of total
    3.     Then page in and page outs build massively and the swap file goes into overdrive
    I have 32GB memory on board but even so it doesn't take long for Safari to gobble it up.
    At the same time CPU % shows 90-100% and Real Mem sits around 15-18GB.
    By this stage the whole machine is slow and unresponsive as safari ***** up all its processor and memory resources.
    I have taken the following action:
    1.     reset safari using the reset process built into the app - no difference
    2.     deleted the preferences file - no difference
    3.     deleted the Library/cache file - no difference
    Thought about resetting NVRAM but decided that it wouldn't make much difference because it seems to be linked to a user.
    Any thoughts/suggestions on other actions I can take would be welcome.
    Are there other cache or preference files that I should be trashing.  Can I delete and reinstall safari?  I don't really want to have to go through the process of establishing a new user and rebuilding a reasonably substantial docs and photo library and set up.
    Help.
    <Re-Titled By Host>

    You forgot to mention what version of Safari you have, but:
    If Safari is getting very slow:
    (Presumably you regularly empty your Safari cache by deleting the following file:
    Home/Library/Caches/com.apple.Safari/cache.db
    and clear your History)
    Adding Open DNS codes to your Network Preferences, should give good results in terms of speed-up as well as added security, (including anti-phishing and redirects) (Full information about Open DNS is here: http://www.opendns.com/home/nobloat ) and further independent information can be read here:
    http://reviews.cnet.com/8301-13727_7-57338784-263/free-dnscrypt-tool-enhances-ma c-web-security/?tag=mncol;txt
    and here:
    http://www.macworld.com/article/1146064/troubleshootdns.html?t=234
    If you are using a single computer: Open System Preferences/Network. Double click on your connection type, or select it in the drop-down menu, and in the box marked 'DNS Servers' add the following two numbers:
    208.67.222.222
    208.67.220.220
    (You can also enter them if you click on Advanced and then DNS)
    Sometimes reversing the order of the DNS numbers can be beneficial in cases where there is a long delay before web pages start to load, and then suddenly load at normal speed:
    http://support.apple.com/kb/TS2296
    If your computer is part of a network:please refer to this page: http://www.opendns.com/start/best_practices/#your_network and follow the advice given.
    If you use a Router, make sure it has the latest firmware installed.
    One reason for a slowness in page loading may be the 'DNS Pre-fetching' feature of Safari 5.x as is described here:
    http://support.apple.com/kb/TS3408?viewlocale=en_US
    You can cancel DNS pre-fetching by going to Terminal and typing:
    defaults write com.apple.safari WebKitDNSPrefetchingEnabled -boolean false
    You have to restart Safari for it to take effect.
    If Safari seems to hang for ages:
    If you have a lot of tabs open and/or a lot of pages running Flash, Safari can sometimes 'hang', requiring a restart of Safari. This can often be inconvenient, and as it is rarely Safari itself that is hanging but merely one of its plug-ins, usually Flash, there is a way using Terminal to restart the plug-ins (without restarting Safari and losing your tabs) by quitting the WebPluginHost process:
    Open the Terminal from the Utilities folder in /Applications and type
    killall -9 WebKitPluginHost
    Note that this command kills all Safari plug-ins, not just Flash. All plug-ins should start back up when you reload the page.
    Then go back to Safari and refresh any pages that were using the Flash plug-in. This also fixes the Beachball of Death. Try this whenever Safari gets slow or freezes. The later versions of Flash 10.1 onwards appear to have improved the situation somewhat, but haven't completed eliminated it.
    For this and other reasons Apple switched their websites to HTML5 in January 2011:
    http://www.appleinsider.com/articles/11/01/26/apple_revamps_its_public_website_u sing_html5.html
    For Snow Leopard/Lion users this should also be read:
    http://support.apple.com/kb/TS3408

  • MACBOOK BECOMES SLOW

    HI,
    I GOT A MACBOOK PRO LASR YEAR....
    SUDDENLY FROM LAST MONTH I FEEL THAT MY LAPTOP BECOMES SLOW...
    CAN ANYONE HELP ME OUT FROM THIS...
    THANKS IN ADVANCE..

    Are you getting a spinning beach ball or lags opening apps?https://discussions.apple.com/docs/DOC-6921 Or you can download Etrecheck run and post  here.http://www.etresoft.com/etrecheck

  • Why has my Macbook become slow and unresponsive

    Can anyone please help? I have an old Macbook Pro which has become slow and unresponsive. Why does my cursor keep moving to a different part of the page or worse still the entire copy will disappear. Please can someone give me some advice as to what I should do?
    Hardware Overview:
      Model Name: MacBook Pro
      Model Identifier: MacBookPro2,2
      Processor Name: Intel Core 2 Duo
      Processor Speed: 2.33 GHz
      Number Of Processors: 1
      Total Number Of Cores: 2
      L2 Cache: 4 MB
      Memory: 2 GB
      Bus Speed: 667 MHz
      Boot ROM Version: MBP22.00A5.B07
      SMC Version (system): 1.12f5
      Serial Number (system): *************
      Hardware UUID: ****************************
      Sudden Motion Sensor:
      State: Enabled
    <edited by host>

    Hi Clinton
    Thanks for getting back to me so quickly. Here are the results as requested.
    Many thanks
    EtreCheck version: 1.9.12 (48)
    Report generated 23 June 2014 11:47:32 CEST
    Hardware Information:
      MacBook Pro (15-inch Core 2 Duo) (Verified)
      MacBook Pro - model: MacBookPro2,2
      1 2.33 GHz Intel Core 2 Duo CPU: 2 cores
      2 GB RAM
    Video Information:
      ATY,RadeonX1600 - VRAM: 256 MB
      Color LCD 1440 x 900
      spdisplays_display_connector
    System Software:
      Mac OS X 10.6.8 (10K549) - Uptime: 2 days 4:10:19
    Disk Information:
      FUJITSU MHW2120BH disk0 : (111.79 GB)
      - (disk0s1) <not mounted>: 200 MB
      Macintosh HD (disk0s2) / [Startup]: 111.47 GB (14.55 GB free) (Low!)
    USB Information:
      Micron Built-in iSight
      Apple Inc. Bluetooth USB Host Controller
      Apple Computer Apple Internal Keyboard / Trackpad
      Logitech USB Receiver
      Apple Computer, Inc. IR Receiver
    Kernel Extensions:
      [not loaded] com.NovatelWireless.driver.NovatelWirelessUSBCDCECMControl (3.0.13) Support
      [not loaded] com.NovatelWireless.driver.NovatelWirelessUSBCDCECMData (3.0.13) Support
      [not loaded] com.ZTE.driver.ZTEUSBCDCACMData (1.3.35) Support
      [not loaded] com.ZTE.driver.ZTEUSBMassStorageFilter (1.3.35) Support
      [loaded] com.avast.AvastFileShield (2.1.0 - SDK 10.9) Support
      [loaded] com.avast.PacketForwarder (1.4 - SDK 10.9) Support
      [not loaded] com.devguru.driver.SamsungACMControl (1.4.17 - SDK 10.6) Support
      [not loaded] com.devguru.driver.SamsungACMData (1.4.17 - SDK 10.6) Support
      [not loaded] com.devguru.driver.SamsungComposite (1.4.17 - SDK 10.6) Support
      [not loaded] com.devguru.driver.SamsungMTP (1.4.17 - SDK 10.5) Support
      [not loaded] com.devguru.driver.SamsungSerial (1.4.17 - SDK 10.6) Support
      [not loaded] com.driver.JRDMassStorageDriver64 (1.0.0) Support
      [not loaded] com.driver.JRDMassStorageDriverType05 (1.0.0) Support
      [not loaded] com.driver.JRDUSBModemData32 (1.0.1) Support
      [not loaded] com.driver.JRDUSBModemData64 (4.0.8) Support
      [loaded] com.eltima.SyncMate.kext (0.2.4b13) Support
      [not loaded] com.equinux.VPNTracker (5.1.2) Support
      [not loaded] com.mice.driver.Wireless360Controller (1.0.0d11) Support
      [not loaded] com.mice.driver.WirelessGamingReceiver (1.0.0d11) Support
      [not loaded] com.mice.driver.Xbox360Controller (1.0.0d11) Support
      [not loaded] com.novamedia.driver.IceraUSB_MSD_Bypass (1.3.0) Support
      [not loaded] com.novatelwireless.driver.3G (3.0.13) Support
      [not loaded] com.novatelwireless.driver.3GData (3.0.13) Support
      [not loaded] com.novatelwireless.driver.DisableAutoInstall (3.0.13) Support
      [not loaded] com.option.driver.Option72 (2.15.0) Support
      [not loaded] com.option.driver.OptionHS (3.26.0) Support
      [not loaded] com.option.driver.OptionMSD (1.21.0) Support
      [not loaded] com.option.driver.OptionQC (1.11.0) Support
      [loaded] com.rim.driver.BlackBerryUSBDriverInt (0.0.67) Support
      [not loaded] com.rim.driver.BlackBerryUSBDriverVSP (0.0.67) Support
      [not loaded] com.vodafone.driver (3.0.9) Support
      [not loaded] com.vodafone.driver.Data (3.0.9) Support
      [not loaded] com.vodafone.driver.DisableAutoInstall (2.0.6) Support
      [not loaded] com.zte.driver.cdc_ecm_qmi (1.0.26) Support
      [not loaded] com.zte.driver.cdc_usb_bus (1.0.26) Support
      [not loaded] de.novamedia.driver.NMSamsung (0.0.2) Support
      [not loaded] de.novamedia.driver.NMSmartplugSCSIDevice (1.0.1) Support
      [not loaded] de.novamedia.driver.NMUSBCDCACMControl (3.2.12) Support
      [not loaded] de.novamedia.driver.NMUSBCDCACMData (3.2.12) Support
      [not loaded] de.novamedia.driver.NMUSBCDCACMData.VTP (3.2.6) Support
      [not loaded] de.novamedia.oem.vodafone.vtp.huawei.cdc (0.0.2) Support
      [not loaded] net.pocketmac.driver.BlackberryUSB (3.0.12) Support
      [not loaded] net.pocketmac.driver.BlackberryUSBDev (3.0.12) Support
    Startup Items:
      360ControlDaemon: Path: /Library/StartupItems/360ControlDaemon
      HP IO: Path: /Library/StartupItems/HP IO
    Problem System Launch Daemons:
      [running] de.novamedia.nmnetmgrd.plist Support
    Problem System Launch Agents:
      [running] org.thebends.iphonedisk.mobile_fs_util.plist Support
    Launch Daemons:
      [loaded] com.adobe.fpsaud.plist Support
      [loaded] com.avast.init.plist Support
      [loaded] com.avast.uninstall.plist Support
      [loaded] com.microsoft.office.licensing.helper.plist Support
      [running] com.wdc.drivemanagerservice.plist Support
      [running] rapiback.plist Support
    Launch Agents:
      [loaded] com.avast.userinit.plist Support
      [loaded] com.divx.dms.agent.plist Support
      [loaded] com.divx.update.agent.plist Support
      [loaded] com.hp.help.tocgenerator.plist Support
      [running] de.novamedia.VodafoneDeviceObserver.plist Support
      [running] syncmateStarter.plist Support
    User Launch Agents:
      [loaded] com.adobe.ARM.[...].plist Support
      [loaded] com.adobe.ARM.[...].plist Support
      [loaded] com.avast.home.userinit.plist Support
      [loaded] com.facebook.videochat.[redacted].plist Support
      [loaded] com.google.keystone.agent.plist Support
      [failed] com.iocom.visimeet.agent.plist Support
      [running] com.microsoft.LaunchAgent.SyncServicesAgent.plist Support
    User Login Items:
      Dropbox
    Internet Plug-ins:
      Mozillaplug: Version: 1.0
      OVSHelper: Version: 1.1 Support
      Flip4Mac WMV Plugin: Version: 2.2.1.11  Support
      AdobePDFViewerNPAPI: Version: 11.0.06 - SDK 10.6 Support
      FlashPlayer-10.6: Version: 13.0.0.214 - SDK 10.6 Support
      DivXBrowserPlugin: Version: 2.2 Support
      Silverlight: Version: 5.1.30317.0 - SDK 10.6 Support
      Flash Player: Version: 13.0.0.214 - SDK 10.6 Outdated! Update
      QuickTime Plugin: Version: 7.6.6
      iPhotoPhotocast: Version: 6.0
      SharePointBrowserPlugin: Version: 14.3.9 - SDK 10.6 Support
      AdobePDFViewer: Version: 11.0.06 - SDK 10.6 Support
      JavaAppletPlugin: Version: 13.9.8 - SDK 10.6 Check version
    Safari Extensions:
      DivX Plus Web Player HTML5 <video>: Version: 2.1.2.172
      avast! Online Security: Version: 8
    iTunes Plug-ins:
      Quartz Composer Visualizer: Version: 1.2
    User Internet Plug-ins:
      RealPlayer Plugin: Version: Unknown
    3rd Party Preference Panes:
      avast! Preferences  Support
      Flash Player  Support
      Flip4Mac WMV  Support
      MacFUSE  Support
    Top Processes by CPU:
          1% Google Chrome
          1% ps
          0% WindowServer
          0% Dropbox
          0% SystemUIServer
    Top Processes by Memory:
      186 MB iPhoto
      154 MB Google Chrome Helper
      104 MB SyncServicesAgent
      104 MB Mail
      98 MB Google Chrome
    Virtual Memory Information:
      51 MB Free RAM
      1.17 GB Active RAM
      578 MB Inactive RAM
      217 MB Wired RAM
      76.23 GB Page-ins
      3.60 GB Page-outs

  • Satellite A100 - Internet becomes slower after 10 minutes

    Hi,
    the Satellite A100 worked fine for some years, suddenly the internet became too slow after 10 min from start.
    When the laptop is switched on the first time the internet works fine the first 10 min then becomes slower and slower till almost no packets are received but the connection does not drop completely.
    Suspected spyware, rootkit, did a clean up, then installed from the disk recovery
    Then tried the same. Uninstalled the LAN connection then reinstalled from the device manager, nothing.
    I suspected the Ethernet port is failing. Then I used a D-Link usb-to-Ethernet adapter which is completely independent from the onboard Ethernet hardware. Nothing, same behaviour, works fine first then Firefox shows a time out
    The modem, cable, internet are all fine since i tested them with one PC and another Fujitsu laptop (5 years old) and they all work fine. Even the D-Link works fine.
    The Toshiba pc diagnostic tool says specifically "Network Fail", but what fails exactly?
    Any idea or similar experience?

    Hi Keany,
    oh yes, quite complicated cause i tried many things. unluckily i don't have a WLAN, and i don't want to hack the neighbors' just for the test.
    i am thinking even if the RJ port is defect, than the usb2ethernet from d-link should work fine as it's not dependent on the LAN Ethernet port at all. the relationship is a mystery ..
    the DSL/Modem work fine with two other computers.
    also tried with ubunto live CD, connection is there but networking almost dead
    the d-link usb2erthernet looked ok with another fujitsu-siemens laptop.
    i might order a pcmcia network card and try if it works.
    thanks for thinking with me ..

  • Mac running slow suddenly

    Dear All,
    My mid-2012 13" MacBook Pro suddenly became extremely slow yesterday evening. I restarted it several times, installed the latest software updates without any improvement. This morming I did the following:
    - I removed com.adobe.aaa.updater-1.0.plist from the /Library/LaunchAgents as I saw in the discussion that this could be a problem
    - I ran EtreCheck (report below)
    Surprisingly everything seems now back to normal (?). But I'm concerned something might be wrong. Particularly: should I be worried about the disk errors? Should I run a disk repair in DiskUtility?
    Many thanks for your help,
    Julien
    Problem description:
    mac book running extremely slow suddenly
    EtreCheck version: 2.2 (132)
    Report generated 4/20/15, 10:21 AM
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        MacBook Pro Intel Core i5, Intel Core i7, 13" (Mid 2012)
        MacBook Pro - model: MacBookPro9,2
        1 2.9 GHz Intel Core i7 CPU: 2-core
        8 GB RAM Upgradeable
            BANK 0/DIMM0
                4 GB DDR3 1600 MHz ok
            BANK 1/DIMM0
                4 GB DDR3 1600 MHz ok
        Bluetooth: Good - Handoff/Airdrop2 supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery: Health = Normal - Cycle count = 344 - SN = 9G309005SD3MB
    Video Information: ℹ️
        Intel HD Graphics 4000
            Color LCD 1280 x 800
    System Software: ℹ️
        OS X 10.10.3 (14D131) - Time since boot: 0:43:39
    Disk Information: ℹ️
        APPLE HDD ST750LM022 disk0 : (750.16 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
            Macintosh HD (disk1) / : 748.93 GB (305.69 GB free) - 2 errors
                Encrypted AES-XTS Unlocked
                Core Storage: disk0s2 749.30 GB Online
        HL-DT-ST DVDRW  GS31N 
    USB Information: ℹ️
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Inc. BRCM20702 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Computer, Inc. IR Receiver
        Apple Inc. FaceTime HD Camera (Built-in)
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /Library/Application Support/VirtualBox
        [loaded]    org.virtualbox.kext.VBoxDrv (4.3.6) [Click for support]
        [loaded]    org.virtualbox.kext.VBoxNetAdp (4.3.6) [Click for support]
        [loaded]    org.virtualbox.kext.VBoxNetFlt (4.3.6) [Click for support]
        [loaded]    org.virtualbox.kext.VBoxUSB (4.3.6) [Click for support]
            /System/Library/Extensions
        [not loaded]    com.paceap.kext.pacesupport.master (5.9.1 - SDK 10.6) [Click for support]
            /System/Library/Extensions/PACESupportFamily.kext/Contents/PlugIns
        [not loaded]    com.paceap.kext.pacesupport.leopard (5.9.1 - SDK 10.4) [Click for support]
        [not loaded]    com.paceap.kext.pacesupport.panther (5.9.1 - SDK 10.-1) [Click for support]
        [loaded]    com.paceap.kext.pacesupport.snowleopard (5.9.1 - SDK 10.6) [Click for support]
        [not loaded]    com.paceap.kext.pacesupport.tiger (5.9.1 - SDK 10.4) [Click for support]
    Startup Items: ℹ️
        HP IO: Path: /Library/StartupItems/HP IO
        Startup items are obsolete in OS X Yosemite
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.disc-soft.DAEMONTools.PrivilegedHelper.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
        [running]    com.paceap.eden.licensed.plist [Click for support]
        [loaded]    com.rockysandstudio.WUHelper.plist [Click for support]
        [not loaded]    org.virtualbox.startup.plist [Click for support]
        [loaded]    PACESupport.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [running]    com.spotify.webhelper.plist [Click for support]
        [not loaded]    org.virtualbox.vboxwebsrv.plist [Click for support]
    User Login Items: ℹ️
        uHD-Agent    UNKNOWN  (missing value)
        iTunesHelper    Application  (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
        VMware Fusion Start Menu    Application  (/Applications/VMware Fusion.app/Contents/Library/VMware Fusion Start Menu.app)
        Dropbox    Application  (/Applications/Dropbox.app)
        Google Chrome    Application Hidden (/Applications/Google Chrome.app)
        iprint-listener    Application  (/Library/Application Support/Novell/iPrint/iprint-listener.app)
        iprint-listener-gui    Application  (/Library/Application Support/Novell/iPrint/iprint-listener-gui.app)
    Internet Plug-ins: ℹ️
        JavaAppletPlugin: Version: 15.0.0 - SDK 10.10 Check version
        Default Browser: Version: 600 - SDK 10.10
        AdobeAAMDetect: Version: AdobeAAMDetect 1.0.0.0 - SDK 10.6 [Click for support]
        FlashPlayer-10.6: Version: 17.0.0.169 - SDK 10.6 [Click for support]
        AdobePDFViewerNPAPI: Version: 11.0.10 - SDK 10.6 [Click for support]
        iPrint: Version: Unknown - SDK 10.7 [Click for support]
        Flash Player: Version: 17.0.0.169 - SDK 10.6 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        Silverlight: Version: 5.1.20125.0 - SDK 10.6 [Click for support]
        SharePointBrowserPlugin: Version: 14.3.2 - SDK 10.6 [Click for support]
        AdobePDFViewer: Version: 11.0.10 - SDK 10.6 [Click for support]
        DirectorShockwave: Version: 12.0.2r122 - SDK 10.6 [Click for support]
    User internet Plug-ins: ℹ️
        BlueStacks Install Detector: Version: Unknown
        Google Earth Web Plug-in: Version: 7.1 [Click for support]
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
    Time Machine: ℹ️
        Time Machine not configured!
    Top Processes by CPU: ℹ️
             8%    Dropbox
             4%    WindowServer
             1%    Google Chrome Helper(9)
             1%    DashboardClient(2)
             0%    taskgated
    Top Processes by Memory: ℹ️
        877 MB    Google Chrome Helper(9)
        718 MB    kernel_task
        393 MB    mdworker(12)
        270 MB    Finder
        164 MB    Google Chrome
    Virtual Memory Information: ℹ️
        3.17 GB    Free RAM
        4.83 GB    Used RAM
        0 B    Swap Used
    Diagnostics Information: ℹ️
        Apr 20, 2015, 09:50:03 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/Spotify Helper_2015-04-20-095003_[redacted].crash
        Apr 20, 2015, 09:49:47 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/cloudpaird_2015-04-20-094947_[ redacted].crash
        Apr 20, 2015, 09:20:31 AM    Self test - passed
        Apr 19, 2015, 11:33:17 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/Spotify Helper_2015-04-19-233317_[redacted].crash
        Apr 19, 2015, 11:32:59 PM    /Library/Logs/DiagnosticReports/Google Chrome_2015-04-19-233259_[redacted].hang
        Apr 19, 2015, 11:32:54 PM    /Library/Logs/DiagnosticReports/Spotify_2015-04-19-233254_[redacted].hang
        Apr 18, 2015, 07:36:12 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/SketchUp_2015-04-18-193612_[re dacted].crash
        Apr 17, 2015, 05:59:27 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/garcon_2015-04-17-175927_[reda cted].crash

    The startup drive is failing, or there is some other internal hardware fault. If you don't already have a complete, up-to-date backup, do not try to repair the volume. Repairing it is a waste of time in any case.
    Back up all data on the drive immediately if you don't already have a current backup. There are ways to back up a computer that isn't fully functional—ask if you need guidance.
    Make a "Genius" appointment at an Apple Store, or go to another authorized service provider.
    If privacy is a concern, erase the data partition(s) with the option to write zeros* (do this only if you have at least two complete, independent backups, and you know how to restore to an empty drive from any of them.) Don’t erase the recovery partition, if present.
    Keeping your confidential data secure during hardware repair
    Apple also recommends that you deauthorize a device in the iTunes Store before having it serviced.
    *An SSD doesn't need to be zeroed.

  • WHen I first installed iOS 6 the App Store crashes...and now having iOS 6 for 2 weeks now, all my apps are buggy and now are crashing! Safari and built in apps are becoming slow and crash. I hate how apple leaves iPod touch 4g and iPhone 4 in the dark.

    WHen I first installed iOS 6 the App Store crashes...and now having iOS 6 for 2 weeks now, all my apps are buggy and now are crashing! Safari and built in apps are becoming slow and crash. I hate how apple leaves iPod touch 4g and iPhone 4 in the dark and basically force us to upgrade to newer devices. Apple could of done better with the update and needs to resolve these issues.

    Try:
    - Reset the iPod. Nothing will be lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup
    - Restore to factory settings/new iPod.
    - Make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar
    The App store crashing is a known problem.
    IOS 6 App store crash: Apple Support Communities

  • Since installing Yosemite, my MacBook Pro has become slower.  Is there any way to fix this problem?

    Ever since I installed OS X Yosemite on my mid 2012 MacBook Pro, it has started becoming slower and slower and glitching out.  Is there any way to fix this?  Here is my diagnostics:
    Problem description:
    My Mac is rather slow.  It started happening after I installed OS X Yosemite
    EtreCheck version: 2.0.11 (98)
    Report generated November 10, 2014 at 7:32:23 PM EST
    Hardware Information: ℹ️
      MacBook Pro (13-inch, Mid 2012) (Verified)
      MacBook Pro - model: MacBookPro9,2
      1 2.5 GHz Intel Core i5 CPU: 2-core
      4 GB RAM Upgradeable
      BANK 0/DIMM0
      2 GB DDR3 1600 MHz ok
      BANK 1/DIMM0
      2 GB DDR3 1600 MHz ok
      Bluetooth: Good - Handoff/Airdrop2 supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      Intel HD Graphics 4000 -
      Color LCD 1280 x 800
    System Software: ℹ️
      OS X 10.10 (14A389) - Uptime: 0:36:19
    Disk Information: ℹ️
      APPLE HDD HTS545050A7E362 disk0 : (500.11 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      Macintosh HD (disk1) /  [Startup]: 496.14 GB (325.60 GB free)
      Encrypted AES-XTS Unlocked
      Core Storage: disk0s2 499.25 GB Online
      MATSHITADVD-R   UJ-8A8 
    USB Information: ℹ️
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Library/Application Support/Avast/components/fileshield/unsigned
      [loaded] com.avast.AvastFileShield (2.1.0 - SDK 10.9) Support
      /Library/Application Support/Avast/components/proxy/unsigned
      [loaded] com.avast.PacketForwarder (1.4 - SDK 10.9) Support
      /Library/Extensions
      [loaded] com.logmein.hamachi (1.0.0 - SDK 10.9) Support
      /System/Library/Extensions
      [not loaded] com.paceap.kext.pacesupport.master (5.9.1 - SDK 10.6) Support
      /System/Library/Extensions/PACESupportFamily.kext/Contents/PlugIns
      [not loaded] com.paceap.kext.pacesupport.leopard (5.9.1 - SDK 10.4) Support
      [not loaded] com.paceap.kext.pacesupport.panther (5.9.1 - SDK 10.-1) Support
      [loaded] com.paceap.kext.pacesupport.snowleopard (5.9.1 - SDK 10.6) Support
      [not loaded] com.paceap.kext.pacesupport.tiger (5.9.1 - SDK 10.4) Support
    Launch Agents: ℹ️
      [not loaded] com.adobe.AAM.Updater-1.0.plist Support
      [not loaded] com.adobe.AdobeCreativeCloud.plist Support
      [not loaded] com.avast.userinit.plist Support
      [running] com.logmein.hamachimb.plist Support
      [loaded] com.oracle.java.Java-Updater.plist Support
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist Support
      [loaded] com.avast.init.plist Support
      [loaded] com.avast.uninstall.plist Support
      [loaded] com.avast.update.plist Support
      [running] com.logmein.hamachi.plist Support
      [loaded] com.macpaw.CleanMyMac2.Agent.plist Support
      [loaded] com.microsoft.office.licensing.helper.plist Support
      [loaded] com.oracle.java.Helper-Tool.plist Support
      [running] com.paceap.eden.licensed.plist Support
      [not loaded] org.eyebeam.SelfControl.plist Support
      [loaded] PACESupport.plist Support
    User Launch Agents: ℹ️
      [loaded] com.adobe.AAM.Updater-1.0.plist Support
      [not loaded] com.adobe.ARM.[...].plist Support
      [invalid?] com.avast.home.userinit.plist Support
      [not loaded] com.google.keystone.agent.plist Support
      [loaded] com.macpaw.CleanMyMac2Helper.scheduledScan.plist Support
      [loaded] com.macpaw.CleanMyMac2Helper.trashWatcher.plist Support
      [running] com.spotify.webhelper.plist Support
      [not loaded] com.valvesoftware.steamclean.plist Support
    User Login Items: ℹ️
      iTunesHelper Application (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
      uTorrent UNKNOWN (missing value)
      AdobeResourceSynchronizer ApplicationHidden (/Applications/Adobe Reader.app/Contents/Support/AdobeResourceSynchronizer.app)
    Internet Plug-ins: ℹ️
      AdobeAAMDetect: Version: AdobeAAMDetect 2.0.0.0 - SDK 10.7 Support
      FlashPlayer-10.6: Version: 15.0.0.189 - SDK 10.6 Support
      Default Browser: Version: 600 - SDK 10.10
      AdobePDFViewerNPAPI: Version: 11.0.09 - SDK 10.6 Support
      AdobePDFViewer: Version: 11.0.09 - SDK 10.6 Support
      Flash Player: Version: 15.0.0.189 - SDK 10.6 Support
      QuickTime Plugin: Version: 7.7.3
      SharePointBrowserPlugin: Version: 14.4.5 - SDK 10.6 Support
      Silverlight: Version: 5.1.20913.0 - SDK 10.6 Support
      DirectorShockwave: Version: 12.0.6r147 - SDK 10.6 Support
      JavaAppletPlugin: Version: Java 8 Update 20 Check version
    User Internet Plug-ins: ℹ️
      Unity Web Player: Version: UnityPlayer version 2.6.1f3 Support
      NPRoblox: Version: 1, 2, 8, 25 - SDK 10.9 Support
    Safari Extensions: ℹ️
      Adblock Plus
      Searchme
    3rd Party Preference Panes: ℹ️
      Flash Player  Support
      Java  Support
    Time Machine: ℹ️
      Time Machine not configured!
    Top Processes by CPU: ℹ️
          8% mds
          4% WindowServer
          0% fontd
          0% launchd
          0% com.avast.daemon
    Top Processes by Memory: ℹ️
      163 MB Safari
      120 MB mds_stores
      112 MB com.avast.daemon
      86 MB Finder
      64 MB com.apple.WebKit.WebContent
    Virtual Memory Information: ℹ️
      398 MB Free RAM
      1.75 GB Active RAM
      1.19 GB Inactive RAM
      753 MB Wired RAM
      4.25 GB Page-ins
      1 MB Page-outs

    1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the problem. But with the aid of the test results, the solution may take a few minutes, instead of hours or days.
    Don't be put off by the complexity of these instructions. The process is much less complicated than the description. You do harder tasks with the computer all the time.
    2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. Backup is always a must, and when you're having any kind of trouble with the computer, you may be at higher than usual risk of losing data, whether you follow these instructions or not.
    There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    3. Below are instructions to run a UNIX shell script, a type of program. As I wrote above, it changes nothing. It doesn't send or receive any data on the network. All it does is to generate a human-readable report on the state of the computer. That report goes nowhere unless you choose to share it. If you prefer, you can act on it yourself without disclosing the contents to me or anyone else.
    You should be wondering whether you can believe me, and whether it's safe to run a program at the behest of a stranger. In general, no, it's not safe and I don't encourage it.
    In this case, however, there are a couple of ways for you to decide whether the program is safe without having to trust me. First, you can read it. Unlike an application that you download and click to run, it's transparent, so anyone with the necessary skill can verify what it does.
    You may not be able to understand the script yourself. But variations of the script have been posted on this website thousands of times over a period of years. The site is hosted by Apple, which does not allow it to be used to distribute harmful software. Any one of the millions of registered users could have read the script and raised the alarm if it was harmful. Then I would not be here now and you would not be reading this message.
    Nevertheless, if you can't satisfy yourself that these instructions are safe, don't follow them. Ask for other options.
    4. Here's a summary of what you need to do, if you choose to proceed:
    ☞ Copy a line of text in this window to the Clipboard.
    ☞ Paste into the window of another application.
    ☞ Wait for the test to run. It usually takes a few minutes.
    ☞ Paste the results, which will have been copied automatically, back into a reply on this page.
    The sequence is: copy, paste, wait, paste again. You don't need to copy a second time. Details follow.
    5. You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode, under the conditions in which the problem is reproduced. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    6. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply. Don't log in as root.
    7. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, though you may not see all of it in the browser window, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/libexec;clear;cd;p=(Software Hardware Memory Diagnostics Power FireWire Thunderbolt USB Fonts SerialATA 4 1000 25 5120 KiB/s 1024 85 \\b%% 20480 1 MB/s 25000 ports ' com.clark.\* \*dropbox \*genieo\* \*GoogleDr\* \*k.AutoCAD\* \*k.Maya\* vidinst\* ' DYLD_INSERT_LIBRARIES\ DYLD_LIBRARY_PATH -86 "` route -n get default|awk '/e:/{print $2}' `" 25 N\\/A down up 102400 25600 recvfrom sendto CFBundleIdentifier 25 25 25 1000 MB ' com.adobe.AAM.Updater-1.0 com.adobe.CS4ServiceManager com.adobe.CS5ServiceManager com.adobe.fpsaud com.adobe.SwitchBoard com.apple.AirPortBaseStationAgent com.apple.FolderActions.enabled com.apple.FolderActions.folders com.apple.installer.osmessagetracing com.apple.mrt.uiagent com.apple.ReportCrash.Self com.apple.SafariNotificationAgent com.apple.usbmuxd com.google.keystone.agent com.google.keystone.daemon com.microsoft.office.licensing.helper com.oracle.java.Helper-Tool com.oracle.java.JavaUpdateHelper ' ' 879294308 3627668074 1083382502 1274181950 1855907737 464843899 3694147963 1417519526 1233118628 2456546649 2806998573 2636415542 842973933 3301885676 891055588 998894468 695903914 1443423563 ' 51 5120 files );N5=${#p[@]};p[N5]=` networksetup -listnetworkserviceorder|awk ' NR>1 { sub(/^\([0-9]+\) /,"");n=$0;getline;} $NF=="'${p[26]}')" { sub(/.$/,"",$NF);print n;exit;} ' `;f=('\n%s: %s\n' '\n%s\n\n%s\n' '\nRAM details\n%s\n' %s\ %s '%s\n-\t%s\n' );S0() { echo ' { q=$NF+0;$NF="";u=$(NF-1);$(NF-1)="";gsub(/^ +| +$/,"");if(q>='${p[$1]}') printf("%s (UID %s) is using %s '${p[$2]}'",$0,u,q);} ';};s=(' s/[0-9A-Za-z._]+@[0-9A-Za-z.]+\.[0-9A-Za-z]{2,4}/EMAIL/g;/faceb/s/(at\.)[^.]+/\1NAME/g;/\/Shared/!s/(\/Users\/)[^ /]+/\1USER/g;s/[-0-9A-Fa-f]{22,}/UUID/g;' ' s/^ +//;/de: S|[nst]:/p;' ' {sub(/^ +/,"")};/er:/;/y:/&&$2<'${p[10]} ' 1s/://;3,6d;/[my].+:/d;s/^ {4}//;H;${ g;s/\n$//;/s: [^EO]|x([^08]|02[^F]|8[^0])/p;} ' ' 5h;6{ H;g;/P/!p;} ' ' ($1~/^Cy/&&$3>'${p[11]}')||($1~/^Cond/&&$2!~/^N/) ' ' /:$/{ N;/:.+:/d;s/ *://;b0'$'\n'' };/^ *(V.+ [0N]|Man).+ /{ s/ 0x.... //;s/[()]//g;s/(.+: )(.+)/ (\2)/;H;};$b0'$'\n'' d;:0'$'\n'' x;s/\n\n//;/Apple[ ,]|Genesy|Intel|SMSC/d;s/\n.*//;/\)$/p;' ' s/^.*C/C/;H;${ g;/No th|pms/!p;} ' '/= [^GO]/p' '{$1=""};1' ' /Of/!{ s/^.+is |\.//g;p;} ' ' $0&&!/ / { n++;print;} END { if(n<10) print "com.apple.";} ' ' sub(/ :/,"");{ print|"tail -n'${p[12]}'";} ' ' NR==2&&$4<='${p[13]}' { print $4;} ' ' END { $2/=256;if($2>='${p[15]}') print int($2) } ' ' NR!=13{next};{sub(/[+-]$/,"",$NF)};'"`S0 21 22`" 'NR!=2{next}'"`S0 37 17`" ' NR!=5||$8!~/[RW]/{next};{ $(NF-1)=$1;$NF=int($NF/10000000);for(i=1;i<=3;i++){$i="";$(NF-1-i)="";};};'"`S0 19 20`" 's:^:/:p' '/\.kext\/(Contents\/)?Info\.plist$/p' 's/^.{52}(.+) <.+/\1/p' ' /Launch[AD].+\.plist$/ { n++;print;} END { if(n<200) print "/System/";} ' '/\.xpc\/(Contents\/)?Info\.plist$/p' ' NR>1&&!/0x|\.[0-9]+$|com\.apple\.launchctl\.(Aqua|Background|System)$/ { print $3;} ' ' /\.(framew|lproj)|\):/d;/plist:|:.+(Mach|scrip)/s/:[^:]+//p ' '/^root$/p' ' !/\/Contents\/.+\/Contents|Applic|Autom|Frameworks/&&/Lib.+\/Info.plist$/ { n++;print;} END { if(n<1100) print "/System/";} ' '/^\/usr\/lib\/.+dylib$/p' ' /Temp|emac/{next};/(etc|Preferences|Launch[AD].+)\// { sub(".(/private)?","");n++;print;} END { split("'"${p[41]}"'",b);split("'"${p[42]}"'",c);for(i in b) print b[i]".plist\t"c[i];if(n<500) print "Launch";} ' ' /\/(Contents\/.+\/Contents|Frameworks)\/|\.wdgt\/.+\.([bw]|plu)/d;p;' 's/\/(Contents\/)?Info.plist$//;p' ' { gsub("^| |\n","\\|\\|kMDItem'${p[35]}'=");sub("^...."," ") };1 ' p '{print $3"\t"$1}' 's/\'$'\t''.+//p' 's/1/On/p' '/Prox.+: [^0]/p' '$2>'${p[43]}'{$2=$2-1;print}' ' BEGIN { i="'${p[26]}'";M1='${p[16]}';M2='${p[18]}';M3='${p[31]}';M4='${p[32]}';} !/^A/{next};/%/ { getline;if($5<M1) a="user "$2"%, system "$4"%";} /disk0/&&$4>M2 { b=$3" ops/s, "$4" blocks/s";} $2==i { if(c) { d=$3+$4+$5+$6;next;};if($4>M3||$6>M4) c=int($4/1024)" in, "int($6/1024)" out";} END { if(a) print "CPU: "a;if(b) print "I/O: "b;if(c) print "Net: "c" (KiB/s)";if(d) print "Net errors: "d" packets/s";} ' ' /r\[0\] /&&$NF!~/^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./ { print $NF;exit;} ' ' !/^T/ { printf "(static)";exit;} ' '/apsd|BKAg|OpenD/!s/:.+//p' ' (/k:/&&$3!~/(255\.){3}0/ )||(/v6:/&&$2!~/A/ ) ' ' $1~"lR"&&$2<='${p[25]}';$1~"li"&&$3!~"wpa2";' ' BEGIN { FS=":";p="uniq -c|sed -E '"'s/ +\\([0-9]+\\)\\(.+\\)/\\\2 x\\\1/;s/x1$//'"'";} { n=split($3,a,".");sub(/_2[01].+/,"",$3);print $2" "$3" "a[n]$1|p;b=b$1;} END { close(p);if(b) print("\n\t* Code injection");} ' ' NR!=4{next} {$NF/=10240} '"`S0 27 14`" ' END { if($3~/[0-9]/)print$3;} ' ' BEGIN { L='${p[36]}';} !/^[[:space:]]*(#.*)?$/ { l++;if(l<=L) f=f"\n   "$0;} END { F=FILENAME;if(!F) exit;if(!f) f="\n   [N/A]";"cksum "F|getline C;split(C, A);C="checksum "A[1];"file -b "F|getline T;if(T!~/^(AS.+ (En.+ )?text(, with v.+)?$|(Bo|PO).+ sh.+ text ex|XM)/) F=F" ("T", "C")";else F=F" ("C")";printf("\nContents of %s\n%s\n",F,f);if(l>L) printf("\n   ...and %s more line(s)\n",l-L);} ' ' s/^ ?n...://p;s/^ ?p...:/-'$'\t''/p;' 's/0/Off/p' ' END{print NR} ' ' /id: N|te: Y/{i++} END{print i} ' ' / / { print "'"${p[28]}"'";exit;};1;' '/ en/!s/\.//p' ' NR!=13{next};{sub(/[+-M]$/,"",$NF)};'"`S0 39 40`" ' $10~/\(L/&&$9!~"localhost" { sub(/.+:/,"",$9);print $1": "$9;} ' '/^ +r/s/.+"(.+)".+/\1/p' 's/(.+\.wdgt)\/(Contents\/)?Info\.plist$/\1/p' 's/^.+\/(.+)\.wdgt$/\1/p' ' /l: /{ /DVD/d;s/.+: //;b0'$'\n'' };/s: /{ /V/d;s/^ */- /;H;};$b0'$'\n'' d;:0'$'\n'' x;/APPLE [^:]+$/d;p;' ' /^find: /d;p;' "`S0 44 45`" ' BEGIN{FS="= "} /Path/{print $2} ' ' /^ *$/d;s/^ */   /;' ' s/^.+ |\(.+\)$//g;p ' '/\.appex\/Contents\/Info\.plist$/p' ' /2/{print "WARN"};/4/{print "CRITICAL"};' );c1=(system_profiler pmset\ -g nvram fdesetup find syslog df vm_stat sar ps sudo\ crontab sudo\ iotop top pkgutil 'PlistBuddy 2>&1 -c "Print' whoami cksum kextstat launchctl sudo\ launchctl crontab 'sudo defaults read' stat lsbom mdfind ' for i in ${p[24]};do ${c1[18]} ${c2[27]} $i;done;' defaults\ read scutil sudo\ dtrace sudo\ profiles sed\ -En awk /S*/*/P*/*/*/C*/*/airport networksetup mdutil sudo\ lsof test osascript\ -e sysctl\ -n pluginkit );c2=(com.apple.loginwindow\ LoginHook '" /L*/P*/loginw*' "'tell app \"System Events\" to get properties of login items'|tr , \\\n" 'L*/Ca*/com.ap*.Saf*/E*/* -d 1 -name In*t -exec '"${c1[14]}"' :CFBundleDisplayName" {} \;|sort|uniq' '~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \)' '.??* -path .Trash -prune -o -type d -name *.app -print -prune' :${p[35]}\" :Label\" '{/,}L*/{Con,Pref}* -type f ! -size 0 -name *.plist -exec plutil -s {} \;' "-f'%N: %l' Desktop L*/Keyc*" therm sysload boot-args status " -F '\$Time \$(RefProc): \$Message' -k Sender kernel -k Message Req 'bad |Beac|caug|corru|dead[^bl]|FAIL|fail|GPU |hfs: Ru|inval|jnl:|last value [1-9]|n Cause: -|NVDA\(|pagin|proc: t|Roamed|rror|ssert|Thrott|tim(ed? ?|ing )o|WARN' -k Message Rne 'Goog|ksadm|Roame|SMC:|suhel| VALI|ver-r|xpma' -o -o -k Sender fseventsd -k Message Req SL -o -k Sender Req launchd -k Message Req de: " '-du -n DEV -n EDEV 1 10' 'acrx -o comm,ruid,%cpu' '-t1 10 1' '-f -pfc /var/db/r*/com.apple.*.{BS,Bas,Es,J,OSXU,Rem,up}*.bom' '{/,}L*/Lo*/Diag* -type f -regex .\*[cght] ! -name .?\* ! -name \*ag \( -exec grep -lq "^Thread c" {} \; -exec printf \* \; -o -true \) -execdir stat -f:%Sc:%N -t%F {} \;|sort -t: -k2 |tail -n'${p[38]} '/S*/*/Ca*/*xpc* >&- ||echo No' '-L /{S*/,}L*/StartupItems -type f -exec file {} +' '-L /S*/L*/{C*/Sec*A,Ex}* {/,}L*/{A*d,Ca*/*/Ex,Co{mpon,reM},Ex,In{p,ter},iTu*/*P,Keyb,Mail/B,Pr*P,Qu*T,Scripti,Sec,Servi,Spo,Widg}* -path \\*s/Resources -prune -o -type f -name Info.plist' '/usr/lib -type f -name *.dylib' `awk "${s[31]}"<<<${p[23]}` "/e*/{auto,{cron,fs}tab,hosts,{[lp],sy}*.conf,mach_i*/*,pam.d/*,ssh{,d}_config,*.local} {,/usr/local}/etc/periodic/*/* /L*/P*{,/*}/com.a*.{Bo,sec*.ap}*t {/S*/,/,}L*/Lau*/*t .launchd.conf" list getenv /Library/Preferences/com.apple.alf\ globalstate --proxy '-n get default' -I --dns -getdnsservers\ "${p[N5]}" -getinfo\ "${p[N5]}" -P -m\ / '' -n1 '-R -l1 -n1 -o prt -stats command,uid,prt' '--regexp --only-files --files com.apple.pkg.*|sort|uniq' -kl -l -s\ / '-R -l1 -n1 -o mem -stats command,uid,mem' '+c0 -i4TCP:0-1023' com.apple.dashboard\ layer-gadgets '-d /L*/Mana*/$USER&&echo On' '-app Safari WebKitDNSPrefetchingEnabled' "+c0 -l|awk '{print(\$1,\$3)}'|sort|uniq -c|sort -n|tail -1|awk '{print(\$2,\$3,\$1)}'" -m 'L*/{Con*/*/Data/L*/,}Pref* -type f -size 0c -name *.plist.???????|wc -l' kern.memorystatus_vm_pressure_level );N1=${#c2[@]};for j in {0..9};do c2[N1+j]=SP${p[j]}DataType;done;N2=${#c2[@]};for j in 0 1;do c2[N2+j]="-n ' syscall::'${p[33+j]}':return { @out[execname,uid]=sum(arg0) } tick-10sec { trunc(@out,1);exit(0);} '";done;l=(Restricted\ files Hidden\ apps 'Elapsed time (s)' POST Battery Safari\ extensions Bad\ plists 'High file counts' User Heat System\ load boot\ args FileVault Diagnostic\ reports Log 'Free space (MiB)' 'Swap (MiB)' Activity 'CPU per process' Login\ hook 'I/O per process' Mach\ ports kexts Daemons Agents XPC\ cache Startup\ items Admin\ access Root\ access Bundles dylibs Apps Font\ issues Inserted\ dylibs Firewall Proxies DNS TCP/IP Wi-Fi Profiles Root\ crontab User\ crontab 'Global login items' 'User login items' Spotlight Memory Listeners Widgets Parental\ Controls Prefetching SATA Descriptors App\ extensions Lockfiles Memory\ pressure );N3=${#l[@]};for i in 0 1 2;do l[N3+i]=${p[5+i]};done;N4=${#l[@]};for j in 0 1;do l[N4+j]="Current ${p[29+j]}stream data";done;A0() { id -G|grep -qw 80;v[1]=$?;((v[1]==0))&&sudo true;v[2]=$?;v[3]=`date +%s`;clear >&-;date '+Start time: %T %D%n';};for i in 0 1;do eval ' A'$((1+i))'() { v=` eval "${c1[$1]} ${c2[$2]}"|'${c1[30+i]}' "${s[$3]}" `;[[ "$v" ]];};A'$((3+i))'() { v=` while read i;do [[ "$i" ]]&&eval "${c1[$1]} ${c2[$2]}" \"$i\"|'${c1[30+i]}' "${s[$3]}";done<<<"${v[$4]}" `;[[ "$v" ]];};A'$((5+i))'() { v=` while read i;do '${c1[30+i]}' "${s[$1]}" "$i";done<<<"${v[$2]}" `;[[ "$v" ]];};';done;A7(){ v=$((`date +%s`-v[3]));};B2(){ v[$1]="$v";};for i in 0 1;do eval ' B'$i'() { v=;((v['$((i+1))']==0))||{ v=No;false;};};B'$((3+i))'() { v[$2]=`'${c1[30+i]}' "${s[$3]}"<<<"${v[$1]}"`;} ';done;B5(){ v[$1]="${v[$1]}"$'\n'"${v[$2]}";};B6() { v=` paste -d: <(printf "${v[$1]}") <(printf "${v[$2]}")|awk -F: ' {printf("'"${f[$3]}"'",$1,$2)} ' `;};B7(){ v=`grep -Fv "${v[$1]}"<<<"$v"`;};C0() { [[ "$v" ]]&&sed -E "$s"<<<"$v";};C1() { [[ "$v" ]]&&printf "${f[$1]}" "${l[$2]}" "$v"|sed -E "$s";};C2() { v=`echo $v`;[[ "$v" != 0 ]]&&C1 0 $1;};C3() { v=`sed -E "${s[63]}"<<<"$v"`&&C1 1 $1;};for i in 1 2;do for j in 0 2 3;do eval D$i$j'(){ A'$i' $1 $2 $3; C'$j' $4;};';done;done;{ A0;D20 0 $((N1+1)) 2;D10 0 $N1 1;B0;C2 27;B0&&! B1&&C2 28;D12 15 37 25 8;A1 0 $((N1+2)) 3;C0;D13 0 $((N1+3)) 4 3;D23 0 $((N1+4)) 5 4;D13 0 $((N1+9)) 59 50;for i in 0 1 2;do D13 0 $((N1+5+i)) 6 $((N3+i));done;D13 1 10 7 9;D13 1 11 8 10;D22 2 12 9 11;D12 3 13 10 12;D23 4 19 44 13;D23 5 14 12 14;D22 6 36 13 15;D22 38 52 66 54;D22 7 37 14 16;D23 8 15 38 17;D22 9 16 16 18;B1&&{ D22 35 49 61 51;D22 11 17 17 20;for i in 0 1;do D22 28 $((N2+i)) 45 $((N4+i));done;};D22 12 44 54 45;D22 12 39 15 21;A1 13 40 18;B2 4;B3 4 0 19;A3 14 6 32 0;B4 0 5 11;A1 17 41 20;B7 5;C3 22;B4 4 6 21;A3 14 7 32 6;B4 0 7 11;B3 4 0 22;A3 14 6 32 0;B4 0 8 11;B5 7 8;B1&&{ A2 19 26 23;B7 7;C3 23;};A2 18 26 23;B7 7;C3 24;D13 4 21 24 26;B4 4 12 26;B3 4 13 27;A1 4 22 29;B7 12;B2 14;A4 14 6 52 14;B2 15;B6 14 15 4;B3 0 0 30;C3 29;A1 4 23 27;B7 13;C3 30;B3 4 0 65;A3 14 6 32 0;B4 0 16 11;A1 39 50 64;B7 16;C3 52;D13 24 24 32 31;D13 25 37 32 33;A2 23 18 28;B2 16;A2 16 25 33;B7 16;B3 0 0 34;B2 21;A6 47 21&&C0;B1&&{ D13 21 0 32 19;D13 10 42 32 40;D22 29 35 46 39;};D23 14 1 62 42;D12 34 43 53 44;D12 22 20 32 25;D22 0 $((N1+8)) 51 32;D13 4 8 41 6;D12 26 28 35 34;D13 27 29 36 35;A2 27 32 39&&{ B2 19;A2 33 33 40;B2 20;B6 19 20 3;};C2 36;D23 33 34 42 37;B1&&D23 35 45 55 46;D23 32 31 43 38;D12 36 47 32 48;D13 20 42 32 41;D13 37 2 48 43;D13 4 5 32 1;D13 4 3 60 5;D12 26 48 49 49;B3 4 22 57;A1 26 46 56;B7 22;B3 0 0 58;C3 47;D22 4 4 50 0;D12 4 51 32 53;D23 22 9 37 7;A7;C2 2;} 2>/dev/null|pbcopy;exit 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    8. Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Click anywhere in the Terminal window and paste by pressing command-V. The text you pasted should vanish immediately. If it doesn't, press the return key.
    9. If you see an error message in the Terminal window such as "Syntax error" or "Event not found," enter
    exec bash
    and press return. Then paste the script again.
    10. If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know the password, or if you prefer not to enter it, press the key combination control-C or just press return  three times at the password prompt. Again, the script will still run.
    If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
    11. The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, there will be nothing in the Terminal window and no indication of progress. Wait for the line
    [Process completed]
    to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report what happened. No harm will be done.
    12. When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    At the top of the results, there will be a line that begins with the words "Start time." If you don't see that, but instead see a mass of gibberish, you didn't wait for the "Process completed" message to appear in the Terminal window. Please wait for it and try again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    13. When you post the results, you might see an error message on the web page: "You have included content in your post that is not permitted," or "You are not authorized to post." That's a bug in the forum software. Please post the test results on Pastebin, then post a link here to the page you created.
    14. This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
    Copyright © 2014 by Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Use Agreement for the Apple Support Communities website ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • Hi frnds, I just purchased Ip4 and upgraded to ios 7 but it become slow and i cant find any group sms option.

    Hi frnds, I just purchased Ip4 and upgraded to ios 7 but it become slow and i cant find any group sms option.

    Thanks so much for your reply, yes I did and that has not worked either . A friend has suggested re installing upgrade, so may try that .

  • Screen flickers and photoshop becomes slow

    Hi,
    I have been using photoshop for quite a while now and have never faced any issues until now. I upgraded from windows 7/64 bit to windows 8.1/64 bit and the problems have started. When I turn on the ruler view my ruler flickers and also the photoshop becomes slow. If I hold the spacebar(hand tool) and want to move to some area it's not smooth. When the ruler view is turned off it's all fine but as a web designer I can't do without the ruler. Earlier I had the whole screen flickering issues but I did some search on the internet and have tuned the drawing board to basic and that has solved the issue but not the ruler flickering issue. BTW I am using Photoshop CC. I am unable to work on it and I need some help please help me guys.
    Thank you
    Here is my system configuration
    Dell Inspiron 15R N5110
    Windows 8.1 x64
    RAM 4gb ddr3
    Intel 3000 Hd
    Nvidia GeForce GT 525M
    HDD 500gb

    Here is my system info and no I cannot disable my onboard intel graphic as there is no option in bios.
    Adobe Photoshop Version: 14.2 (14.2 20131211.r.515 2013/12/11:23:00:00) x64
    Operating System: Windows 8 64-bit
    Version: 6.2
    System architecture: Intel CPU Family:6, Model:10, Stepping:7 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, HyperThreading
    Physical processor count: 2
    Logical processor count: 4
    Processor speed: 2395 MHz
    Built-in memory: 4003 MB
    Free memory: 1819 MB
    Memory available to Photoshop: 3311 MB
    Memory used by Photoshop: 57 %
    Image tile size: 1024K
    Image cache levels: 6
    Font Preview: Medium
    TextComposer: Latin
    Display: 1
    Display Bounds: top=0, left=0, bottom=768, right=1366
    OpenGL Drawing: Enabled.
    OpenGL Allow Old GPUs: Not Detected.
    OpenGL Drawing Mode: Basic
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    AIFCoreInitialized=1
    AIFOGLInitialized=1
    OGLContextCreated=1
    NumGPUs=1
    gpu[0].OGLVersion="3.0"
    gpu[0].MemoryMB=0
    gpu[0].RectTextureSize=16384
    gpu[0].Renderer="GeForce GT 525M/PCIe/SSE2"
    gpu[0].RendererID=0
    gpu[0].Vendor="NVIDIA Corporation"
    gpu[0].VendorID=0
    gpu[0].HasNPOTSupport=1
    gpu[0].DriverVersion="?"
    gpu[0].Driver="?"
    gpu[0].DriverDate="?"
    gpu[0].CompileProgramGLSL=1
    gpu[0].TestFrameBuffer=1
    gpu[0].OCLPresent=1
    gpu[0].OCLVersion="1.1"
    gpu[0].CUDASupported=1
    gpu[0].CUDAVersion="6.0.1"
    gpu[0].OCLBandwidth=2.48346e+010
    gpu[0].glGetString[GL_SHADING_LANGUAGE_VERSION]="4.40 NVIDIA via Cg compiler"
    gpu[0].glGetProgramivARB[GL_FRAGMENT_PROGRAM_ARB][GL_MAX_PROGRAM_INSTRUCTIONS_ARB]=[16384]
    gpu[0].glGetIntegerv[GL_MAX_TEXTURE_UNITS]=[4]
    gpu[0].glGetIntegerv[GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS]=[192]
    gpu[0].glGetIntegerv[GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS]=[32]
    gpu[0].glGetIntegerv[GL_MAX_TEXTURE_IMAGE_UNITS]=[32]
    gpu[0].glGetIntegerv[GL_MAX_DRAW_BUFFERS]=[8]
    gpu[0].glGetIntegerv[GL_MAX_VERTEX_UNIFORM_COMPONENTS]=[4096]
    gpu[0].glGetIntegerv[GL_MAX_FRAGMENT_UNIFORM_COMPONENTS]=[2048]
    gpu[0].glGetIntegerv[GL_MAX_VARYING_FLOATS]=[124]
    gpu[0].glGetIntegerv[GL_MAX_VERTEX_ATTRIBS]=[16]
    gpu[0].extension[AIF::OGL::GL_ARB_VERTEX_PROGRAM]=1
    gpu[0].extension[AIF::OGL::GL_ARB_FRAGMENT_PROGRAM]=1
    gpu[0].extension[AIF::OGL::GL_ARB_VERTEX_SHADER]=1
    gpu[0].extension[AIF::OGL::GL_ARB_FRAGMENT_SHADER]=1
    gpu[0].extension[AIF::OGL::GL_EXT_FRAMEBUFFER_OBJECT]=1
    gpu[0].extension[AIF::OGL::GL_ARB_TEXTURE_RECTANGLE]=1
    gpu[0].extension[AIF::OGL::GL_ARB_TEXTURE_FLOAT]=1
    gpu[0].extension[AIF::OGL::GL_ARB_OCCLUSION_QUERY]=1
    gpu[0].extension[AIF::OGL::GL_ARB_VERTEX_BUFFER_OBJECT]=1
    gpu[0].extension[AIF::OGL::GL_ARB_SHADER_TEXTURE_LOD]=1
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\
    Temporary file path: C:\Users\[myUsername]\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      F:\, 100.0G, 72.7G free
    Required Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\Required\Plug-Ins\
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\Plug-ins\
    Installed components:
       ACE.dll   ACE 2013/10/29-11:47:16   79.548223   79.548223
       adbeape.dll   Adobe APE 2013/02/04-09:52:32   0.1160850   0.1160850
       AdobeLinguistic.dll   Adobe Linguisitc Library   7.0.0  
       AdobeOwl.dll   Adobe Owl 2013/10/25-12:15:59   5.0.24   79.547804
       AdobePDFL.dll   PDFL 2013/10/29-11:47:16   79.508720   79.508720
       AdobePIP.dll   Adobe Product Improvement Program   7.0.0.1786  
       AdobeXMP.dll   Adobe XMP Core 2013/10/29-11:47:16   79.154911   79.154911
       AdobeXMPFiles.dll   Adobe XMP Files 2013/10/29-11:47:16   79.154911   79.154911
       AdobeXMPScript.dll   Adobe XMP Script 2013/10/29-11:47:16   79.154911   79.154911
       adobe_caps.dll   Adobe CAPS   7,0,0,21  
       AGM.dll   AGM 2013/10/29-11:47:16   79.548223   79.548223
       ahclient.dll    AdobeHelp Dynamic Link Library   1,8,0,31  
       aif_core.dll   AIF   5.0   79.534508
       aif_ocl.dll   AIF   5.0   79.534508
       aif_ogl.dll   AIF   5.0   79.534508
       AMTLib.dll   AMTLib (64 Bit)   7.0.0.169 BuildVersion: 7.0; BuildDate: Mon Apr 8 2013 2:31:50)   1.000000
       ARE.dll   ARE 2013/10/29-11:47:16   79.548223   79.548223
       AXE8SharedExpat.dll   AXE8SharedExpat 2011/12/16-15:10:49   66.26830   66.26830
       AXEDOMCore.dll   AXEDOMCore 2011/12/16-15:10:49   66.26830   66.26830
       Bib.dll   BIB 2013/10/29-11:47:16   79.548223   79.548223
       BIBUtils.dll   BIBUtils 2013/10/29-11:47:16   79.548223   79.548223
       boost_date_time.dll   DVA Product   7.0.0  
       boost_signals.dll   DVA Product   7.0.0  
       boost_system.dll   DVA Product   7.0.0  
       boost_threads.dll   DVA Product   7.0.0  
       cg.dll   NVIDIA Cg Runtime   3.0.00007  
       cgGL.dll   NVIDIA Cg Runtime   3.0.00007  
       CIT.dll   Adobe CIT   2.1.6.30929   2.1.6.30929
       CITThreading.dll   Adobe CITThreading   2.1.6.30929   2.1.6.30929
       CoolType.dll   CoolType 2013/10/29-11:47:16   79.548223   79.548223
       dvaaudiodevice.dll   DVA Product   7.0.0  
       dvacore.dll   DVA Product   7.0.0  
       dvamarshal.dll   DVA Product   7.0.0  
       dvamediatypes.dll   DVA Product   7.0.0  
       dvaplayer.dll   DVA Product   7.0.0  
       dvatransport.dll   DVA Product   7.0.0  
       dvaunittesting.dll   DVA Product   7.0.0  
       dynamiclink.dll   DVA Product   7.0.0  
       ExtendScript.dll   ExtendScript 2013/10/30-13:12:12   79.546835   79.546835
       FileInfo.dll   Adobe XMP FileInfo 2013/10/25-03:51:33   79.154511   79.154511
       filter_graph.dll   AIF   5.0   79.534508
       icucnv40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       icudt40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       imslib.dll   IMSLib DLL   7.0.0.145  
       JP2KLib.dll   JP2KLib 2013/10/29-11:47:16   79.248139   79.248139
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libiomp5md.dll   Intel(R) OMP Runtime Library   5.0  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   12.0  
       LogSession.dll   LogSession   2.1.2.1785  
       mediacoreif.dll   DVA Product   7.0.0  
       MPS.dll   MPS 2013/10/29-11:47:16   79.535029   79.535029
       msvcm80.dll   Microsoft® Visual Studio® 2005   8.00.50727.8428  
       msvcm90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcp100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcp80.dll   Microsoft® Visual Studio® 2005   8.00.50727.8428  
       msvcp90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcr100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcr80.dll   Microsoft® Visual Studio® 2005   8.00.50727.8428  
       msvcr90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       PatchMatch.dll   PatchMatch 2013/10/29-11:47:16   79.542390   79.542390
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CC   CC  
       Plugin.dll   Adobe Photoshop CC   CC  
       PlugPlugOwl.dll   Adobe(R) CSXS PlugPlugOwl Standard Dll (64 bit)   4.2.0.36  
       PSArt.dll   Adobe Photoshop CC   CC  
       PSViews.dll   Adobe Photoshop CC   CC  
       SCCore.dll   ScCore 2013/10/30-13:12:12   79.546835   79.546835
       ScriptUIFlex.dll   ScriptUIFlex 2013/10/30-13:12:12   79.546835   79.546835
       svml_dispmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   12.0  
       tbb.dll   Intel(R) Threading Building Blocks for Windows   4, 1, 2012, 1003  
       tbbmalloc.dll   Intel(R) Threading Building Blocks for Windows   4, 1, 2012, 1003  
       updaternotifications.dll   Adobe Updater Notifications Library   7.0.1.102 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   7.0.1.102
       WRServices.dll   WRServices Mon Feb 25 2013 16:09:10   Build 0.19078   0.19078
    Required plug-ins:
       3D Studio 14.2 (14.2 x001)
       Accented Edges 14.2
       Adaptive Wide Angle 14.2
       Angled Strokes 14.2
       Average 14.2 (14.2 x001)
       Bas Relief 14.2
       BMP 14.2
       Camera Raw 8.0
       Camera Raw Filter 8.0
       Chalk & Charcoal 14.2
       Charcoal 14.2
       Chrome 14.2
       Cineon 14.2 (14.2 x001)
       Clouds 14.2 (14.2 x001)
       Collada 14.2 (14.2 x001)
       Color Halftone 14.2
       Colored Pencil 14.2
       CompuServe GIF 14.2
       Conté Crayon 14.2
       Craquelure 14.2
       Crop and Straighten Photos 14.2 (14.2 x001)
       Crop and Straighten Photos Filter 14.2
       Crosshatch 14.2
       Crystallize 14.2
       Cutout 14.2
       Dark Strokes 14.2
       De-Interlace 14.2
       Dicom 14.2
       Difference Clouds 14.2 (14.2 x001)
       Diffuse Glow 14.2
       Displace 14.2
       Dry Brush 14.2
       Eazel Acquire 14.2 (14.2 x001)
       Embed Watermark 4.0
       Entropy 14.2 (14.2 x001)
       Extrude 14.2
       FastCore Routines 14.2 (14.2 x001)
       Fibers 14.2
       Film Grain 14.2
       Filter Gallery 14.2
       Flash 3D 14.2 (14.2 x001)
       Fresco 14.2
       Glass 14.2
       Glowing Edges 14.2
       Google Earth 4 14.2 (14.2 x001)
       Grain 14.2
       Graphic Pen 14.2
       Halftone Pattern 14.2
       HDRMergeUI 14.2
       IFF Format 14.2
       Ink Outlines 14.2
       JPEG 2000 14.2
       Kurtosis 14.2 (14.2 x001)
       Lens Blur 14.2
       Lens Correction 14.2
       Lens Flare 14.2
       Liquify 14.2
       Matlab Operation 14.2 (14.2 x001)
       Maximum 14.2 (14.2 x001)
       Mean 14.2 (14.2 x001)
       Measurement Core 14.2 (14.2 x001)
       Median 14.2 (14.2 x001)
       Mezzotint 14.2
       Minimum 14.2 (14.2 x001)
       MMXCore Routines 14.2 (14.2 x001)
       Mosaic Tiles 14.2
       Multiprocessor Support 14.2 (14.2 x001)
       Neon Glow 14.2
       Note Paper 14.2
       NTSC Colors 14.2 (14.2 x001)
       Ocean Ripple 14.2
       Oil Paint 14.2
       OpenEXR 14.2
       Paint Daubs 14.2
       Palette Knife 14.2
       Patchwork 14.2
       Paths to Illustrator 14.2
       PCX 14.2 (14.2 x001)
       Photocopy 14.2
       Photoshop 3D Engine 14.2 (14.2 x001)
       Photoshop Touch 14.0
       Picture Package Filter 14.2 (14.2 x001)
       Pinch 14.2
       Pixar 14.2 (14.2 x001)
       Plaster 14.2
       Plastic Wrap 14.2
       PNG 14.2
       Pointillize 14.2
       Polar Coordinates 14.2
       Portable Bit Map 14.2 (14.2 x001)
       Poster Edges 14.2
       Radial Blur 14.2
       Radiance 14.2 (14.2 x001)
       Range 14.2 (14.2 x001)
       Read Watermark 4.0
       Reticulation 14.2
       Ripple 14.2
       Rough Pastels 14.2
       Save for Web 14.2
       ScriptingSupport 14.2
       Shake Reduction 14.2
       Shear 14.2
       Skewness 14.2 (14.2 x001)
       Smart Blur 14.2
       Smudge Stick 14.2
       Solarize 14.2 (14.2 x001)
       Spatter 14.2
       Spherize 14.2
       Sponge 14.2
       Sprayed Strokes 14.2
       Stained Glass 14.2
       Stamp 14.2
       Standard Deviation 14.2 (14.2 x001)
       STL 14.2 (14.2 x001)
       Sumi-e 14.2
       Summation 14.2 (14.2 x001)
       Targa 14.2
       Texturizer 14.2
       Tiles 14.2
       Torn Edges 14.2
       Twirl 14.2
       Underpainting 14.2
       Vanishing Point 14.2
       Variance 14.2 (14.2 x001)
       Variations 14.2 (14.2 x001)
       Water Paper 14.2
       Watercolor 14.2
       Wave 14.2
       Wavefront|OBJ 14.2 (14.2 x001)
       WIA Support 14.2 (14.2 x001)
       Wind 14.2
       Wireless Bitmap 14.2 (14.2 x001)
       ZigZag 14.2
    Optional and third party plug-ins: NONE
    Plug-ins that failed to load: NONE
    Flash:
       Adobe Exchange
       Kuler
    Installed TWAIN devices: NONE

  • How can i restore my mac become slow

    how can i restore my mac become slow ?????

    are you wanting to restore it from time machine backup? can you be more specific with your question and i'll be happy to help.

  • I have an iPod touch 4 an it gets overheated while charging an becomes slow

    I have an iPod touch 4 an it gets overheated while charging an becomes slow when I touch the screen. Can someone tell me why an what I should do?

    Apple will only give you a 10% recycling discount if you turn in an old iPod when you purchase a new one. Better off selling it yourself.
    Apple - Recycling Program for iPod and Mobile Phones         

  • If I upgrade my iphone 3Gs to iOS5 then whether its speed will reduce or it will become slow because its processor is only 600 MHZ ? If it is so then whether it should be upgrarded to iOS4 ?

    If I upgrade my iphone 3Gs to iOS5 then whether its speed will reduce or it will become slow because its processor is only 600 MHZ ? If it is so then whether it should be upgrarded only to iOS4 ?
    Thanks,
    PRANAJ

    I'm running iOS 5 on my 3GS, and it runs fine, granted it's not as fast as a 4 or 4S, but it will still run fine.

Maybe you are looking for