|
| 1 | +<!doctype html> |
| 2 | +<html> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <title>Sysstat 12.7.9</title> |
| 6 | + </head> |
| 7 | + <body style="font-family: Verdana,sans-serif; color: rgb(255, 255, 255); background-color: rgb(0, 0, 110);" |
| 8 | + vlink="#33cc00" link="#33ff33" alink="#66ff99"> |
| 9 | + <style> |
| 10 | + pre { |
| 11 | + font-size: 120%; |
| 12 | + } |
| 13 | + code { |
| 14 | + color: #fd6614; |
| 15 | + font-size: 120%; |
| 16 | + } |
| 17 | + </style> |
| 18 | + <table style="width: 100%; height: 95px;" cellspacing="0" cellpadding="2" border="0"> |
| 19 | + <tbody> |
| 20 | + <tr> |
| 21 | + <td style="vertical-align: middle; text-align: left; width: 80%; background-repeat: repeat-x;" class="bandeau"> |
| 22 | + <img style="width: 375px; height: 157px;" alt="bandeau1" src="/bandeau11.jpg"> |
| 23 | + <img style="width: 333px; height: 156px;" alt="bandeau2" src="/bandeau22.jpg"> |
| 24 | + </td> |
| 25 | + <td style="vertical-align: bottom; text-align: center;"> |
| 26 | + <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> |
| 27 | + <input name="cmd" value="_s-xclick" type="hidden"> |
| 28 | + <input name="hosted_button_id" value="45U6F9R73ESFQ" type="hidden"> |
| 29 | + <input src="https://www.paypalobjects.com/en_US/FR/i/btn/btn_donateCC_LG.gif" |
| 30 | + name="submit" alt="PayPal - The safer, easier way to pay online!" |
| 31 | + type="image"> |
| 32 | + <img alt="" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" |
| 33 | + width="1" height="1" border="0"> |
| 34 | + </form> |
| 35 | + </td> |
| 36 | + </tr> |
| 37 | + <tr> |
| 38 | + <td id="menuhaut" colspan="2" rowspan="1"> |
| 39 | + <hr style="height: 12px; width: 100%;"> |
| 40 | + <div style="text-align: center; color: rgb(51, 255, 51);"> |
| 41 | + <font size="+1"> |
| 42 | + <a href="/index.html">News</a> |
| 43 | + | |
| 44 | + <a href="/features.html">Features</a> |
| 45 | + | |
| 46 | + <a href="/dtd_xsd.html">DTD/XSD</a> |
| 47 | + | |
| 48 | + <a href="https://github.com/sysstat/sysstat" target="_blank">GitHub</a> |
| 49 | + | |
| 50 | + <a href="/versions.html">Download</a> |
| 51 | + | |
| 52 | + <a href="/faq.html">FAQ</a> |
| 53 | + | |
| 54 | + <a href="mailto:sysstat%20%3Cat%3E%20orange.fr">Contact</a> |
| 55 | + </font> |
| 56 | + </div> |
| 57 | + </td> |
| 58 | + </tr> |
| 59 | + </tbody> |
| 60 | + </table> |
| 61 | + <br><br> |
| 62 | + <h3>Sysstat 12.7.9</h3> |
| 63 | +<font color="#99ffff" style="font-weight: bold;"> |
| 64 | + <p>07 Dec 2025</p> |
| 65 | +</font> |
| 66 | + |
| 67 | +<p>This version fixes a bug with pgsteal values displayed by sar |
| 68 | +which were twice too large with recent kernels. |
| 69 | +This version also accepts Truecolor (RGB) SGR codes, allowing for a |
| 70 | +wider range of colors in sysstat commands output. |
| 71 | +Apart from that, this version is mainly a technical one, taking into |
| 72 | +account several suggestions made by Le Chat from Mistral AI.</p> |
| 73 | + |
| 74 | +<h3 id="changelog">Changelog</h3> |
| 75 | +<ul> |
| 76 | + <li>sar: Fix pgsteal/s double value with recent kernels.</li> |
| 77 | + <li>Allow Truecolor (RGB) SGR codes in sysstat commands output.</li> |
| 78 | + <li>Don’t display newline character within SGR-formatted text.</li> |
| 79 | + <li>Rework several functions based on Mistral AI Le Chat’s suggestions.</li> |
| 80 | + <li><strong>Jun Lyu</strong>: Fix missing dependencies in Makefile.in.</li> |
| 81 | + <li>mpstat: No longer call get_HZ() function.</li> |
| 82 | + <li>sar: Close file descriptors on fork() error.</li> |
| 83 | + <li>Fix version number in sysstat.xsd document.</li> |
| 84 | + <li>Check passed args in some functions.</li> |
| 85 | + <li>common.c: Include ioconf.h header file only if SOURCE_SADC is defined.</li> |
| 86 | + <li>Mark various variables as constant.</li> |
| 87 | + <li>Improve code clarity and readability.</li> |
| 88 | + <li>Exit if calling sysconf() function fails.</li> |
| 89 | + <li>Create format strings using string’s real max value.</li> |
| 90 | + <li>simtest: Fix gcc warning in legacy sar version.</li> |
| 91 | + <li>Update sar and sadf manual page.</li> |
| 92 | + <li>Update FAQ.</li> |
| 93 | + <li>NLS: Translations updated.</li> |
| 94 | + <li>Update non regression tests.</li> |
| 95 | +</ul> |
| 96 | + |
| 97 | +<h3 id="download">Download</h3> |
| 98 | + |
| 99 | +<table style="text-align: center;" valign="middle" |
| 100 | + cellspacing="2" cellpadding="2" border="1" |
| 101 | + |
| 102 | + height="145" |
| 103 | + |
| 104 | + width="750" bgcolor="#663366"> |
| 105 | + <tbody> |
| 106 | + <tr style="font-weight: bold; font-style: italic; |
| 107 | + background-color: rgb(51, 102, 102);" height="40"> |
| 108 | + <td>sysstat 12.7.9</td> |
| 109 | + <td>Size</td> |
| 110 | + <td>sha1sum</td> |
| 111 | + </tr> |
| 112 | + <tr> |
| 113 | + <td style="text-align: left;"> |
| 114 | + <a href="/sysstat-packages/sysstat-12.7.9.tar.xz" |
| 115 | + moz-do-not-send="true">Download (tar.xz format)</a></td> |
| 116 | + <td>914 kiB</td> |
| 117 | + <td>91e33ad8b2166edcc754ef30de44d106fd742396</td> |
| 118 | + </tr> |
| 119 | + |
| 120 | + <tr> |
| 121 | + <td style="text-align: left;"> |
| 122 | + <a href="/sysstat-packages/sysstat-12.7.9.tar.gz" |
| 123 | + moz-do-not-send="true">Download (tar.gz format)</a></td> |
| 124 | + <td>1558 kiB</td> |
| 125 | + <td>3dd0ff0f079716e929d11a7a8a1ad178b631a4b1</td> |
| 126 | + </tr> |
| 127 | + <tr> |
| 128 | + <td style="text-align: left;"> |
| 129 | + <a href="/sysstat-packages/sysstat-12.7.9-1.x86_64.rpm" |
| 130 | + moz-do-not-send="true">Download (x86_64 rpm format)</a></td> |
| 131 | + <td>484 kiB</td> |
| 132 | + <td>9d557aa3f2699db4ae88de9a6a9246e20f14c87a</td> |
| 133 | + </tr> |
| 134 | + |
| 135 | + </tbody> |
| 136 | +</table> |
| 137 | +<br><br> |
| 138 | + |
| 139 | + </body> |
| 140 | +</html> |
0 commit comments