root@vps-vultr-sgp:~# cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 85
model name : Virtual CPU 82d9ed4018dd
stepping : 4
microcode : 0x1
cpu MHz : 2600.000
cache size : 16384 KB
physical id : 0
siblings : 1
core id : 0
cpu cores : 1
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm invpcid_single kaiser fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm avx512f clwb avx512cd xsaveopt arat
bugs :
bogomips : 5200.00
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
root@vps-vultr-sgp:~# df -h
Filesystem Size Used Avail Use% Mounted on
udev 981M 0 981M 0% /dev
tmpfs 201M 3.1M 197M 2% /run
/dev/vda1 40G 2.9G 35G 8% /
tmpfs 1001M 0 1001M 0% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 1001M 0 1001M 0% /sys/fs/cgroup
tmpfs 201M 0 201M 0% /run/user/0
root@vps-vultr-sgp:~# free -m
total used free shared buff/cache available
Mem: 2000 46 483 3 1470 1783
Swap: 0 0 0
root@vps-vultr-sgp:~# dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync
16384+0 records in
16384+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 2.3175 s, 463 MB/s
Ping Time from Indonesia (ID) to VPS Vultr Singapore (SGP)
C:\Users\nikko>ping vps-vultr-sgp
Pinging vps-vultr-sgp with 32 bytes of data:
Reply from vps-vultr-sgp: bytes=32 time=23ms TTL=52
Reply from vps-vultr-sgp: bytes=32 time=23ms TTL=52
Reply from vps-vultr-sgp: bytes=32 time=23ms TTL=52
Reply from vps-vultr-sgp: bytes=32 time=23ms TTL=52
Ping statistics for vps-vultr-sgp:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 23ms, Maximum = 23ms, Average = 23ms
root@vps-vultr-sgp:~# openssl speed -evp aes-256-cbc
Doing aes-256-cbc for 3s on 16 size blocks: 47713602 aes-256-cbc's in 2.99s
Doing aes-256-cbc for 3s on 64 size blocks: 12469083 aes-256-cbc's in 3.00s
Doing aes-256-cbc for 3s on 256 size blocks: 3152641 aes-256-cbc's in 3.00s
Doing aes-256-cbc for 3s on 1024 size blocks: 783699 aes-256-cbc's in 3.00s
Doing aes-256-cbc for 3s on 8192 size blocks: 99034 aes-256-cbc's in 2.99s
OpenSSL 1.0.2g 1 Mar 2016
built on: reproducible build, date unspecified
options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) blowfish(idx)
compiler: cc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -m64 -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 -DMD32_REG_T=int -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_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 255323.62k 266007.10k 269025.37k 267502.59k 271333.29k