Benchmark: Celeron(R) J4005 CPU @ 2.00GHz 8GB DDR3 120GB SSD

Автор: | 27.02.2021

Distro:
Debian GNU/Linux 10 \n \l
CPU Info:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 122
model name : Intel(R) Celeron(R) J4005 CPU @ 2.00GHz
stepping : 1
microcode : 0x22
cpu MHz : 2693.272
cache size : 4096 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 2
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 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 arch_capabilities
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass
bogomips : 3993.60
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) J4005 CPU @ 2.00GHz
stepping : 1
microcode : 0x22
cpu MHz : 2595.988
cache size : 4096 KB
physical id : 0
siblings : 2
core id : 1
cpu cores : 2
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 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 arch_capabilities
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass
bogomips : 3993.60
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
Disk space:
Filesystem 1K-blocks Used Available Use% Mounted on
udev 3889452 0 3889452 0% /dev
tmpfs 781088 8788 772300 2% /run
/dev/mapper/vg0-root 108702212 1545528 101591860 2% /
tmpfs 3905432 0 3905432 0% /dev/shm
tmpfs 5120 0 5120 0% /run/lock
tmpfs 3905432 0 3905432 0% /sys/fs/cgroup
/dev/sda3 968312 49900 868392 6% /boot
/dev/sda2 245996 5203 240793 3% /boot/efi
tmpfs 781084 0 781084 0% /run/user/0
total 123184128 1609419 115959865 2% -
Free:
total used free shared buff/cache available
Mem: 7810864 95584 7002724 8788 712556 7455600
Swap: 4997116 0 4997116
dd 1Mx1k fdatasync: 1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 2.80213 s, 383 MB/s
dd 64kx16k fdatasync: 16384+0 records in
16384+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 3.04172 s, 353 MB/s
dd 1Mx1k dsync: 1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 4.72377 s, 227 MB/s
dd 64kx16k dsync: 16384+0 records in
16384+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 21.1091 s, 50.9 MB/s
cc -std=c99 -g -Wall -Wextra -pedantic -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"0.6\" -c -o ioping.o ioping.c
ioping.c: In function ‘parse_device’:
ioping.c:323:7: warning: implicit declaration of function ‘makedev’ [-Wimplicit-function-declaration]
if (makedev(major, minor) != dev)
^~~~~~~
ioping.c:323:29: warning: comparison of integer expressions of different signedness: ‘int’ and ‘dev_t’ {aka ‘long unsigned int’} [-Wsign-compare]
if (makedev(major, minor) != dev)
^~
cc -o ioping ioping.o -std=c99 -g -Wall -Wextra -pedantic -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -lm
/usr/bin/ld: ioping.o: in function `parse_device':
/root/sb-bench/ioping-0.6/ioping.c:323: undefined reference to `makedev'
collect2: error: ld returned 1 exit status
make: *** [Makefile:33: ioping] Error 1
IOPing I/O: ./run-upload.sh: line 42: ./ioping: No such file or directory
IOPing seek rate: ./run-upload.sh: line 42: ./ioping: No such file or directory
IOPing sequential: ./run-upload.sh: line 42: ./ioping: No such file or directory
IOPing cached: ./run-upload.sh: line 42: ./ioping: No such file or directory
Download OVH, Paris, France: 26.0MB/s
Download OVH, Beauharnois, Canada: 10.4MB/s
Download OVH, Warsaw, Poland: 52.3MB/s
Download Hetzner, Nuernberg, Germany: 69.3MB/s
Download Hetzner, Helsinki, Finland: 53.4MB/s
Traceroute (cachefly.cachefly.net): traceroute to cachefly.cachefly.net (205.234.175.175), 30 hops max, 60 byte packets
1 10.112.118.1 (10.112.118.1) 0.497 ms 0.479 ms 0.481 ms
2 92.53.93.91 (92.53.93.91) 1.495 ms 1.299 ms 1.448 ms
3 spb.piter-ix.melbicom.net (185.1.152.64) 1.498 ms 1.538 ms 1.510 ms
4 vip1.G-anycast1.cachefly.net (205.234.175.175) 1.341 ms 1.321 ms 1.300 ms
Pings (cachefly.cachefly.net): PING cachefly.cachefly.net (205.234.175.175) 56(84) bytes of data.
64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=1 ttl=253 time=1.34 ms
64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=2 ttl=253 time=1.33 ms
64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=3 ttl=253 time=1.38 ms
64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=4 ttl=253 time=1.34 ms
64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=5 ttl=253 time=1.39 ms
64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=6 ttl=253 time=1.35 ms
64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=7 ttl=253 time=1.32 ms
64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=8 ttl=253 time=1.40 ms
64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=9 ttl=253 time=1.38 ms
64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=10 ttl=253 time=1.34 ms

