Aliyun Linux 17.01 特性说明

简介: Aliyun Linux 17.01 特性说明

中文文档

Aliyun Linux 17.01(Golden Toad)具有如下特性。

  • 集成阿里云内核组维护的 4.4 系列 Kernel。

    1. 支持 swap 内存压缩可保证显著减少 I/O;
    2. 支持动态补丁机制 kpatch,升级内核无需重启系统;
    3. 支持超大内存 kdump(至多 3 TB);
    4. 支持 Automatic NUMA;
    5. 用户态 vsyscall 获取时间戳性能提升;
    6. 全面支持 Docker 技术栈;
    7. 支持 pv panic,方便协助云用户快速定位内核问题;
    8. 重新设计的无锁 TCP listener,提升 2 ~ 3 个数量级防 SYN 攻击能力。
  • 高效创建和启动。

    • 基于虚拟化级优化栈创建实例,有效降低创建虚拟机所需时间。OS 搭载阿里云定制启动服务,提升启动速率,使创建到可登录时间控制在 30 秒内。
  • 文件系统:新增支持文件系统:XFS、Btrfs、AUFS 和 OverlayFS。
  • 全新工具链:GCC 4.8.x glibc 2.17 GDB 7.6.1。
  • 安全提升。

    • OpenSSH 支持 chroot shell 登录,限制用户登录在一个受限的根文件系统中。
    • OpenSSH 可指定多个验证条件以加强登录访问。
  • 兼容 CentOS 7.2。

英文文档

From Document Center

Aliyun Linux 17.01 (Golden Toad) has the following features.

  • Integrated with Linux kernel 4.4 maintained by the Alibaba Cloud kernel group

    1. Supports swap space compression to guarantee a significant I/O reduction.
    2. Supports kpatch, a hot patching feature. No need to restart the instance to upgrade the kernel.
    3. Supports kdump for virtual machines with large memory (3 TB at the most).
    4. Supports automatic NUMA.
    5. Improves the performance of getting timestamps in user mode using vsyscall page.
    6. Comprehensively supports Docker technology stacks.
    7. Supports paravirtual (PV) panic event interface, facilitating cloud users to quickly locate kernel problems.
    8. Provides the lockless TCP listener that is re-designed with the anti-SYN flooding attack capability elevated by two to three orders of magnitude.
  • Efficient creation and start

    • The instance is created based on the virtualization-level optimized stack to effectively reduce the time required for creating a virtual machine. The OS is equipped with Alibaba Cloud custom boot services to improve the boot rate, so that the time needed from instance creation to logon is 30 seconds or less.
  • File systems

    • The following file systems are newly supported: XFS, Btrfs, AUFS, and OverlayFS.
  • Brand new tool chain

    • GCC 4.8.x glibc 2.17 GDB 7.6.1.
  • Improved security

    • OpenSSH supports logon by using the chroot shell, but the user logon is within a limited root file system.
    • OpenSSH supports specifying multiple verification conditions to enhance logon access.
  • Compatible with CentOS 7.2
相关文章
|
11月前
|
Linux Shell Go
《Linux操作系统编程》 第五章 文件和文件系统: 了解文件和文件系统的概念和特性,掌握Linux文件系统的基本操作
《Linux操作系统编程》 第五章 文件和文件系统: 了解文件和文件系统的概念和特性,掌握Linux文件系统的基本操作
101 0
|
26天前
|
Kubernetes Linux API
在Linux中,LVS-DR模型的特性是什么?
在Linux中,LVS-DR模型的特性是什么?
|
26天前
|
负载均衡 算法 Linux
在Linux中,LVS-NAT模型的特性是什么?
在Linux中,LVS-NAT模型的特性是什么?
|
29天前
|
存储 固态存储 Linux
在Linux中,ext4文件系统有何特性?如何检查文件系统的完整性?
在Linux中,ext4文件系统有何特性?如何检查文件系统的完整性?
|
4月前
|
缓存 算法 Java
Linux内核新特性年终大盘点-安卓杀后台现象减少的背后功臣MGLRU算法简介
MGLRU是一种新型内存管理算法,它的出现是为了弥补传统LRU(Least Recently Used)和LFU(Least Frequently Used)算法在缓存替换选择上的不足,LRU和LFU的共同缺点就是在做内存页面替换时,只考虑内存页面在最近一段时间内被访问的次数和最后一次的访问时间,但是一个页面的最近访问次数少或者最近一次的访问时间较早,可能仅仅是因为这个内存页面新近才被创建,属于刚刚完成初始化的年代代页面,它的频繁访问往往会出现在初始化之后的一段时间里,那么这时候就把这种年轻代的页面迁移出去
|
3月前
|
监控 安全 Unix
探索Linux操作系统的多用户管理特性
【6月更文挑战第3天】本文深入探讨了Linux操作系统中的一项核心功能——多用户管理。我们将从系统管理员的视角出发,分析如何高效地创建、维护和监控多个用户账户,以及这一机制对于确保系统安全性和资源合理分配的重要性。文章将通过实际案例,展示多用户环境下权限设置的最佳实践,旨在帮助读者更好地理解和应用这些关键概念。
|
4月前
|
Linux Shell 调度
【Linux系列】fork( )函数原理与应用详解——了解【父子进程及其特性】(代码演示,画图帮助理解,思维导图,精简)(11)
【Linux系列】fork( )函数原理与应用详解——了解【父子进程及其特性】(代码演示,画图帮助理解,思维导图,精简)(11)
|
10月前
|
Linux Go C语言
Linux下怎样编译通过使用C++17新特性的代码?
以下为示例:通过c++17的新特性实现对文件的读取。
104 0
|
缓存 Oracle 关系型数据库
Linux 内存管理新特性 - Memory folios 解读
if (compound_head(page)) // do A; else // do B; folio 并不完美,或许因为大家期望太高,导致少数人对 folio 的最终实现表示失望。但多数人认为 folio 是在正确方向上的重要一步。毕竟后续还有更多工作要实现。
315 0