Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 50

Thread: Сравнение производительности процессоров роутеров

  1. #31
    Asus RT-AC56U @800MHz (default):
    Code:
    ./cpubench
    This is CPU and memory benchmark for OpenWRT v0.6. This will then take some time... (typically 30-60 seconds on a 200MHz computer)
    Overhead for getting time: 1us
    Time to run memory bench: 1.62[secs]
    Time to run computation of pi (2400 digits, 10 times): 6.64[secs]
    Time to run computation of e (9009 digits): 5.22[secs]
    Time to run float bench: 0.05[secs]
    Total time: 13.5s
    
    You can copy/paste the following line in the wiki table at: http://wiki.openwrt.org/HardwarePerformance
    || 2013-06-02 || ''Author'' || 1.6s || 6.6s || 5.2s || 0.0s || v0.6 || ''OS'' || ''DeviceModel'' || ''CPU model'' || ''CPU Frequency'' || ''LinkToHwPage'' ||
    Asus RT-AC56U @1000MHz (overclocked):
    Code:
    This is CPU and memory benchmark for OpenWRT v0.6. This will then take some time... (typically 30-60 seconds on a 200MHz computer)
    Overhead for getting time: 1us
    Time to run memory bench: 1.51[secs]
    Time to run computation of pi (2400 digits, 10 times): 5.32[secs]
    Time to run computation of e (9009 digits): 4.19[secs]
    Time to run float bench: 0.04[secs]
    Total time: 11.1s
    
    You can copy/paste the following line in the wiki table at: http://wiki.openwrt.org/HardwarePerformance
    || 2013-06-02 || ''Author'' || 1.5s || 5.3s || 4.2s || 0.0s || v0.6 || ''OS'' || ''DeviceModel'' || ''CPU model'' || ''CPU Frequency'' || ''LinkToHwPage'' ||
    О чём это говорит? Скорее всего, ни о чём. Вряд ли тест использует многоядерные возможности.

    Процессор:
    Code:
    # cat /proc/cpuinfo
    Processor    : ARMv7 Processor rev 0 (v7l)
    processor    : 0
    BogoMIPS    : 1599.07
    
    processor    : 1
    BogoMIPS    : 1595.80
    
    Features    : swp half thumb fastmult edsp
    CPU implementer    : 0x41
    CPU architecture: 7
    CPU variant    : 0x3
    CPU part    : 0xc09
    CPU revision    : 0
    
    Hardware    : Northstar Prototype
    Revision    : 0000
    Serial        : 0000000000000000
    Тулчейн:
    Code:
    arm-brcm-linux-uclibcgnueabi-cc -v
    Using built-in specs.
    COLLECT_GCC=arm-brcm-linux-uclibcgnueabi-cc
    COLLECT_LTO_WRAPPER=/root/asuswrt-arm/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/bin/../libexec/gcc/arm-brcm-linux-uclibcgnueabi/4.5.3/lto-wrapper
    Target: arm-brcm-linux-uclibcgnueabi
    Configured with: /projects/toolchains_build/buildroot-2012.02-brcm/output/toolchain/gcc-4.5.3/configure --prefix=/projects/hnd/tools/linux/hndtools-arm-linux-2.6.36-uclibc-4.5.3 --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=arm-brcm-linux-uclibcgnueabi --enable-languages=c,c++ --with-sysroot=/projects/hnd/tools/linux/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot --with-build-time-tools=/projects/hnd/tools/linux/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/bin --disable-__cxa_atexit --enable-target-optspace --disable-libgomp --with-gnu-ld --disable-libssp --disable-multilib --disable-tls --enable-shared --with-gmp=/projects/hnd/tools/linux/hndtools-arm-linux-2.6.36-uclibc-4.5.3 --with-mpfr=/projects/hnd/tools/linux/hndtools-arm-linux-2.6.36-uclibc-4.5.3 --with-mpc=/projects/hnd/tools/linux/hndtools-arm-linux-2.6.36-uclibc-4.5.3 --enable-threads --disable-decimal-float --with-float=soft --with-abi=aapcs-linux --with-arch=armv7-a --with-tune=cortex-a9 --with-pkgversion='Buildroot 2012.02' --with-bugurl=http://bugs.buildroot.net/
    Thread model: posix
    gcc version 4.5.3 (Buildroot 2012.02)

  2. #32
    Join Date
    Mar 2009
    Location
    Russia, Moscow
    Posts
    2,119
    Blog Entries
    33

    Asus RT-AC56U

    Asus RT-AC56U @800MHz (default):
    Quote Originally Posted by RMerlin
    What can you expect out of an ARM A9 dual-core CPU?

    OpenVPN throughput benchmark:
    iperf -c 10.16.0.1 -M 1400 -N -l 64K -t 30

    The iperf and OpenVPN servers were on the router, and clients were a Win7 laptop connected to the WAN port.

    Code:
    RT-AC66U (FW 3.0.0.4.270.25):
    AES-128-CBC [152]  0.0-30.0 sec  79.5 MBytes  22.2 Mbits/sec
    
    RT-AC56U
    AES_128-CBC [156]  0.0-30.0 sec    217 MBytes  60.7 Mbits/sec
    For OpenVPN, this router is a beast

    Here's the raw OpenSSL performance. openssl speed test:

    Code:
    RT-AC66U:
    type             16 bytes     64 bytes    256 bytes   1024 bytes   8192 bytes
    aes-128 cbc       9398.56k     9941.17k    10138.71k    10195.09k    10234.54k
    
    RT-AC56U (with ARM ASM optimizations backported from OpenSSL 1.0.1):
    type             16 bytes     64 bytes    256 bytes   1024 bytes   8192 bytes
    aes-128 cbc      25596.63k    28151.82k    29251.64k    29363.88k    29587.09k
    That's right. OpenSSL raw performance is nearly 3x faster on the RT-AC56U.
    http://forums.smallnetbuilder.com/sh...ad.php?t=11380

    Asus RT-AC56U @1200MHz (overclocked):
    Code:
    nvram set clkfreq=1200,800
    nvram commit && reboot
    
    # CPU
    
    CPU Model 	ARMv7 Processor rev 0 (v7l)  -  (Cores: 2)
    CPU Frequency 	1200 MHz
    CPU Load Average (1, 5, 15 mins) 	0.09,  0.07,  0.05
    
    # cat /proc/cpuinfo
    
    Processor	: ARMv7 Processor rev 0 (v7l)
    processor	: 0
    BogoMIPS	: 2398.61
    
    processor	: 1
    BogoMIPS	: 2398.61
    
    Features	: swp half thumb fastmult edsp 
    CPU implementer	: 0x41
    CPU architecture: 7
    CPU variant	: 0x3
    CPU part	: 0xc09
    CPU revision	: 0
    
    Hardware	: Northstar Prototype
    Revision	: 0000
    Serial		: 0000000000000000
    4. openssl speed:
    Code:
    # openssl speed aes-256-cbc
    
    Doing aes-256 cbc for 3s on 16 size blocks: 5298660 aes-256 cbc's in 2.98s
    Doing aes-256 cbc for 3s on 64 size blocks: 1473282 aes-256 cbc's in 3.01s
    Doing aes-256 cbc for 3s on 256 size blocks: 380765 aes-256 cbc's in 3.00s
    Doing aes-256 cbc for 3s on 1024 size blocks: 95997 aes-256 cbc's in 3.00s
    Doing aes-256 cbc for 3s on 8192 size blocks: 12042 aes-256 cbc's in 3.00s
    
    OpenSSL 1.0.0j 10 May 2012 built on: Sat Aug 24 22:13:38 EDT 2013
    options:bn(64,32) rc4(ptr,char) des(idx,cisc,16,long) aes(partial) idea(int) blowfish(ptr) 
    compiler: arm-brcm-linux-uclibcgnueabi-gcc -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction
    -sections -fdata-sections -DTERMIO -O3 -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DAES_ASM -DGHASH_ASM
    
    The 'numbers' are in 1000s of bytes per second processed.
    type             16 bytes     64 bytes     256 bytes    1024 bytes   8192 bytes
    aes-256 cbc      28449.18k    31325.60k    32491.95k    32766.98k    32882.69k
    http://wl500g.info/showthread.php?30...212#post263212

  3. #33
    Join Date
    Oct 2009
    Posts
    529
    Blog Entries
    1

    Asus RT-N14U

    Code:
    Overhead for getting time: 26us
    Time to run memory bench: 2.41[secs]
    Time to run computation of pi (2400 digits, 10 times): 5.98[secs]
    Time to run computation of e (9009 digits): 5.98[secs]
    Time to run float bench: 2.28[secs]
    Total time: 16.6s

  4. #34
    Join Date
    Mar 2009
    Location
    Russia, Moscow
    Posts
    2,119
    Blog Entries
    33

    Netgear WNDR4700

    Code:
    CPU:   AMCC PowerPC APM82181 Rev.E at 1000 MHz (PLB=166, OPB=83, EBC=83 MHz)
           Security support Bootstrap Option D - Boot 
           ROM Location NAND wo/ECC 2k page (8 bits), 
           booting from NAND 32 kB I-Cache 32 kB D-Cache
    DNI HW ID: 29763875 NAND flash 128MB RAM 256MB U-Boot 2009.08 dni1 V1.4
    Board: AMCC APM82181 Evaluation Board, PCIE0/SATA1, 1*USB OTG
    I2C:   ready
    DRAM:  256 MB (ECC not enabled, 500 Mb/s, 32-bit, CL3)
    NAND:  128 MiB
    http://www.wikidevi.com/wiki/Netgear_WNDR4700

    Test and Performance

    Note: All benchmarks and test were carried out on the original firmware.
    The results would be much better in the current branch of OpenWrt.

    Benchmark: OpenSSL v0.9.8p Note: OpenSSL v0.9.8p from SDK
    PHP Code:
    OpenSSL   MD5    SHA-1    SHA-256  SHA-512    DES    3DES   AES-128   AES-192  AES-256   RSA Sign RSA Verify DSA Sign DSA Verify 
    Version 

    0.9.8p 87764520 23929930 18292650 10642240 10366780 3586110 18779740 16537780 14734770     10.9     408.0      41.2     33.9 
    Benchmark: Cpubench v0.6 Note: Source code here.
    https://code.google.com/p/wl500g-rep...=1146#cpubench
    Code:
    [WNDR4700]# ./cpubench
    This is CPU and memory benchmark for OpenWRT v0.6. 
    This will then take some time... (typically 30-60 seconds on a 200MHz computer)
    
    Overhead for getting time: 1us
    Time to run memory bench: 1.65[secs]
    Time to run computation of pi (2400 digits, 10 times): 4.16[secs]
    Time to run computation of e (9009 digits): 5.10[secs]
    Time to run float bench: 0.02[secs]
    Total time: 10.9s
    
    You can copy/paste the following line in the wiki table at: http://wiki.openwrt.org/HardwarePerformance
    || 2013-08-27 || ''Author'' || 1.6s || 4.2s || 5.1s || 0.0s || v0.6 || ''OS'' |
    | ''DeviceModel'' || ''CPU model'' || ''CPU Frequency'' || ''LinkToHwPage'' ||
    Note: Tests were performed on non-optimized software and built by hand, using only the sole and conclusive construction environment what is available
    at the moment. Manufacturer's SDK using the native libraries-definitely not reflect actual achievements and possibilities of this equipment.


    http://wiki.openwrt.org/toh/netgear/wndr4700

  5. #35
    Друзья, подскажите, может кто натыкался на сравнение RT-N16 и RT-N66U.

    Интересует сравнение производительности процессоров. Планирую прикупить RT-N66U т.к. RT-N16 не справляется с мультикаст потоком HD каналов в режиме IPTV сервера.

    Посоветуйте стоит ли игра свеч?

  6. #36
    D-Link DIR-620 rev C1
    Прошивка "от vampik" версия "3.0.6-r5066M".

    @ CPU Clock = 530MHz (default); Memory Clock = 167Mhz (default)
    Code:
    $ cpubench
    This is CPU and memory benchmark for OpenWRT v0.6. This will then take some time... (typically 30-60 seconds on a 200MHz computer)
    Overhead for getting time: 27us
    Time to run memory bench: 2.72[secs]
    Time to run computation of pi (2400 digits, 10 times): 6.02[secs]
    Time to run computation of e (9009 digits): 4.91[secs]
    Time to run float bench: 2.28[secs]
    Total time: 15.9s
    P.S. Такой-же роутер указанный в таблице почему-то работает на 5сек дольше, видимо зависит от прошивки...

    @ CPU Clock = 530MHz (default); Memory Clock = 212Mhz (overclock)
    Code:
    $ cpubench
    This is CPU and memory benchmark for OpenWRT v0.6. This will then take some time... (typically 30-60 seconds on a 200MHz computer)
    Overhead for getting time: 27us
    Time to run memory bench: 2.49[secs]
    Time to run computation of pi (2400 digits, 10 times): 5.97[secs]
    Time to run computation of e (9009 digits): 4.90[secs]
    Time to run float bench: 2.28[secs]
    Total time: 15.6s
    Если кто подскажет, как разогнать процессор больше 530MHz, буду очень благодарен
    Last edited by 260db; 19-05-2014 at 10:45.

  7. #37

    Cool Вот и сказке конец

    Спасибо, добавил в таблицу.

    Признаться, два года назад эта табличка создавалась для того, чтобы потролить определённых товарищей на хоботе и в этом качестве она отработала на 200%.

    Дальше пополнять таблицу в первом посте не стану, если она будет редактироваться, то только силами модератора(ов).

  8. #38

    RT-N66U@662MHz

    До кучи, разогнанный RT-N66U
    Code:
    admin@RT-N66U:/tmp/home/root# cpubench
    This is CPU and memory benchmark for OpenWRT v0.6. This will then take some time... (typically 30-60 seconds on a 200MHz computer)
    Overhead for getting time: 22us
    Time to run memory bench: 1.84[secs]
    Time to run computation of pi (2400 digits, 10 times): 4.77[secs]
    Time to run computation of e (9009 digits): 3.85[secs]
    Time to run float bench: 1.88[secs]
    Total time: 12.3s
    
    You can copy/paste the following line in the wiki table at: http://wiki.openwrt.org/HardwarePerformance
    || 2014-06-14 || ''Author'' || 1.8s || 4.8s || 3.8s || 1.9s || v0.6 || ''OS'' || ''DeviceModel'' || ''CPU model'' || ''CPU Frequency'' || ''LinkToHwPage'' ||
    admin@RT-N66U:/tmp/home/root# nvram get clkfreq
    662,331,165

  9. #39
    RT-AC68U@1600MHZ

    admin@proxy:/tmp/home/root# nvram get clkfreq
    1600,800

    This is CPU and memory benchmark for OpenWRT v0.6. This will then take some time... (typically 30-60 seconds on a 200MHz computer)
    Overhead for getting time: 1us
    Time to run memory bench: 1.19[secs]
    Time to run computation of pi (2400 digits, 10 times): 3.29[secs]
    Time to run computation of e (9009 digits): 2.83[secs]
    Time to run float bench: 0.03[secs]
    Total time: 7.3s
    Last edited by hggomes; 15-06-2014 at 04:40.

  10. #40
    Quote Originally Posted by hggomes View Post
    RT-AC68U@1600MHZ
    Very impressive.
    Added to first post.

  11. #41
    Подскажите как запустить этот бенчмарк, есть на руках Archer C7, хочу выложить его тест.

  12. #42
    Join Date
    Mar 2011
    Location
    Moscow
    Posts
    248
    Quote Originally Posted by Markov View Post
    Подскажите как запустить этот бенчмарк, есть на руках Archer C7, хочу выложить его тест.
    Например, так:
    1) Установить на роутер OpenWrt
    2) скомпилировать под ваш роутер cpubench
    3) запустить cpubench
    :)

    Стоит ли всё это делать ради того, чтоб померяться бенчмарками, решать вам. Всё равно потом родную прошивку возвращать - OpenWrt ещё не совсем дозрело да вашей железки.
    WL500gp 1.9.2.7-d-r2624, Optware.

  13. #43

    RT-N56U B1 @900MHz

    Code:
    /opt/home/admin # cpubench
    This is CPU and memory benchmark for OpenWRT v0.6. This will then take some time... (typically 30-60 seconds on a 200MHz computer)
    Overhead for getting time: 17us
    Time to run memory bench: 2.14[secs]
    Time to run computation of pi (2400 digits, 10 times): 3.69[secs]
    Time to run computation of e (9009 digits): 3.69[secs]
    Time to run float bench: 1.47[secs]
    Total time: 11.0s

  14. #44
    Join Date
    Mar 2009
    Location
    Russia, Moscow
    Posts
    2,119
    Blog Entries
    33
    ASUS RT-N18U (Forum thread)
    Broadcom BCM47081A0 ARM (800MHz)
    128MB Flash, 256MB DDR3 RAM, USB3.0
    PHP Code:
    Overhead for getting time2us 
    Time to run memory bench
    1.66[secs
    Time to run computation of pi (2400 digits10 times): 6.91[secs
    Time to run computation of e (9009 digits): 5.31[secs
    Time to run float bench0.05[secs
    Total time13.9s 
    D-Link DIR-868L
    Broadcom BCM47081A0 ARM (800MHz)
    128MB Flash, 128MB DDR3 RAM, USB3.0
    PHP Code:
    Overhead for getting time2us 
    Time to run memory bench
    1.71[secs
    Time to run computation of pi (2400 digits10 times): 6.62[secs
    Time to run computation of e (9009 digits): 5.37[secs
    Time to run float bench0.05[secs
    Total time13.7s 
    Xiaomi MiWiFi
    Broadcom BCM4709 ARM (1GHz)
    16MB Flash, 256MB DDR3 RAM, 1TB HDD
    PHP Code:
    Overhead for getting time1us 
    Time to run memory bench
    1.17[secs
    Time to run computation of pi (2400 digits10 times): 5.31[secs
    Time to run computation of e (9009 digits): 4.31[secs
    Time to run float bench0.04[secs
    Total time10.8s 
    http://digiland.tw/viewtopic.php?id=409&p=5

  15. #45
    Join Date
    Mar 2009
    Location
    Russia, Moscow
    Posts
    2,119
    Blog Entries
    33

    Wink Asus RT-N18U & RT-AC51U

    Asus RT-N18U (FW 380.57.7 HGG-FINAL)

    . .

    ASUS RT-AC51U
    PHP Code:
    Overhead for getting time23us
    Time to run memory bench
    '2.58'[secs]
    Time to run computation of pi (2400 digits10 times): '6.56'[secs]
    Time to run computation of e (9009 digits): '6.40'[secs]
    Time to run float bench'2.36'[secs]
    Total time'17.9'
    Source: http://digiland.tw/viewtopic.php?id=409&p=5

Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. Апгрейд и мод роутеров Asus (WL-700g-N, WL-500gP-N и RT-N16-DB)
    By LnrMn in forum Russian Discussion - РУССКИЙ (RU)
    Replies: 14
    Last Post: 29-04-2017, 23:19
  2. Сравнение различных прошивок для роутеров Asus
    By ybarmz_w in forum Russian Discussion - РУССКИЙ (RU)
    Replies: 310
    Last Post: 16-03-2017, 06:26
  3. Нужна ли прошивка AsusWRT для роутеров серии WL-500 ?
    By AndreyPopov in forum Russian Discussion - РУССКИЙ (RU)
    Replies: 48
    Last Post: 21-09-2014, 21:05
  4. Есть ли сводная таблица на RT-N серию роутеров?
    By XameLion in forum Russian Discussion - РУССКИЙ (RU)
    Replies: 28
    Last Post: 29-06-2014, 22:07
  5. Прошика Олега для роутеров ASUS без Wi-Fi
    By homedimon in forum Russian Discussion - РУССКИЙ (RU)
    Replies: 29
    Last Post: 25-10-2009, 17:18

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •