Ali Kernel introduction

简介: Introduction Alibaba Kernel is originated by Alibaba, the largest e-commerce website in Asia. It is based on RHEL6 source codes and included some updates and new features need by Alibaba.

Alibaba Kernel is originated by Alibaba, the largest e-commerce website in Asia. It is based on RHEL6 source codes and included some updates and new features need by Alibaba.
For more information and documentation, please refer to
http://kernel.taobao.org

BRANCH EXPLANATION

master branch is the source codes we are using in our production system.
dev branch is where we are doing kernel development.
So you can say that master is much much stable than the dev branch. :)

Features

  • All features of RHEL6U2 kernel, source code version is 2.6.32-220.23.1.
  • netoops to enable you collect data from the panic server, https://lwn.net/Articles/414031/.
  • bigalloc and inline data support for ext4. https://lwn.net/Articles/469805/
  • overlayfs which can deploy one fs over another. Please refer to http://lwn.net/Articles/447650/.
  • flashcache embedded support.
  • cpu accounting support for containers.
  • dio overwrite nolock support for fast SSDs.
  • Perf jit to enable you use perf to trace a java program.
  • Enable different memory management policy.
  • ...

RPMS

If you want to build an kernel rpm for your server, please refer to https://github.com/alibaba/ali_kernel_rpm.

目录
相关文章
|
NoSQL 测试技术 Linux
VLDB顶会论文Async-fork解读与Redis在得物的实践(3)
VLDB顶会论文Async-fork解读与Redis在得物的实践
241 0
VLDB顶会论文Async-fork解读与Redis在得物的实践(3)
|
7月前
|
存储 监控 关系型数据库
揭秘:如何构建高效的可视化数据同步平台
杭州奥零数据科技有限公司成立于2023年,专注于数据中台业务,维护开源项目AllData并提供商业版解决方案。AllData提供数据集成、存储、开发、治理及BI展示等一站式服务,支持AI大模型应用,助力企业高效利用数据价值。
揭秘:如何构建高效的可视化数据同步平台
|
11月前
|
缓存 并行计算 Linux
深入解析Linux操作系统的内核优化策略
本文旨在探讨Linux操作系统内核的优化策略,包括内核参数调整、内存管理、CPU调度以及文件系统性能提升等方面。通过对这些关键领域的分析,我们可以理解如何有效地提高Linux系统的性能和稳定性,从而为用户提供更加流畅和高效的计算体验。
422 24
|
NoSQL 关系型数据库 MySQL
[AIGC] 分布式锁及其实现方式详解与Python代码示例
[AIGC] 分布式锁及其实现方式详解与Python代码示例
382 1
|
Java
一文搞懂Java的时间与日期
本文是关于Java中日期和时间的处理,介绍了JDK8之前和之后的不同方法。在JDK8之前,使用`Date`、`SimpleDateFormat`和`Calendar`类,示例包括创建日期、格式化时间、解析字符串以及修改日期。JDK8引入了`LocalDate`、`LocalTime`、`LocalDateTime`、`ZoneId`、`ZonedDateTime`、`Instant`和`DateTimeFormatter`等新类,提供了更丰富的日期和时间操作,如获取时区时间、格式化与解析、计算日期间隔等。文章结尾鼓励读者点赞和支持。
231 1
|
并行计算 Unix 编译器
CMake 秘籍(七)(5)
CMake 秘籍(七)
187 0
|
缓存 Kubernetes Cloud Native
带你读《2022龙蜥社区全景白皮书》——6.1.3 资源混部场景的内核隔离实现方案(上)
带你读《2022龙蜥社区全景白皮书》——6.1.3 资源混部场景的内核隔离实现方案(上)
337 77
|
数据可视化 数据挖掘 数据管理
架构之争:数用一体VS数用分离,谁才是永远滴神
架构之争:数用一体VS数用分离,谁才是永远滴神
|
存储 缓存 JavaScript
libevent实战的那些坑
libevent实战的那些坑
670 0
libevent实战的那些坑
|
存储 关系型数据库 MySQL
协程框架nty_co
协程框架nty_co
509 0