Linux-Bench for Docker v2 beta

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

gigatexal

I'm here to learn
Nov 25, 2012
2,913
607
113
Portland, Oregon
alexandarnarayan.com
the powernow-k8 module isn't loaded and doing things with cpupower doesn't seem to do anything unless I am doing something wrong. I ran cpupower frequency-set 2300 -g performance and it did nothing

I plan to make a thread about it and post my bios settings
 

Patrick

Administrator
Staff member
Dec 21, 2010
12,511
5,792
113
I have been updating this a bit today. I somewhat want to re-spin the Docker version.
 
  • Like
Reactions: Chuckleb

Patrick

Administrator
Staff member
Dec 21, 2010
12,511
5,792
113
i am rocking dual 2670s like everyone else and i am ready to run a new docker benchmark
Ha! Wait a second. I have most of this cleaned up. Literally just need to figure out how to point the curl command to the log file.
 

Patrick

Administrator
Staff member
Dec 21, 2010
12,511
5,792
113
Looking good on the first few runs.

Just did a bit of profiling. Here are the deltas:
  • c-ray 0% delta
  • 7zip 2.81% 0.53%
  • NAMD - 0.03%
  • hardinfo - 5.54% 20.48% 0.17% 3.50% 16.59% 0.49%
  • NPB - 1.39% 1.42%
  • OpenSSL - 0.27% 0.05%
  • Redis - 2.27% 7.67%
  • Stream triad - 0.21%
  • sysbench CPU - 0.02% 0.04%
Just using that, the two that are a bit more concerning to me are the Redis GET results as well as the hardinfo CPU cryptohash and FPU FFT results.

I still want to launch more runs but its a good start.

Also - if you want to try @gigatexal it should work now. I fixed a few issues earlier today.
 

Evan

Well-Known Member
Jan 6, 2016
3,346
598
113
i am rocking dual 2670s like everyone else and i am ready to run a new docker benchmark
I have plenty of dual HP DL380 G7's with dual X5670's in the spare pool waiting for disposal I can use to run a benchmark as comparison if anybody wants. (Most with 18x8g =144gb ram but could vary that if needed)
 
  • Like
Reactions: Patrick

saivert

Member
Nov 2, 2015
138
18
18
40
Norway
I'm running Arch Linux kernel 4.4.1-2-ARCH
Currently using the latest linux-bench-docker.sh script (I fixed the dockerfile manually to include this and execute it).

Unix-bench fails to run:

1 x Shell Scripts (16 concurrent) 1
**********************************************
Run: "Shell Scripts (16 concurrent)": /UnixBench/pgms/tst.sh: 17: /UnixBench/pgms/tst.sh: Cannot fork
/UnixBench/pgms/tst.sh: 17: /UnixBench/pgms/tst.sh: Cannot fork
/UnixBench/pgms/tst.sh: 17: /UnixBench/pgms/tst.sh: Cannot fork
/UnixBench/pgms/tst.sh: 17: /UnixBench/pgms/tst.sh: Cannot fork
/UnixBench/pgms/tst.sh: 20: /UnixBench/pgms/tst.sh: Cannot fork
/UnixBench/pgms/tst.sh: 17: /UnixBench/pgms/tst.sh: Cannot fork
/UnixBench/pgms/tst.sh: 17: /UnixBench/pgms/tst.sh: Cannot fork
/UnixBench/pgms/multi.sh: 0: /UnixBench/pgms/multi.sh: Cannot fork
Bad wait status: 0x200; aborting

Recent benchmark: Linux-Bench Linux CPU Benchmarks by ServeTheHome and ServeThe.Biz
 

Patrick

Administrator
Staff member
Dec 21, 2010
12,511
5,792
113
@saivert that is very strange. I actually got it running on a QNAP Docker / Container Station which is a pretty minimal OS. Any idea what cannot fork means? Think it cannot create enough threads?