本文共 3081 字,大约阅读时间需要 10 分钟。
HAMMER file systems provide the following features:
Requires a pruning/reblocking job run a few minutes every night to incrementally clean up and regain space on the filesystem. Deletions do not immediately reclaim space.
Does not yet support multi-master configuration.
swapcache
SWAPCACHE - Managed SSD support
This DragonFly feature allows SSD-configured swap to also be used to cache clean filesystem data and meta-data. The feature is carefully managed to maximize the write endurance of the SSD. Swapcache is typically used to reduce or remove seek overheads related to managing filesystems with a large number of discrete inodes. DragonFly's swap subsystem also supports much larger than normal swap partitions. 32-bit systems support 32G of swap by default while 64-bit systems support up to 512G of swap by default.
DragonFlyBSD的其他自主技术点
This page lists DragonFly inventions, new DragonFly tools, or DragonFly implementations of new technologies.
- Battery status monitoring daemon
- restore/resume support for Process Checkpointing (serialize process state to be resumed later on a compatible system)
- dynamic device file system
- report about block media devices
- The DragonFly Mail Agent
- Network time protocol client daemon
- detects memory faults on supported systems
- device label name and path mapping
- file system for large and multiple volumes with historical data retention.
- utility for scanning journaling files
- mount a UDF file system
- control journaling and other features on mounted file systems
- dumps program counter tracking data recorded by the kernel
- allows installation of pkgsrc binaries, even if there isn’t a local pkgsrc tree
- print information about a package
- Remote Configuration Client/Server
(and family) - for managing startup scripts (rcenable/rcdisable)
- make a dynamic binary memory-resident
- connect pair of file descriptors between two processes
- variant symlinks
- virtual kernel infrastructure allows the kernel to be run as a user-space process
- create virtualized bridged network suitable for vkernel use
- build DragonFly source in a buildworld environment
转载地址:http://mihwm.baihongyu.com/