Posts
I did some very basic testing of ZVOL vs raw disk performance on a single bhyve VM, and the results were pretty interesting.
Small but important note: the "raw disk" here was still a file on a ZFS dataset, so this may look very different on UFS or a genuinely different backing setup.
fio made the raw disk look slightly ahead: ZVOL did ~127 MiB/s / ~32.5k IOPS, while raw disk did ~144 MiB/s / ~36.9k IOPS.
But pgbench (postgres) told a very different story: ZVOL did ~1698 TPS at 9.3ms avg latency, while raw disk did ~423 TPS at 37.3ms avg latency.
npm install on the Sylve repo took roughly the same time on both media, down to the millisecond. I actually expected raw disk to be faster there since npm is random read/write heavy, but the ZVOL seems to be doing just fine.
Alpine VM shape: 4 vCPU, 4 GiB RAM, NVMe emulation, real NVMe underneath.
P.S: I did both the fio and pgbench tests 5 times and took the average, this was a brand new machine so no noisy neighbors/stuff running on the host either
Sylve 0.3.0 (pre-release on github) adds a lightweight PF-based firewall + a seriously capable WireGuard manager.
Set up a deployment today for a client with multiple VoIP endpoints behind CGNAT (providing them with public IPs), and a tiny FreeBSD box (<1GB RAM, 1 Shared vCPU) is handling all traffic flawlessly. It’s honestly the kind of setup you forget even exists.
Before Sylve, we were hand-managing WireGuard configs for setups like this... not something I'm going to miss!
Next Sylve release is shaping up to be a solid one!
We're utilizing the base WireGuard kernel module and PF to bring a richer networking experience, with support for traffic rules and NAT (SNAT, DNAT, BINAT).
Sylve is now in the FreeBSD ports tree!
You can install it with `pkg install sylve`, or build it from ports: `cd /usr/ports/sysutils/sylve && make install clean`
Really happy to see this land; thanks to @dch for all his help porting this! 🙌
I just realized an article one of our users wrote (and I reposted) https://iptechnics.com/blogs/from-proxmox-to-freebsd-and-sylve-in-our-office-lab, just hit the frontpage on hackernews!
So happy to see the new influx of users to https://sylve.io ! We are so, so back folks. 2026 is the year of vanilla FreeBSD in the homelab scene!
Feedback from a new Sylve user (from our discord) 👇🎉