sysstat 11.2.14 等四个版本发布,11.2.x 生命周期结束

栏目: 软件资讯 · 发布时间: 7年前

内容简介:今日,我们发现 sysstat 为其四个分支都发布了新版本,分别是 v11.2.14、v11.4.8、v11.6.2 和 v11.7.1。其中稳定版 v11.2.14 是 11.2.x 系列的最后一个版本,它的生命周期已结束。剩下的稳定版本只有 v11.4.8 和...

今日,我们发现 sysstat 为其四个分支都发布了新版本,分别是 v11.2.14、v11.4.8、v11.6.2 和 v11.7.1。其中稳定版 v11.2.14 是 11.2.x 系列的最后一个版本,它的生命周期已结束。剩下的稳定版本只有 v11.4.8 和 v11.6.2,而 v11.7.1 则属于开发版,不适合用于生产环境。

稳定版本仅包含 sysstat 11.7.1 中添加的错误修复,没有新功能。

sysstat 11.2.14 等四个版本发布,11.2.x 生命周期结束

v11.7.1 包含有关 sar 的二进制数据文件格式以及 sar 如何工作的重大更改,其中:

  • A binary data file should take much less space on disk thanks to new optimizations on how values are stowed in memory. The space saved is estimated at least at 25% compared to previous format.

  • Structures are no longer statically allocated, meaning that the system can now register as many new devices (disks, network interfaces, etc.) as needed and you will find all of them saved in your saXX data file (provided that you have selected the corresponding activities to collect). Previous version could lead to some devices being ignored and going unnoticed if no free structures were left.

  • Sar (and sadf) will now be able to read a binary data file whatever its endianness is: Both big-endian and little-endian files can be read by the same sar or sadf executable.

  • More flexibility has been added to sar’s binary data file format. I cannot promise that the format won’t change again in the future but it should now be possible to add new metrics or activities without making the format unreadable by older sar versions (starting with version 11.7.1). Older versions will be able to read newer formats but will display only the metrics they currently know.

注意:由 sadf(参数 -c)提供的将旧数据文件转换为最新格式的功能已被暂时禁止,这个函数将在下一个 sysstat 版本(11.7.2)中再次启用。

点此查看完整更新日志发布主页
源码下载:https://github.com/sysstat/sysstat/releases

SYSSTAT 是用于 Linux 的性能监视 工具 合集,包含监测系统性能及效率的一组工具,如 sar、sadf、mpstat、iostat、tapestat、pidstat、cifsiostat  和 sa tools 等 。这些工具对于我们收集系统性能数据,比如 CPU 使用率、硬盘和网络吞吐数据,这些数据的收集和分析,有利于我们判断系统是否正常运行,是提高系统运行效率、安全运行服务器的得力助手。

sysstat 11.2.14 等四个版本发布,11.2.x 生命周期结束

sysstat 11.2.14 等四个版本发布,11.2.x 生命周期结束


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上所述就是小编给大家介绍的《sysstat 11.2.14 等四个版本发布,11.2.x 生命周期结束》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

HTTP/2基础教程

HTTP/2基础教程

Stephen Ludin、Javier Garza / 罗正龙、郑维智 / 人民邮电出版社 / 2018-1 / 49.00元

让网站和应用更快速、更简洁、更稳健,从而有效提升用户体验,这无疑是众多开发者梦寐以求的。然而互联网发展日新月异,HTTP/1.1协议已经难以满足现今的需求。在众多Web性能提升方案中,HTTP/2值得尝试。 本书是HTTP/2实用指南,介绍了HTTP/2的设计初衷和新特性,以及如何才能充分利用这些特性来打造高性能网站及应用。作者用定量分析方法,对比了不同网络环境下及不同浏览器上HTTP/1.......一起来看看 《HTTP/2基础教程》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

URL 编码/解码
URL 编码/解码

URL 编码/解码

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具