Skip to content

Docker performance

Test Method

1
2
3
4
5
# The target machine loops a 1080p video
# Use the following commands to sample CPU usage and generate charts
apt-get install sysstat
sar -u 1 60 -o tmp1
sadf -T  -g ./tmp1  --  > test1.svg

Test Results

1080p30fps mjpeg/http

Bare-metal One-KVM install (running at full speed)

test1

Docker One-KVM install (running at full speed)

test4

720p60fps mjpeg/http

Bare-metal One-KVM install (stable around 48fps)

test2

Docker One-KVM install (stable around 48fps)

test5

720p30fps h.264/webrtc

Bare-metal One-KVM install (running at full speed with occasional fluctuations)

test3

Docker One-KVM install (running at full speed with occasional fluctuations)

test6