Slow down label update

Hi guys,
Right now I have an updater that is displaying it's download speed in client_ProgressChanged from a DownloadFileAsync.
txtDown.Text = "Downloading (" & Int32.Parse(Math.Truncate(percentage).ToString()) & "%)... (" & filesize & " MB) at " & (e.BytesReceived / SW.ElapsedMilliseconds).ToString + " /sec"
The problem is that the download speed is being updated very fast, and I just want to update it at the speed like IE does when downloading a file.
Any suggestions?

Here's a more complete example inferred from the code snippet you provided.  Note the changes to your code in order to provide what appear to be the intended results (convert bytes to megabytes, calculate rate with seconds instead of milliseconds). 
The implementation of the "lastUpdate" variable demonstrates the suggestion from my previous post.
Public Class Form1
Private WithEvents client As New System.Net.WebClient
Private sw As New Stopwatch
Private lastUpdate As Date
Private Async Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
sw.Restart()
Await client.DownloadFileTaskAsync("https://code.msdn.microsoft.com/Simple-Multi-User-TCPIP-1ff0da41/file/135320/5/Simple%20Multi-User%20TCPIP%20Client%20%26%20Server%20using%20TAP.zip", "d:\test\project.zip")
sw.Stop()
End Sub
Private Sub client_DownloadProgressChanged(sender As Object, e As Net.DownloadProgressChangedEventArgs) Handles client.DownloadProgressChanged
If Now.Subtract(lastUpdate).TotalMilliseconds >= 250 OrElse e.ProgressPercentage = 100 Then 'throttle to 4 updates per second
txtDown.Text = "Downloading (" & e.ProgressPercentage.ToString & "%)... (" & (e.TotalBytesToReceive / 1000000).ToString("N2") & " MB) at " & (e.BytesReceived / sw.Elapsed.TotalSeconds).ToString("N2") + " bytes/sec"
lastUpdate = Now
End If
End Sub
End Class
-EDITS-
Sorry, first I miscalculated the download rate, then I cleaned up the progress percentage, and finally I added a check to make sure that the text still displays the final update even if the throttle time hasn't been hit yet.
Reed Kimble - "When you do things right, people won't be sure you've done anything at all"

Similar Messages

  • Mac Mini 2011 slow down after updating to Yosemite

    Hi all!
    After updating my Mac Mini (half 2011) from Mavericks to Yosemite, it became extremely slow and unresponsive. I have to wait a lot of time for apps to open and commands, like clicking a button, to be executed executed. File Vault, that I read is a common cause of slow down, is NOT enabled.
    What should I do? In these cases, for my Windows PC, I insert the OS DVD and format: what's the equivalent operation for a Mac?
    Thank you in advance for your help!

    K1kk0z90 wrote:
    What should I do?
    Buy more RAM - a lot more.

  • Slow down with update!

    I just updated to GB 08 and it has slowed down by a lot, my computer is a 2.33 Macbook Pro with 2 gigs, I don't know why it is doing this, I already optimized the system settings. Is my desktop or hard drive too full or what?

    I totally agree.
    This is the first update of GB, or, frankly, iLife in general I've been totally bummed about. Aside from iPhoto (barely) I not only feel like I wasted $79+tax, I feel like I wasted $79+tax for 4 programs that are slower, and overall WORSE than their predecessors.
    I didnt' say 5 programs because it won't even let me install iMovie '08, even though I run the latest version of every other high-end video, audio and graphics app without even a hiccup.
    In my humble opinion I think Apple is getting haughty. I think that after finally getting some much-deserved market success, they're starting to make the same sorts for mistakes the Sonys, and Microsofts of the world make: rushing bloated, glitchy software out the door and not responding to level-headed criticism; placing arbitrary hardware "requirements" designed to force loyal customers to upgrade; etc; etc.
    And no, from everything I've read they DO NOT paruse these forums. Which is a huge, huge, huge mistake.

  • RT target slows down after updating with a shared variable

    I am using a shared variable that is defined in the RT target (cFP-2110) to transfer data from the host PC.  The shared variable is a cluster of scaling parameters that needs to be stored in the RT target.  The host PC is only connected temporarily for system setup and calibration. 
    There is only one instance of the shared variable in both the host PC vi and the target vi.  The shared variable in the host is located in an event case that is activated when there is a value change.  Everything works great until I make a value change in the shared variable.  The target vi promptly slows from 30mSec to about 500 mSec and stays that way.  The only way I can get the RT target to run full speed again is to recycle power or reset it.
    What am I doing wrong?
    Temporarily slowing down the RT target when the shared variable is updated is not a problem for this application.  The problem is that I have to restart the target to get it running at full speed again.
    I’m using Win-XP, LV 8.5.1 and FieldPoint 6.0.1 
    Thanks,
    Dave J.

    Hi Mark,
    The host is sending the shared variable via an event case.   When the event is activated, the data is sent to the target and it functions as expected, except that it slows down to a crawl. I have to restart the target to get it working up to speed again.   The are no error codes.
    The shared variable is a cluster of several items and it is attached.
    In the mean time to promote the project, I split up the cluster into smaller clusters to use several shared variables and now I do not have a slow down problem.  In other words, it works great.  As an experiment I have sent the several small clusters at one time and I get the slow-down problem again.
    I've come to the conclusion that large single cluster (which is attached) is too much to send at one time.
    Please advise if there is something else to learn or understand.
    Thanks,
    Dave J.
    Attachments:
    Host Data In.ctl ‏33 KB

  • Speed of ipad2 slowed down after updating to ios8

    I Updated my ipad2 to iOS 8, but it processing speed slowed down. How to I rectify this issue?

    Hi, IsmailFarid.  
    Thank you for visiting Apple Support Communities.
    Here is an article that I would recommend going through when experiencing this issue.
    iOS: Not responding or does not turn on
    http://support.apple.com/kb/TS3281
    Cheers,
    Jason H.

  • Massive slow down after update

    Hi, I have Nokia n95-1 and my problem is that today I've updated my firmware from 30.0.015 to 31.0.017 and encountered massive slowdown of phone. If I press menu button I must wait 20sec, others option works even slower. I have newest pcsuite, updater and drivers. My phone is unusable now as I can even see how particular parts of UI are drawn on screen. Any suggestions?
    Solved!
    Go to Solution.

    Try to find in this directory. Assuming that you are using Windows XP
    C:\Documents and Settings\All Users\Application Data\Nokia\Nokia Service Layer\A
    Once you find this directory, delete all the files in it & close Windows Explorer. Connect your phone and run NSU. The standard GUI will appear to update your software but this time, NSU will re-download your firmware from NSU servers.
    I suspected that the firmware that you first downloaded got some CRC or any errors during downloading and even after you re-flashed for second or third times, NSU still using the 'corrupted' firmware that you previously downloaded in that directory.
    Do remember to backup all your data/contacts before updating the firmware....
    V31.0.015
    07 Nov 2008
    RM-320 - 0555181

  • I-Phone 3G slowed down after updating to OS 4.0.1

    My I-phone 3G was running perfectly fine, till I updated to OS 4, it's been slower than the slowest, and even turns itself off at anytime, during browsing and even during calls. I updated to 4.0.1 only to improve things a little bit. Still the problems persist.
    Even with the 4.0.1 update, it runs very slow compared to OS 3 and it's update. Apple needs to fix this. it still reboots itself at anytime, and internet is also very very slow. Am cursing myself why I updated it.

    Similar problems to all the other posts. Slow response. Some apps time out before they can load. Reset helps some but doesn't last and doesn't improve everything. Noticed that some apps that have upgraded since 4.0 was released seem to run faster after they are updated on the phone. cases on point most recently are RunKeeper and GolfShot, but thought i was seeing better performance on some others too.
    Steve Jobs seems to be "over the hill" with his dismal denial that there are any problems with OS4. Who can trust him now? Sad that those of us with contracts to run for another year on 3G phones get ignored by apple while it "fixes" the battery indicator! Big deal on that fix - it did nothing to improve connectivity to ATT network, just shows how poor the connection really is now instead of making us think it was better with the old software!

  • Updates from HP agent ... always runs at start up and slows down computer

    HP Pavilion a1222n, Win XP Home
    When we first turn on the computer it is slowed down by "Updates from HP agent running"  checked through the task manager.
    I would like to disable the automatic running of this and run it when I want to run HP Updates.  I read in another post to go to the Start > All programs> setting > select never which would allow you to chose when to run the HP update agent.  I can not seem to find it on this machine, the post I read was for another model.
    Thanks
    Ron3033   
    This question was solved.
    View Solution.

    Hi Ron,
    Try the following.
    Hold down the Windows key and press R.  Into the Run box, type msconfig and hit enter.  In the System Configuration window, select the Startup tab and remove the tick next to the HP Update agent.  Click Apply and Ok to save the change and then restart the PC for this change to take effect.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • IOS 7 iPhone 4 slow to refresh/update data

    Apps like Weather, Email, and Notifications seem to have slowed down in updating/refreshing data.  When I check notification center, the weather data is usually hours old.  If I open the weather app it also has the older data but quickly refreshes.  If I go back to Notification Center, it takes several more minutes to update.  If I read emails on another device, they are still marked an unread on iPhone until I open the app or manually refresh.  Anyone else having these issues?  Could it be just that the servers are so stressed from upgrades that some push notifications have slowed down?
    Before you ask, current settings:
    Backgroud App Refresh: On (enabled for weather)
    Location Services: ON (enabled for weather)
    Notifications:  All services enabled in Today View
    Mail - Fetch New Data: Push
    If email is not a Push account, set to Fetch Every 15 Minutes

    Figured it out.
    The photos that I thought were on the phone where in the cloud, so there wasnt actually a photo folder created yet in the camera.
    Took a picture, reconnected phone and viola, there it was.

  • System slow down after upgrade to 10.10.2

    Still have a slow down after updating to 10.10.2    
    Tried everything I can think of.
    Get spinning color wheel for a long time when opening even small files. Scrolling through folders, cursor hangs for a moment. opening and saving takes much longer.
    Used HD repair and repaired permissions and diagnosed HD.  No problems.
    Looking at Activity Monitor, I don't see anything that stand out-
    -C

    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.

  • System slow down after lion update 8/18/11

    Has anyone else had a problem with their system slowing down after downloading the system update for Lion on 8/18?  My system is not nearly as responsive and is only about two weeks old and have not installed any software other than Microsoft Office 2011 when I bought the machine.  Any ideas?

    Ok my system is booting and shutting down faster now.. This method worked for me:
    First, I repaired the permissions:
    1) Open up Disk Utility
    2) Select your hard drive
    3) Now select Repair Disk Permissions.
    Then, I deleted the caches folder:
    1) From the Finder's Go menu, select Go To Folder, and go to this folder: /Library
    2) Delete everything inside the Caches folder (This might require the Admin Username & Password)
    Finally, go to System Preferences and click on Startup Disc then click on your boot drive (In my case I've selected my HD labeled "Macintosh HD Mac OS X, 10.7.1". Now do a restart by clicking on the Restart button. If you don't have a Startup drive selected your mac will waste time at boot searching for a suitable boot drive !
    I Hope this works for you as well.
    Cheers!

  • Hello, I have iMAC 7,1, 20 inch, 4gigs of ram, Intel C2D perfectly runing OS Mavericks (10.9.5), will update to Yosemite, slow down my iMac?

    Hello, I have iMAC 7,1, 20 inch,
    4gigs of ram,
    Intel C2D
    ATI Radeon HD 2600 Pro 256 MB
    HDD 320gig's
    iMAC is perfectly runing OS Mavericks (10.9.5), with no lag, and no sluggish working, Multitasking is AWESOME (i have PC, with 8gigs of RAM, GeForce GTX570, etc etc), but i must say this MAC is running way better   a way way, faster and I am Loving it!!! I am using it for making music, and video editing, i am Using Final Cut Pro x, Ableton 9, Logic Pro x, and bunch of other apps and it is working perfectly, and i am so shocked how machine old like this can do that stuff better than any PC i had, and not to mention that I use more time on iMAC than on PC, i use Windows PC just for occasional gaming, but that is like 10% of time, so i use my MAC in 90% of time.
    So, enough of my iMAC. I am wondering if I update it to Yosemite, will my iMac slow down, and not continue to work like on Mavericks? Will it become sluggish and unresponsive? Will it affect reliability and stability which  have on Mavericks? And will update delete my personal data (tons of Logic, Ableton and Garage band projects, and tons of Final Cut Pro projects), Applications (because I have some apps which is hard to find these days)...
    I know bunch of you guys would tell me to backup my data, but i don't have External hard drive (they are pretty expensive in my Country), I have some friend who could borrow me External HDD, but they have their data on it, and they mostly use windows.. I did not use Time Machine yet, but i think probably it would format HDD on Macs partitions, so, i will do it on my own guys (don't judge me about that guys please)..
    So if someone could answer me that, i will really appreciate that.
    Thank you, and best Regards!!
    Boris

    Old Toad wrote:
    I recommend you upgrade your RAM to at least 8 GB for good performance with the apps you're using. Also keep a minimum of 25-30 GB of free space on your boot drive for optimal system and application performance.
    The maximum RAM a 7.1 iMac can address is 6GB, the OP can keep one of the 2GB DIMMs and then add a matching 4GB DIMM. If  the OP decides to do this, please only purchase from Crucial or OWC at www.MacSales.com.
    However as described on a 8 year old iMac, I'd stay with Mavericks and then when considering upgrading upgrade to a more up-to-date Mac.

  • Can anyone tell me how to slow down a commerical track in Garage Band 10.00.  I was able to do it quite easily before I updated, but now find I am unable to do it.  Would be grateful for any help

    Can anyone tell me how to slow down a commercial track in Garage band 10.00  I was able to do this in the earlier version of Garage Band quite easily and it is a good tool for being able to teach new dances, but I find I am unable to do it in the new version, which has just been updated.  I would be grateful for any help.

    Just found it.
    Select your track with song imported from iTunes, open the Track Editor window, and in the head of the track editor  and press the "Flex" marker. Make sure "Enable Flex" is set,
    Then change the tempo of your project.

  • My Mac book pro has the end of a earphone stuck to it. After this I updated to maverick, and this massively slowed down my computer.Now my laptop is switching on and logging in just fine, but after logging in the screen goes white. What can the reason be?

    At first my laptop was fine after the earphone end got stuck in. Soon it started getting slower, and suddenly it stopped switching on. The people in the service station said that it wAs because the hard disk drive was corrupted. I came back home, and immediately it stopped working again. This time they said it was because of water spill. They changed the entire key board and then it started working for a while. Later I updated to maverick and that slowed down my computer. Once, I switched on my laptop, logged in, and then the screen went white. When we took it to the service center they said they will need to replace the hard disk. I am not sure what I should do. Any suggestions?

    Liquid damage from water spill is progressive, unfortunately.
    Best.

  • System slowed down after Mavericks update (10GB RAM)

    Hi,
    I have recently updated to Maverics on my mac pro, 2 x 2.8 GHz Quad-Core Intel Xeon, 10GB RAM.
    When I perform regular tasks it's all normal. Unfortunately I do some much more than that. I use Aperture on a daily basis and it seems to have slowed down a bit. The issue is more apparent when I use Final Cut. I can't have any other design/photography/video software on the background anymore. My computer can't deal with. But it could before Mavericks! It will also complain about not enough memory when rendering...
    I understand that kernel task is heavy on the memory and after an EtreCheck I also realised how much memory spotilight is using. I already excluded a lot of items from spotlight, and it's way better, but still, why is my computer so slow?
    Please can someone look at my check and tell me if there's anything I can do to boost my system back to it's previous glory?
    thank you
    Hardware Information:
              Mac Pro (Early 2008)
              Mac Pro - model: MacPro3,1
              2 2.8 GHz Quad-Core Intel Xeon CPUs: 8 cores
              10 GB RAM
    Video Information:
              NVIDIA GeForce 8800 GT - VRAM: 512 MB
    System Software:
              OS X 10.9.1 (13B42) - Uptime: 1 day 5:55:10
    Disk Information:
              WDC WD2002FAEX-007BA0 disk0 : (2 TB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Disc 4 (disk0s2) /Volumes/Disc 4: 2 TB (493.89 GB free)
              ST3000DM001-1CH166 disk1 : (3 TB)
                        EFI (disk1s1) <not mounted>: 209.7 MB
                        Disc 2 (disk1s2) /Volumes/Disc 2: 3 TB (49.2 GB free)
              ST31000528AS disk2 : (1 TB)
                        EFI (disk2s1) <not mounted>: 209.7 MB
                        Disc 3 (disk2s2) /Volumes/Disc 3: 999.86 GB (3.26 GB free)
              ST31500341AS disk3 : (1.5 TB)
                        EFI (disk3s1) <not mounted>: 209.7 MB
                        disk3s2 (disk3s2) <not mounted>: 1.5 TB
                        Recovery HD (disk3s3) <not mounted>: 650 MB
    USB Information:
              Apple Inc. iPhone
              Apple, Inc. Keyboard Hub
                        Apple, Inc Apple Keyboard
              Generic Flash Card Reader
              Apple Inc. Bluetooth USB Host Controller
    FireWire Information:
    Thunderbolt Information:
    Kernel Extensions:
    Startup Items:
              HP USB EWS Gateway: Path: /Library/StartupItems/HP USB EWS Gateway
              HPlaserjet Trap Monitor: Path: /Library/StartupItems/HPlaserjet Trap Monitor
              MySQLCOM: Path: /Library/StartupItems/MySQLCOM
    Problem System Launch Daemons:
    Problem System Launch Agents:
    Launch Daemons:
              [System] com.adobe.fpsaud.plist 3rd-Party support link
              [System] com.adobe.SwitchBoard.plist 3rd-Party support link
              [System] com.microsoft.office.licensing.helper.plist 3rd-Party support link
              [invalid] com.oracle.java.Helper-Tool.plist
    Launch Agents:
              [System] com.adobe.AAM.Updater-1.0.plist 3rd-Party support link
              [invalid] com.oracle.java.Java-Updater.plist
              [System] com.wacom.pentablet.plist 3rd-Party support link
    User Launch Agents:
              [not loaded] com.adobe.AAM.Updater-1.0.plist 3rd-Party support link
              [not loaded] com.adobe.ARM.[...].plist 3rd-Party support link
              [not loaded] com.google.keystone.agent.plist 3rd-Party support link
              [not loaded] com.spotify.webhelper.plist 3rd-Party support link
    User Login Items:
              Dropbox
              Spotify
              HPEventHandler
    Internet Plug-ins:
              Flip4Mac WMV Plugin: Version: 2.2.3.7  3rd-Party support link
              FlashPlayer-10.6: Version: 12.0.0.44 - SDK 10.6 3rd-Party support link
              Default Browser: Version: 537 - SDK 10.9
              AdobePDFViewerNPAPI: Version: 11.0.01 - SDK 10.6 3rd-Party support link
              AdobePDFViewer: Version: 11.0.01 - SDK 10.6 3rd-Party support link
              Flash Player: Version: 12.0.0.44 - SDK 10.6 3rd-Party support link
              JavaAppletPlugin: Version: 14.9.0 - SDK 10.7 Outdated! Update
              QuickTime Plugin: Version: 7.7.3
              SharePointBrowserPlugin: Version: 14.3.9 - SDK 10.6 3rd-Party support link
              Silverlight: Version: 5.0.61118.0 - SDK 10.6 3rd-Party support link
              iPhotoPhotocast: Version: 7.0
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 1.9 - SDK 10.9
              AppleAVBAudio: Version: 2.0.0 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    3rd Party Preference Panes:
              PenTablet  3rd-Party support link
              Flash Player  3rd-Party support link
              Flip4Mac WMV  3rd-Party support link
              Growl  3rd-Party support link
              Perian  3rd-Party support link
    Bad Fonts:
              None
    Old Applications:
              /Library/Application Support/Microsoft/MERP2.0
                        Microsoft Error Reporting:          Version: 2.2.9 - SDK 10.4 3rd-Party support link
                        Microsoft Ship Asserts:          Version: 1.1.4 - SDK 10.4 3rd-Party support link
              Solver:          Version: 1.0 - SDK 10.5 3rd-Party support link
                        /Applications/Microsoft Office 2011/Office/Add-Ins/Solver.app
              SLLauncher:          Version: 1.0 - SDK 10.5 3rd-Party support link
                        /Library/Application Support/Microsoft/Silverlight/OutOfBrowser/SLLauncher.app
              SuperDuper!:          Version: 2.6.4 - SDK 10.4 3rd-Party support link
              /Applications/Microsoft Office 2011/Office
                        Microsoft Graph:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Database Utility:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Office Reminders:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Upload Center:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        My Day:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        SyncServicesAgent:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Open XML for Excel:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Alerts Daemon:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Database Daemon:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Chart Converter:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Clip Gallery:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
              /Applications/Microsoft Office 2011
                        Microsoft PowerPoint:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Excel:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Outlook:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Word:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Document Connection:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
              Microsoft Language Register:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        /Applications/Microsoft Office 2011/Additional Tools/Microsoft Language Register/Microsoft Language Register.app
              CrucialMacScanner_UK:          Version: 1.0 - SDK 10.0 3rd-Party support link
                        /Users/[redacted]/Documents/Software/CrucialMacScanner_UK.app
              Microsoft AutoUpdate:          Version: 2.3.6 - SDK 10.4 3rd-Party support link
                        /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app
              Spin Doctor:          Version: 1.0 - SDK 10.5 3rd-Party support link
                        /Applications/Toast 11 Titanium/Spin Doctor.app
    Time Machine:
              Skip System Files: NO
              Mobile backups: OFF
              Auto backup: YES
              Volumes being backed up:
                        Disc 2: Disk size: 3  Disk used: 3
              Destinations:
                        TMMacpro2013 [Network] (Last used)
                        Total size: 21 
                        Total number of backups: 63
                        Oldest backup: 2013-05-28 23:04:49 +0000
                        Last backup: 2014-02-13 15:51:39 +0000
                        Size of backup disk: Excellent
                                  Backup size 21  > (Disk size 3  X 3)
              Time Machine details may not be accurate.
              All volumes being backed up may not be listed.
    Top Processes by CPU:
                 191%          Final Cut Pro
                   5%          diskimages-helper
                   4%          WindowServer
                   2%          Google Chrome
                   1%          backupd
    Top Processes by Memory:
              1.00 GB          Final Cut Pro
              338 MB          mds
              328 MB          mds_stores
              256 MB          Finder
              205 MB          com.apple.IconServicesAgent
    Virtual Memory Information:
              3.52 GB          Free RAM
              3.93 GB          Active RAM
              1.63 GB          Inactive RAM
              942 MB          Wired RAM
              12.92 GB          Page-ins
              0 B          Page-outs

    Beware of perceived RAM use. 10.9 uses RAM more efficiently:
    About memory management in OSX 10.9 Mavericks
    Memory is managed differently, and more efficiently in 10.9.  It is (mostly) unique in the industry, but may become trend.
    Let’s start with the basics.  Mechanical disk drives are very slow, with access speeds in the 10s of milliseconds and transfer rates in the 200-400 Mbps range real world.  SSDs are much faster, on the order of a couple of ms access and typically 1200-3000 mbps transfer rates.  RAM is much faster than either, in the nanosecond access and transfer speeds of ~8 Gbps effective (1 GHz x 8 bits/byte).
    These are rough numbers for comparison purposes only.
    So the goal is to keep as much in RAM as possible. But if you run out of RAM what do you do?
    Traditionally you take the least used RAM and write it to a special part of the disk, in a way that you can access it most efficiently - minimizing the disk delays.  This is called a swap file because you swap RAM in and out of it.
    10.9 has a new trick:  it compresses RAM using the main processors.  Rather than swapping stuff to disk (disks are slow), it actually uses the processor to compress memory and make, for example, 1 GB of physical RAM hold as much as 1.5GB.  Similar approaches are used to make MP3 files 10x smaller than the real thing - there is redundancy in data and you can take advantage of that.  Apple is making the following calculation: the processors can compress way faster than the disk can swap.  And its also predicting that the processors are often partly idle - waiting for swap files or disk access.  So rather than swap files around, its compresses the files ***in RAM***.
    Compression works,.  Tests show that on average it is faster, and that 4GB (i have 4 GB RAM) acts like 5 1/2 - 6GB.  Wow.
    So, 10.9 will load up most of your RAM, knowing that it can compress some when it needs to.  So don’t worry too much that it may look like all your RAM is taken - yea, it is, but its OK.
    The measures to look at are:
    1. amount compressed. Compression means it has run out of RAM and needs more. As long as compression is low this is fine. In fact this is how 10.9 uses RAM more efficiently than 10.6,7 or 8.  Contrary to common wisdom, it requires LESS RAM than 10.8. The colored indicator tells you who this is going - green (good), yellow( iffy) and red (bad).
    2. amount swapped.  Once it cannot compress any further, or can’t do so efficiently, jot begins old-fashioned swapping.  This is a major slow-down and means you would benefit from more RAM. Tiny amounts are OK.
    here's an article by Apple - but on th pre-10.9 memory management techniques....mostly still true, but read on.
    http://support.apple.com/kb/HT1342?viewlocale=en_US
    Bottom line - compression makes 10.9 use RAM more efficiently than previous OSX versions.  It also makes the “ram used” indicator less meaningful, and mans you should monitor “compression” .
    That said, RAM has always been one of the most cost effective upgrades possible.  People spend too much on new machines and too little on more RAM.
    Hope this helps,
    Grant

Maybe you are looking for

  • I am getting an error when trying to download new iTunes software to new Windows 7 computer.

    I am getting an error when trying to download iTunes to a new Lenovo laptop with Windows 7.  Says... An error occurred during the installation of assembly 'Microsoft.VC80.CRT,type="win32",version="8.0.50727.6195",publicKeyToken="1fc8b 3b9a1e18e3b",pr

  • Install Flash player

    "Having difficulty installing Flash player.  At first it would not register despite.  Permissions seemed OK.  After trying to adjust security, I am now getting a script error-- Object expected, or Object not found.  After which a screen gives me the

  • Weird Safari problems with Forum

    I've been having random problems with the forum and Safari. When I am not logged in I see this: Every user, every post is the same except for the occasional (see the 7th row) odd one. I'm also not able to sign on. The login screen comes up but when I

  • Migration HPCM from QA to DEV

    I want to to migrate the following HPCM Object from QA to DEV, Stages, POV, driver definition, driver selections, assignement rule definition, assignement associations, and data. what would be the process also I looking for the admin and tech guide f

  • I want to record for longer

    Hi, Cant find the new topic button, and Im hungover so excuse me piggy backing on this question. I want to record for longer than one hour 6 mins that g/b allows we.Its for two purposes- recording a live dj mix, and also so I can take my laptop to a