--- cachefly.cachefly.net ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 23ms
rtt min/avg/max/mdev = 1.323/1.356/1.398/0.055 ms
gcc -o ./pgms/arithoh -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -Darithoh ./src/arith.c
gcc -o ./pgms/register -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -Ddatum='register int' ./src/arith.c
gcc -o ./pgms/short -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -Ddatum=short ./src/arith.c
gcc -o ./pgms/int -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -Ddatum=int ./src/arith.c
gcc -o ./pgms/long -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -Ddatum=long ./src/arith.c
gcc -o ./pgms/float -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -Ddatum=float ./src/arith.c
gcc -o ./pgms/double -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -Ddatum=double ./src/arith.c
gcc -o ./pgms/hanoi -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/hanoi.c
gcc -o ./pgms/syscall -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/syscall.c
./src/syscall.c: In function ‘main’:
./src/syscall.c:93:21: warning: null argument where non-null required (argument 2) [-Wnonnull]
execl("/bin/true", (char *) 0);
^~~~~
gcc -o ./pgms/context1 -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/context1.c
gcc -o ./pgms/pipe -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/pipe.c
gcc -o ./pgms/spawn -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/spawn.c
gcc -o ./pgms/execl -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/execl.c
In file included from ./src/execl.c:34:
./src/big.c: In function ‘getwork’:
./src/big.c:452:11: warning: variable ‘c’ set but not used [-Wunused-but-set-variable]
char c;
^
./src/big.c: In function ‘dummy’:
./src/big.c:199:34: warning: ‘%02d’ directive writing between 2 and 10 bytes into a region of size 5 [-Wformat-overflow=]
sprintf(logname, "masterlog.%02d", firstuser/MAXCHILD);
^~~~
./src/big.c:199:23: note: directive argument in the range [-178956970, 178956970]
sprintf(logname, "masterlog.%02d", firstuser/MAXCHILD);
^~~~~~~~~~~~~~~~
./src/big.c:199:6: note: ‘sprintf’ output between 13 and 21 bytes into a destination of size 15
sprintf(logname, "masterlog.%02d", firstuser/MAXCHILD);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cd ./src; gcc -c -DTIME -Wall -pedantic -ansi -DHZ= -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall dhry_1.c
cd ./src; gcc -c -DTIME -Wall -pedantic -ansi -DHZ= -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall dhry_2.c
gcc -o ./pgms/dhry2 -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/dhry_1.o ./src/dhry_2.o
cd ./src; rm -f dhry_1.o dhry_2.o
cd ./src; gcc -c -DTIME -Wall -pedantic -ansi -DREG=register -DHZ= -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall dhry_1.c -o dhry_1_reg.o
cd ./src; gcc -c -DTIME -Wall -pedantic -ansi -DREG=register -DHZ= -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall dhry_2.c -o dhry_2_reg.o
gcc -o ./pgms/dhry2reg -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/dhry_1_reg.o ./src/dhry_2_reg.o
cd ./src; rm -f dhry_1_reg.o dhry_2_reg.o
gcc -o ./pgms/looper -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/looper.c
gcc -o ./pgms/fstime -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/fstime.c
gcc -o ./pgms/whetstone-double -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -DDP -DUNIX -DUNIXBENCH ./src/whets.c -lm
make all
make[1]: Entering directory '/root/sb-bench/UnixBench-5.1.3'
Checking distribution of files
./pgms exists
./src exists
./testdir exists
./results exists
make[1]: Leaving directory '/root/sb-bench/UnixBench-5.1.3'
sh: 1: 3dinfo: not found

# # # # # # # ##### ###### # # #### # #
# # ## # # # # # # # ## # # # # #
# # # # # # ## ##### ##### # # # # ######
# # # # # # ## # # # # # # # # #
# # # ## # # # # # # # ## # # # #
#### # # # # # ##### ###### # # #### # #

Version 5.1.3 Based on the Byte Magazine Unix Benchmark

Multi-CPU version Version 5 revisions by Ian Smith,
Sunnyvale, CA, USA
January 13, 2011 johantheghost at yahoo period com

1 x Dhrystone 2 using register variables 1 2 3 4 5 6 7 8 9 10

1 x Double-Precision Whetstone 1 2 3 4 5 6 7 8 9 10

1 x Execl Throughput 1 2 3

1 x File Copy 1024 bufsize 2000 maxblocks 1 2 3

1 x File Copy 256 bufsize 500 maxblocks 1 2 3

1 x File Copy 4096 bufsize 8000 maxblocks 1 2 3

1 x Pipe Throughput 1 2 3 4 5 6 7 8 9 10

1 x Pipe-based Context Switching 1 2 3 4 5 6 7 8 9 10

1 x Process Creation 1 2 3

1 x System Call Overhead 1 2 3 4 5 6 7 8 9 10

1 x Shell Scripts (1 concurrent) 1 2 3

1 x Shell Scripts (8 concurrent) 1 2 3

