What shall I do with a very slow running macbook pro with OS X Mavericks

Please help me. my macbok pro is running too slow specially when booting up. It's with OS X Mavericks. How can I restore it with the previous OS? i just upgraded it with Mavericks.

If you don't already have a current backup, back up all data before doing anything else. This procedure is a diagnostic  test. It changes nothing, for better or worse, and therefore will not, in itself, solve your problem. The backup is necessary on general principle, not because of anything suggested in this comment. There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The procedure will help identify which such modifications you've installed, as well as some other aspects of the configuration that may be related to the problem.
Don’t be alarmed by the seeming complexity of these instructions — they’re easy to carry out. Here's a brief summary: In each of two steps, you copy a line of text from this web page into a window in another application. You wait about a minute. Then you paste some other text, which will have been copied automatically, back into a reply on this page. The sequence is copy; paste; paste again. That's all there is to it. Details follow.
You may have started the computer in "safe" mode. Preferably, these steps should be taken while booted in “normal” mode. If the system is now running in safe mode and is bootable in normal mode, reboot as usual. If it only boots in safe mode, use that.
Below are instructions to enter UNIX shell commands. They do nothing but produce human-readable output. However, you need to think carefully before running any program at the behest of a stranger on a public message board. If you question the safety of the procedure suggested here — which you should — search this site for other discussions in which it’s been followed without any report of ill effects. If you can't satisfy yourself that these instructions are safe, don't follow them.
The commands will line-wrap or scroll in your browser, but each one is really just 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, and you can then copy it.
If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. Step 1 should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
Launch the 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. 
When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign. 
Step 1 
Triple-click anywhere in the line of text below on this page to select it:
PB=/usr/libexec/PlistBuddy; PR () { [[ "$o" ]] && printf '\n%s:\n\n%s\n' "$1" "$o"; }; PC () { o=$(grep [^[:blank:]] "$2"); PR "$1"; }; PF () { o=$($PB -c Print "$2" | awk -F'= ' \/$3'/{print $2}'); PR "$1"; }; PN () { [[ $o -eq 0 ]] || printf "\n%s: %s\n" "$1" $o; }; { system_profiler SPSoftwareDataType | sed '8!d;s/^ *//'; o=$(system_profiler SPDiagnosticsDataType | sed '5,6!d'); fgrep -q P <<< "$o" && o=; PR "POST"; o=$(( $(vm_stat | awk '/Pageo/{sub("\\.",""); print $2}')/256 )); [[ $o -gt 1024 ]] && printf "\nPageouts: %s MiB\n" $o; s=( $(sar -u 1 10 | sed '$!d') ); [[ ${s[4]} -lt 90 ]] && o=$( printf 'User %s%%\t\tSystem %s%%' ${s[1]} ${s[3]} ) || o=; PR "Total CPU usage"; [[ "$o" ]] && o=$(ps acrx -o comm=Process,ruid=User,%cpu | sed 's/  */:/g' | head -6 | awk -F: '{ printf "%-10s\t%s\t%s\n", $1, $2, $3 }'); PR "CPU usage by process"; o=$(kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1); PR "Loaded extrinsic kernel extensions"; o=$(launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'); PR "Loaded extrinsic user agents"; o=$(launchctl getenv DYLD_INSERT_LIBRARIES); PR "Inserted libraries"; PC "cron configuration" /e*/cron*; o=$(crontab -l | grep [^[:blank:]]); PR "User cron tasks"; PC "Global launchd configuration" /e*/lau*; PC "Per-user launchd configuration" ~/.lau*; PF "Global login items" /L*/P*/loginw* Path; PF "Per-user login items" L*/P*/*loginit* Name; PF "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed 's/\..*$//;s/-[1-9]$//'; o=$(find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l); PN "Restricted user files"; cd; o=$(find -L /S*/L*/E* {,/}L*/{A*d,Compon,Ex,In,Keyb,Mail/Bu,P*P,Qu,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do ID=$($PB -c 'Print :CFBundleIdentifier' "$d/Info.plist") || ID=; ID=${ID:-No bundle ID}; egrep -qv "^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|JMicron|microsoft\.MDI|print|SoftRAID" <<< $ID && printf '%s\n\t(%s)\n' "${d%/Contents}" "$ID"; done); PR "Extrinsic loadable bundles"; o=$(find /u*/{,*/}lib -type f -exec sh -c 'file -b "$1" | grep -qw shared && ! codesign -v "$1"' {} {} \; -print); PR "Unsigned shared libraries"; o=$(system_profiler SPFontsDataType | egrep "Valid: N|Duplicate: Y" | wc -l); PN "Font problems"; for d in {,/}L*/{La,Priv,Sta}*; do o=$(ls -A "$d"); PR "$d"; done; } 2> /dev/null | pbcopy; echo $'\nStep 1 done'
Copy the selected text to the Clipboard by pressing the key combination command-C. Then click anywhere in the Terminal window and paste (command-V). I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting.
The command may take up to a few minutes to run, depending on how many files you have and the speed of the computer. Wait for the line "Step 1 done" to appear below what you entered. The output of the command will beautomatically copied to the Clipboard. All you have to do is paste into a reply to this message by pressing command-Vagain. Please don't copy anything from the Terminal window. No typing is involved in this step.
Step 2 
Remember that you must be logged in as an administrator for this step. Do as in Step 1 with this line:
PR () { [[ "$o" ]] && printf '\n%s:\n\n%s\n' "$1" "$o"; }; { o=$(sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|post[fg]|x)/{print $3}'); PR "Loaded extrinsic daemons"; o=$(sudo defaults read com.apple.loginwindow LoginHook); PR "Login hook"; o=$(sudo crontab -l | grep [^[:blank:]]); PR "Root cron tasks"; o=$(syslog -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|find tok|n Cause: -|NVDA\(|pagin|timed? ?o' | tail -n25 | awk '/:/{$4=""; print}'); PR "Log check"; } 2>&- | pbcopy; echo $'\nStep 2 done'
This time you'll be prompted for your login password, which you do have to type. Nothing will be displayed when you type it. Type it carefully and then press return. You may get a one-time warning to be careful. Heed that warning, but don't post it. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
You can then quit Terminal. Please note:
☞ Steps 1 and 2 are all copy-and-paste — type only your login password when prompted.
☞ When you type your password, you won't see what you're typing.
☞ If you don’t have a password, set one before taking Step 2. If that’s not possible, skip the step.
☞ Step 2 might not produce any output, in which case the Clipboard will be empty. Step 1 will always produce something.
☞ The commands don't change anything, and merely running them will do neither good nor harm.
☞ Remember to post the output. It's already in the Clipboard. You don't have to copy it. Just paste into a reply    
☞ If any personal information, such as your name or email address, appears in the output of either command, anonymize it before posting. Usually that won't be necessary.
☞ Don't post the contents of the Terminal window.
☞ Don't paste the output of Step 1 into the Terminal window. Paste it into a reply.

Similar Messages

  • How can I transfer my email accounts and emails from my old macbook pro with ML to my new macbook pro with ML

    How can I transfer my email accounts and emails from my old macbook pro with ML to my new macbook pro with ML

    Do you have your system backed up to Time Machine? If so, you can open your user Library and copy your Mail folder from Time Machine to your Desktop on your new machine; then copy THAT folder to your new machine's user Library.
    To get to your user Library, open Finder and Go and press the Option key. Library will show up. Click on it to get into your user Library. Now go into Time Machine and you should see your user Library for Time Machine. Restore the Mail folder to your Desktop.

  • I tried to airdrop Civilization V from a Macbook Pro with Mountain Lion to a Macbook Pro with Lion and it doesn't work. Other apps have but Civ V has not.

    I tried to airdrop Civilization V from a Macbook Pro with Mountain Lion to a Macbook Pro with Lion and it doesn't work. Other apps have but Civ V has not.

    Likely because it's a not self contained and/or it's game and copy protected, so install it via the developers instructions instead, which likely means it will have ot be uninstalled off the first machine, the developer contacted for a new license key before installing on the newer machine.
    If you want it on both machines, you will need to likely buy another license.
    Most developers are fine with transfering license between machines, you have to contact them.
    They just want to make sure it's only on one machine so they are not getting robbed.

  • Running macbook pro with lid closed

    Hi all,
    I want to run the Macbook Pro with the lid closed, like maybe when I'm downloading a file or using it as a desktop with an external screen.
    I have insomniaX, however I am concerned about heat.
    The vent in the back seems to put out as much air as it does with the lip opened.
    Any insight on this?
    tia
    edit: oh yea I have an early '09 mac book pro; 15" if it matters
    Message was edited by: große geld

    If you use InsomniaX, you should certainly be concerned about heat. I recommend trashing InsomniaX, because it enables you to abuse your MBP in a way that Apple intended to make impossible.
    To use the machine with its display closed as it was designed to be used, follow the instructions in this article:
    http://support.apple.com/kb/HT3131

  • Is it dangerous to run MacBook Pro with lid shut ?

    Hey Gang,
      I run my MBP17 through a Cinema Display when I'm home.  I've always kept the lid open a smidge for cooling.  Also, I turn off the 17's display to give it a break while I enjoy the Cinema's larger real estate. Question: "Is it dangerous to run the MacBook Pro with it's lid shut ?"
    Grateful in advance...
    ~ FLAKBAIT

    Yes, leave it open a smidgen like you have been doing.

  • Photoshop CS5 very slow performance, MacBook Pro i7

    Hi, I've noticed some posts on slow screen redraw, but my issue seems to be with specific performance with web based files having many layers and layer groups.
    A sample file is a 27mb psd. It has lot of layers (525), mostly type layers (limited to 3-4 typefaces in the file) and layer groups. If I select a particularly large layer group and try to move it on the canvas, I get the Adobe throbber cursor icon for at least 20 seconds. Even small layer groups bring up the throbber cursor for a few seconds. Overall, things seem much slower than CS4. Not good! And I'm just speaking of basic operations, not hitting intensive tools or major filters yet.
    I've looked at the site below, but not much information except the option to purchase some scripts to 'warm-up' Photoshop. After what I spent on Design Premium, I don't think I should have to purchase third party scripts to warm it up. (I did experiment with the tiles option under performance pref's, but upping that made opening files take 2 minutes, where before opening was achieved in 10-15 seconds.
    http://macperformanceguide.com/index_topics.html#OptimizingPhotoshopCS5
    I have a brand new MacBook Pro i7, 8GB, 7200 internal drive. I installed everything from a fresh install of Snow Leopard. CS4 has never been installed on this Mac.
    Any thoughts?

    if you have 4GB RAM, the system would need about 1-2GB,
    so if you quit all other apps and only run PS, it has 2-3GB RAM left.
    you can set RAM-usage in percentage, in the settings menu of photoshop,
    i set it to 70%, the rest is for osx.
    so lets say PS uses 2GB RAM in your case, the more hires images you open at once and the more layers they have,
    and the bigger they are, the 2GB RAM are gone and PS will use the scratch disc for the mentioned images you opened at once, which is also configured in the settings menu. usage of a scratch disc (PS writes data to the scratch disc permanently) will slow down overall performance, it may lagg and everything is slower than before (in my experience). best for scratch disc usage is a separate, fast, internal disc, as huge as possible (50-250GB discsize and empty, no files on it, so that PS can write continously, in order to avoid disc-fragmentation, which would slow down the writing process additionally)
    thats the reason i would add 8GB RAM.
    RAM is very important for photoshop CS5.
    (also processor clock speed and number of cores - in the moment 2 cores are enough
    as CS5 isnt optimized yet for more than 4 or 6 cores. more to come soon, i hope...
    in my case, i added 24GB RAM, cause i want to avoid usage of a scratch disc at all. this is a huge gain of performance for myself.
    i never liked my old scratch disc, as working was terrible slow with it. i also had only 4GB RAM in my last mac, and working was no fun
    i work on large format files, 50-100cm at 300dpi and lots of layers, each layer has to be seen like an image itself, so each layer rises RAM consumption.
    its a pitty that i never saw adobe delivering some kind of performance guide for photoshop, how to improve performance for professional users, like posting that guide on their main photoshop site, i had to digg for these informations for a long period of time and found it in the end at diglloyd´s comprehensive site. i wonder why adobe makes a secret about photoshop performance, a lot of my friends at work mentioned formerly, that they have had huge lag issues and dont know where to begin solving these problems, which are solvable for sure.... (new hardware, proper settings and so on)
    you can read detailed instructions, on how to speed up things in PS here: (where i took it for myself)
    http://macperformanceguide.com/index_topics.html
    subtopic:
    http://macperformanceguide.com/OptimizingPhotoshopCS5-Intro.html
    enjoy your new macbookpro!
    peter

  • My internet has become very slow on Macbook Pro

    I don't know what happened but since few days my internet has become very slow on all sites It takes ages for a youtube video to be played. I sometimes to refresh a page for it to appear.
    Safari, Firefox and Chrome all 3 have become very slow.
    I tried changing my wireless internet 3 times but all the time it is slow.
    I have had my laptop for more than 3 years now.

    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.apple.AirPortBaseStationAgent 464843899 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=(' /^ *$|CSConfigDot/d;s/^ */   /;s/[-0-9A-Fa-f]{22,}/UUID/g;s/(ochat)\.[^.]+(\..+)/\1\2/;/Shared/!s/\/Users\/[^/]+/~/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<200) print "com.apple.";} ' ' $3~/[0-9]:[0-9]{2}$/ { gsub(/:[0-9:a-f]{14}/,"");} { 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 { print "'${p[41]}'";if(n<200) print "/System/";} ' '/\.xpc\/(Contents\/)?Info\.plist$/p' ' NR>1&&!/0x|\.[0-9]+$|com\.apple\.launchctl\.(Aqua|Background|System)$|'${p[41]}'/ { 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 { print "'${p[41]}'.plist\t'${p[42]}'";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++;gsub(/[-0-9A-Fa-f]{22,}/,"UUID");if($0~"/Users"&&$0!~"/Shared") gsub(/\/Users\/[^ \/]+/,"/Users/USER");if(l<=L) f=f"\n   "$0;} END { F=FILENAME;if(!F) exit;if(!f) f="\n   [N/A]";"file -b "F|getline T;if(T!~/^(AS.+ (En.+ )?text$|(Bo|PO).+ sh.+ text ex)/) F=F" ("T")";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} ' );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 );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 \$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|SMC:| VALI|xpma' -o -k Sender fseventsd -k Message Req 'SL' " '-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 .\*[cgh] ! -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,E}* {/,}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,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)}'" );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 );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" ]]&&echo "$v";};C1() { [[ "$v" ]]&&printf "${f[$1]}" "${l[$2]}" "$v";};C2() { v=`echo $v`;[[ "$v" != 0 ]]&&C1 0 $1;};C3() { v=`sed -E "$s"<<<"$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 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;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;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.

  • Very slow older macbook pro

    Okay, so part of the answer is in the subject - this is an older machine. A late 2008 MBP 15" 8 GB of ram. It's a 2.4 GHz Intel Core 2 Duo. (MacBookPro5,1)
    I'm running 10.9.5. I wish I hadn't upgraded to 10.9 - it's seemed much slower since, but I understand that downgrading is not advisable, and even before the upgrade it was sluggish.
    I don't expect this machine to be lightning quick, but it lags at seemingly random times. It takes applications a long time to launch (I timed MacJournal at 21 seconds). Mail.app seems to be particularly slow.
    The thing that got me to post was that I received a "new" computer at the university office where I work. It's an iMac, 2.4 GHz Core 2 Duo, like mine but with only 4 GB of ram, running 10.9, like mine. It FLIES compared to mine. I realize there are differences between an iMac and a MBP that probably make the iMac a faster machine overall, but the difference between the two is like night and day. So I'm wondering what steps I should take to troubleshoot my MBP?
    I have a 500 GB hard drive with 200 GB free space.
    Thanks in advance for any help!
    Nathan

    EtreCheck version: 2.2 (132)
    Report generated 4/22/15, 6:07 PM
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        MacBook Pro (15-inch, Late 2008) (Technical Specifications)
        MacBook Pro - model: MacBookPro5,1
        1 2.4 GHz Intel Core 2 Duo CPU: 2-core
        8 GB RAM Upgradeable
            BANK 0/DIMM0
                4 GB DDR3 1067 MHz ok
            BANK 0/DIMM1
                4 GB DDR3 1067 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery: Health = Check Battery - Cycle count = 407 - SN = W0152028A6G1A
    Video Information: ℹ️
        NVIDIA GeForce 9600M GT - VRAM: 256 MB
            Color LCD 1440 x 900
        NVIDIA GeForce 9400M - VRAM: 256 MB
    System Software: ℹ️
        OS X 10.9.5 (13F34) - Time since boot: 7:35:7
    Disk Information: ℹ️
        Hitachi HTS725050A9A364 disk0 : (500.11 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Macintosh HD (disk0s2) / : 499.25 GB (195.11 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
        MATSHITADVD-R   UJ-868 
    USB Information: ℹ️
        Apple Inc. Built-in iSight
        Seagate  Expansion Desk 4 TB
            EFI (disk3s1) <not mounted> : 315 MB
            WirelessDrive (disk3s2) /Volumes/WirelessDrive : 4.00 TB (639.60 GB free)
        Apple, Inc. Apple Internal Keyboard / Trackpad
        Apple Computer, Inc. IR Receiver
        Apple Inc. BRCM2046 Hub
            Apple Inc. Bluetooth USB Host Controller
    Configuration files: ℹ️
        /etc/hosts - Count: 14
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /Applications/Toast 10/Toast Titanium.app
        [not loaded]    com.roxio.BluRaySupport (1.1.6) [Click for support]
            /Applications/Transmit.app
        [not loaded]    com.panic.TransmitDisk.transmitdiskfs (4.0.0 - SDK 10.6) [Click for support]
            /Library/Extensions
        [loaded]    at.obdev.nke.LittleSnitch (4240 - SDK 10.8) [Click for support]
            /Library/Parallels/Parallels Service.app
        [not loaded]    com.parallels.kext.prl_hid_hook (7.0 15106.786747) [Click for support]
        [not loaded]    com.parallels.kext.prl_hypervisor (7.0 15106.786747) [Click for support]
        [not loaded]    com.parallels.kext.prl_netbridge (7.0 15106.786747) [Click for support]
        [not loaded]    com.parallels.kext.prl_usb_connect (7.0 15106.786747) [Click for support]
        [not loaded]    com.parallels.kext.prl_vnic (7.0 15106.786747) [Click for support]
            /System/Library/Extensions
        [loaded]    com.AmbrosiaSW.AudioSupport (4.1.2 - SDK 10.6) [Click for support]
        [not loaded]    com.avid.usb.mboxmini.driver (1.0.4) [Click for support]
        [not loaded]    com.kensington.trackballworks.driver (1.1.1 - SDK 10.6) [Click for support]
        [loaded]    com.makemkv.kext.daspi (1.5) [Click for support]
        [not loaded]    com.mice.driver.Wireless360Controller (1.0.0d12 - SDK 10.8) [Click for support]
        [not loaded]    com.mice.driver.WirelessGamingReceiver (1.0.0d12 - SDK 10.8) [Click for support]
        [not loaded]    com.mice.driver.Xbox360Controller (1.0.0d12 - SDK 10.8) [Click for support]
        [not loaded]    com.paceap.kext.pacesupport.master (5.8) [Click for support]
            /System/Library/Extensions/PACESupportFamily.kext/Contents/PlugIns
        [not loaded]    com.paceap.kext.pacesupport.leopard (5.8 - SDK 10.4) [Click for support]
        [not loaded]    com.paceap.kext.pacesupport.panther (5.8 - SDK 10.-1) [Click for support]
        [loaded]    com.paceap.kext.pacesupport.snowleopard (5.8 - SDK 10.6) [Click for support]
        [not loaded]    com.paceap.kext.pacesupport.tiger (5.8 - SDK 10.4) [Click for support]
            /Volumes/WirelessDrive/from blue maxtor/unison downloads/mac apps/- Toast Titanium 7.0.1+sn./Toast Titanium 7.0.1/Toast Titanium 7.01.app
        [not loaded]    com.roxio.TDIXController (1.4) [Click for support]
    Startup Items: ℹ️
        DigidesignLoader: Path: /Library/StartupItems/DigidesignLoader
        PACESupport: Path: /Library/StartupItems/PACESupport
        Startup items are obsolete in OS X Yosemite
    Launch Agents: ℹ️
        [running]    at.obdev.LittleSnitchUIAgent.plist [Click for support]
        [not loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [loaded]    com.adobe.CS5ServiceManager.plist [Click for support]
        [running]    com.avid.mboxmini.helper.plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [loaded]    com.parallels.desktop.launch.plist [Click for support]
        [loaded]    com.parallels.DesktopControlAgent.plist [Click for support]
        [running]    com.parallels.vm.prl_pcproxy.plist [Click for support]
    Launch Daemons: ℹ️
        [running]    at.obdev.littlesnitchd.plist [Click for support]
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.adobe.SwitchBoard.plist [Click for support]
        [loaded]    com.ambrosiasw.ambrosiaaudiosupporthelper.daemon.plist [Click for support]
        [running]    com.cleverfiles.cfbackd.plist [Click for support]
        [loaded]    com.google.keystone.daemon.plist [Click for support]
        [running]    com.iobit.AMCDaemon.plist [Click for support]
        [running]    com.mice.360Daemon.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
        [loaded]    com.oracle.java.JavaUpdateHelper.plist [Click for support]
        [running]    com.paceap.eden.licensed.plist [Click for support]
        [running]    com.parallels.desktop.launchdaemon.plist [Click for support]
        [loaded]    PACESupport.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [running]    com.amazon.cloud-player.plist [Click for support]
        [running]    com.c-command.SpamSieve.LaunchAgent.plist [Click for support]
        [not loaded]    com.iobit.MacBoosterMini.plist [Click for support]
        [loaded]    com.valvesoftware.steamclean.plist [Click for support]
        [running]    ws.agile.1PasswordAgent.plist [Click for support]
    User Login Items: ℹ️
        TextExpander    Application Hidden (/Applications/TextExpander.app)
        Dropbox    Application  (/Applications/Dropbox.app)
        TrackballWorksHelper    Application  (/Library/PreferencePanes/TrackballWorks.prefPane/Contents/Resources/TrackballW orksHelper.app)
        EvernoteHelper    Application  (/Applications/Evernote.app/Contents/Library/LoginItems/EvernoteHelper.app)
    Internet Plug-ins: ℹ️
        o1dbrowserplugin: Version: 5.41.0.0 - SDK 10.8 [Click for support]
        Unity Web Player: Version: UnityPlayer version 4.1.2f1 [Click for support]
        Default Browser: Version: 537 - SDK 10.9
        iLokClientHelper: Version: 3.6 - SDK 10.5 [Click for support]
        Silverlight: Version: 5.1.30514.0 - SDK 10.6 [Click for support]
        FlashPlayer-10.6: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        Flash Player: Version: 16.0.0.305 - SDK 10.6 Outdated! Update
        QuickTime Plugin: Version: 7.7.3
        googletalkbrowserplugin: Version: 5.41.0.0 - SDK 10.8 [Click for support]
        SharePointBrowserPlugin: Version: 14.3.2 - SDK 10.6 [Click for support]
        iPhotoPhotocast: Version: 7.0 - SDK 10.8
        JavaAppletPlugin: Version: Java 7 Update 51 Check version
    User internet Plug-ins: ℹ️
        Picasa: Version: 1.0 [Click for support]
    Safari Extensions: ℹ️
        Add To Amazon Wish List
        ClickToPlugin
        Evernote Web Clipper
        Evernote
        1Password
        AdBlock
        Awesome Screenshot
    Audio Plug-ins: ℹ️
        Avid CoreAudio: Version: 10.2.0.68 - SDK 10.6 [Click for support]
        CallRecorder: Version: v2.5.10 - SDK 10.8 [Click for support]
        EcammAudioLoader: Version: 1.0.3 - SDK 10.8 [Click for support]
        DVCPROHDAudio: Version: 1.3.2
    3rd Party Preference Panes: ℹ️
        A Better Finder Preferences  [Click for support]
        Flash Player  [Click for support]
        hueyPRO  [Click for support]
        TrackballWorks  [Click for support]
        Mbox Mini  [Click for support]
        Perian  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Mobile backups: ON
        Auto backup: YES
        Volumes being backed up:
            Macintosh HD: Disk size: 499.25 GB Disk used: 304.14 GB
        Destinations:
            Seagate Backup [Local]
            Total size: 1.50 TB
            Total number of backups: 111
            Oldest backup: 2012-07-09 06:02:13 +0000
            Last backup: 2015-04-21 17:59:31 +0000
            Size of backup disk: Excellent
                Backup size 1.50 TB > (Disk size 499.25 GB X 3)
            Data [Network]
            Total size: 3.00 TB
            Total number of backups: 101
            Oldest backup: 2013-11-04 08:49:28 +0000
            Last backup: 2015-04-22 21:00:05 +0000
            Size of backup disk: Excellent
                Backup size 3.00 TB > (Disk size 499.25 GB X 3)
    Top Processes by CPU: ℹ️
             7%    WindowServer
             7%    Mail
             6%    Google Chrome Helper(30)
             5%    com.apple.coremedia.videodecoder
             3%    launchd(4)
    Top Processes by Memory: ℹ️
        2.41 GB    Google Chrome Helper(30)
        731 MB    kernel_task
        287 MB    Mail
        238 MB    iTunes
        205 MB    Google Chrome
    Virtual Memory Information: ℹ️
        181 MB    Free RAM
        7.34 GB    Used RAM
        0 B    Swap Used
    Diagnostics Information: ℹ️
        Apr 22, 2015, 10:27:42 AM    Self test - passed
        Apr 22, 2015, 10:10:46 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/EvernoteHelper_2015-04-22-1010 46_[redacted].crash
        Apr 21, 2015, 03:36:36 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.culturedcode.thingsreminde rs_2015-04-21-033636_[redacted].crash
        Apr 20, 2015, 03:49:37 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.culturedcode.thingsreminde rs_2015-04-20-034937_[redacted].crash

  • InDesign 5.5 scrolling very slow on Macbook Pro

    Hi,
    I am using InDesign CS 5.5 (7.5.3) on a Macbook Pro - 2.4 Ghz Intel Core i7 w/ 8GB Ram and a 250GB SSD and AMD Radeon HD 6770M graphic card - and it's incredibly slow when scrolling up and down in a document. Admittedly that document has lots of big tifs embedded but still it feels very slow and often hangs on the spinning wheel. I've tried a helper app to switch the graphic cards and have also turned preflight off and set live screen drawing to delayed after reading some threads on here. It's especially bad when I come from another application but doesn't seem to make a difference how many other apps are open. Is this normal? Does anyone have any ideas how to improve performance?
    Thanks
    Maak

    What about the display perfomance ?
    Go to View-->Diaply performance,  set it to Fast or Typical.
    Here are few link that could help :-
    http://helpx.adobe.com/indesign/kb/slow-performance-indesign-cs5.html
    http://indesignsecrets.com/why-is-indesign-soooo-slow.php

  • Cannot connect (or very, very slow) to MacBook pro (1,1) as registered user

    I have a Macbook Pro running Lion and a Mac Pro running lion - as well as a Macbook Pro (1,1) running Snow Leopard (although the problem also occurred in Leopard too, as I updated the OS to see if that would resolve it).
    The problem is that I can connect from the SL MBP to the other computers on my network as a registered user (and see all of the files there), but when I try to connect from either of the other machines running Lion (10.7.5), I can connect as a Guest, but not as any of the registered users.
    I get the connect as a registered user dialog, enter the valid info...and then the wheel of death appears in the box and nothing happens for a few minutes...then presto, I'm connected as the registered user.
    Why is it not instanteous (as it is in reverse or between the Lion machines)?
    What can I do to make it faster?
    Thanks
    Scott

    Hi robfromkinglake west,
    Try and isolate the issue.  Check if it's only with this drive.
    Check the drive with Disk Utility
    Using Disk Utility to verify or repair disks
    http://support.apple.com/kb/ht1782
    I've never seen a drive take 20 minutes to mount.
    Nubz

  • Internet very slow in MacBook Pro - 2010 Model

    I am facing lot of issue while browsing any site .i have tried using all the browers but still internet is dam slow
    i am Unifi 5mbps.when i perfome the speed test the result is dam good its about 4.89 mbps .
    But if i browser any thing or stream any video its dam slow
    please suggest me who can i improve the perfomance of the macbook pro and even  intenet
    Prasant Varanasi
    Kuala Lumpue

    If you've tried several other browsers i.e Firefox/Chrome then you've done most of the troubleshooting for yourself.
    The only other things you can do is try a different computer on your network to rule out the internet for good.
    Then test in a new user account on your mac System Preferences > Accounts > New account.
    If that fails then perform an Erase and Install:
    Boot to OSX DVD.
    Go to Utilities bar, Disk utility.
    Erase the Macintosh HD partition and run Mac OSX install.

  • Why App Store Speed is very slow on Macbook Pro w/ Retina Display?

    Hi,
    I'm facing few problems on my Macbook Pro w/ Retina Display in terms of Net Speed.
    I live in Delhi, India. I have 8 MBPS Broadband Plan. I have a Windows PC too at my home and Galaxy S2 Smart Phone. Both gives an awesome speed of around 7 to 8 MBPS Easily.
    But my Macbook Pro never gives a speed in App Store. It takes lot's of time to download Apps or Updates.
    Additional Details:
    I'm using Airtel DNS as my connection is Airtel.
    202.56.215.54
    202.56.215.55
    For example see this:

    EVERYONE is downloading that update right now - whenever I received a Developer Seed notice, it would take hours for me to download the new beta release, becasue so many others were downloading at the same time. Usually that little 840MB combo update would start out at 5 hours or so and then successfully download in 2-3 hours. So you're just going to have to be patient on this one.
    If the Mac App Store is slow on other files, however - say you're downloading EverNote for the first time - then I would contact the MAS support folks - http://www.apple.com/support/mac/app-store/.
    The 10.8.3 download is just going to be slow, however, because people all over the world are downloading it and there are just so many Apple servers and just so many copies of those files on the server.
    So, on this one, just take a big breath and relax!
    Clinton

  • Can't open safari and computer runs very slow on macbook pro

    I cant open my safari on my macbook pro and it runs very slow

    http://support.apple.com/kb/TS3408

  • Slow Running Macbook Pro Help needed please

    Macbook is running increasingly slow.
    Any help would be much appreciated.
    Please see report below.
    Thanks in advance.
    EtreCheck version: 2.1.8 (121)
    Report generated 17 March 2015 11:48:14 GMT
    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 (17-inch, Mid 2010) (Technical Specifications)
        MacBook Pro - model: MacBookPro6,1
        1 2.53 GHz Intel Core i5 CPU: 2-core
        4 GB RAM Upgradeable
            BANK 0/DIMM0
                2 GB DDR3 1067 MHz ok
            BANK 1/DIMM0
                2 GB DDR3 1067 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery Health: Normal - Cycle count 709
    Video Information: ℹ️
        Intel HD Graphics - VRAM: 288 MB
        NVIDIA GeForce GT 330M - VRAM: 512 MB
            Color LCD 1920 x 1200
    System Software: ℹ️
        OS X 10.10.1 (14B25) - Time since boot: 9 days 0:51:29
    Disk Information: ℹ️
        Hitachi HTS545050B9SA02 disk0 : (500.11 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
            Macintosh HD (disk1) / : 498.88 GB (310.72 GB free)
                Encrypted AES-XTS Unlocked
                Core Storage: disk0s2 499.25 GB Online
        HL-DT-ST DVDRW  GS23N 
    USB Information: ℹ️
        Apple Inc. BRCM2070 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Inc. Apple Internal Keyboard / Trackpad
        HP Deskjet F2400 series
        Apple Computer, Inc. IR Receiver
        Apple Inc. Built-in iSight
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Startup Items: ℹ️
        MobileBrServ: Path: /Library/StartupItems/MobileBrServ
        Startup items are obsolete in OS X Yosemite
    Problem System Launch Agents: ℹ️
        [killed]    com.apple.coreservices.appleid.authentication.plist
        [killed]    com.apple.Maps.pushdaemon.plist
        [killed]    com.apple.sbd.plist
        [killed]    com.apple.scopedbookmarkagent.xpc.plist
        [killed]    com.apple.warmd_agent.plist
        5 processes killed due to memory pressure
    Problem System Launch Daemons: ℹ️
        [killed]    com.apple.AssetCacheLocatorService.plist
        [killed]    com.apple.ctkd.plist
        [killed]    com.apple.emond.aslmanager.plist
        [killed]    com.apple.nsurlsessiond.plist
        [killed]    com.apple.periodic-weekly.plist
        [killed]    com.apple.tccd.system.plist
        [killed]    com.apple.wdhelper.plist
        7 processes killed due to memory pressure
    Launch Agents: ℹ️
        [loaded]    com.divx.dms.agent.plist [Click for support]
        [loaded]    com.divx.update.agent.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
    User Launch Agents: ℹ️
        [failed]    com.apple.CSConfigDotMacCert-[...]@me.com-SharedServices.Agent.plist
        [loaded]    com.divx.agent.postinstall.plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
    User Login Items: ℹ️
        iTunesHelper    Application Hidden (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
        Google Drive    Application  (/Applications/Google Drive.app)
        Dropbox    Application  (/Applications/Dropbox.app)
    Internet Plug-ins: ℹ️
        SiteAdvisor: Version: 2.0 - SDK 10.1 [Click for support]
        FlashPlayer-10.6: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        Flash Player: Version: 16.0.0.305 - SDK 10.6 Outdated! Update
        OVSHelper: Version: 1.1 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        SharePointBrowserPlugin: Version: 14.4.7 - SDK 10.6 [Click for support]
        DivX Plus Web Player: Version: 2.3 - SDK 10.5 [Click for support]
        Silverlight: Version: 5.1.30317.0 - SDK 10.6 [Click for support]
        iPhotoPhotocast: Version: 7.0 - SDK 10.8
    Safari Extensions: ℹ️
        SiteAdvisor
        DivX Plus Web Player HTML5 <video>
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
    Time Machine: ℹ️
        Auto backup: YES
        Volumes being backed up:
            Macintosh HD: Disk size: 498.88 GB Disk used: 188.16 GB
        Destinations:
            Seagate Expansion Drive [Local]
            Total size: 999.86 GB
            Total number of backups: 1
            Oldest backup: 2014-01-13 12:11:19 +0000
            Last backup: 2014-01-13 12:11:19 +0000
            Size of backup disk: Adequate
                Backup size 999.86 GB > (Disk used 188.16 GB X 3)
    Top Processes by CPU: ℹ️
            17%    softwareupdated
            17%    sandboxd
            15%    WindowServer
             9%    Calendar
             2%    Microsoft Outlook
    Top Processes by Memory: ℹ️
        125 MB    Google Chrome
        125 MB    WindowServer
        112 MB    Microsoft Outlook
        100 MB    softwareupdated
        56 MB    Microsoft Word
    Virtual Memory Information: ℹ️
        48 MB    Free RAM
        910 MB    Active RAM
        885 MB    Inactive RAM
        991 MB    Wired RAM
        89.21 GB    Page-ins
        2.18 GB    Page-outs
    Diagnostics Information: ℹ️
        Mar 15, 2015, 10:56:06 AM    /Library/Logs/DiagnosticReports/Microsoft Outlook_2015-03-15-105606_[redacted].cpu_resource.diag [Click for details]
        Mar 15, 2015, 10:49:14 AM    /Library/Logs/DiagnosticReports/softwareupdated_2015-03-15-104914_[redacted].cp u_resource.diag [Click for details]

    When you see a beachball cursor or the slowness is especially bad, note the exact time: hour, minute, second.  
    These instructions must be carried out as an administrator. If you have only one user account, you are the administrator.
    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 and start typing the name.
    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.
    Each message in the log begins with the date and time when it was entered. Scroll back to the time you noted above.
    Select the messages entered from then until the end of the episode, or until they start to repeat, whichever comes first.
    Copy the messages 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 it useless for 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.

  • Install SSD, running macbook pro with two operating system and two hardrive

    I am currently running bootcamp with Window 8 and Mountain Lion. I am about to install a 256gb SSD, replacing the optical drive. The partition on my current setup is 125 gb for window 8 and 125 gb for OSX.  Since this is the first time I am running a computer with two hardrive and two different operating systems, how should I go by installing (software) my SSD. Should I just make one hardrive run window and the other one run OSX. Is it possible to move the OSX partition to the SSD. Should I just install both window and OSX again on the SSD? What are some other options?

    It is possible, use Target Disk Mode How to use and troubleshoot FireWire target disk mode - Apple Support

Maybe you are looking for