Hi, I am wondering how big are the FreeBSD systems you are using? Would you care to share your storage size, memory, network bandwidth, number of file systems?
Let me kick it off with two of my boxes:

Let me kick it off with two of my boxes:
- NAS
Bash:
% zpool list
NAME SIZE ...
storage 14.4T
zroot 31.8G
# grep -i memory /var/run/dmesg.boot
real memory = 17179869184 (16384 MB)
avail memory = 16428228608 (15667 MB)
% sysctl hw.model hw.machine hw.ncpu
hw.model: .... @ 1.50GHz
hw.machine: amd64
hw.ncpu: 4
# Network: 2x Gigabit Ethernet
% zfs list | wc -l
46
- And the same on a production VM:
Bash:
% zpool list
NAME SIZE ...
zroot 59,5G
% grep -i memory /var/run/dmesg.boot
real memory = 16106127360 (15360 MB)
avail memory = 15571709952 (14850 MB)
% sysctl hw.machine hw.ncpu
hw.machine: amd64
hw.ncpu: 4
# Network: 1x virtio (routing via gigabit ethernet)
% zfs list | wc -l
460
