DragonFly kcollect(8) improvements
https://www.dragonflydigest.com/2019/08/07/23296.html [www.dragonflydigest.com]
2019-08-08 01:03
tags:
admin
dragonfly
swtools
update
DragonFly has a utility called kcollect(8), for gathering about the last day’s worth of kernel statistics. It recently gained some extra flags and details, and should work well if you want to collect stats in a low-impact way.
source: Dfly
DragonFly BSD 5.6
https://www.dragonflybsd.org/release56/ [www.dragonflybsd.org]
2019-06-18 01:52
tags:
dragonfly
release
DragonFly version 5.6 brings an improved virtual memory system, updates to radeon and ttm, and performance improvements for HAMMER2.
source: Dfly
dragonfly - Add initial FUSE support
http://lists.dragonflybsd.org/pipermail/commits/2019-March/718568.html [lists.dragonflybsd.org]
2019-05-03 00:32
tags:
dragonfly
fs
The basic code design comes from FreeBSD, but the code is written from scratch. It was just easier to write from scratch than trying to port sys/fs/fuse/* in FreeBSD for various reasons. Note that this is to implement FUSE API/ABI, but not to be compatible with FreeBSD implementation which contains FreeBSD specific sysctls, etc.
source: Dfly
ufs - Expand time_t support to 48 bits
http://lists.dragonflybsd.org/pipermail/commits/2019-March/718475.html [lists.dragonflybsd.org]
2019-04-24 22:42
tags:
bugfix
dragonfly
format
fs
storage
Fix time overflow issues in the original 32-bit UFS code in two ways. First, treat the original 32-bit seconds fields as unsigned.Second, utilize the spare fields to expand these fields to 48 bits each. Retain the nanosecond-grain accuracy of the nsec fields.
source: Dfly
DragonFly BSD 5.4
https://www.dragonflybsd.org/release54/ [www.dragonflybsd.org]
2018-12-03 15:25
tags:
dragonfly
release
DragonFly version 5.4 brings a new system compiler in GCC 8, improved NUMA support, a large of number network and virtual machine driver updates, and updates to video support.
source: Dfly
TRIM by default
https://www.dragonflydigest.com/2018/08/14/21646.html [www.dragonflydigest.com]
2018-08-15 03:53
tags:
dragonfly
fs
storage
update
The TRIM operation has been in DragonFly for some time, and it looks like most SSDs support it reliably, now – so it’s on by default.
source: Dfly
exFAT support in DragonFly
https://www.dragonflydigest.com/2018/02/12/20867.html [www.dragonflydigest.com]
2018-02-21 02:05
tags:
dragonfly
fs
storage
update
Tomohiro Kusumi has brought in exFAT support to DragonFly from FreeBSD. Useful for cross-platform drives when FAT32 isn’t enough, and NTFS brings its own problems.
source: Dfly
socket: Limit the number of accepted sockets that kevent reports.
http://lists.dragonflybsd.org/pipermail/commits/2017-October/626501.html [lists.dragonflybsd.org]
2017-10-24 16:32
tags:
dragonfly
networking
perf
programming
Neat little change to control latency.
source: Dfly
DragonFly BSD 5.0
https://www.dragonflybsd.org/release50/ [www.dragonflybsd.org]
2017-10-16 23:09
tags:
beta
dragonfly
fs
release
storage
Preliminary HAMMER2 support has been released into the wild as-of the 5.0 release. This support is considered EXPERIMENTAL and should generally not yet be used for production machines and important data.
Plus more of course.
source: L
Next DFly release will have an initial HAMMER2 implementation
http://lists.dragonflybsd.org/pipermail/users/2017-August/313558.html [lists.dragonflybsd.org]
2017-08-21 23:27
tags:
beta
dragonfly
fs
storage
update
It WILL be considered experimental and won’t be an installer option yet. This initial release will only have single-image support operational plus basic features. It will have live dedup (for cp’s), compression, fast recovery, snapshot, and boot support out of the gate.
source: Dfly
Lower VM_MAX_USER_ADDRESS to finalize work-around for Ryzen bug
http://marc.info/?l=dragonfly-commits&m=150234443814532&w=2 [marc.info]
2017-08-12 18:07
tags:
bugfix
cpu
dragonfly
hardware
systems
A good summary of the bug affecting Ryzen CPUs.
New mechanism: kcollect
https://www.dragonflydigest.com/2017/08/07/20061.html [www.dragonflydigest.com]
2017-08-07 22:49
tags:
admin
dragonfly
investigation
release
swtools
There’s a new facility in DragonFly: kcollect(8). It holds automatically-collected kernel data for about the last day, and can output to gnuplot. Note the automatic collection part; your system will always be able to tell you about weirdness – assuming that weirdness extends to one of the features kcollect tracks.
http://lists.dragonflybsd.org/pipermail/users/2017-July/313549.html
source: Dfly
ASLR, PIE, NX, and other capital letters
https://www.dragonflydigest.com/2017/04/24/19609.html [www.dragonflydigest.com]
2017-04-25 21:06
tags:
defense
dragonfly
security
update
NX bit capability was added to DragonFly. You can turn it on or off, and it’s off by default so it doesn’t cause any surprises.
I’d say the more people exposed to surprises the better because that’s how things get fixed, but the option is there now.
source: Dfly
DragonFly BSD 4.8
https://www.dragonflybsd.org/release48/ [www.dragonflybsd.org]
2017-03-27 21:15
tags:
dragonfly
release
DragonFly version 4.8 brings EFI boot support in the installer, further speed improvements in the kernel, a new NVMe driver, a new eMMC driver, and Intel video driver updates.
source: L
NVME M.2 bandwidth tests
http://apollo.backplane.com/DFlyMisc/nvme_randread.txt [apollo.backplane.com]
2017-03-09 06:18
tags:
benchmark
dragonfly
hardware
perf
storage
I mostly test random-read bandwidth.
These tests are with roughly 250GB devices.
I recommend the Samsung 951 or 960 EVO.
source: L
Network performance comparison
https://www.dragonflydigest.com/2017/03/06/19425.html [www.dragonflydigest.com]
2017-03-07 17:38
tags:
benchmark
dragonfly
networking
perf
DragonFly NUMA and cache-line locality
http://lists.dragonflybsd.org/pipermail/users/2017-February/313242.html [lists.dragonflybsd.org]
2017-03-03 18:22
tags:
concurrency
cpu
dragonfly
perf
systems
update
The work that has gone into master the last two months has focused on the minutiae of the effect of cache line bounces in various subsystems. These are not contested locks per-say, instead they reflect performance on multi-socket systems when the same global might be hit by cpus on different sockets.
source: Dfly
DragonFly kernel - Improve exec performance
http://lists.dragonflybsd.org/pipermail/commits/2017-February/625534.html [lists.dragonflybsd.org]
2017-03-01 03:10
tags:
concurrency
dragonfly
perf
systems
My guess is that multiple atomic ops degrade the instruction pipeline more than one would otherwise expect due to the multiple memory fences.
source: Dfly
Many vkernel changes
https://www.dragonflydigest.com/2017/02/03/19271.html [www.dragonflydigest.com]
2017-02-05 12:47
tags:
admin
dragonfly
systems
virtualization
UEFI booting in DragonFly installer
https://www.dragonflydigest.com/2017/01/17/19208.html [www.dragonflydigest.com]
2017-01-18 06:42
tags:
dragonfly
hardware
The DragonFly installer now supports UEFI directly.
source: Dfly