Skip to content

Benchmark Script

ROCKPro64
2 1 679
  • @tkaiser hat ein Script zur Verfügung gestellt um verschiedene Boards zu testen. Es funktioniert auch auf einem ROCKPro64 😉

    Quelle: https://forum.armbian.com/topic/7763-benchmarking-cpus/?do=findComment&comment=58905

    sudo wget -O /usr/local/bin/sbc-bench.sh https://raw.githubusercontent.com/ThomasKaiser/sbc-bench/master/sbc-bench.sh
    sudo chmod 755 /usr/local/bin/sbc-bench.sh
    sudo /usr/local/bin/sbc-bench.sh
    

    Mein gekürztes Ergebnis auf einem ROCKPro64 v2.1 mit 2GB RAM und 4.4er Kernel, dieser ROCK benutzt eine 32GB eMMC Karte!

     Distributor ID:	Ubuntu
     Description:	Ubuntu 18.04.1 LTS
     Release:	18.04
     Codename:	bionic
     Architecture:	arm64
     
     Uptime: 14:16:44 up 18:24,  1 user,  load average: 0.00, 0.00, 0.00
     
     Linux 4.4.132-1075-rockchip-ayufan-ga83beded8524 (rockpro64v2_1) 	07/27/18 	_aarch64_	(6 CPU)
     
     avg-cpu:  %user   %nice %system %iowait  %steal   %idle
                0.04    0.00    0.02    0.01    0.00   99.93
     
     Device             tps    kB_read/s    kB_wrtn/s    kB_read    kB_wrtn
     mmcblk1           1.23         3.16         6.52     209427     432016
     mmcblk1boot1      0.00         0.00         0.00        216          0
     mmcblk1boot0      0.00         0.00         0.00        216          0
     sda               0.00         0.06         0.00       4236          0
     zram0             0.00         0.02         0.00       1192          4
     zram1             0.00         0.02         0.00       1192          4
     zram2             0.00         0.02         0.00       1192          4
     zram3             0.00         0.02         0.00       1192          4
     zram4             0.00         0.02         0.00       1192          4
     zram5             0.00         0.02         0.00       1192          4
     
                   total        used        free      shared  buff/cache   available
     Mem:           1.9G         76M        1.6G        3.5M        262M        1.8G
     Swap:          995M          0B        995M
     
     Filename				Type		Size	Used	Priority
     /dev/zram0                             	partition	169908	0	5
     /dev/zram1                             	partition	169908	0	5
     /dev/zram2                             	partition	169908	0	5
     /dev/zram3                             	partition	169908	0	5
     /dev/zram4                             	partition	169908	0	5
     /dev/zram5                             	partition	169908	0	5
     
     ##########################################################################
    

    Das komplette Ergebnis http://ix.io/1iwu

    Danke @tkaiser 👏

  • Mainline

    Mein gekürztes Ergebnis auf einem ROCKPro64 v2.0 mit 4GB RAM und 4.18er Kernel, dieser ROCK benutzt eine SD-Karte!

    Gekürzt

    Distributor ID:	Ubuntu
    Description:	Ubuntu 18.04.1 LTS
    Release:	18.04
    Codename:	bionic
    Architecture:	arm64
    
    Uptime: 16:14:56 up 4 min,  1 user,  load average: 0.08, 0.02, 0.01
    
    Linux 4.18.0-rc5-1048-ayufan-g69e417fe38cf (rockpro64) 	07/27/18 	_aarch64_	(6 CPU)
    
    avg-cpu:  %user   %nice %system %iowait  %steal   %idle
               0.54    0.00    0.74    0.39    0.00   98.33
    
    Device             tps    kB_read/s    kB_wrtn/s    kB_read    kB_wrtn
    mmcblk0          20.63       634.58        48.26     168380      12804
    nvme0n1           0.14         4.01         0.00       1064          0
    
                  total        used        free      shared  buff/cache   available
    Mem:           3.8G        241M        3.4G         19M        201M        3.5G
    Swap:            0B          0B          0B
    
    
    
    ##########################################################################
    

    Komplett -> http://ix.io/1ix7

  • ROCKPro64 - Zwei LAN Schnittstellen / VLAN einrichten

    ROCKPro64 linux vlan rockpro64
    4
    0 Stimmen
    4 Beiträge
    690 Aufrufe
    FrankMF
    Das Setup heute mal getestet um zu sehen, ob das auch so funktioniert. LAN an meine Fritzbox (DHCP) an eth1.100 mein Notebook an eth1.200 meine PS4 Und dann mal gemütlich eine Runde MW gezockt. Läuft alles einwandfrei
  • ROCKPro64 - Armbian nand-sata-install

    Verschoben Armbian armbian rockpro64
    14
    6
    0 Stimmen
    14 Beiträge
    2k Aufrufe
    FrankMF
    Ich habe heute, nachdem es einige Updates von Armbian gab, mal nachgeschaut ob ein spezieller Fehler verschwunden ist. Und zwar geht es um das Resizen der Partion nachdem wir Armbian auf eine USB-HDD (USB3) installiert haben. Ich setze dafür folgendes System ein. Hardware ROCKPro64v2.0 4GB RAM SanDisk 240GB 2,5 Zoll HDD (nix tolles) Software Welcome to ARMBIAN 5.67.181217 nightly Debian GNU/Linux 9 (stretch) 4.4.167-rockchip64 Was sehe ich nach dem Reboot? root@rockpro64:~# df -h Filesystem Size Used Avail Use% Mounted on udev 1.9G 0 1.9G 0% /dev tmpfs 388M 5.3M 383M 2% /run /dev/sda1 220G 1.3G 207G 1% / tmpfs 1.9G 0 1.9G 0% /dev/shm tmpfs 5.0M 4.0K 5.0M 1% /run/lock tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup tmpfs 1.9G 4.0K 1.9G 1% /tmp /dev/mmcblk0p1 58G 1.3G 57G 3% /media/mmcboot /dev/zram0 49M 3.0M 43M 7% /var/log tmpfs 388M 0 388M 0% /run/user/0 Korrekt die Größe angepasst! Schnell mal den USB3 testen root@rockpro64:~# sudo dd if=/dev/zero of=sd.img bs=1M count=4096 conv=fdatasync 4096+0 records in 4096+0 records out 4294967296 bytes (4.3 GB, 4.0 GiB) copied, 38.0723 s, 113 MB/s Der Adapter root@rockpro64:~# lsusb -vvv Bus 004 Device 002: ID 2109:0715 VIA Labs, Inc. Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 3.10 bDeviceClass 0 (Defined at Interface level) bDeviceSubClass 0 bDeviceProtocol 0 bMaxPacketSize0 9 idVendor 0x2109 VIA Labs, Inc. idProduct 0x0715 bcdDevice 1.31 iManufacturer 1 VLI Manufacture String iProduct 2 VLI Product String iSerial 3 000000123ADA bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 121 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0x80 (Bus Powered) MaxPower 224mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 2 bInterfaceClass 8 Mass Storage bInterfaceSubClass 6 SCSI bInterfaceProtocol 80 Bulk-Only iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0400 1x 1024 bytes bInterval 0 bMaxBurst 15 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x02 EP 2 OUT bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0400 1x 1024 bytes bInterval 0 bMaxBurst 15 Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 1 bNumEndpoints 4 bInterfaceClass 8 Mass Storage bInterfaceSubClass 6 SCSI bInterfaceProtocol 98 iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x04 EP 4 OUT bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0400 1x 1024 bytes bInterval 0 bMaxBurst 0 Command pipe (0x01) Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x85 EP 5 IN bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0400 1x 1024 bytes bInterval 0 bMaxBurst 15 MaxStreams 32 Data-in pipe (0x03) Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x06 EP 6 OUT bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0400 1x 1024 bytes bInterval 0 bMaxBurst 15 MaxStreams 32 Data-out pipe (0x04) Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x87 EP 7 IN bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0400 1x 1024 bytes bInterval 0 bMaxBurst 0 MaxStreams 32 Status pipe (0x02) Binary Object Store Descriptor: bLength 5 bDescriptorType 15 wTotalLength 70 bNumDeviceCaps 4 FIXME: alloc bigger buffer for device capability descriptors Device Status: 0x0000 (Bus Powered) Ein lästiger Fehler weniger.
  • ROCKPro64 - Reset & Power Taster (extern)

    Hardware hardware rockpro64
    1
    1
    0 Stimmen
    1 Beiträge
    710 Aufrufe
    Niemand hat geantwortet
  • Zwischenfazit August 2018

    ROCKPro64 rockpro64
    1
    1
    1 Stimmen
    1 Beiträge
    1k Aufrufe
    Niemand hat geantwortet
  • Bionic-LXDE

    ROCKPro64 rockpro64
    1
    1
    0 Stimmen
    1 Beiträge
    532 Aufrufe
    Niemand hat geantwortet
  • nodejs & NodeBB

    ROCKPro64 rockpro64
    1
    1
    0 Stimmen
    1 Beiträge
    547 Aufrufe
    Niemand hat geantwortet
  • Erste Lebenszeichen

    ROCKPro64 rockpro64
    1
    2
    0 Stimmen
    1 Beiträge
    539 Aufrufe
    Niemand hat geantwortet
  • 2GB Version - Out of stock

    Verschoben Archiv rockpro64
    1
    1
    0 Stimmen
    1 Beiträge
    748 Aufrufe
    Niemand hat geantwortet