VirtualBox

Changeset 77247 in vbox for trunk/src/VBox/Additions/linux


Ignore:
Timestamp:
Feb 11, 2019 1:29:32 AM (6 years ago)
Author:
vboxsync
Message:

linux/vboxsf: Updated kstat->blksize comment with current performance numbers. bugref:9172

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/sharedfolders/utils.c

    r77140 r77247  
    357357
    358358        /*
    359          * FsPerf shows the following numbers for sequential file reads:
    360          *   4096 KB = 2254 MB/s
    361          *   2048 KB = 2368 MB/s
    362          *   1024 KB = 2208 MB/s
    363          *    512 KB = 1908 MB/s
    364          *    256 KB = 1625 MB/s
    365          *    128 KB = 1413 MB/s
    366          *     64 KB = 1152 MB/s
    367          *     32 KB =  726 MB/s
    368          *      4 KB =  145 MB/s
     359         * FsPerf shows the following numbers for sequential file access against
     360         * a tmpfs folder on an AMD 1950X host running debian buster/sid:
     361         *
     362         * block size = r128600    ----- r128753 -----
     363         *               reads      reads     writes
     364         *    4096 KB = 2254 MB/s  4953 MB/s 3668 MB/s
     365         *    2048 KB = 2368 MB/s  4908 MB/s 3541 MB/s
     366         *    1024 KB = 2208 MB/s  4011 MB/s 3291 MB/s
     367         *     512 KB = 1908 MB/s  3399 MB/s 2721 MB/s
     368         *     256 KB = 1625 MB/s  2679 MB/s 2251 MB/s
     369         *     128 KB = 1413 MB/s  1967 MB/s 1684 MB/s
     370         *      64 KB = 1152 MB/s  1409 MB/s 1265 MB/s
     371         *      32 KB =  726 MB/s   815 MB/s  783 MB/s
     372         *      16 KB =             683 MB/s  475 MB/s
     373         *       8 KB =             294 MB/s  286 MB/s
     374         *       4 KB =  145 MB/s   156 MB/s  149 MB/s
     375         *
    369376         */
    370377        if (S_ISREG(kstat->mode))
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette