摘要: 原文:https://www.kernel.org/doc/html/latest/admin-guide/kdump/kdump.html 这份文档包括概述、设置、安装和分析信息。 概述 Kdump 使用 kexec 快速引导到一个转储捕获内核,每当需要对系统内核的内存进行转储(例如系统发生崩溃) 阅读全文
posted @ 2023-12-07 23:31 摩斯电码 阅读(46) 评论(0) 推荐(0) 编辑
摘要: 原文:https://www.kernel.org/doc/html/latest/admin-guide/mm/shrinker_debugfs.html Shrinker Debugfs Interface 收缩器 debugfs 接口提供了对内核内存收缩子系统的可见性,并允许获取有关单个收缩器 阅读全文
posted @ 2023-12-07 23:19 摩斯电码 阅读(34) 评论(0) 推荐(0) 编辑
摘要: 原文:https://www.kernel.org/doc/html/latest/core-api/asm-annotations.html 汇编注释 版权所有(c)2017-2019 Jiri Slaby 本文档描述了汇编中用于注释数据和代码的新宏。特别是,它包含了关于SYM_FUNC_STAR 阅读全文
posted @ 2023-12-07 23:15 摩斯电码 阅读(44) 评论(0) 推荐(0) 编辑
摘要: 原文:https://www.kernel.org/doc/html/latest/mm/page_tables.html 分页虚拟内存是在1962年与虚拟内存概念一起在Ferranti Atlas计算机上发明的,这是第一台具有分页虚拟内存的计算机。随着时间的推移,这一特性迁移到了更新的计算机上,并 阅读全文
posted @ 2023-12-07 23:09 摩斯电码 阅读(38) 评论(0) 推荐(0) 编辑
摘要: 原文:https://www.kernel.org/doc/html/latest/core-api/symbol-namespaces.html 以下文件描述了如何使用符号命名空间来构造通过EXPORT_SYMBOL()宏系列导出的内核符号的导出表面。 1. 介绍 符号命名空间被引入作为结构化内核 阅读全文
posted @ 2023-12-07 23:00 摩斯电码 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 原文:https://www.kernel.org/doc/html/latest/core-api/printk-formats.html#printk-specifiers 如何正确使用printk格式说明符 整数类型 如果变量是Type类型, 则使用printk格式说明符: signed ch 阅读全文
posted @ 2023-12-07 22:53 摩斯电码 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 原文:https://www.kernel.org/doc/html/latest/core-api/printk-index.html Printk索引 有许多方法可以监视系统的状态。一个重要的信息来源是系统日志。它提供了大量信息,包括更或不那么重要的警告和错误消息。 有一些监控工具可以根据记录的 阅读全文
posted @ 2023-12-07 21:59 摩斯电码 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 原文:https://www.kernel.org/doc/html/latest/admin-guide/cgroup-v2.html#namespace Namespace 命名空间 Basics 基础知识 cgroup namespace provides a mechanism to vir 阅读全文
posted @ 2023-12-07 21:20 摩斯电码 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 原文:https://www.kernel.org/doc/html/latest/admin-guide/cgroup-v2.html#controllers Controllers CPU The "cpu" controllers regulates distribution of CPU c 阅读全文
posted @ 2023-12-07 20:27 摩斯电码 阅读(55) 评论(0) 推荐(0) 编辑