DragonFlyBSD & hammer fs & swapcache

简介:
DragonFlyBSD目前的最新版本为3.5.0

The following graph charts the performance of the PostgreSQL 9.3 development version as of late June 2012 on DragonFly BSD 3.0 and 3.2, FreeBSD 9.1, NetBSD 6.0 and Scientific Linux 6.2 running Linux kernel version 2.6.32. The tests were performed using system defaults on each platform with pgbench as the test client with a scaling factor of 800. The test system in question was a dual-socket Intel Xeon X5650 with 24GB RAM.
[备注] sclinux 6.2 与 CentOS 6.2 , RHEL 6.2 , Oracle Linux 6.2 等产品 雷同. 
DragonFlyBSD - 德哥@Digoal - PostgreSQL
 
DragonFly BSD 一个比较有特点的文件系统: hammer fs

Features[edit source | editbeta]

HAMMER file systems provide the following features:[5][6]

  • configurable fine-grained and coarse-grained filesystem histories
  • history and snapshots are accessible online
  • near real-time log-less streaming mirroring to slaves or backups
  • different retention parameters for slaves
  • CRC checksumming of data and metadata
  • no fsck required on remount
  • EiB maximum storage capacity
  • online layout correction
  • data deduplication, 一致数据去重的压缩技术

Limitations[edit source | editbeta]

Requires a pruning/reblocking cron 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.

http://www.dragonflybsd.org/docs/howtos/swapcache/



DragonFlyBSD的其他自主技术点

http://www.dragonflybsd.org/docs/developer/DragonFly_Technologies/

This page lists DragonFly inventions, new DragonFly tools, or DragonFly implementations of new technologies.

  • battd - Battery status monitoring daemon

  • checkpt - restore/resume support for Process Checkpointing (serialize process state to be resumed later on a compatible system)

  • devfs - dynamic device file system

  • diskinfo - report about block media devices

  • dma - The DragonFly Mail Agent

  • dntpd - Network time protocol client daemon

  • ECC detection - detects memory faults on supported systems

  • getdevpath - device label name and path mapping

  • HAMMER - file system for large and multiple volumes with historical data retention.

  • jscan - utility for scanning journaling files

  • mount_udf - mount a UDF file system

  • mountctl - control journaling and other features on mounted file systems

  • pctrack - dumps program counter tracking data recorded by the kernel

  • pkg_radd - allows installation of pkgsrc binaries, even if there isn’t a local pkgsrc tree

  • pkg_search - print information about a package

  • rconfig - Remote Configuration Client/Server

  • rcrun (and family) - for managing startup scripts (rcenable/rcdisable)

  • resident - make a dynamic binary memory-resident

  • syslink - connect pair of file descriptors between two processes

  • varsym - variant symlinks

  • vkernel - virtual kernel infrastructure allows the kernel to be run as a user-space process

  • vknetd - create virtualized bridged network suitable for vkernel use

  • wmake - build DragonFly source in a buildworld environment



[参考] 6.  http://leaf.dragonflybsd.org/cgi/web-man?command=HAMMER&5
目录
相关文章
|
机器学习/深度学习 并行计算 计算机视觉
YOLOv5入门实践(5)——从零开始,手把手教你训练自己的目标检测模型(包含pyqt5界面)
YOLOv5入门实践(5)——从零开始,手把手教你训练自己的目标检测模型(包含pyqt5界面)
12433 1
YOLOv5入门实践(5)——从零开始,手把手教你训练自己的目标检测模型(包含pyqt5界面)
|
8月前
|
NoSQL 中间件 关系型数据库
开箱即用的 GoWind Admin|风行,企业级前后端一体中后台框架:如何进行Docker部署后端
GoWind Admin风行是一款企业级中后台框架,支持Docker一键部署。通过Makefile封装构建流程,提供docker-compose全量部署与docker run单服务部署两种模式,适配开发、生产多场景。支持服务增减灵活配置,助力高效容器化落地。
276 1
|
5月前
|
机器学习/深度学习 自然语言处理 安全
企业建设智能客服系统要多少钱?2026年最新收费标准与成本预算指南
2026年,智能客服已成企业降本增效的“必修课”。瓴羊Quick Service依托阿里云大模型与数据智能能力,提供SaaS订阅、行业定制、分润合作三大灵活模式,覆盖轻量启动到深度赋能全场景,让企业以合理预算打造真正“会思考”的数字员工。(239字)
|
机器学习/深度学习 数据处理
大语言模型中的归一化技术:LayerNorm与RMSNorm的深入研究
本文分析了大规模Transformer架构(如LLama)中归一化技术的关键作用,重点探讨了LayerNorm被RMSNorm替代的原因。归一化通过调整数据量纲保持分布形态不变,提升计算稳定性和收敛速度。LayerNorm通过均值和方差归一化确保数值稳定,适用于序列模型;而RMSNorm仅使用均方根归一化,省略均值计算,降低计算成本并缓解梯度消失问题。RMSNorm在深层网络中表现出更高的训练稳定性和效率,为复杂模型性能提升做出重要贡献。
3753 14
大语言模型中的归一化技术:LayerNorm与RMSNorm的深入研究
|
传感器 人工智能 JavaScript
Playwright实战:写UI自动化脚本,速度直接起飞
简介: 测试工程师老王因UI自动化问题深夜奋战,反映出传统测试工具的局限性。微软开源的Playwright凭借智能等待、跨域操作、移动端模拟与网络拦截等强大功能,正迅速取代Selenium,成为新一代自动化测试标准。其稳定高效的设计显著降低维护成本,助力企业构建高质量测试流程。
|
6月前
|
人工智能 JSON 搜索推荐
京东图片搜索API深度解析:以图搜货赋能电商全场景
京东图片搜索API是京东开放平台提供的视觉搜索服务,支持上传图片或URL,精准匹配外观、功能相似商品,返回结构化信息,适用于比价、竞品分析与智能推荐等场景。(239字)
|
新零售 存储 人工智能
申报开启|2025年4月批次阿里云协同育人项目申报指南|云工开物
为推动《“十四五”教育发展规划》,阿里云支持教育部产学合作协同育人项目,邀请高校参与2025年4月批次申报。项目聚焦教学内容改革与实践基地建设,如AI+X专业课程和人工智能通识教育。提供资金、云计算资源和技术培训支持,旨在深化产教融合,培养创新人才。申报截止时间为2025年5月31日,详情见官网通知。
|
8月前
|
XML 算法 安全
详解RAG五种分块策略,技术原理、优劣对比与场景选型之道
RAG通过检索与生成结合,提升大模型在企业场景的准确性与安全性。分块策略是其核心,直接影响检索效果与生成质量。本文系统解析五种主流分块方法:固定大小、语义、递归、基于文档结构及LLM分块,对比其优缺点与适用场景,并探讨RAG在金融、医疗等高风险领域的可验证性挑战与前沿优化路径。
|
8月前
|
消息中间件 Java 程序员
SpringCloud(2026)
本课程基于传智教育·黑马程序员教学资源,系统讲解Spring Cloud微服务架构实战,涵盖服务注册、远程调用、网关、配置中心等核心应用,并深入RabbitMQ消息队列、ElasticSearch搜索技术及高频面试题解析,结合AI辅助开发与实操训练,助力高效掌握企业级微服务开发与面试要点。