On Thu, Jan 9, 2020 at 3:25 PM Hamd <hamdi201...@gmail.com> wrote:

> Joe, are you a joke? Please stop insulting me, this is not
> my/your_personal_fancy_forum.
>
> This will be my last post here in misc.
>
> Default setups, no config. changes.
> Just patches installed.
> Same hardware.
>
> FreeBSD:
> freebsd@test:~ # time sh -c "dd if=/dev/zero of=test.tmp bs=4k count=50000
> && sync"
> 50000+0 records in
> 50000+0 records out
> 204800000 bytes transferred in 0.239590 secs (854792500 bytes/sec)
> 0.000u 0.195s 0:00.25 76.0%     22+198k 0+1568io 0pf+0w
>
> Result: *854.79 MB/s disk speed*
>
> freebsd@test:~ # uname -a
> FreeBSD test.local 12.1-RELEASE-p1 FreeBSD 12.1-RELEASE-p1 GENERIC  amd64
>
> OpenBSD:
> test$ time sh -c "dd if=/dev/zero of=test.tmp bs=4k count=50000 && sync"
> 50000+0 records in
> 50000+0 records out
> 204800000 bytes transferred in 12.303 secs (16645247 bytes/sec)
>     0m12.32s real     0m00.13s user     0m01.28s system
>
> Result: *16.64 MB/s disk speed*
>
> test$ uname -a
> OpenBSD test.local 6.6 GENERIC#3 amd64
>
>
I have no idea what hw you are on, but on my apu2c4*:

tugs$ time sh -c "dd if=/dev/zero of=test.tmp bs=4k count=50000"
50000+0 records in
50000+0 records out
204800000 bytes transferred in 1.495 secs (136960919 bytes/sec)
    0m01.51s real     0m00.04s user     0m01.35s system

tugs$ uname -a
OpenBSD tugs.antarctica.no 6.6 GENERIC.MP#584 amd64

Seems pretty damn fast to me.

*) https://pcengines.ch/apu2c4.htm

Reply via email to