美文网首页树莓派
树莓派4B性能测评(vs 阿里云服务器)

树莓派4B性能测评(vs 阿里云服务器)

作者: Alimin利民 | 来源:发表于2020-02-07 23:20 被阅读0次

      本文为简单的性能对比,测评软件为nbench,结果仅供参考。

    nbench

    1. 下载nbench源码
    wget http://www.math.utah.edu/~mayer/linux/nbench-byte-2.2.3.tar.gz
    
    1. 解压缩
    tar -zxvf nbench-byte-2.2.3.tar.gz
    mv nbench-byte-2.2.3 nbench
    cd nbench
    
    1. 编译运行
    make
    ./nbench
    

    平台信息

    树莓派4B
    内存: 4GB
    CPU:博通4核 CPU ARMv7 Processor rev 3 (v7l) 1.5GHz
    硬盘:64GB Class10
    系统:Raspbian Linux 4.19.75-v7l+
    
    阿里云Xeon 1核2GB 10%基准性能
    内存: 2GB
    CPU:GenuineIntel Intel(R) Xeon(R) Platinum 8163 CPU @ 2.50GHz 2500MHz
    硬盘:40GB机械硬盘
    系统:Centos Linux 3.10.0-693.2.2.el7.x86_64
    

    测评结果

    树莓派4B
    
    BYTEmark* Native Mode Benchmark ver. 2 (10/95)
    Index-split by Andrew D. Balsa (11/97)
    Linux/Unix* port by Uwe F. Mayer (12/96,11/97)
    
    TEST                : Iterations/sec.  : Old Index   : New Index
                        :                  : Pentium 90* : AMD K6/233*
    --------------------:------------------:-------------:------------
    NUMERIC SORT        :          1126.1  :      28.88  :       9.48
    STRING SORT         :           140.2  :      62.65  :       9.70
    BITFIELD            :      2.1127e+08  :      36.24  :       7.57
    FP EMULATION        :          257.08  :     123.36  :      28.47
    FOURIER             :           24522  :      27.89  :      15.66
    ASSIGNMENT          :          19.855  :      75.55  :      19.60
    IDEA                :          3942.7  :      60.30  :      17.90
    HUFFMAN             :            1876  :      52.02  :      16.61
    NEURAL NET          :          31.644  :      50.83  :      21.38
    LU DECOMPOSITION    :          944.54  :      48.93  :      35.33
    ==========================ORIGINAL BYTEMARK RESULTS==========================
    INTEGER INDEX       : 56.840
    FLOATING-POINT INDEX: 41.088
    Baseline (MSDOS*)   : Pentium* 90, 256 KB L2-cache, Watcom* compiler 10.0
    ==============================LINUX DATA BELOW===============================
    CPU                 : 4 CPU ARMv7 Processor rev 3 (v7l)
    L2 Cache            : 
    OS                  : Linux 4.19.75-v7l+
    C compiler          : gcc version 8.3.0 (Raspbian 8.3.0-6+rpi1) 
    libc                : libc-2.28.so
    MEMORY INDEX        : 11.288
    INTEGER INDEX       : 16.833
    FLOATING-POINT INDEX: 22.789
    Baseline (LINUX)    : AMD K6/233*, 512 KB L2-cache, gcc 2.7.2.3, libc-5.4.38
    * Trademarks are property of their respective holder.
    
    阿里云Xeon 1核2GB 10%基准性能
    BYTEmark* Native Mode Benchmark ver. 2 (10/95)
    Index-split by Andrew D. Balsa (11/97)
    Linux/Unix* port by Uwe F. Mayer (12/96,11/97)
    
    TEST                : Iterations/sec.  : Old Index   : New Index
                        :                  : Pentium 90* : AMD K6/233*
    --------------------:------------------:-------------:------------
    NUMERIC SORT        :          1829.8  :      46.93  :      15.41
    STRING SORT         :          832.16  :     371.83  :      57.55
    BITFIELD            :      5.5786e+08  :      95.69  :      19.99
    FP EMULATION        :          546.93  :     262.44  :      60.56
    FOURIER             :           35746  :      40.65  :      22.83
    ASSIGNMENT          :           47.62  :     181.20  :      47.00
    IDEA                :            9788  :     149.70  :      44.45
    HUFFMAN             :            4219  :     116.99  :      37.36
    NEURAL NET          :          84.766  :     136.17  :      57.28
    LU DECOMPOSITION    :          2080.8  :     107.80  :      77.84
    ==========================ORIGINAL BYTEMARK RESULTS==========================
    INTEGER INDEX       : 145.652
    FLOATING-POINT INDEX: 84.187
    Baseline (MSDOS*)   : Pentium* 90, 256 KB L2-cache, Watcom* compiler 10.0
    ==============================LINUX DATA BELOW===============================
    CPU                 : GenuineIntel Intel(R) Xeon(R) Platinum 8163 CPU @ 2.50GHz 2500MHz
    L2 Cache            : 33792 KB
    OS                  : Linux 3.10.0-693.2.2.el7.x86_64
    C compiler          : 
    libc                : 
    MEMORY INDEX        : 37.813
    INTEGER INDEX       : 35.283
    FLOATING-POINT INDEX: 46.693
    Baseline (LINUX)    : AMD K6/233*, 512 KB L2-cache, gcc 2.7.2.3, libc-5.4.38
    * Trademarks are property of their respective holder.
    

    结论

      从MEMORY INDEX,INTEGER INDEX,FLOATING-POINT INDEX三项测评结果来看,树莓派4B 4GB的性能大致只有阿里云Xeon 1核2GB 10%基准性能服务器的30%到50%。如果读者打算使用树莓派4B 4GB作为服务器,需要谨慎权衡,如果用于个人学习倒完全没问题。

    相关文章

      网友评论

        本文标题:树莓派4B性能测评(vs 阿里云服务器)

        本文链接:https://www.haomeiwen.com/subject/ubcbxhtx.html