Add first tests results of ODroid H2+

This commit is contained in:
12b 2021-01-14 03:07:39 +01:00
parent f22ac9ca30
commit d5b98d8b69
10 changed files with 24856 additions and 0 deletions

View File

@ -0,0 +1,191 @@
# ODroid H2+ benchmark results
Setup tested
- [ODroid H2+ board](https://www.hardkernel.com/shop/odroid-h2plus/)
- [2x Samsung 16GB DDR4 PC4-19200 SO-DIMM](https://www.hardkernel.com/shop/samsung-16gb-ddr4-pc4-19200-so-dimm/)
- [128GB emmc module](https://www.hardkernel.com/shop/128gb-emmc-module-h2-2/)
- [2x 2TB Crucial MX500 SATA SSD](https://www.crucial.com/products/ssd/crucial-mx500-ssd)
- [15V/4A power supply](https://www.hardkernel.com/shop/15v-4a-power-supply-eu-plug/)
- [Cooling fan](https://www.hardkernel.com/shop/92x92x25mm-dc-cooling-fan-w-pwm-speed-sensor-tacho/)
- [Type 3 case](https://www.hardkernel.com/shop/odroid-h2-case-3/)
## Power consumption
Between 8 W.h consumed during the 1 hour benchmark.
Power used when idle is between 3.8 and 6.4 W
- Depends if keyboard/mouse and HDMI screen is connected. Unplugging them reduces the power consumption by 1.6 W
- Seems to also depends on other parameters not yet identified.
- When idle with no mouse, no keyboard, no screen and only one LAN cable connected, I had it consistently using less than 4W before. But it is currently using 4.8 W
- Maybe the linux distribution used and its default power saving settings makes a difference. More tests needed.
Power used under CPU load is between 10.1 and 15 W.
## CPU/Memory performance
CPU : 5752 events/s
Memory : 7698.35 MiB/sec
CPU temperature under max load was ocillating between 60 and 62 °C and case temperature was kep between 38 and 40°C
The fan was cycling between idle and 1000 RPM aroud every 2 minutes.
Max observed temperatures :
```
coretemp-isa-0000
Adapter: ISA adapter
Package id 0: +62.0°C (high = +105.0°C, crit = +105.0°C)
Core 0: +62.0°C (high = +105.0°C, crit = +105.0°C)
Core 1: +62.0°C (high = +105.0°C, crit = +105.0°C)
Core 2: +62.0°C (high = +105.0°C, crit = +105.0°C)
Core 3: +62.0°C (high = +105.0°C, crit = +105.0°C)
acpitz-acpi-0
Adapter: ACPI interface
temp1: +62.0°C (crit = +95.0°C)
emc2103-i2c-0-2e
Adapter: SMBus I801 adapter at f040
fan1: 1006 RPM (div = 8)
temp1: +40.5°C (low = +0.0°C, high = +85.0°C)
temp2: +40.0°C (low = +0.0°C, high = +85.0°C)
temp3: +39.6°C (low = +0.0°C, high = +85.0°C)
```
Notes :
- sysbench CPU and memory test performed with 8 thread
- ambiant temperature during the test was 21 °C
- in the bios the fan was set to start at 40°C with 2°C hysteresis.
- no thermal throttling was noticed during the CPU stress (sysbench CPU event/s remained constant .
## Disk performance
### Cached reads
```
Timing cached reads: 9968 MB in 1.99 seconds = 5010.25 MB/sec
Timing cached reads: 9318 MB in 1.99 seconds = 4681.90 MB/sec
Timing cached reads: 9220 MB in 1.99 seconds = 4631.96 MB/sec
Timing cached reads: 9558 MB in 1.99 seconds = 4802.68 MB/sec
Timing cached reads: 9442 MB in 1.99 seconds = 4744.38 MB/sec
Timing cached reads: 9358 MB in 1.99 seconds = 4702.29 MB/sec
Timing cached reads: 9282 MB in 1.99 seconds = 4662.86 MB/sec
Timing cached reads: 8938 MB in 1.99 seconds = 4490.37 MB/sec
Timing cached reads: 8942 MB in 1.99 seconds = 4492.11 MB/sec
Timing cached reads: 9272 MB in 1.99 seconds = 4659.12 MB/sec
Timing cached reads: 9058 MB in 1.99 seconds = 4550.62 MB/sec
Timing cached reads: 8996 MB in 1.99 seconds = 4519.27 MB/sec
Timing cached reads: 9316 MB in 1.99 seconds = 4680.49 MB/sec
Timing cached reads: 9046 MB in 1.99 seconds = 4544.69 MB/sec
Timing cached reads: 8954 MB in 1.99 seconds = 4497.92 MB/sec
```
### EMMC
#### Raw Read
```
Timing buffered disk reads: 626 MB in 3.01 seconds = 207.96 MB/sec
Timing buffered disk reads: 626 MB in 3.01 seconds = 207.93 MB/sec
Timing buffered disk reads: 620 MB in 3.01 seconds = 206.20 MB/sec
```
#### Random Read/Write - 4KiB block size
Throughput:
- read: IOPS=1966.32 7.68 MiB/s (8.05 MB/s)
- write: IOPS=982.86 3.84 MiB/s (4.03 MB/s)
Latency (ms):
- min: 0.00
- avg: 0.44
- max: 28.27
- 95th pct: 1.14
#### Random Read/Write - 1MiB block size
Throughput:
- read: IOPS=123.24 123.24 MiB/s (129.22 MB/s)
- write: IOPS=61.33 61.33 MiB/s (64.31 MB/s)
Latency (ms):
- min: 0.05
- avg: 7.16
- max: 328.49
- 95th pct: 38.25
#### Sequential Read - 4KiB block size
Throughput:
- read: IOPS=85473.17 333.88 MiB/s (350.10 MB/s)
Latency (ms):
- min: 0.00
- avg: 0.09
- max: 1.89
- 95th pct: 0.37
#### Sequential Read - 1MiB block size
Throughput:
- read: IOPS=321.46 321.46 MiB/s (337.08 MB/s)
Latency (ms):
- min: 13.09
- avg: 24.86
- max: 29.72
- 95th pct: 27.17
#### Sequential Write - 4KiB block size
Throughput:
write: IOPS=6682.10 26.10 MiB/s (27.37 MB/s)
Latency (ms):
- min: 0.01
- avg: 0.19
- max: 23.99
- 95th pct: 0.26
#### Sequential Write - 1MiB block size
Throughput:
- write: IOPS=107.87 107.87 MiB/s (113.11 MB/s)
Latency (ms):
- min: 0.06
- avg: 12.93
- max: 845.49
- 95th pct: 94.10
### MX500 USB2
#### Random Read/Write - 4KiB block size
#### Random Read/Write - 1MiB block size
#### Sequential Read - 4KiB block size
#### Sequential Read - 1MiB block size
#### Sequential Write - 4KiB block size
#### Sequential Write - 1MiB block size
### MX500 USB3
#### Random Read/Write - 4KiB block size
#### Random Read/Write - 1MiB block size
#### Sequential Read - 4KiB block size
#### Sequential Read - 1MiB block size
#### Sequential Write - 4KiB block size
#### Sequential Write - 1MiB block size
### MX500 SATA
#### Random Read/Write - 4KiB block size
#### Random Read/Write - 1MiB block size
#### Sequential Read - 4KiB block size
#### Sequential Read - 1MiB block size
#### Sequential Write - 4KiB block size
#### Sequential Write - 1MiB block size
### 2x MX500 SATA RAID1
#### Random Read/Write - 4KiB block size
#### Random Read/Write - 1MiB block size
#### Sequential Read - 4KiB block size
#### Sequential Read - 1MiB block size
#### Sequential Write - 4KiB block size
#### Sequential Write - 1MiB block size
### 2x MX500 SATA RAID0
#### Random Read/Write - 4KiB block size
#### Random Read/Write - 1MiB block size
#### Sequential Read - 4KiB block size
#### Sequential Read - 1MiB block size
#### Sequential Write - 4KiB block size
#### Sequential Write - 1MiB block size

View File

@ -0,0 +1,547 @@
#### Starting benchmark ####
TS=2021-01-13 18:55:04.588561812+01:00
TEST_DISK_SPACE=64G
TEST_FILE_NUM=512
COOL_DOWN_TIME=
WARMUP_TIME=
coretemp-isa-0000
Adapter: ISA adapter
Package id 0: +42.0°C (high = +105.0°C, crit = +105.0°C)
Core 0: +42.0°C (high = +105.0°C, crit = +105.0°C)
Core 1: +42.0°C (high = +105.0°C, crit = +105.0°C)
Core 2: +42.0°C (high = +105.0°C, crit = +105.0°C)
Core 3: +42.0°C (high = +105.0°C, crit = +105.0°C)
acpitz-acpi-0
Adapter: ACPI interface
temp1: +43.0°C (crit = +95.0°C)
emc2103-i2c-0-2e
Adapter: SMBus I801 adapter at f040
fan1: FAULT (div = 8)
temp1: +37.2°C (low = +0.0°C, high = +85.0°C)
temp2: +37.1°C (low = +0.0°C, high = +85.0°C)
temp3: +37.1°C (low = +0.0°C, high = +85.0°C)
### System information ###
# uname -a #
Linux h2p-08 5.10.0-1-amd64 #1 SMP Debian 5.10.4-1 (2020-12-31) x86_64 GNU/Linux
# /proc/version #
Linux version 5.10.0-1-amd64 (debian-kernel@lists.debian.org) (gcc-10 (Debian 10.2.1-3) 10.2.1 20201224, GNU ld (GNU Binutils for Debian) 2.35.1) #1 SMP Debian 5.10.4-1 (2020-12-31)
# /proc/meminfo #
MemTotal: 32706448 kB
# /proc/cpuinfo #
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 122
model name : Intel(R) Celeron(R) J4115 CPU @ 1.80GHz
stepping : 1
microcode : 0x32
cpu MHz : 618.524
cache size : 4096 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 4
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 24
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave rdrand lahf_lm 3dnowprefetch cpuid_fault cat_l2 pti cdp_l2 ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust smep erms mpx rdt_a rdseed smap clflushopt intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts umip rdpid md_clear arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass
bogomips : 3571.20
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 122
model name : Intel(R) Celeron(R) J4115 CPU @ 1.80GHz
stepping : 1
microcode : 0x32
cpu MHz : 972.119
cache size : 4096 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 4
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 24
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave rdrand lahf_lm 3dnowprefetch cpuid_fault cat_l2 pti cdp_l2 ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust smep erms mpx rdt_a rdseed smap clflushopt intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts umip rdpid md_clear arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass
bogomips : 3571.20
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 122
model name : Intel(R) Celeron(R) J4115 CPU @ 1.80GHz
stepping : 1
microcode : 0x32
cpu MHz : 981.441
cache size : 4096 KB
physical id : 0
siblings : 4
core id : 2
cpu cores : 4
apicid : 4
initial apicid : 4
fpu : yes
fpu_exception : yes
cpuid level : 24
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave rdrand lahf_lm 3dnowprefetch cpuid_fault cat_l2 pti cdp_l2 ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust smep erms mpx rdt_a rdseed smap clflushopt intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts umip rdpid md_clear arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass
bogomips : 3571.20
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 122
model name : Intel(R) Celeron(R) J4115 CPU @ 1.80GHz
stepping : 1
microcode : 0x32
cpu MHz : 654.101
cache size : 4096 KB
physical id : 0
siblings : 4
core id : 3
cpu cores : 4
apicid : 6
initial apicid : 6
fpu : yes
fpu_exception : yes
cpuid level : 24
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave rdrand lahf_lm 3dnowprefetch cpuid_fault cat_l2 pti cdp_l2 ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust smep erms mpx rdt_a rdseed smap clflushopt intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts umip rdpid md_clear arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass
bogomips : 3571.20
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
# Block devices #
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 1,8T 0 disk
└─sda1 8:1 0 1,8T 0 part /mnt/sda1
sdb 8:16 0 1,8T 0 disk
sdc 8:32 0 1,8T 0 disk
└─sdc1 8:33 0 1,8T 0 part /mnt/sdc1
mmcblk0 179:0 0 116,5G 0 disk
├─mmcblk0p1 179:1 0 512M 0 part /boot/efi
├─mmcblk0p2 179:2 0 115G 0 part /
└─mmcblk0p3 179:3 0 976M 0 part [SWAP]
mmcblk0boot0 179:256 0 4M 1 disk
mmcblk0boot1 179:512 0 4M 1 disk
# df --block-size=G /mnt/sdc1 #
Filesystem 1G-blocks Used Available Use% Mounted on
/dev/sdc1 1833G 1G 1740G 1% /mnt/sdc1
# block device /dev/sda => hdparm -Iv #
/dev/sda:
multcount = 0 (off)
IO_support = 1 (32-bit)
readonly = 0 (off)
readahead = 256 (on)
geometry = 243201/255/63, sectors = 3907029168, start = 0
ATA device, with non-removable media
Model Number: CT2000MX500SSD1
Serial Number: 2048E4D3E0C5
Firmware Revision: M3CR033
Transport: Serial, ATA8-AST, SATA 1.0a, SATA II Extensions, SATA Rev 2.5, SATA Rev 2.6, SATA Rev 3.0
Standards:
Used: unknown (minor revision code 0x006d)
Supported: 10 9 8 7 6 5
Likely used: 10
Configuration:
Logical max current
cylinders 16383 0
heads 16 0
sectors/track 63 0
--
LBA user addressable sectors: 268435455
LBA48 user addressable sectors: 3907029168
Logical Sector size: 512 bytes
Physical Sector size: 4096 bytes
Logical Sector-0 offset: 0 bytes
device size with M = 1024*1024: 1907729 MBytes
device size with M = 1000*1000: 2000398 MBytes (2000 GB)
cache/buffer size = unknown
Form Factor: 2.5 inch
Nominal Media Rotation Rate: Solid State Device
Capabilities:
LBA, IORDY(can be disabled)
Queue depth: 32
Standby timer values: spec'd by Standard, with device specific minimum
R/W multiple sector transfer: Max = 1 Current = 1
Advanced power management level: 254
DMA: mdma0 mdma1 mdma2 udma0 udma1 udma2 udma3 udma4 udma5 *udma6
Cycle time: min=120ns recommended=120ns
PIO: pio0 pio1 pio2 pio3 pio4
Cycle time: no flow control=120ns IORDY flow control=120ns
Commands/features:
Enabled Supported:
* SMART feature set
Security Mode feature set
* Power Management feature set
* Write cache
* Look-ahead
* WRITE_BUFFER command
* READ_BUFFER command
* NOP cmd
* DOWNLOAD_MICROCODE
* Advanced Power Management feature set
* 48-bit Address feature set
* Mandatory FLUSH_CACHE
* FLUSH_CACHE_EXT
* SMART error logging
* SMART self-test
* General Purpose Logging feature set
* WRITE_{DMA|MULTIPLE}_FUA_EXT
* 64-bit World wide name
* WRITE_UNCORRECTABLE_EXT command
* {READ,WRITE}_DMA_EXT_GPL commands
* Segmented DOWNLOAD_MICROCODE
unknown 119[8]
* Gen1 signaling speed (1.5Gb/s)
* Gen2 signaling speed (3.0Gb/s)
* Gen3 signaling speed (6.0Gb/s)
* Native Command Queueing (NCQ)
* Phy event counters
* READ_LOG_DMA_EXT equivalent to READ_LOG_EXT
* DMA Setup Auto-Activate optimization
Device-initiated interface power management
* Software settings preservation
Device Sleep (DEVSLP)
* SMART Command Transport (SCT) feature set
* SCT Features Control (AC4)
* SCT Data Tables (AC5)
* SANITIZE_ANTIFREEZE_LOCK_EXT command
* SANITIZE feature set
* CRYPTO_SCRAMBLE_EXT command
* BLOCK_ERASE_EXT command
* Extended number of user addressable sectors
* Device encrypts all user data
* IEEE 1667 authentication of transient storage devices
* DOWNLOAD MICROCODE DMA command
* WRITE BUFFER DMA command
* READ BUFFER DMA command
* Data Set Management TRIM supported (limit 8 blocks)
Security:
Master password revision code = 65534
supported
not enabled
not locked
frozen
not expired: security count
supported: enhanced erase
2min for SECURITY ERASE UNIT. 2min for ENHANCED SECURITY ERASE UNIT.
Logical Unit WWN Device Identifier: 500a0751e4d3e0c5
NAA : 5
IEEE OUI : 00a075
Unique ID : 1e4d3e0c5
Device Sleep:
DEVSLP Exit Timeout (DETO): 100 ms (drive)
Minimum DEVSLP Assertion Time (MDAT): 10 ms (drive)
Checksum: correct
# block device /dev/sda => smartctl --all #
# block device /dev/sdb => hdparm -Iv #
/dev/sdb:
multcount = 0 (off)
IO_support = 1 (32-bit)
readonly = 0 (off)
readahead = 256 (on)
geometry = 243201/255/63, sectors = 3907029168, start = 0
ATA device, with non-removable media
Model Number: CT2000MX500SSD1
Serial Number: 2048E4D3E09C
Firmware Revision: M3CR033
Transport: Serial, ATA8-AST, SATA 1.0a, SATA II Extensions, SATA Rev 2.5, SATA Rev 2.6, SATA Rev 3.0
Standards:
Used: unknown (minor revision code 0x006d)
Supported: 10 9 8 7 6 5
Likely used: 10
Configuration:
Logical max current
cylinders 16383 0
heads 16 0
sectors/track 63 0
--
LBA user addressable sectors: 268435455
LBA48 user addressable sectors: 3907029168
Logical Sector size: 512 bytes
Physical Sector size: 4096 bytes
Logical Sector-0 offset: 0 bytes
device size with M = 1024*1024: 1907729 MBytes
device size with M = 1000*1000: 2000398 MBytes (2000 GB)
cache/buffer size = unknown
Form Factor: 2.5 inch
Nominal Media Rotation Rate: Solid State Device
Capabilities:
LBA, IORDY(can be disabled)
Queue depth: 32
Standby timer values: spec'd by Standard, with device specific minimum
R/W multiple sector transfer: Max = 1 Current = 1
Advanced power management level: 254
DMA: mdma0 mdma1 mdma2 udma0 udma1 udma2 udma3 udma4 udma5 *udma6
Cycle time: min=120ns recommended=120ns
PIO: pio0 pio1 pio2 pio3 pio4
Cycle time: no flow control=120ns IORDY flow control=120ns
Commands/features:
Enabled Supported:
* SMART feature set
Security Mode feature set
* Power Management feature set
* Write cache
* Look-ahead
* WRITE_BUFFER command
* READ_BUFFER command
* NOP cmd
* DOWNLOAD_MICROCODE
* Advanced Power Management feature set
* 48-bit Address feature set
* Mandatory FLUSH_CACHE
* FLUSH_CACHE_EXT
* SMART error logging
* SMART self-test
* General Purpose Logging feature set
* WRITE_{DMA|MULTIPLE}_FUA_EXT
* 64-bit World wide name
* WRITE_UNCORRECTABLE_EXT command
* {READ,WRITE}_DMA_EXT_GPL commands
* Segmented DOWNLOAD_MICROCODE
unknown 119[8]
* Gen1 signaling speed (1.5Gb/s)
* Gen2 signaling speed (3.0Gb/s)
* Gen3 signaling speed (6.0Gb/s)
* Native Command Queueing (NCQ)
* Phy event counters
* READ_LOG_DMA_EXT equivalent to READ_LOG_EXT
* DMA Setup Auto-Activate optimization
Device-initiated interface power management
* Software settings preservation
Device Sleep (DEVSLP)
* SMART Command Transport (SCT) feature set
* SCT Features Control (AC4)
* SCT Data Tables (AC5)
* SANITIZE_ANTIFREEZE_LOCK_EXT command
* SANITIZE feature set
* CRYPTO_SCRAMBLE_EXT command
* BLOCK_ERASE_EXT command
* Extended number of user addressable sectors
* Device encrypts all user data
* IEEE 1667 authentication of transient storage devices
* DOWNLOAD MICROCODE DMA command
* WRITE BUFFER DMA command
* READ BUFFER DMA command
* Data Set Management TRIM supported (limit 8 blocks)
Security:
Master password revision code = 65534
supported
not enabled
not locked
frozen
not expired: security count
supported: enhanced erase
2min for SECURITY ERASE UNIT. 2min for ENHANCED SECURITY ERASE UNIT.
Logical Unit WWN Device Identifier: 500a0751e4d3e09c
NAA : 5
IEEE OUI : 00a075
Unique ID : 1e4d3e09c
Device Sleep:
DEVSLP Exit Timeout (DETO): 100 ms (drive)
Minimum DEVSLP Assertion Time (MDAT): 10 ms (drive)
Checksum: correct
# block device /dev/sdb => smartctl --all #
# block device /dev/sdc => hdparm -Iv #
/dev/sdc:
multcount = 0 (off)
readonly = 0 (off)
readahead = 256 (on)
geometry = 243201/255/63, sectors = 3907029168, start = 0
ATA device, with non-removable media
Model Number: CT2000MX500SSD1
Serial Number: 2048E4D3E0F3
Firmware Revision: M3CR033
Transport: Serial, ATA8-AST, SATA 1.0a, SATA II Extensions, SATA Rev 2.5, SATA Rev 2.6, SATA Rev 3.0
Standards:
Used: unknown (minor revision code 0x006d)
Supported: 10 9 8 7 6 5
Likely used: 10
Configuration:
Logical max current
cylinders 16383 0
heads 16 0
sectors/track 63 0
--
LBA user addressable sectors: 268435455
LBA48 user addressable sectors: 3907029168
Logical Sector size: 512 bytes
Physical Sector size: 4096 bytes
Logical Sector-0 offset: 0 bytes
device size with M = 1024*1024: 1907729 MBytes
device size with M = 1000*1000: 2000398 MBytes (2000 GB)
cache/buffer size = unknown
Form Factor: 2.5 inch
Nominal Media Rotation Rate: Solid State Device
Capabilities:
LBA, IORDY(can be disabled)
Queue depth: 32
Standby timer values: spec'd by Standard, with device specific minimum
R/W multiple sector transfer: Max = 1 Current = 1
Advanced power management level: 254
DMA: mdma0 mdma1 mdma2 udma0 udma1 udma2 udma3 udma4 udma5 *udma6
Cycle time: min=120ns recommended=120ns
PIO: pio0 pio1 pio2 pio3 pio4
Cycle time: no flow control=120ns IORDY flow control=120ns
Commands/features:
Enabled Supported:
* SMART feature set
Security Mode feature set
* Power Management feature set
* Write cache
* Look-ahead
* WRITE_BUFFER command
* READ_BUFFER command
* NOP cmd
* DOWNLOAD_MICROCODE
* Advanced Power Management feature set
* 48-bit Address feature set
* Mandatory FLUSH_CACHE
* FLUSH_CACHE_EXT
* SMART error logging
* SMART self-test
* General Purpose Logging feature set
* WRITE_{DMA|MULTIPLE}_FUA_EXT
* 64-bit World wide name
* WRITE_UNCORRECTABLE_EXT command
* {READ,WRITE}_DMA_EXT_GPL commands
* Segmented DOWNLOAD_MICROCODE
unknown 119[8]
* Gen1 signaling speed (1.5Gb/s)
* Gen2 signaling speed (3.0Gb/s)
* Gen3 signaling speed (6.0Gb/s)
* Native Command Queueing (NCQ)
* Phy event counters
* READ_LOG_DMA_EXT equivalent to READ_LOG_EXT
DMA Setup Auto-Activate optimization
Device-initiated interface power management
* Software settings preservation
Device Sleep (DEVSLP)
* SMART Command Transport (SCT) feature set
* SCT Features Control (AC4)
* SCT Data Tables (AC5)
* SANITIZE_ANTIFREEZE_LOCK_EXT command
* SANITIZE feature set
* CRYPTO_SCRAMBLE_EXT command
* BLOCK_ERASE_EXT command
* Extended number of user addressable sectors
* Device encrypts all user data
* IEEE 1667 authentication of transient storage devices
* DOWNLOAD MICROCODE DMA command
* WRITE BUFFER DMA command
* READ BUFFER DMA command
* Data Set Management TRIM supported (limit 8 blocks)
Security:
Master password revision code = 65534
supported
not enabled
not locked
not frozen
not expired: security count
supported: enhanced erase
2min for SECURITY ERASE UNIT. 2min for ENHANCED SECURITY ERASE UNIT.
Logical Unit WWN Device Identifier: 500a0751e4d3e0f3
NAA : 5
IEEE OUI : 00a075
Unique ID : 1e4d3e0f3
Device Sleep:
DEVSLP Exit Timeout (DETO): 100 ms (drive)
Minimum DEVSLP Assertion Time (MDAT): 10 ms (drive)
Checksum: correct
# block device /dev/sdc => smartctl --all #
# block device /dev/mmcblk0 => hdparm -Iv #
/dev/mmcblk0:
readonly = 0 (off)
readahead = 256 (on)
geometry = 3816960/4/16, sectors = 244285440, start = 0
# block device /dev/mmcblk0 => smartctl --all #
# block device /dev/mmcblk0boot0 => hdparm -Iv #
/dev/mmcblk0boot0:
readonly = 1 (on)
readahead = 256 (on)
geometry = 128/4/16, sectors = 8192, start = 0
# block device /dev/mmcblk0boot0 => smartctl --all #
# block device /dev/mmcblk0boot1 => hdparm -Iv #
/dev/mmcblk0boot1:
readonly = 1 (on)
readahead = 256 (on)
geometry = 128/4/16, sectors = 8192, start = 0
# block device /dev/mmcblk0boot1 => smartctl --all #
#### CPU ####
coretemp-isa-0000
Adapter: ISA adapter
Package id 0: +42.0°C (high = +105.0°C, crit = +105.0°C)
Core 0: +42.0°C (high = +105.0°C, crit = +105.0°C)
Core 1: +42.0°C (high = +105.0°C, crit = +105.0°C)
Core 2: +42.0°C (high = +105.0°C, crit = +105.0°C)
Core 3: +42.0°C (high = +105.0°C, crit = +105.0°C)
acpitz-acpi-0
Adapter: ACPI interface
temp1: +43.0°C (crit = +95.0°C)
emc2103-i2c-0-2e
Adapter: SMBus I801 adapter at f040
fan1: FAULT (div = 8)
temp1: +37.2°C (low = +0.0°C, high = +85.0°C)
temp2: +37.1°C (low = +0.0°C, high = +85.0°C)
temp3: +37.1°C (low = +0.0°C, high = +85.0°C)
sysbench 1.1.0-bbee5d5 (using bundled LuaJIT 2.1.0-beta3)
Running the test with following options:
Number of threads: 8
Initializing random number generator from current time
Prime numbers limit: 10000
Initializing worker threads...
Threads started!