Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


SoYouStart ARM packages - Page 2
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

SoYouStart ARM packages

2»

Comments

  • @pechspilz said:
    Nah, network is slow and syslog full of errors from eth0. Lots of packages missing... IMHO not worth it. Limited to 1 IP address as well. Maybe OK for backups, if you don't mind the single disk.

    Do you can please share a speed test?

  • root@arm:~# ./bench.sh CPU model : ARMv7 Processor rev 1 (v7l) Number of cores : 2 CPU frequency : MHz Total amount of ram : 2023 MB Total amount of swap : MB System uptime : 22:43, Download speed from CacheFly: 8.90MB/s

  • @pechspilz said:
    root@arm:~# ./bench.sh CPU model : ARMv7 Processor rev 1 (v7l) Number of cores : 2 CPU frequency : MHz Total amount of ram : 2023 MB Total amount of swap : MB System uptime : 22:43, Download speed from CacheFly: 8.90MB/s

    Thanks! Do you can explain me about that 2.5Gbps?

  • The port is limited to 1Gbps.

  • SvenSven Member

    @pechspilz said:
    The port is limited to 1Gbps.

    Are you sure? 2,5Gbs on website

  • It's what ethtool eth0 shows. However, Oles just tells me that "it's a bug in stdout"

    root@arm:~# ethtool eth0 Settings for eth0: Supported ports: [ TP MII ] Supported link modes: 1000baseT/Half 1000baseT/Full Supported pause frame use: No Supports auto-negotiation: Yes Advertised link modes: 1000baseT/Half 1000baseT/Full Advertised pause frame use: No Advertised auto-negotiation: Yes Link partner advertised link modes: 1000baseT/Full Link partner advertised pause frame use: No Link partner advertised auto-negotiation: No Speed: 1000Mb/s Duplex: Full Port: MII PHYAD: 0 Transceiver: external Auto-negotiation: on

  • @Sven said:

    @pechspilz said:
    The port is limited to 1Gbps.

    Are you sure? 2,5Gbs on website

    Yes 2.5Gbps on the website.... It's refer to bandwidth for that server?

  • SvenSven Member

    @mtsbatalha said:

    @Sven said:

    @pechspilz said:
    The port is limited to 1Gbps.

    Are you sure? 2,5Gbs on website

    Yes 2.5Gbps on the website.... It's refer to bandwidth for that server?

    I just ordered one.
    I hope atleast internal network you are able to use more as 1Gps.

  • Ok guys, in fact, the ARM servers had 2.5Gbps of network speed.

  • pechspilzpechspilz Member
    edited June 2016

    It might be the CPU. One core goes to 60% if I scp a file to the server, transfer speed maxes out at 50Mibt/s for OVH SyS to OVH SyS ARM. Looks like one has to encrypt the files on the client-side using duply or something similar and then using an non-encrypted transfer method - which may expose username/password in plain text - over the internal network.

  • pechspilzpechspilz Member
    edited June 2016

    It's just weird that downloading a testfile
    wget -O /dev/null http://proof.ovh.net/files/1Gb.dat
    results in 3 MB/s - which is extremely slow, and the CPU isn't really busy doing that, around 5%. The same download on a non-ARM SyS server reaches > 100 MB/s.

  • xyzxyz Member

    What drive is it? I/O on the drive?

    Also, would you be able to post the output of cat /proc/cpuinfo and openssl speed md5 and openssl speed aes-128-cbc ?
    I wonder whether there's a crypto acceleration device (that a number of ARM CPUs have) which may help with on-the-fly en/decryption.

  • Any link for the 8TB? Looking on their cart page and it is sold out, same like the 2 TB.

  • Device Model: HGST HUS726020ALA610

    root@arm:~# cat /proc/cpuinfo processor : 0 model name : ARMv7 Processor rev 1 (v7l) BogoMIPS : 50.00 Features : half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpd32 CPU implementer : 0x41 CPU architecture: 7 CPU variant : 0x4 CPU part : 0xc09 CPU revision : 1

    processor : 1 model name : ARMv7 Processor rev 1 (v7l) BogoMIPS : 50.00 Features : half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpd32 CPU implementer : 0x41 CPU architecture: 7 CPU variant : 0x4 CPU part : 0xc09 CPU revision : 1

    Hardware : Marvell Armada 375 (Device Tree) Revision : 0000 Serial : 0000000000000000

    root@arm:~# openssl speed md5 Doing md5 for 3s on 16 size blocks: 1202640 md5's in 3.00s Doing md5 for 3s on 64 size blocks: 989400 md5's in 3.01s Doing md5 for 3s on 256 size blocks: 653775 md5's in 2.99s Doing md5 for 3s on 1024 size blocks: 277045 md5's in 3.01s Doing md5 for 3s on 8192 size blocks: 43562 md5's in 3.01s OpenSSL 1.0.2g-fips 1 Mar 2016 built on: reproducible build, date unspecified options:bn(64,32) rc4(ptr,char) des(idx,cisc,16,long) aes(partial) blowfish(ptr) compiler: cc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wa,--noexecstack -Wall -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DAES_ASM -DBSAES_ASM -DGHASH_ASM The 'numbers' are in 1000s of bytes per second processed. type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes md5 6414.08k 21037.08k 55975.38k 94250.52k 118558.11k

    root@arm:~# openssl speed aes-128-cbc Doing aes-128 cbc for 3s on 16 size blocks: 4751227 aes-128 cbc's in 3.00s Doing aes-128 cbc for 3s on 64 size blocks: 1318536 aes-128 cbc's in 3.00s Doing aes-128 cbc for 3s on 256 size blocks: 342249 aes-128 cbc's in 3.01s Doing aes-128 cbc for 3s on 1024 size blocks: 86439 aes-128 cbc's in 3.01s Doing aes-128 cbc for 3s on 8192 size blocks: 10824 aes-128 cbc's in 3.00s OpenSSL 1.0.2g-fips 1 Mar 2016 built on: reproducible build, date unspecified options:bn(64,32) rc4(ptr,char) des(idx,cisc,16,long) aes(partial) blowfish(ptr) compiler: cc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wa,--noexecstack -Wall -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DAES_ASM -DBSAES_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-128 cbc 25339.88k 28128.77k 29108.22k 29406.49k 29556.74k

    Thanked by 3xyz vimalware Anyoe
  • xyzxyz Member

    Thanks. CPU is actually better than I would've expected.

  • HybridHybrid Member

    12 euro one is available, 10 days for delivery

    http://www.soyoustart.com/fr/serveurs-stockage/

  • Just for clarification... the 2.5Gbps is internal.

  • sipesipe Member

    Anyone successfully installed docker on this machines? If yes, are there any instructions?

    Thanks in advance.

  • @sipe said:
    Anyone successfully installed docker on this machines? If yes, are there any instructions?

    Thanks in advance.

    any news on that? also struggling with docker here

  • TheLinuxBugTheLinuxBug Member
    edited November 2018

    Wow. Do I feel stupid! :neutral: @kisiel you're a dick, why are you necroing 2 year old posts?

    If you have questions or issues, please put them in the other thread....

    @doghouch can you close this ancient thread please?

    Cheers!

  • The end is bump.

  • @kisiel: necro

This discussion has been closed.