-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
142 lines (132 loc) · 5.41 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Sysstat Home Page</title>
</head>
<body style="font-family: Verdana,sans-serif; color: rgb(255, 255, 255); background-color: rgb(0, 0, 110);"
vlink="#33cc00" link="#33ff33" alink="#66ff99">
<style>
pre {
font-size: 120%;
}
code {
color: #fd6614;
font-size: 120%;
}
</style>
<table style="width: 100%; height: 95px;" cellspacing="0" cellpadding="2" border="0">
<tbody>
<tr>
<td style="vertical-align: middle; text-align: left; width: 80%; background-repeat: repeat-x;" class="bandeau">
<img style="width: 375px; height: 157px;" alt="bandeau1" src="/bandeau11.jpg">
<img style="width: 333px; height: 156px;" alt="bandeau2" src="/bandeau22.jpg">
</td>
<td style="vertical-align: bottom; text-align: center;">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input name="cmd" value="_s-xclick" type="hidden">
<input name="hosted_button_id" value="45U6F9R73ESFQ" type="hidden">
<input src="https://www.paypalobjects.com/en_US/FR/i/btn/btn_donateCC_LG.gif"
name="submit" alt="PayPal - The safer, easier way to pay online!"
type="image">
<img alt="" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif"
width="1" height="1" border="0">
</form>
</td>
</tr>
<tr>
<td id="menuhaut" colspan="2" rowspan="1">
<hr style="height: 12px; width: 100%;">
<div style="text-align: center; color: rgb(51, 255, 51);">
<font size="+1">
<a href="/index.html">News</a>
|
<a href="/features.html">Features</a>
|
<a href="/dtd_xsd.html">DTD/XSD</a>
|
<a href="https://github.com/sysstat/sysstat" target="_blank">GitHub</a>
|
<a href="/versions.html">Download</a>
|
<a href="/faq.html">FAQ</a>
|
<a href="mailto:sysstat%20%3Cat%3E%20orange.fr">Contact</a>
</font>
</div>
</td>
</tr>
</tbody>
</table>
<br><br>
This page has news, information, documentation and links software for the
<span style="font-weight: bold;">sysstat</span>
utilities that I created for Linux. The sysstat utilities are a collection of
<span style="font-weight: bold; text-decoration: underline;">
performance monitoring tools
</span>
for Linux. These include
<span style="font-weight: bold;">
sar, sadf, mpstat, iostat, tapestat, pidstat,
cifsiostat and sa tools
</span>.
Go to the <a href="features.html">Features</a> page to display a list
of sysstat's features and learn some more about them.<br>
Sysstat is <a target="_blank" href="http://www.opensource.org/">Open Source</a> /
<a target="_blank" href="http://www.gnu.org/philosophy/free-sw.html">Free
Software</a>, and is freely available under the
<a target="_blank" href="http://www.gnu.org/licenses/gpl-2.0.html">GNU
General Public License, version 2</a>.
<span style="text-align: center; color: rgb(255, 255, 0);">
<h1>News</h1>
</span>
<hr style="width: 100%; height: 2px;">
<ul>
<span style="color: rgb(255, 255, 0);">
<h3>03 Jul 2024 -
<a href="/2024/07/03/sysstat-12.7.6.html">sysstat 12.7.6</a>
released
</h3>
</span>
<p>This version brings improvements mainly to sadf’s SVG output format.
In particular the long-standing problem with <strong>oversized SVG canvas height</strong>
has been fixed here.
Also note that sar’s <strong>retrans/s</strong> field used in the A_NET_ETCP report has
been renamed to <strong>retrseg/s</strong> to avoid confusion with another field with
the same name used in the A_NET_NFS report.</p>
<span style="color: rgb(255, 255, 0);">
<h3>17 Dec 2023 -
<a href="/2023/12/17/sysstat-12.7.5.html">sysstat 12.7.5</a>
released
</h3>
</span>
<p>The sar command here includes <strong>two new metrics</strong> (pgprom/s et pgdem/s) so
that we can now track the number of pages promoted or demoted by the
system per second (that is to say, the number of pages migrated from
slow to fast, or from fast to slow, memory types).
Another metric (%vmeff) has also been removed from sar, as it was more a
kernel metric than a system one and it was wrongly calculated with
recent kernels.
You will also find various small fixes and improvements in this version.</p>
<span style="color: rgb(255, 255, 0);">
<h3>18 Jun 2023 -
<a href="/2023/06/18/sysstat-12.7.4.html">sysstat 12.7.4</a>
released
</h3>
</span>
<p>Previous 12.7.3 version (released two days ago) was a Brown Paper Bag release!
Current one only fixes a problem that <strong>prevented sysstat from being installed</strong>.
Sorry for that.</p>
<span style="color: rgb(255, 255, 0);">
<h3>16 Jun 2023 -
<a href="/2023/06/16/sysstat-12.7.3.html">sysstat 12.7.3</a>
released
</h3>
</span>
<p>This version adds <strong>extended reports</strong> support to sar. Extended reports,
available using option -x with sar, display minimum and maximum values
in addition to average ones at the end of each report.<br />
This version also includes a lot of fixes and small other improvements.</p>
</ul>
</body>
</html>