2 x Dhrystone 2 using register variables 1 2 3 4 5 6 7 8 9 10

2 x Double-Precision Whetstone 1 2 3 4 5 6 7 8 9 10

2 x Execl Throughput 1 2 3

2 x File Copy 1024 bufsize 2000 maxblocks 1 2 3

2 x File Copy 256 bufsize 500 maxblocks 1 2 3

2 x File Copy 4096 bufsize 8000 maxblocks 1 2 3

2 x Pipe Throughput 1 2 3 4 5 6 7 8 9 10

2 x Pipe-based Context Switching 1 2 3 4 5 6 7 8 9 10

2 x Process Creation 1 2 3

2 x System Call Overhead 1 2 3 4 5 6 7 8 9 10

2 x Shell Scripts (1 concurrent) 1 2 3

2 x Shell Scripts (8 concurrent) 1 2 3

========================================================================
BYTE UNIX Benchmarks (Version 5.1.3)

System: Young: GNU/Linux
OS: GNU/Linux -- 4.19.0-14-amd64 -- #1 SMP Debian 4.19.171-2 (2021-01-30)
Machine: x86_64 (unknown)
Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
CPU 0: Intel(R) Celeron(R) J4005 CPU @ 2.00GHz (3993.6 bogomips)
Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
CPU 1: Intel(R) Celeron(R) J4005 CPU @ 2.00GHz (3993.6 bogomips)
Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
16:17:29 up 14 min, 1 user, load average: 0.91, 0.56, 0.30; runlevel 5

------------------------------------------------------------------------
Benchmark Run: Sat Feb 27 2021 16:17:29 - 16:45:29
2 CPUs in system; running 1 parallel copy of tests

Dhrystone 2 using register variables 29265237.4 lps (10.0 s, 7 samples)
Double-Precision Whetstone 4676.4 MWIPS (9.4 s, 7 samples)
Execl Throughput 3027.9 lps (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 203996.4 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 55672.9 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 627972.2 KBps (30.0 s, 2 samples)
Pipe Throughput 303510.0 lps (10.0 s, 7 samples)
Pipe-based Context Switching 69500.2 lps (10.0 s, 7 samples)
Process Creation 6199.9 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 6738.4 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 1387.5 lpm (60.0 s, 2 samples)
System Call Overhead 281492.9 lps (10.0 s, 7 samples)

System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 29265237.4 2507.7
Double-Precision Whetstone 55.0 4676.4 850.2
Execl Throughput 43.0 3027.9 704.2
File Copy 1024 bufsize 2000 maxblocks 3960.0 203996.4 515.1
File Copy 256 bufsize 500 maxblocks 1655.0 55672.9 336.4
File Copy 4096 bufsize 8000 maxblocks 5800.0 627972.2 1082.7
Pipe Throughput 12440.0 303510.0 244.0
Pipe-based Context Switching 4000.0 69500.2 173.8
Process Creation 126.0 6199.9 492.1
Shell Scripts (1 concurrent) 42.4 6738.4 1589.2
Shell Scripts (8 concurrent) 6.0 1387.5 2312.5
System Call Overhead 15000.0 281492.9 187.7
========
System Benchmarks Index Score 631.9

------------------------------------------------------------------------
Benchmark Run: Sat Feb 27 2021 16:45:29 - 17:13:29
2 CPUs in system; running 2 parallel copies of tests

Dhrystone 2 using register variables 56518791.4 lps (10.0 s, 7 samples)
Double-Precision Whetstone 9016.2 MWIPS (9.4 s, 7 samples)
Execl Throughput 5608.1 lps (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 376399.8 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 99840.9 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 1103835.7 KBps (30.0 s, 2 samples)
Pipe Throughput 586108.5 lps (10.0 s, 7 samples)
Pipe-based Context Switching 144806.7 lps (10.0 s, 7 samples)
Process Creation 10282.1 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 10168.3 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 1413.4 lpm (60.0 s, 2 samples)
System Call Overhead 536470.1 lps (10.0 s, 7 samples)

System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 56518791.4 4843.1
Double-Precision Whetstone 55.0 9016.2 1639.3
Execl Throughput 43.0 5608.1 1304.2
File Copy 1024 bufsize 2000 maxblocks 3960.0 376399.8 950.5
File Copy 256 bufsize 500 maxblocks 1655.0 99840.9 603.3
File Copy 4096 bufsize 8000 maxblocks 5800.0 1103835.7 1903.2
Pipe Throughput 12440.0 586108.5 471.1
Pipe-based Context Switching 4000.0 144806.7 362.0
Process Creation 126.0 10282.1 816.0
Shell Scripts (1 concurrent) 42.4 10168.3 2398.2
Shell Scripts (8 concurrent) 6.0 1413.4 2355.7
System Call Overhead 15000.0 536470.1 357.6
========
System Benchmarks Index Score 1101.1

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *