]> granicus.if.org Git - sysstat/blob - CHANGES
Merge get_locatime() and get_gmtime() functions
[sysstat] / CHANGES
1 Changes:
2
3 2022/05/29: Version 12.6.0 - Sebastien Godard (sysstat <at> orange.fr)
4         * sar: Fix maximum value for A_IRQ activity.
5         * sar/sadf: A_NET_SOFT: Add new metric softnet network backlog.
6         * sadc: A_NET_SOFT: Use CPU id from /proc/net/softnet_stat.
7         * Update DTD and XSD documents (softnet backlog).
8         * [Chris Bagwell]: sar/sadf: Convert 64-bit time value to time_t
9           as needed.
10         * sadf: Add basic colorization to sadf's output.
11         * sadf: Add sanity checks on values read from file.
12         * sadf: PCP: Fix multiple metrics name problems.
13         * sa_common.c: Remove unneeded variable assignment.
14         * [Lukáš Zaoral]: Take into account LDFLAGS passer to configure
15           script.
16         * Various janitorial fixes and updated.
17         * Update FAQ.
18         * Update sar manual page.
19         * Update NLS translations.
20         * Update non regression tests.
21
22 2022/02/28: Version 12.5.6 - Sebastien Godard (sysstat <at> orange.fr)
23         * sar/sadc: Rewrite code used to collect and display interrupts
24           statistics. Statistics are now collected from /proc/interrupts
25           (instead of /proc/stat) and are displayed for each installed CPU.
26         * sar/sadf: Add new "--int=" option to enter a list of interrupts on
27           the command line.
28         * sadf: Update the various output formats to deal with the new
29           per-CPU interrupts statistics.
30         * Update DTD and XSD documents. CPU elements may be non-existent when
31           all selected CPU are offline.
32         * Update sar and sadf manual pages.
33         * mpstat: Create its own function to read the total number of
34           interrupts from /proc/stat file.
35         * mpstat: Remove unneeded "aligned" attribute from struct stats_irqcpu
36           definition.
37         * sar: Fix index value used in online_cpu_bitmap array.
38         * sar/sadf: Make sure that datafiles with unknown activities can
39           be read by sar and sadf [12.4.5].
40         * sar/sadf: Don't reallocate buffers for activities not present
41           in file [12.4.5].
42         * sar: Make sure that all buffers are copied in copy_structures()
43           function [12.4.5].
44         * PCP: Fix flow_limit_count metric's unit (A_NET_SOFT activity).
45         * PCP: Fix instance names for getattr call (A_NET_NFS(D) activities).
46         * Use sizeof() macro instead of hard-coded values with snprintf()
47           functions.
48         * rndr_stats.c: Use NOVAL instead of NULL as last argument for cons()
49           function.
50         * Use strings definitions whenever possible.
51         * Add new non regression tests. Update some existing ones.
52         * Various cosmetic fixes.
53
54 2021/12/05: Version 12.5.5 - Sebastien Godard (sysstat <at> orange.fr)
55         * iostat: Add --compact option.
56         * iostat: Always display persistent names with option -j [12.4.4].
57         * iostat: Fix how device mapper names are taken into account when
58           entered on the command line [12.4.4].
59         * iostat: Update manual page.
60         * mpstat: Don't display offline CPU [12.4.4].
61         * mpstat: Fix values displayed when an offline CPU goes back online
62           [12.4.4].
63         * mpstat: Fix untrusted loop bound [12.4.4].
64         * mpstat: Update non regression tests [12.4.4].
65         * sar: Tell the user to convert the file when needed.
66         * sadc: Reuse count results for sub-items.
67         * [Ville Skyttä]: Use `grep -E` instead of deprecated `egrep` [12.4.4].
68         * [Ville Skyttä]: Spelling and grammar fixes [12.4.4].
69         * Update FAQ.
70         * [Nathan Naze]: Update man pages with correct spelling of
71           "JavaScript" [12.4.4].
72         * Update non regression tests.
73
74 2021/06/07: Version 12.5.4 - Sebastien Godard (sysstat <at> orange.fr)
75         * [Nathan Scott]: PCP: Update sadf to use metadata matching the same
76           metrics from PCP.
77         * [Parth Shah]: pidstat monitors and shows statistics at the end of the
78           program run with option -e, when no interval and count parameters
79           have been defined.
80         * pidstat: Simplify use of P_D_PID flag.
81         * Restore mode for iconfig file.
82         * Non regression tests updated.
83         * Various cosmetic fixes.
84         * NLS translations updated.
85
86 2021/02/14: Version 12.5.3 - Sebastien Godard (sysstat <at> orange.fr)
87         * Add Link Time Optimization (LTO) support.
88         * Fix LTO compilation warnings.
89         * sar: Fix return code sent by write_stats() function [12.4.3].
90         * sar/sadc: Dereference nr array pointer in struct activity [12.4.3].
91         * sadf: SVG: Make graphs discontinuous for disconnected devices
92           [12.4.3].
93         * sadf: SVG: Fix inadequate discontinuities in some graphs [12.4.3].
94         * sadf: Raw: Display number of items in debug mode even if it's zero.
95         * sadf: SVG: Use the <count> parameter entered on the command line
96           [12.4.3].
97         * sadf: SVG: Add 'debug' option.
98         * sadf: Update manual page.
99         * sar/sadc/sadf: Check untrusted values before use [12.4.3].
100         * sar/sadc: Don't use IFNAMSIZ value from <net/if.h> [12.4.3].
101         * sar/sadf: Test codes returned by functions.
102         * simtest: Update/enhance simulation tests environment.
103         * simtest: Add new non regression tests (USB statistics, ...)
104         * Makefile: Define TEST flag when making simulation tests [12.4.3].
105         * Makefile: Add copyyear target to make it easier to update year in (C)
106           messages.
107         * Update NLS translations [12.4.3].
108         * Cosmetic changes in code. Some dead code removed. Code simplified.
109         * irqstat: Sync with upstream version (1.0.1-pre).
110
111 2020/12/19: Version 12.5.2 - Sebastien Godard (sysstat <at> orange.fr)
112         * [Aleksei Nikiforov]: Fix alignment and structure size for 32-bit
113           systems [12.4.2].
114         * Fix metric's name in sar -y output: txmtin -> xmtin [12.4.2].
115         * FAQ: Add links to markdown file [12.4.2].
116         * [Tim Gates]: sar.c: Fix typo in comment [12.4.2].
117         * simtest: Create a 32 bit version of sar and sadc. This is to make
118           sure that datafiles created by 32 and 64 bit versions of sadc can
119           be used on both architectures.
120         * simtest: Update non regression tests. Also add new tests.
121         * systest.c: Fix GCC warnings.
122         * NLS translations updated [12.4.2].
123
124 2020/11/21: Version 12.5.1 - Sebastien Godard (sysstat <at> orange.fr)
125         * sar/sadf: Make option -j work with filesystems statistics.
126         * sa1: Add "--rotate" option to make it easier to handle file rotation.
127         * [Petr Pavlu]: Workaround for iowait being decremented [12.4.1].
128         * [SacValleyTech]: Make sure setbuf() is the first operation
129           performed on stream [12.4.1].
130         * [Michal Berger]: Fix typo in PHYS_PACK_ID definition [12.4.1].
131         * sadc: Rework softnet stats reading procedure to make sure that all
132           lines from /proc/net/softnet_stat are actually read.
133         * sadc: Don't reallocate structures if buffers are large enough.
134         * configure: Fix option --disable-compress-manpg [12.4.1].
135         * sar: Update definition for runq-sz metric in manual page [12.4.1].
136         * iostat: Update manual page (explain "*_w+d*" fields) [12.4.1].
137         * iostat: Explain options -f/+f in manual page [12.4.1].
138         * [Nan Xiao]: mpstat: Add -T option in help message [12.4.1].
139         * [Nan Xiao]: mpstat: Fix typo in manual page [12.4.1].
140         * FAQ.md file: Add missing spaces at end of line [12.4.1].
141         * FAQ updated.
142         * sa1 manual page updated.
143         * Add a sponsor button to GitHub page.
144         * systest: Small fix for array index value.
145         * Makefile: Rename object files used by sadc.
146         * Add new non regression tests and update some existing ones.
147         * Simplify/merge non regression tests.
148         * NLS translations updated.
149
150 2020/07/31: Version 12.4.0 - Sebastien Godard (sysstat <at> orange.fr)
151         * All commands: Display statistics in color by default when the
152           output is connected to a terminal.
153         * sar: Now pretty-print all device names by default (that is to
154           say, you no longer need to use option -p with option -d for that).
155         * cifsiostat, iostat, sar: Add new --pretty option (this option
156           makes the reports easier to read when long item names are used).
157         * iostat: No longer use sysstat.ioconf file to determine the name
158           of the devices. This file gave a wrong name for some devices
159           with big minor numbers.
160         * iostat, sar: Make device name consistent between both of them.
161         * configure: Add new option "--enable-use-crond" to use standard
162           cron daemon even if systemd is installed.
163         * configure: Use AC_COMPILE_IFELSE instead of old AC_TRY_COMPILE
164           macro. Remove other obsolete autoconf macros.
165         * configure: Add new option "delay_range=". Used by sa2 script
166           to wait for a random delay.
167         * configure: Fix --enable-debuginfo option.
168         * sa1: Insert a comment in daily datafile on system suspend/resume.
169         * sa2: Wait for a random delay before running to prevent massive
170           I/O burst on some systems.
171         * sar: Fix typo in manual page.
172         * sar, iostat, cifsiostat, mpstat, pidstat, tapestat and sa1 manual
173           pages updated.
174         * Update style for all manual pages.
175         * Compress manual pages by default when they are installed.
176         * Makefile: Remove all reports and data files (even those compressed
177           with another program than gzip) when told to do so.
178         * Add pcp help file to be used with iconfig script.
179         * Update Travis script (now calls do_test script).
180         * sadf: Output format which doesn't accept the use of option -T
181           should not also reject the use of option -t [12.2.3].
182         * [Tom Hebb]: Replace index() call with strchr() call [12.2.3].
183         * Use NULL as an argument for time(2) system call [12.2.3].
184         * Various cosmetic changes in code (comments updated, dead code
185           removed, etc.)
186         * NLS updated.
187         * Non regression environment updated. New tests added.
188         * Better handle big minor numbers in sysstat test code.
189         * Fix gcc V10 warnings in sysstat 12.0.1 code used for test.
190
191 2020/05/08: Version 12.3.3 - Sebastien Godard (sysstat <at> orange.fr)
192         * sar/sadc: Add new Pressure-Stall Information (PSI) statistics.
193         * sadf: Add support for PSI statistics.
194         * iostat: Add support for devices managed by userspace drivers
195           (e.g. spdk). Add new flags -f/+f to specify an alternate location
196           for stats files.
197         * sar: Don't display duplicate entries in /etc/mtab [12.2.2].
198         * sar: Don't display "Inconsistent input data" error message when no
199           activities are collected by sadc.
200         * sadf: XML: Remove "per" attribute for memory activity.
201         * sadf: Add new option "hz=" for datafile conversion.
202         * Various updates to remove GCC v9/v10 warnings.
203         * sar: Don't check if we are close enough to selected interval when
204           interval=1 [12.2.2].
205         * sadf: Use actual number of items, not its pointer address [12.2.2].
206         * [Sdrkun]: sa1: Create default sa directory if it doesn't exist
207           [12.2.2].
208         * pr_stats.c: Printing timestamp should appear only once [12.2.2].
209         * common.c: Remove unused get_dev_part_nr() function [12.2.2].
210         * DTD and XSD documents updated.
211         * sar and sadf manual pages updated.
212         * Non regression tests updated. New tests added (sar, iostat).
213
214 2020/04/10: Version 12.3.2 - Sebastien Godard (sysstat <at> orange.fr)
215         * pidstat: Major code refactoring. Several bugs fixed.
216         * pidstat: Don't display unneeded spaces following command name
217           when option -l is used.
218         * cifsiostat: Major code refactoring.
219         * simtest: Add test environment for pidstat command.
220         * simtest: Add new non regression tests for iostat command.
221         * pidstat: Remove extra space at end of command name [12.2.2].
222         * [Anatoly Pugachev]: Fix sa2 script, so it won't complain on empty list
223           for compress program [12.2.2].
224         * iostat: Make sure pointer on linked list is initialized [12.2.2].
225         * [Fabrice Fontaine]: Makefile: Link with -lintl if needed [12.2.2].
226         * NLS translation updated.
227
228 2019/12/27: Version 12.3.1 - Sebastien Godard (sysstat <at> orange.fr)
229         * [Konstantin Khlebnikov]: iostat: Add flush I/O statistics
230           (statistics available starting with kernel 5.5).
231         * mpstat: Add new switch to display system topology.
232         * mpstat: Allow to select individual CPU/nodes with option -A.
233         * cifsiostat: Add support for SMB2 version of statistics file.
234         * mpstat: Add non regression tests.
235         * tapestat: Add non regression tests.
236         * cifsiostat: Add non regression tests.
237         * iostat: Add new non regression tests.
238         * sadf: Fix double free in check_file_actlst() [12.2.1].
239         * sadf: Fix heap overflow in logic2_display_loop() function.
240         * iostat: Fix wrong unit used in JSON output [12.2.1].
241         * [Leo]: Add missing header files when using musl C library [12.2.1].
242         * [Albert]: Add missing empty line in FAQ.md file [12.2.1].
243         * mpstat and iostat manual pages updated.
244         * Cosmetic changes.
245
246 2019/11/11: Version 12.2.0 - Sebastien Godard (sysstat <at> orange.fr)
247         * sar/sadc: Save timezone value in binary data files (saDD).
248         * sadf: Display timezone value in output from sadf -H.
249         * sar/sadf: Make sure we will always be able to read file headers
250           structures
251           from older versions.
252         * sadf: Enhance raw format output (now also display records header
253           contents).
254         * sadf: Update DTD and XSD documents. Fix their contents so that XML
255           output from 12.0.x sadf versions validates.
256         * sar/sadf: Change 'flags' variable type from "unsigned int" to
257           "uint64_t".
258         * simtest: Make all tests independent from timezone value.
259         * simtest: Add more non regression tests.
260         * sadf: Small fix in manual page.
261         * NLS updated.
262         * FAQ updated.
263
264 2019/09/30: Version 12.1.7 - Sebastien Godard (sysstat <at> orange.fr)
265         * sar/sadc: Add stable identifier support for disks statistics.
266         * sar/sadf: Add extra flexibility in binary data file in case of
267           a future format change.
268         * sadf: sadf -H output updated.
269         * iostat: Fix several bugs (CID ##349502, #349503, #349500 and
270           #349501).
271         * sar: Manual page updated.
272         * sadf: Fix memory corruption bug due to integer overflow in
273           remap_struct() function (try #2).
274         * configure: Add new configuration variables: conf_file and sar_dir.
275         * simtest: sar: Add new non regression tests.
276         * simtest: iostat: Make tests independent from timezone value.
277         * NLS updated.
278
279 2019/08/14: Version 12.1.6 - Sebastien Godard (sysstat <at> orange.fr)
280         * iostat: Major code refactoring. Devices structures are now
281           dynamically allocated, better handle the case when devices are
282           removed then inserted again in the system, better command line
283           parsing, better handle devices with a slash in their name.
284         * sar/sadf: Allow to select individual CPU and/or interrupts when
285           option -A is used.
286         * sar: Better handle the case when Fibre Channel hosts are added to
287           the system.
288         * [Alexandros Kosiaris]: sadc: Check if InCsumErrors is present for
289           EICMP as well [12.0.6].
290         * sar: Fix sar -s/-e output on datafiles spanning two consecutive days.
291         * sadf: XML: Fix bad transmission words statistics for Fibre Channel
292           hosts [12.0.6].
293         * sadf: Fix memory corruption bug due to integer overflow in
294           remap_struct() function.
295         * iostat: Fix wrong CPU statistics displayed for the first sample
296           when option -y is used [12.0.6].
297         * iostat: Make sure UUID given on the command line is not taken as
298           interval value [12.0.6].
299         * Allow more space for persistent type directory names [12.0.6].
300         * Update sysstat simulation test environment (new tests added, etc.)
301         * sar manual page updated.
302         * Various cosmetic fixes (comments updated in code, etc.)
303         * NLS updated.
304
305 2019/05/31: Version 12.1.5 - Sebastien Godard (sysstat <at> orange.fr)
306         * sadf: Support completed for PCP (Performance Co-Pilote) output format.
307         * Add sysstat simulation test environment.
308         * Add non regression tests.
309         * sar: Use nanoseconds to choose between saDD and saYYYYMMDD files.
310         * sar/sadf: Time used by options -s/-e no longer depends on the timezone
311           value.
312         * sar: Add missing %gnice CPU value for tickless CPU [12.0.5].
313         * sar: Better detect if a disk has been unregistered then registered
314           again [12.0.5].
315         * sar: Allow option -i when no input file is specified [12.0.5].
316         * sadc: Fix bad number of CPU displayed in a LINUX RESTART message [12.0.5].
317         * sadf: Fix SVG output for filesystem statistics when the user asked for
318           the mount point to be displayed ("-F MOUNT") [12.0.5].
319         * sadf: Fix PCP and SVG output for filesystem statistics.
320         * iostat: Fix invalid JSON output when option -y is used [12.0.5].
321         * iostat: Fix regression for groups of devices which were no longer displayed
322           in the report with option -g.
323         * sar: Cosmetic fix in manual page [12.0.5].
324         * sadf manual page updated.
325         * FAQ updated.
326         * Cosmectic changes in code [12.0.5].
327
328 2019/04/18: Version 12.1.4 - Sebastien Godard (sysstat <at> orange.fr)
329         * sadf: Add initial support for PCP (Performance Co-Pilote).
330           sadf can now export some of its data to a PCP archive file with
331           its new option "-l".
332         * configure: Add option --disable-pcp to configuration scripts.
333         * [Ondrej Dubaj]: sar/sadc: Ignore autofs entries in /etc/mtab [12.0.4].
334         * [Huang Ying]: mpstat: Fix missing "}" and "]" in JSON output when
335           stopped by SIGINT [12.0.4].
336         * iostat: Add a SIGINT handler so that JSON output can be terminated
337           properly when the user presses Ctrl/C [12.0.4].
338         * sadf: Fix segmentation fault error when trying to display XML or JSON
339           data using a file which contains only RESTART records [12.0.4].
340         * mpstat: JSON output should display "all" for CPU number for global
341           CPU utilization [12.0.4].
342         * [Danny Smit]: Add umask sysconfig variable for sa1 and sa2 [12.0.4].
343         * configure: Don't check for sensors library if --disable-sensors
344           option is used [12.0.4].
345         * sadf: Don't test for activities available in file if only the header
346           needs to be displayed [12.0.4].
347         * sadf: Make code more independent from the selected output format.
348         * sar/sadc: Make sure number of items are always counted for certain
349           activities (like A_CPU) even if they are not collected.
350         * Fix many alerts reported by LGTM.
351         * sadc and sadf manual pages updated.
352         * Makefile updated.
353         * json_stats.h: Replace XML -> JSON [12.0.4].
354
355 2019/02/15: Version 12.1.3 - Sebastien Godard (sysstat <at> orange.fr)
356         * sadf: SVG: Add new "customcol" and "bwcol" options. These options
357           enable the user to select distinct color palettes to draw the
358           graphs with "sadf -g".
359         * sadf: SVG: Make it possible for the user to customize color palette
360           used to draw graphs.
361         * sadf: SVG: Fix wrong variable used to draw discard IO graph.
362         * [Kyle Walker]: sadc: Add -f flag to force fdatasync() use.
363         * sadf and sadc manual pages updated.
364         * NLS translations updated.
365
366 2018/12/14: Version 12.1.2 - Sebastien Godard (sysstat <at> orange.fr)
367         * sadf: Fix out of bound reads security issues (CVE-2018-19416 and
368           CVE-2018-19517) [12.0.3].
369         * iostat: Add support for discard I/O statistics.
370         * iostat/sar: Remove service time (svctm) metric.
371         * sar/sadf: Add support for discard I/O statistics.
372         * sar: Add a return code to remap_struct() function.
373         * DTD and XSD documents updated.
374         * sar and iostat manual pages updated.
375         * Add non regression tests for XML output and improve those for
376           JSON output.
377         * sadf: Fix possible infinite loop [12.0.3].
378         * Remove remap_struct() prototype from sa.h [12.0.3].
379         * [Jamin]: Add a JSON parse test.
380         * [Todd Walton]: Clarify sadc manual page and FAQ on using multiple -S keywords
381           [12.0.3].
382         * [Steve Kay]: Use memcpy rather than strncpy, in order to avoid truncation
383           warning [12.0.3].
384         * [Steve Kay]: Cosmetic fixes in configure file [12.0.3].
385         * [Anatoly Pugachev]: Fix comment in sar.c [12.0.3].
386
387 2018/10/13: Version 12.1.1 - Sebastien Godard (sysstat <at> orange.fr)
388         * sar: Fix wrong size for stats_huge structure [12.0.1].
389         * sar/sadc/sadf: Add new HugePages metrics: HugePages_Rsvd and
390           HugePages_Surp.
391         * DTD and XSD documents updated.
392         * sadf: Make it more robust to corrupted datafiles.
393         * sadc: Allow to unselect activities by name.
394         * Use thread-safe versions of gmtime() and localtime() functions.
395         * sar: Fortify remap_struct() function [12.0.2].        
396         * sar: Fix timestamp format in report output [12.0.2] [11.6.6] [11.4.11].
397         * sar: Make sure header lines are always displayed in report for statistics
398           [12.0.2] [11.6.6] [11.4.11].
399         * Makefile: Fix "unexpected operator" error on install [12.0.2] [11.6.6]
400           [11.4.11].
401         * sar: Fix typo in manual page [12.0.2] [11.6.6] [11.4.11].
402         * New non regression tests added.
403         * README file updated: Added LGTM code quality badges.
404         * sar manual page updated.
405         * FAQ updated.
406         * Cosmetic fixes.
407
408 2018/08/03: Version 12.0.0 - Sebastien Godard (sysstat <at> orange.fr)
409         * sadf: SVG: Remove id tag from individual graphs. Use activities
410           identification numbers for id tags.
411         * sadf: SVG: Add new option "showtoc", which can be used to display
412           the list of activities for which there are graphs ("table of
413           contents").
414         * sadf: SVG: Improve output for softnet activity: Add a discontinuity in
415           graph when corresponding CPU is marked offline.
416         * sadf: SVG: Improve function used to assess SVG canvas height.
417         * sadf: SVG: Fix core dumped on buffers reallocation.
418         * sar/sadf: Devices list management code refactoring.
419         * sadf: SVG: Display graphs for swap utilization in packed mode [11.6.5].
420         * sadf: SVG: Don't take into account activities with no graphs when
421           calculating canvas height [11.6.5].
422         * sadf: SVG: Don't insert a gap in SVG output if an activity is not
423           displayed [11.6.5].
424         * sadf: SVG: Fix possible negative value in graphs coordinates [11.6.5].
425         * sa_conv.c: Use write_all() function instead of write() to handle possible
426           signal interruptions.
427         * spec file updated: No longer create a debug package.
428         * Remove many warnings from gcc v7/v8.
429         * README file updated.
430         * Manual pages updated.
431
432 2018/06/01: Version 11.7.4 - Sebastien Godard (sysstat <at> orange.fr)
433         * sar/sadf: Add new option "--iface=": Allow the user to select the
434           network interfaces to display.
435         * sar/sadf: Add new option "--dev=": Allow the user to select the
436           block devices to display.
437         * sar/sadf: Add new option "--fs=": Allow the user to select the
438           filesystems to display.
439         * Add new option "--dec=": Allow the user to choose the number of decimal
440           places to be used by sysstat commands.
441         * Manual pages updated (sar, sadf, cifsiostat, iostat, mpstat, pidstat).
442         * sar: Change how used memory (kbmemused) is calculated to be
443           consistent with free(1) and top(1)'s output [11.6.4] [11.4.10].
444         * pidstat: Fix incorrect thread names displayed with -t and -l options
445           [11.6.4] [11.4.10].
446
447 2018/04/06: Version 11.7.3 - Sebastien Godard (sysstat <at> orange.fr)
448         * sar: Fix possible crash happening when buffers needed to be
449           reallocated to accomodate more devices.
450         * sar/sadf/mpstat: Compute global CPU statistics as the sum of individual
451           CPU ones.
452         * mpstat: Compute statistics for node "all" as the sum of individual
453           CPU statistics.
454         * sar: Add new "-z" option, which tells sar to omit output for any
455           devices for which there was no activity during the sample period.
456         * sar/sadf: Now better take into account offline and online CPU when
457           displaying softnet statistics.
458         * sadc: Shrink size of sadc binary file by compiling out unneeded
459           functions.
460         * sadf: Change raw format output to be CSV compliant.
461         * sadf: Reorder some values displayed in debug mode/raw format.
462         * Add initial support for major numbers > 255.
463         * Update sysstat.ioconf devices list.
464         * mpstat: Remove option "-P ON". mpstat now displays only online CPU by
465           default.
466         * sar and mpstat manual pages updated.
467         * pidstat: Report CPU usage for a process as the sum of all threads
468           [11.6.3] [11.4.9].
469         * sar: Change condition used in workaround for CPU coming back online
470           [11.6.3] [11.4.9].
471         * NLS updated: Various translations updated.
472
473 2018/02/12: Version 11.7.2 - Sebastien Godard (sysstat <at> orange.fr)
474         * sadf: Rewrite function used to convert an old binary data file to
475           the up-to-date format.
476         * sar: Display all items for USB and filesystems activities in the
477           summary ending the report.
478         * sar: Don't read statistics twice when displaying average stats since
479           system startup.
480         * sar: Update magic number for certain activities structures (should have
481           been done in 11.7.1).
482         * sar: Display reports name in help message (sar --help).
483         * sadc: Enable the user to select which activities will be collected
484           by their name.
485         * sar/sadc: Add DEBUG code.
486         * sadf: RAW: Enhance output.
487         * sadf: RAW: Rename "showhints" option to "debug".
488         * sadf: sadf -H now displays more details on file.
489         * sadf: SVG: Set minimum canvas height to 100 points.
490         * sadf: SVG: Display grid and graduations on the whole width of the graph
491           [11.6.3] [11.4.9].
492         * sadf: SVG: Don't display graphs for offline CPU.
493         * iostat, cifsiostat: Display device name at the end of the line
494           when option -h is used.
495         * iostat: Refresh device list properly [11.6.3] [11.4.9].
496         * Travis CI: Add new tests.
497         * Increase maximum number of interrupts that can be processed by sysstat
498           commands (NR_IRQS).
499         * FAQ updated [11.6.3] [11.4.9].
500         * sadf and sar manual pages updated.
501         * NLS updated: Various translations updated.
502         * README file updated.
503         * Code cleaned and cosmetic fixes.
504
505 2018/01/12: Version 11.7.1 - Sebastien Godard (sysstat <at> orange.fr)
506         * sar/sadc: New binary data file format, which is now more flexible
507           and takes much less space on disk.
508         * sar/sadc: Dynamic structures allocation for all devices registered
509           by the system.
510         * sar/sadf: Support for big-endian/little-endian format for binary
511           data files.
512         * sar/sadc: Use 64-bit time values in binary data files.
513         * sar/sadc: Update statistics structures to keep with current kernels.
514         * sar/sadc: Update binary file's header data to deal with patchlevel
515           and sublevel version numbers greater than 15.
516         * sadc: Save HZ value in data file header.
517         * sar/sadc: Don't assume CPU statistics are always saved in binary
518           data files.
519         * sar/sadf: Don't display offline CPU.
520         * sadf: Conversion function (option -c) temporarily inhibited.
521           It will work again with next sysstat version (11.7.2).
522         * sar: The option used to display a help message is now "--help".
523         * sar: Add new option -h to make sar's output easier to read by a
524           human. This option moves device names (disks, network interfaces)
525           at the end of the line. This option also sets options -p (pretty-
526           print) and --human.
527         * sadf: RAW: Display number of items for each activity.
528         * sadf: Make option -H display all the activities present in file,
529           whether known or unknown.
530         * All commands now use only /proc/uptime to compute system uptime.
531           Also use a time interval expressed in seconds, not in jiffies.
532         * Makefile: Fix dependencies between files.
533         * Makefile: Remove old references to nfsiostat command.
534         * [Robert Luberda]: Fix sadc crash when really long lines are
535           read from /etc/mtab [11.6.1] [11.4.7] [11.2.13].
536         * [JoungKyun Kim]: NLS updated: Add Korean translation [11.6.1].
537         * [Christian Ehrhardt]: Fix 00 byte after values when --human is
538           not set [11.6.1].
539         * Fix invalid token in "iostat -y" JSON output [11.6.1].
540         * Workaround for offline CPU coming back online [11.6.2] [11.4.8]
541           [11.2.14].
542         * sadf: Fix CSV output for TTY statistics [11.6.2] [11.4.8]
543           [11.2.14].
544         * sadf: Remove duplicate % sign displayed in ppc mode [11.6.2].
545         * SVG: Display time as xx:00 instead of xxH when "oneday" option
546           is used [11.6.2] [11.4.8].
547         * sar: Use ULLONG_MAX/2 to check if network device counters have
548           overflown [11.6.2] [11.4.8] [11.2.14].
549         * Remove SCCSID strings in executable files to allow reproducible
550           build [11.6.1] [11.4.7] [11.2.13].
551         * Remove unused parameters passed to functions [11.6.1] [11.4.7]
552           [11.2.13].
553         * sadf: Don't use f_count2() function pointer [11.6.1] [11.4.7]
554           [11.2.13].
555         * [Lukas Zapletal]: Update comment of SA_DIR in sysconfig file [11.6.1]
556           [11.4.7] [11.2.13].
557         * NLS: Various translations updated.
558         * Various cosmetic fixes, typo fixes and documentation enhancements
559           in source code.
560
561 2017/08/14: Version 11.6.0 - Sebastien Godard (sysstat <at> orange.fr)
562         * pidstat: Add new option (-e) which can be used to pass a program
563           to execute and make pidstat monitor it.
564         * pidstat: Add new option (-H) to display timestamps in seconds
565           since the Epoch.
566         * pidstat manual page updated.
567         * Revert "ARM: Fix sadc crash because of unaligned memory accesses".
568           The fix may cause segmentation faults in some cases [11.4.6]
569           [11.2.12].
570         * Add BUG_REPORT template file.
571         * README file updated.
572         * Cosmetic changes in code.
573         * lsm file updated [11.4.6] [11.2.12].
574
575 2017/07/05: Version 11.5.7 - Sebastien Godard (sysstat <at> orange.fr)
576         * iostat: Add new "-s" switch used to display a short (narrow)
577           version of the report that should fit in 80 chars wide screens.
578         * iostat: Add new metrics to iostat's extended statistics report.
579         * iostat: Express requests average size in kB, not sectors.
580         * iostat: Make JSON output depend on options used.
581         * iostat: Remove trailing colon following "Device" field name.
582         * sar/sadf: Metrics from disks report previously expressed in
583           sectors are now expressed in kB.
584         * Update DTD/XSD documents.
585         * SVG: Fix graphs for swap space utilization statistics.
586         * Display unit with areq-sz metric values when --human option used.
587         * Display a percent sign after values when --human option used.
588         * pidstat: Don't stop if /proc/#/schedstat files don't exist.
589         * Fix ressource leak (CID 144609) [11.4.5] [11.2.11].
590         * Cast variables to target type before use [11.4.5] [11.2.11].
591         * Fix buffer overflow when options -s or -e are used with sar
592           (DEBIAN bug #863197) [11.4.5] [11.2.11].
593         * SVG: Define a max number of horizontal lines for the background
594           grid [11.4.5].
595         * Change default colors to be usable on both dark and light
596           terminal backgrounds [11.4.5] [11.2.11].
597         * Start collect and summary systemd services after sysstat.service
598           [11.4.5] [11.2.11].
599         * Manual pages updated.
600         * CREDITS file updated.
601
602 2017/05/10: Version 11.5.6 - Sebastien Godard (sysstat <at> orange.fr)
603         * mpstat: Provide CPU statistics based on NUMA node placement.
604         * SVG: Add new option: "showinfo".
605         * ARM: Fix sadc crash because of unaligned memory accesses [11.4.4]
606           [11.2.10].
607         * Makefile: Fix test failures on big endian archs.
608         * rndr_stats.c: Simplify fix for warning given by
609           gcc -Werror=format-security
610         * mpstat: Remove unneeded parameter from JSON functions.
611         * mpstat and sadf manual pages updated.
612         * [Robert Luberda]: isag: Add several enhancements and fixes.
613         * Fix typo in sadf manual page [11.4.4].
614
615 2017/02/27: Version 11.5.5 - Sebastien Godard (sysstat <at> orange.fr)
616         * SVG: Allow multiple charts on a row (new option added: "packed").
617         * SVG: Add new option: "height=..."
618         * SVG: Properly terminate SVG file when no data have been found
619           [11.4.4].
620         * SVG: Don't extend X axis beyond time end [11.4.4].
621         * Add new %wait field to pidstat CPU utilization.
622         * sadf: Fix insecure data handling (CID #139643).
623         * sadf: Small code cleanup.
624         * Fix comment in /etc/sysconfig/sysstat file [11.4.4] [11.2.10].
625         * Makefile: Add regression tests ("test" target).
626         * Hook up to Travis CI.
627         * README file completely rewritten.
628         * FAQ file converted to MarkDown format.
629         * Remove isag support.
630         * sadf and pisdstat manual pages updated.
631         * Remove nfsiostat from .gitignore file [11.4.4] [11.2.10].
632
633 2017/01/11: Version 11.5.4 - Sebastien Godard (sysstat <at> orange.fr)
634         * sadf: Add new "raw" output format.
635         * sar: Remove memory statistics (option -R).
636         * SVG: Give actual canvas height at the end of SVG output.
637         * Make sar's -I option work again with sadf.
638         * sar: Better handle dynamically registered devices [11.4.3]
639           [11.2.9].
640         * sar: Fix incorrect gcc warning in svg_stats.c [11.4.3].
641         * SVG: Init f_svg_print() function pointer to NULL [11.4.3].
642         * sadf and sar manual pages updated.
643         * README file updated (added Coverity Badge).
644         * NLS translations updated. Added new Friulian translation.
645         * Cosmetic fixes in source code.
646
647 2016/12/06: Version 11.5.3 - Sebastien Godard (sysstat <at> orange.fr)
648         * sar: Add new metric "available free memory" to memory statistics.
649         * Update DTD and XSD documents to include new metric.
650         * sar/pidstat/iostat/tapestat/cifsiostat: Add new --human option to
651           display values in human readable format.
652         * SVG: Add new option "showidle" to be used with sadf to display
653           CPU idle state.
654         * sar/mpstat: Allow selection of a range of CPU or interrupts.
655         * Update mpstat, sar and sadf manual pages.
656         * iostat/mpstat: Fix "'LC_NUMERIC' undeclared" error message when
657           compiling sysstat.
658         * Sort keywords definition in sar, sadc and mpstat manual pages
659           [11.2.9] [11.4.3].
660         * SVG: Change some colors to make graphs easier to distinguish
661           [11.4.3].
662         * Small fix in iostat manual page [11.2.9] [11.4.3].
663         * Cosmetic changes in source code [11.2.9] [11.4.3].
664         * Update lsm file contents.
665         * NLS updated.
666
667 2016/11/04: Version 11.5.2 - Sebastien Godard (sysstat <at> orange.fr)
668         * sar: Add software-based network processing (softnet) statistics.
669         * sadf: Add output formats for softnet statistics.
670         * [Michal Sekletar]: sar: Make buffers that hold timestamps
671           bigger [11.2.8] [11.4.2].
672         * [Shantanu Goel]: sar: /proc/vmstat fix for Linux 4.8 [11.2.8]
673           [11.4.2].
674         * [Mike Winter]: pidstat: Use system constants for process name
675           length and username length.
676         * [Breno Leitao]: sar: Improve cpuinfo read for POWER architecture
677           [11.2.8] [11.4.2].
678         * Make various buffers size holding timestamps consistent.
679         * sadf: Use a decimal point instead of a coma in JSON output
680           [11.2.8] [11.4.2].
681         * mpstat, iostat: Use a decimal point instead of a coma in JSON
682           output.
683         * pidstat: Use either the short or the full command line when
684           looking for a pattern with options -C or -G [11.2.8] [11.4.2].
685         * sar manual page updated.
686         * NLS updated.
687         * CREDITS file updated.
688
689 2016/09/23: Version 11.5.1 - Sebastien Godard (sysstat <at> orange.fr)
690         * iostat: Add JSON output (option "-o JSON").
691         * mpstat: Add JSON output (option "-o JSON").
692         * sadf: Fix broken datafile conversion from old formats
693           [11.2.7] [11.4.1].
694         * sadf: Fix fields list displayed by sadf -d for filesystem
695           activity [11.2.7] [11.4.1].
696         * pidstat: Don't omit kernel threads when using -l option [11.2.7]
697           [11.4.1].
698         * Reuse hdr_line string from struct activity to display activities
699           title line.
700         * sadf: Remove sysstat-version from JSON output.
701         * iostat and mpstat manual pages updated.
702
703 2016/08/15: Version 11.4.0 - Sebastien Godard (sysstat <at> orange.fr)
704         * sar: Workaround for I/O and transfer rates statistics which may
705           be wrongly calculated if a filesystem is unmounted [11.2.6].
706         * SVG: Fix how bar graphs are displayed for filesystems statistics
707           in order to not loose the first sample.
708         * SVG: Change graphs order to be consistent with the output of sar.
709         * SVG: Change some graphs's title.
710         * Replace strcpy() with strncpy() to avoid buffer overflows [11.2.6].
711         * Fixed unsigned compared against 0 problem (CID#127473) [11.2.6].
712         * NLS updated.
713
714 2016/06/24: Version 11.3.5 - Sebastien Godard (sysstat <at> orange.fr)
715         * SVG: Add SVG output for ICMP{v4,v6}, IPv6, UDPv6, voltage inputs,
716           NFS client, NFS server, disks, filesystems and FC HBA statistics.
717         * SVG: Add SVG output for IPv4, ICMPv4, TCPv4, IPv6 and ICMP
718           network errors statistics.
719         * SVG: Make sure graduations are properly aligned with grid.
720         * SVG: Add oneday option to control SVG output.
721         * SVG: Fix skipempty option.
722         * [Peter Schiffer]: Stricter check for file_magic->header_size [11.2.5].
723         * [Peter Schiffer]: tapestat: Various fixes [11.2.5].
724         * [Esteban Fallas]: Check for undefined UID variable in sysstat script
725           [11.2.5].
726         * [Carsten Grohmann]: Unify description of the tps value in the sar
727           manual page for -b and -d flags [11.2.5].
728         * sadf manual page updated.
729
730 2016/05/14: Version 11.3.4 - Sebastien Godard (sysstat <at> orange.fr)
731         * SVG: Add SVG output for fan speed and temperature sensors
732           statistics, I/O and transfer rate statistics, kernel tables
733           statistics, hugepages utilization statistics, IPv4 and IPv6
734           network sockets statistics, UDPv4, TCPv4 and IPv4 network statistics.
735         * SVG: Add skipempty and autoscale options to control SVG output.
736         * sadf and sar manual pages updated [11.2.4].
737         * NLS translation updated.
738         * Various cosmetic changes in code [11.2.4].
739
740 2016/04/09: Version 11.3.3 - Sebastien Godard (sysstat <at> orange.fr)
741         * SVG: Add SVG output for CPU statistics, CPU frequency statistics,
742           memory and swap statistics, and queue length and load average
743           statistics.
744         * SVG: Make SVG code independent from the locale used to display
745           numerical values.
746         * SVG: Fix possibly truncated SVG code.
747         * SVG: Make sure that a minimum interval value is used on X and Y
748           axis.
749         * [Peter Portante]: Quick fix for cprintf_u64 non-uintv64_t [11.2.3].
750         * NLS translations updated.
751
752 2016/03/13: Version 11.3.2 - Sebastien Godard (sysstat <at> orange.fr)
753         * sadf: Add SVG output for paging statistics, network interfaces
754           and swap statistics.
755         * SVG: Specify charset encoding in SVG header.
756         * SVG: Fix invalid use of attribute vector-effect.
757         * sar: Fix possible confusion between network interfaces that
758           could happen when a new interface was registered and appeared
759           in the middle of the list in the /proc/net/dev file [11.2.2].
760         * sar: Fix possible compatibility issues between sysstat versions
761           [11.2.2.].
762         * [Y. Namiki]: sar: Print time in the ISO format if
763           S_TIME_FORMAT=ISO [11.2.2].
764         * mpstat/pidstat: Print time in the ISO format if S_TIME_FORMAT=ISO
765           [11.2.2].
766         * [Steve Kay]: Disable NLS if any gettext components are
767           unavailable [11.2.2].
768         * [Steve Kay]: sadf: Fix several typos in SVG output.
769         * [Steve Kay]: Fix tapestat manual page typos [11.2.2].
770         * [Peter Schiffer]: Add new SP_VALUE_100() macro which limits
771           value to 100% for CPU statistics displayed by pidstat [11.2.2].
772         * sar, sadf, pidstat and mpstat manual pages updated.
773
774 2016/02/21: Version 11.3.1 - Sebastien Godard (sysstat <at> orange.fr)
775         * sadf: Add new SVG (Scalable Vector Graphics) output format.
776           This option enables the user to display fancy graphs in a
777           web brower using the data collected by sar/sadc!
778         * sar/sadf: Major code refactoring.
779         * sadf: Don't display the JSON fchosts tag when no statistics
780           data exist for Fibre Channel [11.2.1].
781         * README file converted to Markdown format [11.2.1].
782         * [Peter Schiffer]: Convert CREDITS file to utf-8 [11.2.1].
783         * [Peter Schiffer]: Update license text [11.2.1].
784         * sadf manual page updated.
785         * FAQ updated.
786         * Update README file and copyright messages [11.2.1].
787         * NLS updated [11.2.1].
788
789 2015/12/27: Version 11.2.0 - Sebastien Godard (sysstat <at> orange.fr)
790         * mpstat: Code refactoring (better handle some special borderline
791           cases for per-processor interrupts statistics).
792         * mpstat: Option -I now accepts a list of comma-separated
793           arguments.
794         * sar: Fix color output for %temp and %in fields.
795         * sadf: Fix bug preventing sadf from converting a data file with
796           an old format.
797         * sadc: Fix insecure data handling, really (CID #29720).
798         * [Peter Schiffer]: Increase NR_CPUS to match kernel upstream.
799         * sar: Check minimum size of sa data files header (CID #29719).
800         * sadc: Fix default number of frequencies for A_PWR_WGHFREQ
801           activity.
802         * pidstat: Define new SCHED_DEADLINE scheduling policy.
803         * Remove obsolete nfsiostat-sysstat command.
804         * mpstat manual page updated.
805         * NLS updated.
806
807 2015/10/23: Version 11.1.8 - Sebastien Godard (sysstat <at> orange.fr)
808         * Add support for color customization.
809         * Add color support for pidstat, tapestat and cifsiostat commands.
810         * Define values "always", "never" and "auto" for S_COLORS
811           environment variable.
812         * sar: Remove extra line of statistics displayed when SIGINT is
813           received.
814         * Add missing va_end() statements (CID #113539, #113540, #113541,
815           #113542).
816         * Fix possible NULL pointer dereference in SREALLOC macro (CID
817           #29706) [11.0.8].
818         * sadc: Fix untrusted value used as argument (CID #29720) [11.0.8].
819         * sadc: Fix another insecure data handling (CID #29720).
820         * sar/sadc: Set an upper limit for each kind of item that sar/sadc
821           can handle.
822         * Manual pages updated for iostat, mpstat, sar, pidstat, tapestat
823           and cifsiostat commands.
824         * Update librdsensors.a target in Makefile [11.0.8].
825
826 2015/09/20: Version 11.1.7 - Sebastien Godard (sysstat <at> orange.fr)
827         * Add color support for mpstat, iostat and sar commands.
828         * [Peter Schiffer]: Fix problem with pidstat output values > 100%
829           for %CPU [11.0.7].
830         * [Shane Seymour]: tapestat: Fix issue when st driver is unloaded
831           then loaded again.
832         * [Christian Neukirchen]: Fix header files included in tapestat.
833         * Make sysstat build on musl (non-glibc) environment.
834         * tapestat: Check fscanf() return values.
835         * [Alexis Solanas]: Fix issue with iostat not showing the full
836           device name [11.0.7].
837         * sa2: DATE couldn't be set when DATE_OPTS variable was empty.
838           Fix this.
839         * Add sa2 option to avoid sarDD report generation.
840         * [Julian Taylor]: sargraph2: Fix MB/s units and help typo.
841         * sysstat(5), iostat, mpstat and sar manual pages updated.
842         * NLS: Sync'd with Translation Project.
843         * CREDITS file updated.
844
845 2015/08/24: Version 11.1.6 - Sebastien Godard (sysstat <at> orange.fr)
846         * [Shane Seymour]: Added new "tapestat" command aimed at
847           displaying statistics for tape drives.
848         * [Shane Seymour]: Added tapestat manual page.
849         * Check /proc/net/snmp format to collect ICMP statistics at
850           their right positions [11.0.6].
851         * sadc: Fix untrusted value used as argument.
852         * sa_conv.c: Fix ressource leak.
853         * ioconf.c: Fix several ressource leaks [11.0.6].
854         * mpstat: Fix alignment output, really [11.0.6].
855         * [Sampsa Kiiskinen]: Fix bug in isag [11.0.6].
856         * iostat's option -T renamed to -H.
857         * iostat manual page updated.
858         * NLS updated.
859         * CREDITS file updated.
860
861 2015/06/12: Version 11.1.5 - Sebastien Godard (sysstat <at> orange.fr)
862         * [Steve Kay]: sar: Added fibre channel HBA statistics.
863         * [Steve Kay]: Replace non printable characters in comments
864           displayed by sar/sadf.
865         * [Peter Schiffer]: Fixed and simplified some math expressions
866           in pr_stats.c [11.0.5].
867         * [Peter Schiffer]: ioconf.c: Check value of variable "major"
868           read from file [11.0.5].
869         * [Peter Schiffer]: ioconf.c: Use strncpy instead of strcpy [11.0.5].
870         * sar: Fixed untrusted loop bound [11.0.5].
871         * sadc: Fixed time-of-check, time-of-use race condition.
872         * [Vitezslav Cizek]: Assume device-mapper is not running when
873           it is not found in /proc/devices.
874         * sar: Added option --sadc. This option indicates which data
875           collector will be called by sar.
876         * sadf: Fixed null pointer dereference which could happen with a
877           malformed system activity datafile.
878         * cifsiostat: Fixed possible integer overflowed argument [11.0.5].
879         * sar manual page updated.
880         * FAQ updated.
881         * DTD and XSD documents updated.
882         * NLS updated.
883
884 2015/04/07: Version 11.1.4 - Sebastien Godard (sysstat <at> orange.fr)
885         * Makefile: sysstat init script may sometimes be called rc.sysstat.
886           So use that name when needed [11.0.4].
887         * pidstat: Don't stop if gtime and cgtime fields are unavailable
888           [11.0.4].
889         * sar: Fix output with filesystems having more than MAX_FS_LEN
890           characters in length.
891         * Updated DTD and XSD documents. XML document, as displayed by
892           sadf -x, should now be properly validated against them.
893         * [Peter Schiffer]: Replace spaces with tabs in Makefile.in [11.0.4].
894         * [Peter Schiffer]: Create appropriate directories in DESTDIR if
895           missing [11.0.4].
896         * [Peter Schiffer]: Fixed installation of systemd/cron files on
897           systems w/o systemd [11.0.4].
898         * [Peter Schiffer]: Don't look in weird places for programs during
899           configuration [11.0.4].
900         * [Steve Kay]: sar: Added option to display mountpoint names instead
901           of filesystem names.
902         * [Steve Kay]: sar/sadf: Permit hh:mm:ss as well as hh:mm.
903         * [Steve Kay]: Fix mpstat SCPU alignment output [11.0.4].
904         * [Steve Kay]: Fix unproperly indented line in sar -h output.
905         * Makefile: Call chkconfig only if $(COPY_ONLY) is set to no [11.0.4].
906         * sysstat(5) manual page updated [11.0.4].
907         * [Dimitrios Apostolou]: Updated sargraph tool.
908         * [Dimitrios Apostolou]: Updated sa2 script to support more compression
909           formats. Simplify logic with regexes.
910         * [Dimitrios Apostolou]: YESTERDAY variable can now be changed in sysstat
911           config file (/etc/sysconfig/sysstat).
912         * [Dimitrios Apostolou]: By default sa2 now generates yesterday's summary.
913         * CREDITS file updated.
914
915 2015/02/13: Version 11.1.3 - Sebastien Godard (sysstat <at> orange.fr)
916         * sar/sadc: Added new metrics from /proc/meminfo to memory
917           statistics.
918         * sadf: Update output formats to take into account new memory
919           metrics.
920         * [Peter Schiffer]: Fixes from static analysis.
921         * [Peter Schiffer]: Prefer xz compression program when compressing
922           sa data files [11.0.3].
923         * [Peter Schiffer]: Portable way to detect 64 bit OS in configure
924           script [11.0.4].
925         * [Vasant Hegde]: sadc: Fix possible race condition in signal
926           handler code [11.0.3].
927         * Fix description of %util in iostat and sar manual pages [11.0.3].
928         * Fix wrong size used in upgrade_magic_section() function.
929         * Add new sadc_options variable to configure script.
930         * Rename --disable-man-group option to --disable-file-attr. This
931           configure's option prevents the build process from setting
932           attributes of files being installed.
933         * Make sure that no crontabs are activated when configure's option
934           --enable-copy-only is used [11.0.3].
935         * FAQ updated.
936         * RPM spec file updated.
937         * sar manual page updated.
938         * sadc manual page updated [11.0.3].
939         * CREDITS file updated.
940         * Code cleaned [11.0.3].
941
942 2014/10/19: Version 11.1.2 - Sebastien Godard (sysstat <at> orange.fr)
943         * [Robert Elliott]: Added irqtop command. irqtop monitors
944           differences in /proc/interrupts and /proc/softirqs per CPU,
945           along with CPU statistics. irqtop is currently in the contrib
946           directory.
947         * [Lance Shelton]: Added irqstat command, a better way to watch
948           /proc/interrupts, designed for NUMA systems with many
949           processors.
950         * [Vasant Hegde]: sadc: Don't send SIGINT signal if parent
951           process is already dead [11.0.2].
952         * sadc: Make sure that functions used to count items (CPU,
953           network interfaces, etc.) are called only once.
954         * sar and sadf now tell the user when they cannot read a file
955           because the endian format doesn't match.
956         * Fixed incomplete sar and sadf output when end time (specified
957           with option -e) crosses 24 hour boundary [11.0.2].
958         * cifsiostat/nfsiostat: Fix output on single core CPU [11.0.2].
959         * pidstat didn't handle processes with spaces in their name
960           properly. This is now fixed [11.0.2].
961         * NLS updated.
962         * CREDITS file updated.
963
964 2014/08/30: Version 11.1.1 - Sebastien Godard (sysstat <at> orange.fr)
965         * Added option -c to sadf: This option enables the user to
966           convert an sa datafile with an old format (at least 9.1.6)
967           to the up-to-date format (11.1.1 as of today).
968         * Update sadf -H output to print datafile date and tell whether
969           this file has been converted from an old datafile or not.
970         * Added option -[0-9]+ to sadf to show data of that days ago
971           [11.0.1].
972         * Use statvfs() system call instead of deprecated statfs() to
973           get filesystems statistics with sar [11.0.1].
974         * sar: Stricter syntax check [11.0.1].
975         * Remove unneeded include file in sa_common.c [11.0.1].
976         * [Kosaki Motohiro]: Update workaround for 32bit CPU counters
977           [11.0.1].
978         * Define unknown scheduling policies in pidstat.h [11.0.1].
979         * [Ivana Varekova]: Test return value for fgets/fscanf calls
980           [11.0.1].
981         * Makefile updated: Follow symlinks when creating the tarballs
982           [11.0.1].
983         * sadf manual page updated [11.0.1].
984
985 2014/06/17: Version 11.0.0 - Sebastien Godard (sysstat <at> orange.fr)
986         * [Cedric Marie]: pidstat now displays task scheduling priority
987           and policy along with task switching activity (-w option).
988         * [Cedric Marie]: pidstat: Add option -G to filter processes
989           by name.
990         * pidstat: Update variables type to be consistent with recent
991           3.x kernels.
992         * sadc/sar/sadf: The standard daily data files may now be
993           named saYYYYMMDD instead of saDD. Option -D has been added
994           to sar and sadc to tell them to write to data files under the
995           name saYYYYMMDD.
996         * sadc/sar/sadf: Take into account alternate locations for
997           standard daily data files.
998         * sa1 and sa2 scripts updated: Don't create a tree of directories
999           any more if HISTORY is greater than 28. Use saYYYYMMDD
1000           data files instead.
1001         * sa1 and sa2 scripts now take into account two new variables:
1002           SA_DIR (directory where sa and sar files are located) and
1003           ZIP (compression program to use).
1004         * Make sysstat init script source the functions library
1005         * Fix possible buffer overflow.
1006         * Small fix with sadc's option -S: It is now possible to enter
1007           several comma separated values.
1008         * Don't install crontabs when using systemd timer units.
1009         * Manual pages updated.
1010         * FAQ updated.
1011         * NLS updated. Galician and Hungarian translations added.
1012         * CREDITS file updated.
1013
1014 2014/03/18: Version 10.3.1 - Sebastien Godard (sysstat <at> orange.fr)
1015           WARNING: Daily data files format has changed, and is *not*
1016           compatible with the previous one! [0x2173]
1017         * sar/sadc/sadf: Now take into account a change of CPU count
1018           in datafiles. The number of CPU is displayed in the RESTART
1019           messages.
1020         * DTD and XSD documents updated.
1021         * [Tomasz Torcz]: Add systemd timer units replacing cronjobs.
1022         * [Mike Kazantsev]: Fix output of sadf -j with file-utc-time present.
1023         * [Peter Portante]: sa2 script now also catches 'xz' compressed
1024           files as well.
1025         * Rename nfsiostat to nfsiostat-sysstat and indicate it is now
1026           obsolete. An nfsiostat command is already included in the
1027           nfs-utils package.
1028         * When attempting to use a non existent daily datafile, sar and
1029           sadf tell the user to check if data collecting is enabled.
1030         * sadf -H now displays the number of activities in file.
1031         * nfsiostat manual page updated.
1032         * FAQ updated.
1033         * README file updated.
1034         * NLS updated.
1035
1036 2014/01/19: Version 10.2.1 - Sebastien Godard (sysstat <at> orange.fr)
1037         * Added new --enable-copy-only option to configure script.
1038           This option may be useful when creating sysstat package to
1039           make sure that files are only copied to $DESTDIR and that
1040           no service is activated (eg. for distro using systemd).
1041         * pidstat: Add a new metric to pidstat I/O statistics:
1042           per-task block I/O delays.
1043         * Take $DESTDIR variable into account when installing sysstat
1044           service used by systemd.
1045         * sadf -H, sadf -j and sadf -x now also display the file
1046           creation time.
1047         * Use sizeof() instead of hardcoded size values.
1048         * pidstat manual page updated.
1049         * Cosmetic fixes.
1050         * NLS updated.
1051
1052 2013/11/03: Version 10.2.0 - Sebastien Godard (sysstat <at> orange.fr)
1053         * pidstat: Added option -v, enabling the user to display the
1054           number of threads and file descriptors associated with tasks.
1055         * Stack stats displayed by "pidstat -s" were sometimes not
1056           displayed for some processes although values had changed.
1057           This is now fixed.
1058         * pidstat can now display stats since system startup for a list
1059           of processes given on the command line.
1060         * pidstat -d now displays -1 for I/O stats values when the
1061           process I/O file cannot be read (permission denied or file
1062           non existent).
1063         * mpstat and pidstat commands now exit immediately when they
1064           get a SIGINT signal during the first interval of time.
1065         * [Alexander Troosh]: mpstat: Take into account the highest
1066           processor number in mpstat output.
1067         * Rearrange options displayed by sar -h (upper case option
1068           should be displayed before its lower case counterpart).
1069         * Added "prealloc" variable to configure script. This variable
1070           will determine the size of data files created by sar/sadc.
1071         * Added xz-compressed target to Makefile.
1072         * pidstat manual page updated.
1073         * NLS updated.
1074         * CREDIT updated.
1075
1076 2013/09/13: Version 10.1.7 - Sebastien Godard (sysstat <at> orange.fr)
1077         * New metric added to sar network devices statistics: %ifutil
1078           now gives the network interface utilization percentage.
1079         * Now use a lightweight static library having only the necessary
1080           functions to compile sysstat commands. This results in a
1081           size 25% to almost 45% smaller for some commands.
1082         * [Kevin Johnson]: Rewrite rule for librdstats.a in Makefile
1083           to allow parallel execution.
1084         * [Peter Schiffer]: Fix wrong permissions for data file created
1085           by sa1 script when HISTORY is greater than 28.
1086         * [Muneyuki Noguchi]: Use %u instead of %d for unsigned int
1087           variables.
1088         * [Muneyuki Noguchi]: Close file descriptor before exit in
1089           pidstat.c.
1090         * [Muneyuki Noguchi]: Remove redundant NULL checks.
1091         * [James Fraser]: Replace comma with semi-colon in filesystems
1092           statistics header line.
1093         * Fixed sar log file corruption in odd Feb 28th edge-case.
1094         * Filesystems statistics (displayed by sar -F) are now collected
1095           by sadc only if option "-S XDISK" is used.
1096         * sar now collects all statistics (including partitions ones)
1097           when data are saved into a file with option -o.
1098         * [Yan Gao]: Update iostat manual page: Don't say that device
1099           saturation occurs when %util is close to 100% for devices
1100           serving multiple requests simultaneously.
1101         * Documentation fixes and updates.
1102         * Several manual pages updated (sar, sadc, sadf, sa1, sa2, sysstat).
1103         * NLS updated.
1104
1105 2013/06/09: Version 10.1.6 - Sebastien Godard (sysstat <at> orange.fr)
1106         * Filesystems statistics added to sar/sadc/sadf. These stats can
1107           be displayed with option -F.
1108         * DTD and XSD documents updated. 
1109         * Code cleaned: Removed several unused constants from header files.
1110         * Sysstat command options can now be 'collapsed' (grouped) when
1111           not followed by an argument. So it's now possible for example
1112           to enter 'iostat -px 2 5' since no device name is given to
1113           option -p. This also concerns pidstat option -U.
1114         * Fixed type for "memfree" and "intr" elements in XSD document.
1115         * Removed functions used to count number of items from rd_stats.c
1116           and put them in a separate file (count.c).
1117         * NLS updated (da, hr, cs). Turkish translation added.
1118         * Typos fixed. README file updated.
1119         * Yet another cosmetic fix in pidstat manual page. Sar and
1120           mpstat manual pages updated.
1121
1122 2013/03/31: Version 10.1.5 - Sebastien Godard (sysstat <at> orange.fr)
1123         * mpstat now takes into account every interrupt per processor
1124           so that their number adds up to the number displayed for CPU "all".
1125         * [Peter Schiffer]: systemd unit file couldn't be installed
1126           because PKG_PROG_PKG_CONFIG macro wasn't expanded in configure
1127           script. This is now fixed.
1128         * [Benno Schulenberg]: Fixed a small inconsistency in pidstat
1129           usage message.
1130         * Cosmetic fixes in pidstat manual page.
1131         * NLS updated (de, eo, fi, fr, ja, nb, nl, ru, uk, vi).
1132         * CREDITS file updated.
1133
1134 2013/03/08: Version 10.1.4 - Sebastien Godard (sysstat <at> orange.fr)
1135         * [Christophe Cerin]: pidstat now stops and displays its average
1136           stats when it receives SIGINT (crtl/c).
1137         * mpstat now stops and displays its average stats when it
1138           receives SIGINT (crtl/c).
1139         * sar now stops and displays its average stats when it receives
1140           SIGINT (crtl/c).
1141         * pidstat now displays task's UID for all tasks.
1142         * pidstat: -U option added. This option tells pidstat to display
1143           the username of the task instead of its UID. When this option is
1144           followed by a user name, then only tasks belonging to the
1145           specified user are displayed by pidstat.
1146         * pidstat manual page updated.
1147         * Now use sigaction() instead of signal() for signals handling
1148           to avoid portability problems.
1149         * FAQ updated.
1150         * NLS updated.
1151
1152 2012/12/23: Version 10.1.3 - Sebastien Godard (sysstat <at> orange.fr)
1153         * Changed network counters (used by sar -n {DEV | EDEV }) to
1154           unsigned long long to keep in sync with current kernels.
1155           WARNING: This breaks compatibility with older sar data
1156           files format for network statistics.
1157         * Changed IPv4 counters (used by sar -n { IP | EIP}) to
1158           unsigned long long to keep in sync with current kernels.
1159           WARNING: This breaks compatibility with older sar data
1160           files format for IPv4 statistics.
1161         * Changed IPv6 counters (used by sar -n { IP6 | EIP6}) to
1162           unsigned long long to keep in sync with current kernels.
1163           WARNING: This breaks compatibility with older sar data
1164           files format for IPv6 statistics.
1165         * [Peter Schiffer]: Added option -y to iostat. This option
1166           prevents iostat from displaying its first report with
1167           statistics since system boot.
1168         * [Peter Schiffer]: Increase NR_CPUS and NR_IRQS values.
1169         * [John Lau]: sadc didn't collect all its activities when
1170           it had to overwrite an old sysstat data file with some
1171           unknown activity formats. This is now fixed.
1172         * Now install sadc in $prefix/lib64 directory on 64 bit machines
1173           even if $prefix/lib directory also exists.
1174         * Fixed DTD document: If computer has run all day without
1175           restart, XML output file from sadf -x has no boot elements.
1176         * Remove heading spaces in softirq names displayed by mpstat
1177           for easier reading.
1178         * Fixed wrong command execution syntax in configure script.
1179         * Removed several unused definitions in some header files.
1180         * iostat manual page updated.
1181         * NLS updated.
1182         * CREDITS file updated.
1183
1184 2012/10/06: Version 10.1.2 - Sebastien Godard (sysstat <at> orange.fr)
1185         * New field added to sar -u and mpstat: %gnice (time spent
1186           running a niced guest).
1187         * New field added to sar -r: kbdirty (amount of memory waiting
1188           to get written back to disk).
1189         * [Peter Schiffer]: systemd support added.
1190         * [Peter Schiffer]: Sysstat init script updated to make it
1191           more conforming to LSB.
1192         * XML DTD document name is now tagged with a version number.
1193         * Fixed a fatal error when compiled with -Werror=format-security.
1194         * sar, sadf and mpstat manual pages updated.
1195         * DTD and XSD documents updated.
1196         * Cosmetic change in sadf -H output.
1197         * NLS updated.
1198
1199 2012/07/29: Version 10.1.1 - Sebastien Godard (sysstat <at> orange.fr)
1200         * Added option -[0-9]+ to sar to show data of that days ago.
1201         * [Peter Schiffer]: Persistent device names support added to
1202           sar and iostat (option -j).
1203         * [Peter Schiffer]: Make sysstat disk counters consistent
1204           with those from latest kernel (3.5).
1205           WARNING: This breaks compatibility with older sar data
1206           files format for disk activity.
1207         * [Peter Schiffer]: sar: Use /sys/dev/block/major:minor links
1208           to determine devices real name.
1209         * Part of 'sadf -H' output was written to stderr instead of
1210           stdout. This is now fixed.
1211         * WARNING: sadf: Option '-T' has been renamed into '-U', and
1212           option '-t' has been renamed into '-T'.
1213         * sadf: New option -t added. This option tells sadf to display
1214           the timestamps in the local time of the data file creator
1215           instead of UTC. The same option exists for sar.
1216         * [Peter Schiffer]: Various cosmetic changes in manual pages
1217           and usage messages displayed by sysstat commands.
1218         * FAQ updated.
1219         * NLS updated.
1220         * sar, sadf and iostat manual pages updated.
1221
1222 2012/05/16: Version 10.0.5 - Sebastien Godard (sysstat <at> orange.fr)
1223         * [Alain Chereau]: Options -g and -T added to iostat. These
1224           options enable the user to display statistics for groups of
1225           devices.
1226         * [Vitezslav Cizek]: sadc now overwrites its standard daily
1227           data file when this file is from a past month.
1228         * sadf: Change time format from HH-MM-SS to HH:MM:SS in the
1229           various reports displayed by sadf.
1230         * XSD document updated: Added a maxOccurs indicator for the
1231           timestamp element.
1232         * Added option --enable-collect-all to configure script.
1233           This option tells sadc to collect all possible activities,
1234           including optional ones.
1235         * [Peter Schiffer]: Set exit code to 0 for sa2 shell script.
1236         * NLS updated. Croatian translation added.
1237         * iostat and sadc manual pages updated.
1238         * FAQ updated.
1239         * CREDITS file updated.
1240
1241 2012/03/07: Version 10.0.4 - Sebastien Godard (sysstat <at> orange.fr)
1242         * [Andrey Borzenkov]: Don't take virtual devices into account in
1243           sar -b results.
1244         * [Peter Schiffer]: iostat didn't display target device
1245           information when a symbolic link was specified as a parameter.
1246           This is now fixed.
1247         * The number of jiffies spent by a CPU in guest mode given by the
1248           corresponding counter in /proc/stat may be slightly different
1249           from that included in the user counter. Take this into account
1250           when calculating current time interval value.
1251         * configure script updated: Added --disable-stripping option.
1252           Using this option tells configure to NOT strip object files.
1253         * FAQ updated.  
1254         * sa1 manual page updated.
1255         * NLS updated. Serbian translation added.
1256
1257 2011/11/27: Version 10.0.3 - Sebastien Godard (sysstat <at> orange.fr)
1258         * sadf: New output format added: JSON (JavaScript Object
1259           Notation). This format can be displayed with sadf's option -j.
1260         * [Jurgen Heinemann]: Fixed a bug in sadf XML output.
1261         * [Jurgen Heinemann]: Fixed several bugs in DTD and XSD
1262           documents.
1263         * [Petr Uzel]: Fixed random crash with iostat when called with
1264           option -N [NOVELL Bug#729130].
1265         * sadf manual page updated.
1266         * NLS updated.
1267         * CREDITS file updated.
1268
1269 2011/08/28: Version 10.0.2 - Sebastien Godard (sysstat <at> orange.fr)
1270         * sadf modified to make it easier to add new output formats.
1271           Its design is still not generic anyway.
1272         * Option -T added to sadf: This option tells sadf to display
1273           timestamps in seconds since the epoch (when applicable).
1274         * Option "-P ON" added to mpstat. This option tells mpstat
1275           to display stats only for online CPU.
1276         * [Kei Ishida]: pidstat displayed stats for processes that
1277           had terminated while pidstat was running. This is now fixed.
1278         * [Jeroen Roovers]: Automate translation files handling in
1279           Makefile.in.
1280         * DTD and XSD documents updated.
1281         * sadf and mpstat manual pages updated.
1282         * pidstat manual page updated: Added description of field %MEM
1283           displayed by pidstat -r.
1284         * Various cosmetic changes (sar.c, sadf.c).
1285         * NLS updated.
1286         * CREDITS file updated.
1287
1288 2011/06/03: Version 10.0.1 - Sebastien Godard (sysstat <at> orange.fr)
1289         * Added USB devices statistics to sar and sadc. The option
1290           "-m USB" can now be used with sar to take a snapshot of all
1291           the USB devices currently plugged into the system.
1292         * sadf -p now displays the sensor device name for temperature,
1293           voltage inputs and fans statistics.
1294         * sar and pidstat: Check that _("Average") string doesn't exceed
1295           the size of the timestamp buffer.
1296         * [Ivana Varekova]: Added option -h to iostat. This option makes
1297           the device utilization report easier to read with long device
1298           names.
1299         * [Ivana Varekova]: cifsiostat didn't count open files from the
1300           "Posix Open" column in /proc/fs/cifs/Stats file. This is now
1301           fixed.
1302         * [Ivana Varekova]: Close file descriptor in read_uptime()
1303           function (rd_stats.c file).
1304         * Fixed XML output displayed by sadf (hugepages statistics were
1305           included in <power-management> section).
1306         * sar: Decrease column width for sensor device name (temperature,
1307           voltage inputs and fans statistics).
1308         * Remove unnecessary arguments from functions in pr_stats.c.
1309         * sar manual page updated.
1310         * DTD and XSD documents updated and cleaned.
1311         * NLS updated. Esperanto translation added.
1312         * CREDITS file updated.
1313
1314 2011/03/15: Version 10.0.0 - Sebastien Godard (sysstat <at> orange.fr)
1315         * [Ivana Varekova]: Fixed a problem with long NFS and CIFS share
1316           names in cifsiostat and nfsiostat.
1317         * [Ivana Varekova]: Added the possibility to extend the number
1318           of slots for NFS and CIFS mount points on the fly.
1319         * [Ivana Varekova]: Check calloc() return value in cifsiostat
1320           and nfsiostat.
1321         * [Jan Kaluza]: Added --debuginfo option to cifsiostat and
1322           nfsiostat.
1323         * cifsiostat and nfsiostat manual pages updated.
1324         * Don't link sysstat's commands with sensors library if not
1325           needed [DEBIAN Bug#612571].
1326         * [Adam Heath]: iostat incorrectly mapped device-mapper IDs
1327           greater than 256. This is now fixed [DEBIAN Bug#614397].
1328         * Sysstat's commands option -V now displays the version number
1329           on stdout and returns 0 for the exit code.
1330         * sysstat_panic function is now defined only in DEBUG mode.
1331         * NLS updated. Ukrainian translation added.
1332         * CREDITS file updated.
1333
1334 2010/12/26: Version 9.1.7 - Sebastien Godard (sysstat <at> orange.fr)
1335           INFO: stats_queue structure format has changed and is *not*
1336           compatible with the previous one [+1]
1337         * sar now tells sadc to read only the necessary groups of
1338           activities.
1339         * Added a new metric (number of tasks waiting for I/O) to
1340           sar -q.
1341         * Added two new metrics (amount of active and inactive
1342           memory) to sar -r.
1343         * [Ivana Varekova]: Fix segfaults on bogus localtime input.
1344         * Fixed bogus CPU statistics output, which happened when
1345           CPU user value from /proc/stat wasn't incremented whereas
1346           CPU guest value was.
1347         * nfsiostat now takes into account POSIXLY_CORRECT environment
1348           variable. nfsiostat default output is expressed in kB/s,
1349           unless this variable is set (in which case the output is
1350           expressed in blocks/s).
1351         * No longer assume that device-mapper major number is 253.
1352           Get the real number from /proc/devices file.
1353         * DTD and XSD documents updated.
1354         * [Kenichi Okuyama]: Small change to sar manual page.
1355         * sar manual page updated.
1356         * NLS updated.
1357         * Code cleaned.
1358
1359 2010/11/10: Version 9.1.6 - Sebastien Godard (sysstat <at> orange.fr)
1360           WARNING: Daily data files format has changed, and is *not*
1361           compatible with the previous one! [0x2171]
1362         * Added a new magical value for each activity in file.
1363           A format change can now hit only one activity instead of
1364           the whole file.
1365         * Added CPU average clock frequency statistics to sar and sadc.
1366         * Added hugepages utilization statistics to sar and sadc.
1367         * Fixed some differences between XML output (as displayed by
1368           sadf -x) and DTD document.
1369         * sadc -S POWER didn't include voltage inputs statistics.
1370           This is now fixed.
1371         * Define groups of activities: Each activity has now a new
1372           attribute specifying the group it belongs to (POWER, IPV6, etc.)
1373         * [Ivana Varekova]: Moved manual pages to $prefix/share/man
1374           instead of $prefix/man.
1375         * [Ivana Varekova]: Fixed configure's --disable-man-group option.
1376         * [Ivana Varekova]: Added SADC_OPTIONS to sysstat configuration file.
1377         * [Ivana Varekova]: Added sysstat(5) manual page.
1378         * sar manual page updated.
1379         * DTD and XSD documents updated.
1380         * NLS updated.
1381         * Split up prf_stats.c file into rndr_stats.c and xml_stats.c
1382         * Moved cron files in a separate cron subdirectory.
1383         * Made sysstat git aware.
1384         * CREDITS file updated.
1385
1386 2010/09/12: Version 9.1.5 - Sebastien Godard (sysstat <at> orange.fr)
1387         * Added voltage inputs statistics to sar and sadc.
1388         * Added %temp field to device temperature statistics (sar -m TEMP).
1389         * Added drpm field to fan speed statistics (sar -m FAN).
1390         * XSD and DTD documents updated.
1391         * sar manual page updated. Indicate that svctm field should
1392           no longer be trusted.
1393         * Removed link to isag(1) from man pages.
1394         * NLS updated. Czech translation added.
1395         * Sample crontabs and sysstat init script: Don't collect disk
1396           data by default.
1397         * Code cleaned.
1398
1399 2010/07/29: Version 9.1.4 - Sebastien Godard (sysstat <at> orange.fr)
1400         * [Jan Kaluza]: Added fan speed and device temperature
1401           statistics to sar and sadc.
1402         * [Jan Kaluza]: Configure script updated. Now check for
1403           lm_sensors library.
1404         * Configure script updated: Added --disable-sensors option.
1405         * Configure script updated: Removed --enable-smp-race option.
1406         * iconfig script updated.
1407         * sar manual page updated.
1408         * XSD and DTD documents updated.
1409         * [Ivana Varekova]: sysstat init script updated.
1410         * Default owner for sadc/sar crontab is now root.
1411         * Various fixes in cifsiostat and nfsiostat manual pages.
1412         * NLS updated.
1413
1414 2010/06/27: Version 9.1.3 - Sebastien Godard (sysstat <at> orange.fr)
1415         * [Ivana Varekova]: Move NFS code out from iostat and create
1416           the new nfsiostat command.
1417         * [Ivana Varekova]: Added cifsiostat command. This command
1418           displays CIFS statistics.
1419         * [Mario Konrad]: Added regular expressions support to pidstat's
1420           option -C.
1421         * [Mario Konrad]: Added option -s to pidstat to display stack
1422           statistics.
1423         * [Ivana Varekova]: Fixed condition used by sar to distinguish
1424           betwwen a counter reset by a newly registered device and a
1425           counter overflow.
1426         * [Jan Kaluza]: Added --debuginfo option to iostat.
1427         * [Jan Kaluza]: Added --enable-debuginfo option to configure script.
1428         * iconfig configuration script updated.
1429         * iostat manual page updated. Indicate that svctm field should
1430           no longer be trusted.
1431         * pidstat manual page updated.
1432         * autoconf script updated.
1433         * NLS updated.
1434         * README and CREDITS files updated.
1435
1436 2010/05/23: Version 9.1.2 - Sebastien Godard (sysstat <at> orange.fr)
1437         * Added r_await and w_await fields to iostat's extended statistics.
1438         * Added support for tickless CPUs in sar and mpstat.
1439         * NLS was not taken into account when mpstat or sar were displaying
1440           some null statistics. This is now fixed.
1441         * sadc no longer syncs data with its output file contents. It
1442           put a pain on flash devices as it undermined any tuning of
1443           the vm's write behavior [DEBIAN Bug#559686].
1444         * NLS updated. Basque translation added.
1445         * iostat, sar and sa1 manual pages updated.
1446         * CREDITS file updated.
1447
1448 2010/02/28: Version 9.1.1 - Sebastien Godard (sysstat <at> orange.fr)
1449         * Remove support for kernels older than 2.6.x.
1450         * iostat now takes into account POSIXLY_CORRECT environment
1451           variable. iostat default output for disk utilization is
1452           expressed in kB/s, unless this variable is set (in which case
1453           the output is expressed in blocks/s).
1454         * mpstat can now display per processor software interrupts
1455           statistics. This requires Linux kernel 2.6.31 or later.
1456         * Because of a change in /proc/interrupts file format, mpstat
1457           was no longer counting the proper number of interrupts. This
1458           is now fixed.
1459         * Manual pages updated.
1460         * NLS updated.
1461         * Code cleaned.
1462
1463 2009/11/11: Version 9.0.6 - Sebastien Godard (sysstat <at> orange.fr)
1464         * "sadf -x" now takes into account options -s and -e (which
1465           specify a starting and ending time) and also interval and
1466           count parameters [DEBIAN bug#546259].
1467         * Option -C added to sadf. Use it to tell sadf to display comments
1468           present in file (also works with XML format).
1469         * sar and sadf sometimes didn't handle COMMENT records properly.
1470           This is now fixed.
1471         * XML output (displayed by sadf -x) modified for kernel tables
1472           statistics.
1473         * XSD and DTD documents updated.
1474         * [Yibin Shen]: HZ variable was not explicitly set in sadc.c. This
1475           is now fixed.
1476         * [Lans Carstensen]: sargraph added (sargraph is a shell script
1477           used to make graphs based on sadf XML output).
1478         * sadf manual page updated.
1479         * FAQ updated.
1480         * NLS updated.
1481         * CREDITS file updated.
1482
1483 2009/09/20: Version 9.0.5 - Sebastien Godard (sysstat <at> orange.fr)
1484         * sysstat should now be able to pretty print device names whose
1485           minor numbers are greater than or equal to 256. (Tests have
1486           been made on a large 26TB RHEL5/PP Linux cluster.)
1487         * sadc manual page updated.
1488         * NLS updated.
1489         * FAQ updated.
1490
1491 2009/07/19: Version 9.0.4 - Sebastien Godard (sysstat <at> orange.fr)
1492         * [Jonathan Kamens]: Fix double free/memory corruption bug
1493           with sadc.
1494         * [Jeroen Roovers]: Get entirely rid of implicit rule for
1495           libsyscom.a in Makefile to fix a problem with parallel
1496           execution.
1497         * sysstat.ioconf configuration file updated.
1498         * NLS updated.
1499         * CREDITS file updated.
1500
1501 2009/05/24: Version 9.0.3 - Sebastien Godard (sysstat <at> orange.fr)
1502         * [Michael Blakeley]: Option -z added to iostat. This option
1503           tells iostat to omit output for any devices for which there
1504           was no activity during the sample period.
1505         * [Tomasz Pala]: Fix mpstat where interrupt values should be
1506           read as unsigned integers.
1507         * sar -n ALL didn't select IPv6 statistics. This is now fixed.
1508         * iostat, sar and mpstat manual pages updated.
1509         * sadf -x now displays file creation date.
1510         * XSD and DTD documents updated.
1511         * NLS updated. Latvian translation added.
1512         * CREDITS file updated.
1513         * Code cleaned.
1514
1515 2009/04/02: Version 9.0.2 - Sebastien Godard (sysstat <at> orange.fr)
1516         * sadc can now collect partition statistics in addition to disk ones.
1517           Keywords XDISK and XALL have been added to -S option.
1518         * Fixed a memory corruption in pidstat and iostat. This corruption
1519           could happen when a list of comma-separated values following
1520           option -p was entered on the command line.
1521         * configure now takes into account a new variable named rcdir.
1522           This variable may be used to specify the directory where
1523           startup scripts will be installed.
1524         * The value of directory for installing documentation files
1525           can now be set with configure's --docdir option.
1526         * Fixed a small bug in activity.c file, where there was a
1527           missing semicolon between two fields.
1528         * sar and sadc manual pages updated.
1529         * NLS updated.
1530         * CREDITS file updated.
1531
1532 2009/03/07: Version 9.0.1 - Sebastien Godard (sysstat <at> orange.fr)
1533         * Fix a crash with sar where a pointer was freed twice.
1534         * NLS updated.
1535         * sar manual page updated.
1536         * CREDITS file updated.
1537
1538 2009/03/01: Version 9.0.0 - Sebastien Godard (sysstat <at> orange.fr)
1539         * Option -m added to sar. This option is intended to display
1540           power management statistics. At the present time, only
1541           CPU frequency statistics are available.
1542         * sadc updated: Option "-S POWER" tells sadc to collect power
1543           management statistics.
1544         * sadf command updated to take into account power management
1545           statistics.
1546         * [Mike Harvey]: No longer truncate the interval of time to
1547           32 bits, as this may cause some problems when displaying
1548           average values statistics on machines with hundreds of CPU.
1549         * read_uptime(): Cast values read from /proc/uptime to
1550           unsigned long long.
1551         * Fixed a small bug in sar where it didn't parse arguments
1552           properly when some options were entered in a specific order.
1553         * sadc and sar manual pages updated.
1554         * XSD and DTD documents updated.
1555         * FAQ updated.
1556         * NLS updated.
1557         * Code cleaned. Makefile cleaned.
1558
1559 2009/01/11: Version 8.1.8 - Sebastien Godard (sysstat <at> orange.fr)
1560         * IPv6 support added. A bunch of new metrics have been added to
1561           sar, enabling the user to display statistics for IPv6 protocol
1562           family (IPv6, ICMPv6, UDPv6 and network sockets).
1563         * sadc updated: Option "-S IPV6" tells sadc to collect IPv6
1564           statistics.
1565         * sadf command updated to take into account IPv6 statistics.
1566         * Options -S (for sadc), -P (for mpstat, sar and sadf), -p (for
1567           iostat and pidstat) and -n and -I (for sar) now accept a list of
1568           comma-separated arguments.
1569         * [Ivana Varekova]: Make iostat display statistics for devices only
1570           (and not partitions) when not using its option -d. This was
1571           no longer possible with kernels 2.6.25 and later because iostat
1572           couldn't distinguish between devices and partitions any more.
1573         * iostat's options -x and -p are no longer mutually exclusive:
1574           Extended statistics are now available even for partitions with
1575           recent kernels.
1576         * iostat was unable to read stats from sysfs for devices who had
1577           a slash in their names (for example, iostat -p /dev/cciss/c0d0
1578           didn't work properly before). This is now fixed.
1579         * [Amir Rapson]: Fixed a bug in iostat where %CPU spent
1580           servicing hard and soft irq were counted twice. This bug
1581           was introduced in 8.1.5.
1582         * DTD and XSD files updated.
1583         * Manual pages updated.
1584         * NLS updated. Maltese translation added.
1585         * CREDITS file updated.
1586
1587 2008/11/13: Version 8.1.7 - Sebastien Godard (sysstat <at> orange.fr)
1588         * Support for SNMP statistics added to sar. Several keywords
1589           have been added to option "-n". The user can now display
1590           statistics about IP, ICMP, TCP and UDP network traffic.
1591         * sadc updated: Option "-S SNMP" tells sadc to collect SNMP
1592           statistics.
1593         * sadf command updated to take into account SNMP statistics.
1594         * sadf -x now also displays number of CPU.
1595         * DTD and XSD files updated.
1596         * sar/sadc: Each item (like network interfaces) is now counted
1597           once.
1598         * [Eduardo Ferro Aldama]: Option -l added to pidstat. This
1599           option enables the user to display the whole command line for
1600           each process.
1601         * Option -h added to sar. This option displays a short help message.
1602         * Cosmetic change in sadf -x output for network statistics.
1603         * sadf -H now displays the real name of each activity saved in file.
1604         * Fixed some memory leaks detected by valgrind.
1605         * pidstat, sar and sadc manual pages updated.
1606         * FAQ updated.
1607         * NLS updated.
1608         * CREDITS file updated.
1609         * Code cleaned.
1610
1611 2008/09/30: Version 8.1.6 - Sebastien Godard (sysstat <at> orange.fr)
1612         * [David Alan Gilbert]: Option -h added to pidstat. This
1613           option is used to display all activities horizontally on a
1614           single line.
1615         * Fixed a bug in pidstat: When pidstat was used to monitor a
1616           process and all its threads (with pidstat's option -t), it
1617           could display weird values if the thread group leader terminated.
1618         * Header line displayed by sar, iostat, mpstat, pidstat and
1619           sadf -H now includes the number of CPU.
1620         * Use the correct word TGID instead of PID with pidstat -t.
1621         * mpstat now displays stats for all interrupts, including NMI,
1622           LOC, etc.
1623         * sar and sadf now check that CPU activity is available in file.
1624         * iostat's option -t now always displays the date and the time.
1625         * Added option "--disable-documentation" to ./configure. Using
1626           this option prevents documentation files (including manual
1627           pages) from being installed.
1628         * iconfig script updated. Now ask the user for documentation
1629           and isag script installation.
1630         * Manual pages updated.
1631         * NLS updated. Indonesian and Chinese (traditional) translations
1632           added.
1633         * README-nls file updated.
1634         * Makefile updated: There is now a dedicated target to install
1635           or uninstall NLS files
1636         * FAQ updated.
1637         * CREDITS file updated.
1638         * Code cleaned.
1639
1640 2008/07/14: Version 8.1.5 - Sebastien Godard (sysstat <at> orange.fr)
1641         * Added virtual machine time accounting to "sar -u ALL" and
1642           mpstat (%guest).
1643         * pidstat has also been updated to be able to display time
1644           spent in virtual machine for a task, and for a task and all
1645           its children.
1646         * Option -S added to sar: This options tells sar to display
1647           swap space utilization. Option -r now only displays memory
1648           utilization.
1649         * Added %swpcad to sar -S (percentage of cached swap memory
1650           in relation to the amount of used swap space).
1651         * Added kbcommit and %commit to sar -r (amount and percentage
1652           of memory needed for current workload).
1653         * sadf -x now distinguishes between options -r and -R.
1654         * sadf command updated to take into account new fields
1655           (%guest, %swpcad, etc.)
1656         * [Ivana Varekova]: iostat now displays the total number of
1657           operations per second in the NFS report.
1658         * Fixed iostat so that %system (percentage of CPU utilization
1659           that occurred while executing at system level) also takes
1660           into account time spent to service interrupts and softirqs.
1661         * Added a missing header line for activities with multiple
1662           outputs displayed by sar (eg. sar -rR ...).
1663         * Makefile updated: There is now a dedicated target to install
1664           or uninstall manual pages.
1665         * Manual pages updated.
1666         * Code cleaned.
1667         * XSD and DTD documents updated.
1668         * isag script updated.
1669
1670 2008/06/22: Version 8.1.4 - Sebastien Godard (sysstat <at> orange.fr)
1671         * sar can now collect and display all CPU fields with its new
1672           option "-u ALL". sadf has also been updated to be able to
1673           display them.
1674         * mpstat can now display per-CPU interrupts statistics with its
1675           option "-I CPU". This was a feature available in sar that was
1676           removed in previous sysstat version.
1677         * mpstat uses now a separate option ("-I SUM") to display the
1678           total number of interrupts for each processor.
1679         * Option -A added to mpstat. This switch tells mpstat to display
1680           all possible activities.
1681         * NFS v4 support added to sar -n NFS(D). When both NFS v3 and
1682           NFS v4 are used, stats from NFS v3 and NFS v4 are added
1683           together [DEBIAN bug#434442].
1684         * Code cleaned: mpstat, iostat and pidstat now use the common
1685           functions from rd_stats.c to read CPU stats from /proc/stat;
1686           Computing extended disk statistics (service time, etc.) is now
1687           done in one place (common function used by iostat, sar, sadf).
1688         * All sysstat commands are made consistent with how parameters
1689           are interpreted: "COMMAND <interval>" now generates a report
1690           continuously, "COMMAND <interval> 0" causes an error,
1691           "COMMAND 0" displays a report since system startup
1692           [DEBIAN bug#475707].
1693         * Changed XML output for processes and context switches displayed
1694           by sadf -x to be consistent with output from sar.
1695         * mpstat and sar manual pages updated.
1696         * isag script updated.
1697         * FAQ updated.
1698         * DTD and XML Schema updated.
1699         * NLS updated.
1700
1701 2008/05/25: Version 8.1.3 - Sebastien Godard (sysstat <at> orange.fr)
1702           WARNING: Daily data files format has changed, and is *not*
1703           compatible with the previous one! [0x2170]
1704         * sar, sadc and sadf heavily modified. It is now easier to add
1705           (or remove) activities since sar and sadc have been rewritten
1706           in a non-monolithic way with a generic design architecture.
1707         * Option -c removed from sar. Task creation and context switch
1708           activities are now merged and available with option -w.
1709         * sar no longer displays interrupts per processor statistics.
1710           This feature will be included in mpstat in next sysstat version.
1711         * Option -S added to sadc. This option replaces previous options
1712           -I or -d, and is used to select activities that should be
1713           collected and saved in file. It is even possible to
1714           select each activity collected by sadc.
1715         * Format of data files created by sar/sadc heavily modified.
1716           In some cases, it is now possible to add or remove activities
1717           while keeping a compatible format that can be read by a previous
1718           or future sysstat version.
1719         * sadf now only displays activities that have been explicitly
1720           selected.
1721         * sar now checks that devices displayed by option -d are whole
1722           devices (and not partitions) using sysstat.ioconf configuration
1723           file. If this file is not found in its default directory, then
1724           sysstat looks for it in current directory.
1725         * gettextize entire usage() messages so that translators have
1726           free scope to act.
1727         * DTD and XML Schema updated.
1728         * Manual pages updated.
1729         * Crontab samples updated.
1730         * FAQ updated.
1731         * Code cleaned.
1732
1733 2008/03/16: Version 8.1.2 - Sebastien Godard (sysstat <at> orange.fr)
1734         * [Ivana Varekova]: iostat now displays read and write operations
1735           per second in the NFS report.
1736         * [Tomas Mraz]: sadc now retries to write its buffers when the
1737           write() call has been interrupted by a signal.
1738         * Use setbuf() call instead of fflush() to indicate that data
1739           should not be buffered to stdout.
1740         * Option -h added to sadf. Used with options -d or -D, it
1741           indicates that all activities should be displayed horizontally
1742           on a single line of data.
1743         * sadf -d and sadf -D now display the list of fields for easier
1744           data reading.
1745         * sadf and iostat manual pages updated.
1746         * NLS updated: Chinese (simplified) translation added, other
1747           translations updated.
1748
1749 2008/02/10: Version 8.1.1 - Sebastien Godard (sysstat <at> orange.fr)
1750           WARNING: Daily data files format has changed, and is *not*
1751           compatible with the previous one! [0x216f]
1752         * System activity data files now have extra header data that
1753           enable to identify which version of sysstat created them.
1754         * sadf -H now displays the version of sysstat used to create
1755           a system activity data file.
1756         * Machine architecture is now displayed in the reports header.
1757           sadf -x also displays machine architecture.
1758         * DTD and XML Schema documents updated.
1759         * The number of processors was not properly calculated on
1760           machines where a directory named cpuidle was present in the
1761           /sys/devices/system/cpu directory [GENTOO bug# 207886].
1762         * Use __CPU_SETSIZE definition from <sched.h> instead of a
1763           static definition for the maximum number of CPUs (NR_CPUS).
1764         * Improved error messages displayed by sysstat's commands.
1765         * NLS updated: Finnish translation added, Dutch translation
1766           updated.
1767         * FAQ updated.
1768         * Code cleaned and documented. Linux-like style applied to
1769           code source. Large functions split into smaller ones.
1770
1771 2008/01/06: Version 8.0.4 - Sebastien Godard (sysstat <at> orange.fr)
1772         * Removed a 'packed' attribute in pidstat.h that generated
1773           a warning with gcc 4.1.1.
1774         * Take account of all memory zone types when calculating
1775           pgscank, pgscand and pgsteal displayed by sar -B.
1776         * XML Schema added. Useful with sadf option -x.
1777         * sadc and sadf manual pages updated.
1778         * NLS updated: Dutch translation added.
1779         * NLS updated: Brazilian Portuguese translation added.
1780         * NLS updated: Vietnamese translation added.
1781         * NLS updated: Kirghiz translation added.
1782         * NLS updated: Added a PO template file in nls directory.
1783           Makefile modified to enable PO files update.
1784         * sccsid string now also includes package name and version number.
1785         * Makefile updated: Startup links are named S01xxx instead of S03xxx
1786           to be consistent with chkconfig values.
1787         * Various spelling fixes.
1788         * CREDITS file updated.
1789
1790 2007/11/19: Version 8.0.3 - Sebastien Godard (sysstat <at> orange.fr)
1791         * mpstat and sar didn't parse /proc/interrupts correctly when
1792           some CPUs had been disabled. This is now fixed.
1793         * Fixed a bug in pidstat where a confusion between PID and TID
1794           could sometimes happen, resulting in erroneous statistics
1795           values being displayed.
1796         * iconfig script updated: Help for --enable-compress-manpg
1797           parameter is now available, help for --enable-install-cron
1798           parameter updated, added parameter cron_interval.
1799         * sa2 shell script can now compress sar data files using bzip2.
1800         * Makefile updated: Now also remove sysstat.crond.sample.in.
1801           Documentation is installed in $prefix/share/doc/ instead of
1802           $prefix/doc/ directory.
1803         * isag updated.
1804         * FAQ updated.
1805         * CREDITS file updated.
1806         * Sysstat's URL updated.
1807
1808 2007/10/26: Version 8.0.2 - Sebastien Godard (sysstat <at> orange.fr)
1809         * Option -w added to pidstat. pidstat can now display task
1810           switching activity.
1811         * Fixed a memory leak in pidstat that was triggered when
1812           reading stats for threads.
1813         * Fixed a bug where device names were incorrectly displayed by
1814           sar -d or sar -dp. Fixed also this bug for sadf.
1815         * When using option -o, sar now saves by default all the
1816           statistics into the file, including interrupts and disks
1817           statistics. Interrupts and disks statistics remain optional
1818           when using sadc.
1819         * sysstat startup script updated.
1820         * sar and pidstat manual pages updated.
1821         * isag updated.
1822         * NLS updated.
1823         * Code cleaned.
1824         * CREDITS file updated.
1825
1826 2007/09/30: Version 8.0.1 - Sebastien Godard (sysstat <at> orange.fr)
1827         * Option -t added to pistat. pidstat can now display stats for
1828           every thread (TID) of a process.
1829         * pidstat's option -T CHILD now reports global statistics for
1830           selected tasks and all their children (and not only for the
1831           children).
1832         * pidstat now reads VSZ and RSS values from /proc/#/stat instead
1833           of /proc/#/status.
1834         * Fixed a rare parallel make issue creating archive libsyscom.a
1835           [GENTOO bug #193208].
1836         * pidstat manual page updated.
1837         * SCCS identification string added to all commands.
1838         * NLS updated.
1839         * Code cleaned.
1840         * CREDITS file updated.
1841
1842 2007/09/02: Version 8.0.0 - Sebastien Godard (sysstat <at> orange.fr)
1843           WARNING: Daily data files format has changed, and is *not*
1844           compatible with the previous one! [0x216e]
1845         * pidstat command improved. It is now able to report CPU and
1846           page fault statistics for the child processes of a task.
1847         * Option -T added to pidstat. This option tells pidstat if
1848           statistics are to be reported for tasks (which is the default)
1849           or for their children.
1850         * Fixed a security flaw in sysstat startup script (CVE-2007-3852).
1851         * Removed super*, dquot* and rtsig* fields from sar -v.
1852           They were made obsolete in Linux kernels 2.6.
1853         * Fields file-sz and inode-sz from sar -v renamed to file-nr
1854           and inode-nr.
1855         * Added field pty-nr (number of pseudo-terminals) to sar -v.
1856         * Added field tcp-tw (number of sockets in TIME_WAIT state)
1857           to sar -n SOCK.
1858         * sar and sadf updated so that they can properly extract records
1859           (with their options -s and -e) from a file containing data for
1860           two consecutive days.
1861         * Added option "--enable-install-isag" to "configure" to enable
1862           the user to install isag script.
1863         * Fixed a typo in iconfig script: The user was unable to specify
1864           the crontab owner.
1865         * Manual pages updated.
1866         * Sysstat DTD file updated.
1867         * isag updated.
1868         * NLS updated.
1869         * FAQ updated.
1870         * CREDITS file updated.
1871         * Author's email updated.
1872
1873 2007/07/08: Version 7.1.6 - Sebastien Godard (sysstat <at> wanadoo.fr)
1874           WARNING: Daily data files format has changed, and is *not*
1875           compatible with the previous one! [0x216d]
1876         * New VM paging metrics added to sar (option -B).
1877         * Options -x and -X have been removed from sar. Use pidstat(1)
1878           command instead.
1879         * NR_CPUS increased to 16384 so that sysstat can be used on
1880           very large systems.
1881         * Fixed a bug in sadc.c where it was using a hardcoded 256 char
1882           buffer to store lines read from /proc/interrupts.
1883         * sar updated to avoid overflow when computing some average values.
1884         * sar and mpstat manual pages updated.
1885         * Sysstat DTD file updated.
1886         * FAQ updated.
1887         * NLS updated.
1888         * CREDITS file updated.
1889
1890 2007/06/07: Version 7.1.5 - Sebastien Godard (sysstat <at> wanadoo.fr)
1891           WARNING: Daily data files format has changed, and is *not*
1892           compatible with the previous one! [0x216c]
1893         * Option -d added to pidstat: This option reports I/O statistics
1894           for individual tasks.
1895         * Option -C added to sadc: This option enables the user to insert
1896           a timestamped comment in the binary data file.
1897         * Option -C added to sar: This option tells sar to display
1898           comments inserted in the binary data file by sadc.
1899         * sadf updated to display comments.
1900         * Fixed a bug that could happen while reading /proc/interrupts,
1901           where irq numbers can now be 4 digits long in recent kernels.
1902         * Fixed a possible buffer overflow in ioconf.c.
1903         * Makefile updated: Remove previous manual pages before installing
1904           new ones.
1905         * pidstat, sar and sadc manual pages updated.
1906         * Sysstat DTD file updated.
1907         * Fixed DTD version in sadf.h.
1908         * NLS updated.
1909         * CREDITS file updated.
1910
1911 2007/04/29: Version 7.1.4 - Sebastien Godard (sysstat <at> wanadoo.fr)
1912         * Addition of a new command "pidstat" aimed at displaying
1913           per-process statistics.
1914         * Option -N added to iostat. This option enables the user to
1915           query any device-mapper devices for their registered device name
1916           [bugzilla #177540].
1917         * Fixed a small memory leak in readp_uptime() function.
1918         * Typo fixed in configure.in file
1919           (s+INIT_DIR/etc/rc.d/init.d+INIT_DIR=/etc/rc.d/init.d+).
1920         * Stricter syntax checking for iostat.
1921         * sar -dp now displays the device as "devM-N" (instead of "nodev")
1922           when it can't find its real name in sysstat.ioconf file.
1923         * iostat -t now also takes into account the value of environment
1924           variable S_TIME_FORMAT.
1925         * Manual pages now take into account variables defined by
1926           "configure".
1927         * isag now takes into account variables defined by "configure".
1928         * "configure" now determines automatically whether workaround for
1929           SMP race is needed. This workaround is for SMP kernels 2.2.x with
1930           x <= 15 only.
1931         * pidstat manual page added. Other manual pages updated.
1932         * Makefile updated.
1933         * NLS updated.
1934         * FAQ updated.
1935         * Code cleaned again and again...
1936         * Removed sargon from contrib directory since its features are
1937           now included in sysstat by default.
1938
1939 2007/03/27: Version 7.1.3 - Sebastien Godard (sysstat <at> wanadoo.fr)
1940           WARNING: Daily data files format has changed, and is *not*
1941           compatible with the previous one! [0x216b]
1942         * Hotplug CPU support: Fixed a bug that happened when sar tried
1943           to read a datafile created while a least one processor was
1944           disabled.
1945         * Better support for keeping sar logfiles for more than one month
1946           (several bugs fixed in sa1 and sa2 scripts).
1947         * Fixed a small bug in sa2 script, where obsolete log files would not
1948           be deleted if system activity directory was a symbolic link to
1949           some other directory.
1950         * The new variable "conf_dir" now enables the user to specify sysstat
1951           configuration directory. This variable is used by "configure".
1952         * Added option "--enable-compress-manpg" to "configure" to enable the
1953           user to compress manual pages during installation.
1954         * Removed some 'packed' attributes in sa.h and iostat.h that
1955           generated warnings with gcc 4.1.1.
1956         * isag (Interactive System Activity Grapher) improved.
1957         * CREDITS file updated.
1958         * Code cleaned.
1959
1960 2007/03/04: Version 7.1.2 - Sebastien Godard (sysstat <at> wanadoo.fr)
1961           WARNING: Daily data files format has changed, and is *not*
1962           compatible with the previous one! [0x216a]
1963         * Better hotplug CPU support. Now sysstat no longer assumes that
1964           CPU#0 can never be disabled. It uses /proc/uptime file to
1965           compute time interval.
1966         * Various structures realignment to save memory (and disk space).
1967         * Make sar -n display network traffic in kilobytes instead of bytes.
1968         * Make sysstat compile cleanly with gcc 4.0.2.
1969         * sysstat DTD file updated.
1970         * NLS updated: Danish translation added.
1971         * Manual pages updated.
1972         * CREDITS file updated.
1973
1974 2007/02/21: Version 7.1.1 - Sebastien Godard (sysstat <at> wanadoo.fr)
1975         * Autoconf support added.
1976         * iconfig (Interactive Configuration script) added. iconfig is
1977           a front-end to ./configure.
1978         * spec file updated.
1979         * FAQ updated.
1980         * sadf manual page updated.
1981         * CREDITS file updated.
1982
1983 2007/02/04: Version 7.0.4 - Sebastien Godard (sysstat <at> wanadoo.fr)
1984         * Removed linux/major.h from list of files included in ioconf.c.
1985           It was actually not used and also prevented sysstat from being
1986           compiled on GNU/kFreeBSD.
1987         * Sysstat scripts (sa1, sa2, sysstat) modified to enable the user
1988           to keep sar data for more than one month.
1989         * New parameter (COMPRESSAFTER) added to /etc/sysconfig/sysstat.
1990           It gives the number of days after which sar datafiles must be
1991           compressed to save disk space.
1992         * Replaced the word "Device" with "Filesystem" for iostat
1993           NFS report.
1994         * iostat manual page updated.
1995         * Makefile updated: don't use a static list of languages to
1996           compile NLS files.
1997         * "make install" now always install sysstat configuration file
1998           (default location is /etc/sysconfig).
1999         * FAQ updated.
2000         * Added my email address when displaying sysstat version.
2001         * NLS updated.
2002
2003 2006/12/03: Version 7.0.3 - Sebastien Godard (sysstat <at> wanadoo.fr)
2004         * iostat NFS statistics added.
2005         * iostat manual page updated.
2006         * Columns "r/s" and "w/s" enlarged for iostat -x.
2007         * Minor change so that sar -u may fit in 80 columns.
2008         * NLS updated.
2009         * CREDITS file updated.
2010
2011 2006/10/22: Version 7.0.2 - Sebastien Godard (sysstat <at> wanadoo.fr)
2012         * Hotplug CPU support added to sar and mpstat 
2013         * Use /sys to count the number of available processors.
2014           /proc/stat is used for that only if /sys is not found.
2015         * sysstat DTD updated.
2016         * sysstat spec file updated (gettext is now required).
2017         * NLS updated: Swedish translation added.
2018         * Manual pages updated.
2019         * Makefile updated.
2020         * CREDITS file updated.
2021
2022 2006/09/17: Version 7.0.1 - Sebastien Godard (sysstat <at> wanadoo.fr)
2023         * Use now sysconf() function to get the size of a memory page
2024           instead of using header file <asm/page.h>.
2025         * The time specified with sadf options -s and -e is now always
2026           considered as given in local time. sadf output is now really
2027           consistent with that of sar.
2028         * Fixed a bug in the SREALLOC() macro which was causing sar to
2029           exit unexpectedly with this message: "realloc: Success".
2030         * Try to better guess when a stats title line has to be displayed
2031           by sar.
2032         * Makefile updated (SMP_RACE definition was no longer taken into
2033           account when compiling sadc).
2034         * sysstat spec file updated.
2035         * sar and sadf manual pages updated.
2036         * FAQ updated.
2037         * CREDITS file updated.
2038
2039 2006/07/09: Version 7.0.0 - Sebastien Godard (sysstat <at> wanadoo.fr)
2040         * S_TIME_DEF_TIME environment variable added for sar, sadc and
2041           sadf.
2042         * Use now sysconf() function to get the number of clock ticks
2043           per second (HZ value) instead of using kernel include file
2044           <sys/param.h>.
2045         * Columns "Device", "rrqm/s" and "wrqm/s" enlarged for iostat -x.
2046         * sysstat installation process updated to use chkconfig if
2047           available.
2048         * Manual pages updated.
2049         * Makefile updated.
2050         * sysstat web site address updated.
2051         * Code cleaned.
2052         * CREDITS file updated.
2053
2054 2006/05/24: Version 6.1.3 - Sebastien Godard (sysstat <at> wanadoo.fr)
2055           WARNING: Daily data files format has changed, and is *not*
2056           compatible with the previous one! [0x2169]
2057         * Option -P can now be used with sar even on SMP machines where
2058           only one processor is available.
2059         * Small bug fixed for mpstat, where explicitly specifying
2060           processor 0 ("-P 0") could lead to incorrect output on UP
2061           machines.
2062         * Option -D added to sadf: this option displays the contents of
2063           a data file in a database-friendly format with a timestamp
2064           expressed in seconds from the epoch.
2065         * sadf manual page updated.
2066         * NLS updated.
2067         * CREDITS file updated.
2068
2069 2006/04/23: Version 6.1.2 - Sebastien Godard (sysstat <at> wanadoo.fr)
2070         * Fix incorrect NFS client and server statistics for sar.
2071         * sar can now display stats for newly created processes when
2072           option -x ALL or -X ALL is used.
2073         * iostat -x was displaying redundant information. It now
2074           displays amount of data read from or written to devices in
2075           sectors, kilobytes or megabytes depending on the switch used.
2076         * isag updated to keep up with current sar version.
2077         * sar and mpstat manual pages updated.
2078         * FAQ updated.
2079
2080 2006/02/22: Version 6.1.1 - Sebastien Godard (sysstat <at> wanadoo.fr)
2081           WARNING: Daily data files format has changed, and is *not*
2082           compatible with the previous one! [0x2168]
2083         * New field added to sar: %steal.
2084         * The size of a long integer in now saved in the header of the
2085           data file created by sar. This size can be displayed with
2086           sadf -H.
2087         * Replaced the keyword "FULL" by the keyword "ALL" for sar -n
2088           to be consistent with remaining options.
2089         * Makefile updated (use implicit rules).
2090         * sar manual page updated.
2091         * CREDITS and FAQ files updated.
2092
2093 2005/11/28: Version 6.0.2 - Sebastien Godard (sysstat <at> wanadoo.fr)
2094         * New field added to mpstat and iostat: %steal.
2095         * sar updated to take into account cpu steal time.
2096         * Off-by-one error in ioc_conv which was corrupting device names
2097           on 64-bit architecture [Debian bug #334305].
2098         * Binary RPM package now installs a sample crontab in /etc/cron.d.
2099         * Makefile updated (remove sysstat.cron.* during make clean -
2100           new target added: sysstat.crond.sample).
2101         * sar now checks exit code from dup2() system calls.
2102         * Option -V now only displays sysstat version number.
2103         * NLS updated.
2104         * FAQ updated.
2105         * Manual pages updated.
2106
2107 2005/06/25: Version 6.0.1 - Sebastien Godard (sysstat <at> wanadoo.fr)
2108         * Fixed a memory leak in ioconf parsing functions used by sar
2109           and iostat.
2110         * sar now displays its statistics to STDOUT in addition to saving
2111           them into the file when option -o has been entered on the
2112           command line.
2113         * sar now recalculates number of system items (network interfaces,
2114           disks, serial lines, etc.) when a file rotation happens.
2115         * Make sar -b work again when used without option -d.
2116         * Small changes so that sysstat can be compiled with gcc-4.0.1.
2117         * sysstat updated so that it may be installed on Slackware.
2118         * sar manual page updated.
2119         * CREDITS file updated.
2120         * Code cleaned.
2121
2122 2005/05/14: Version 6.0.0 - Sebastien Godard (sysstat <at> wanadoo.fr)
2123           WARNING: Daily data files format has changed, and is *not*
2124           compatible with the previous one! [0x2167]
2125         * Additional fields added to sar -y (TTY statistics). sar, sadf
2126           and DTD updated.
2127         * sar -d now only reports for used devices (devices with non zero
2128           statistics).
2129         * Stricter sadf syntax checking: various output formats are now
2130           mutually exclusive.
2131         * Stricter iostat syntax checking: -k and -m options are now
2132           mutually exclusive.
2133         * iostat: option -m is now taken into account even when
2134           displaying extended statistics.
2135         * Fixed a bug that prevented iostat from displaying stats about
2136           devices that were unknown in sysstat.ioconf file.
2137         * iostat might display bogus sectors values when the corresponding
2138           kernel counters had overflown. This is now fixed.
2139         * "sadf datafile -- -A" should also display individual interrupts
2140           if available in datafile.
2141         * Fixed a bug that prevented sar -x from displaying stats about a
2142           process if it was after the first 256 processes in the process
2143           list.
2144         * Manual pages updated.
2145         * sa1 script always uses option -d in crontab.
2146         * sysstat.ioconf device configuration file updated.
2147         * NLS updated.
2148         * FAQ and CREDITS files updated.
2149         * Code cleaned.
2150
2151 2005/02/25: Version 5.1.5 - Sebastien Godard (sysstat <at> wanadoo.fr)
2152         * -x option added to sadf: it is now able to display the contents of
2153           a sar datafile in XML. The corresponding DTD (Document Type
2154           Definition) is included in the sysstat package.
2155         * Small code change so that sysstat may be compiled with gcc-4.0.
2156         * A few typos fixed in formulas used by sadf to display stats 
2157           on machines where HZ<>100 (typos appeared in sysstat 5.1.4).
2158         * Fixed a bug in the stats displayed by sar -d.
2159         * Removed a false workaround in iostat: better show that the kernel
2160           is buggy rather than display a value that seems correct but which
2161           is actually not...
2162         * Fixed sar -i option which might not select records at the specified
2163           interval on machines with multiple processors.
2164         * NLS updated and cleaned. Do no longer translate fields names (sar,
2165           iostat, etc.). Changed nb_NO.po and nn_NO.po files to nb.po and
2166           nn.po.
2167         * Bug fixed in spec file: when installing sysstat i586 RPM package,
2168           sa1 and sa2 scripts were pointing to the wrong sadc location.
2169         * Now sar and sadc display the magic number when they meet an
2170           invalid system activity file.
2171         * sadf manual page updated.
2172         * sysstat RPM spec file is now included in source package.
2173         * Code cleaned.
2174         * FAQ, Makefile and CREDITS files updated.
2175
2176 2005/01/02: Version 5.1.4 - Sebastien Godard (sysstat <at> wanadoo.fr)
2177           WARNING: Daily data files format has changed, and is *not*
2178           compatible with the previous one! [0x2166]
2179         * NFS client and server statistics added to sar.
2180         * sar -d now only reads stats for devices (and not partitions)
2181           from /proc/partitions. (This is what it was already doing with
2182           /proc/diskstats).
2183         * Display routines from sadf merged, so that -ppc and -db
2184           always output the same values.
2185         * sadf updated to handle NFS statistics.
2186         * sadf can now display the header of a data file (option -H).
2187         * Define MAX_BLKDEV in ioconf.h if non-existent in <linux/major.h>.
2188         * sar now looks for sadc in one directory only, specified at
2189           compile time. Moreover it is now possible to have two different
2190           sysstat versions installed: sar knows where its sadc counterpart
2191           is located.
2192         * sapath.in removed. SADC_PATH is defined in CONFIG file.
2193         * sar and sadf manual pages updated.
2194         * sysstat.ioconf file updated.
2195         * Fixed a bug in i386 RPM package, where sadc location was not
2196           consistent with that of sar. Spec file updated.
2197         * Makefile updated.
2198         * NLS updated.
2199         * Various cosmetic changes (code and manual pages). Code cleaned.
2200         * FAQ and CREDITS files updated.
2201
2202 2004/11/22: Version 5.1.3 - Sebastien Godard (sysstat <at> wanadoo.fr)
2203           WARNING: Daily data files format has changed, and is *not*
2204           compatible with the previous one! [0x2165]
2205         * Option -p added to sar: It enables sar (and also sadf) to
2206           display device names as they appear in /dev.
2207         * sysstat.ioconf support added.
2208         * New fields added to sar -d (more disk activities displayed):
2209           avgrq-sz, avgqu-sz, await, svctm, %util.
2210         * sadf updated to handle new disk activities.
2211         * I/O and transfer rate statistics as displayed by sar -b are
2212           available whatever the version of the kernel is (i.e. even on
2213           recent kernels).
2214         * Disk stats are read by sadc from /proc/stat only if they cannot
2215           be read from /proc/{partitions,diskstats}.
2216         * sadc: Some variables declarations moved around.
2217         * sar manual page updated.
2218         * Added workaround for EMC PowerPath driver bug to enable iostat
2219           to display proper device name.
2220         * Makefile updated: Use $@ and $< everywhere; 'make {iostat,mpstat}'
2221           work again; Create object files before linking; Removed unused
2222           IOS_DFLAGS variable; Use DESTDIR variable everywhere; Create
2223           libsysioc.a; Install sysstat.ioconf.
2224         * NLS updated.
2225         * README and CREDITS files updated.
2226
2227 2004/11/05: Version 5.1.2 - Sebastien Godard (sysstat <at> wanadoo.fr)
2228         * sar -d now also uses /proc/partitions to get its data.
2229           From now on sar -d looks in the following files in that order:
2230           /proc/diskstats, /proc/partitions, /proc/stat.
2231         * sadc writes disks data to file only if -d option is explicitly
2232           set on the command line.
2233         * sadc now reads individual interrupts data from /proc/stat only
2234           if -I option was entered on the command line.
2235         * 'sar -A' is now equivalent to 'sar -bBcdqrRuvwWy -I SUM -I XALL
2236           -n FULL -P ALL' (i.e. individual interrupts are also included
2237           in activities).
2238         * Option -m now tells iostat to display statistics in megabytes
2239           per second instead of blocks per second.
2240         * Make history (number of days to keep log files) configurable
2241           in /etc/sysconfig/sysstat file, which is used by sa2 script.
2242         * Now use Vixie cron to launch sadc when possible.
2243         * sadc, sa1 and sa2 may now be installed in another directory
2244           than ${PREFIX}/lib/sa. This is useful on 64-bit systems where
2245           the proper directory should be ${PREFIX}/lib64/sa.
2246         * When uninstalling sysstat, always delete sysstat script,
2247           config file and links in /etc tree. Also always delete
2248           Vixie cron entry.
2249         * sysstat script now returns real exit code.
2250         * sar/sadc: Stricter syntax checking for -x and -X options use.
2251         * sysstat "*.sh" files renamed in "*.in".
2252         * Makefile updated.
2253         * sadc and sar manual pages updated.
2254         * NLS updated.
2255         * FAQ updated.
2256         * CREDITS and README files updated.
2257
2258 2004/10/09: Version 5.1.1 - Sebastien Godard (sysstat <at> wanadoo.fr)
2259           WARNING: Daily data files format has changed, and is *not*
2260           compatible with the previous one! [0x2164]
2261         * sar now reads CPU data, number of context switches, number
2262           of sectors and total number of interrupts as 64-bit unsigned
2263           values. It also reads the number of running processes as
2264           unsigned long instead of unsigned int.
2265         * sadf - System activity data formatter command added.
2266         * Options -h and -H removed from sar. "sar -h" is replaced by
2267           "sadf -p", and "sar -H" is replaced by "sadf -d". Read sadf
2268           manual page, as its syntax is a bit different from that of sar.
2269         * Common code for sar and sadf moved to sa_common.c file.
2270         * pid_stats members don't need to be aligned since these stats
2271           are not written to daily data files. Packing them saves some
2272           memory on 32-bit architectures.
2273         * No longer indicate that -x and -X are possible options for sadc.
2274           They are only useful when used as options for sar, not sadc.
2275         * Minor buffer overrun fixed in iostat.
2276         * Updated CPU header for iostat and mpstat: CPU used while executing
2277           at the system level is displayed as '%system' by iostat (like sar)
2278           and as '%sys' by mpstat.
2279         * sadf manual page added. Other manual pages updated.
2280         * Updated the GPL notices (the address of the FSF was wrong).
2281         * Makefile updated.
2282         * NLS updated.
2283         * README, FAQ and CREDITS files updated.
2284
2285 2004/08/09: Version 5.0.6 - Sebastien Godard (sysstat <at> wanadoo.fr)
2286         * The value for file-sz reported by sar -v was a number of free
2287           handles, and not a number of used ones! This is now fixed (and
2288           this is really now a number of _used_ file handles).
2289         * Now ask during config stage for the directory where sadc will
2290           be located. This may be useful for some systems where sadc
2291           needs to be installed in a specific location (e.g. on 64 bit
2292           s390 systems, the proper directory should be /usr/lib64/sa).
2293         * sa1 script updated: Use '-' to specify current daily data file
2294           instead of guessing its name using current date.
2295         * NLS updated: be consistent with GNU gettext standards.
2296         * iostat manual page updated.
2297         * FAQ updated.
2298         * Makefile updated.
2299         * CREDITS file updated.
2300
2301 2004/06/08: Version 5.0.5 - Sebastien Godard (sysstat <at> wanadoo.fr)
2302         * Timestamp is no longer limited to 11 characters. This should
2303           avoid problems with somes locales (for example Japanese locale,
2304           where 'mojibake' used to be displayed by sar and mpstat sometimes).
2305         * Fixed a bug in sysstat RPM spec file (symlinks to sysstat
2306           script were wrong in /etc/rc.d directories).
2307         * sar now checks parameters for options -n, -s and -e more
2308           aggressively.
2309         * NLS updated: Japanese translation added.
2310         * Various typos fixed in several files (manual pages, README, etc.)
2311         * CREDITS file updated.
2312
2313 2004/05/20: Version 5.0.4 - Sebastien Godard (sysstat <at> wanadoo.fr)
2314         * When trying to lock file, sadc now checks for both EWOULDBLOCK
2315           and EAGAIN error codes to be portable.
2316         * sar could sometimes display a line whose time stamp was greater
2317           than the limit set by -e option. This is no longer possible.
2318         * The sadc command in sysstat.sh script had to be enclosed in
2319           quotes to work when called via 'su -c'.
2320         * The sysstat.sh script was sending the output of sadc command
2321           to stdout instead of the standard system activity file. This
2322           is now fixed.
2323         * Outfile must now be explicitly set to "-" for sadc to use the
2324           standard system activity file.
2325         * FAQ updated.
2326         * iostat manual page updated. Typo fixed in sadc manual page.
2327         * Fixed the "Save picture" option of isag script.
2328
2329 2004/04/07: Version 5.0.3 - Sebastien Godard (sysstat <at> wanadoo.fr)
2330         * iostat now reads the number of sectors in /proc/diskstats or
2331           from sysfs as 64-bit unsigned values.
2332         * iostat and mpstat now read CPU data and the number of
2333           interrupts in /proc/stat as 64-bit unsigned values.
2334         * sar uses "%u" instead of "%d" to read unsigned integer
2335           values _everywhere_.
2336         * sar and sadc are now a little bit more verbose when dealing
2337           with invalid activity files.
2338         * Network interface name size is now read from include file
2339           <net/if.h>.
2340         * FAQ polished up.
2341         * Slovak translation added. NLS updated.
2342         * Typo fixed in iostat manual page.
2343         * Makefile and CREDITS file updated.
2344         * isag upgraded to version 1.26 (isag package release 0.81.0).
2345
2346 2004/03/10: Version 5.0.2 - Sebastien Godard (sysstat <at> wanadoo.fr)
2347         * iostat will _again_ look for statistics in /proc/partitions if
2348           available. Too many production servers are still using 2.2.x or
2349           2.4.x kernels and iostat must be able to display extended stats
2350           also for them (/proc/partitions support was removed in sysstat
2351           version 4.1.3). So now, iostat gets its statistics from the
2352           following sources in that order: /proc/diskstats, sysfs,
2353           /proc/partitions and then /proc/stat.
2354         * statistics are now read by iostat and mpstat as unsigned long
2355           instead of int to avoid integer overflow.
2356         * iostat should now handle properly the case when the 'weighted
2357           number of milliseconds spent doing I/Os' (read in sysfs or
2358           /proc/{partitions,diskstats}) decreases with time.
2359         * iostat manual page updated.
2360         * Minor temporary file vulnerability fixed in isag command.
2361         * README, FAQ and CREDITS files updated.
2362         * Author's email changed.
2363
2364 2004/02/02: Version 5.0.1 - Sebastien Godard <sebastien.godard@wanadoo.fr>
2365         * -L option added to sadc. Enable sadc to lock its output file
2366           to prevent multiple instances from writing to it at once.
2367         * sa1 and sysstat scripts updated to take advantage of -L option.
2368         * Handle the case where, under very special circumstances, STDOUT
2369           may become unavailable, and sar, iostat and mpstat are no longer
2370           able to display anything.
2371         * sadc as called in sysstat script also uses -F option to force
2372           the creation of daily data file.
2373         * sar, sadc and mpstat manual pages updated.
2374         * Code cleaned.
2375         * FAQ and CREDITS files updated.
2376
2377 2003/11/09: Version 5.0.0 - Sebastien Godard <sebastien.godard@wanadoo.fr>
2378         * New fields added to mpstat: %irq (%time spent servicing
2379           interrupts) and %soft (%time spent servicing softirqs).
2380         * sar and iostat updated to take into account time spent servicing
2381           interrupts and softirqs when displaying percentage of time
2382           in system mode.
2383         * By default iostat now displays only statistics information for
2384           devices that are used by the system. You should now use the ALL
2385           keyword to tell iostat to display statistics for every device
2386           including those that have never been used.
2387         * The file version.h is now dynamically created. sysstat's version
2388           number is now only recorded in the Makefile.
2389         * sar manual page updated: beginning with kernels 2.4 and later,
2390           pgpgin and pgpgout statistics are in kilobytes and not in
2391           blocks (see linux-2.4/fs/proc/proc_misc.c and
2392           linux-2.6/mm/page_alloc.c).
2393         * iostat and mpstat manual pages updated.
2394         * Makefile updated: don't process NLS files if they are up-to-date.
2395         * sysstat's RPM spec file updated to enable clean, non-root builds.
2396         * NLS updated.
2397         * FAQ and CREDITS files updated.
2398
2399 2003/09/28: Version 4.1.7 - Sebastien Godard <sebastien.godard@wanadoo.fr>
2400           WARNING: Daily data files format has changed, and is *not*
2401           compatible with the previous one! [0x2163]
2402         * /proc/diskstats is now the preferred source for iostat to get its
2403           statistics. If non-existent, iostat falls back on sysfs then
2404           on /proc/stat.
2405         * In addition to devices, partitions can also be entered on the
2406           command line for iostat providing that option -x is not used.
2407         * /dev prefix has been removed from device name displayed by iostat -x.
2408         * sar -d now looks for disks statistics in /proc/diskstats with
2409           post 2.5 kernels.
2410         * sar uses /proc/vmstat file with post 2.5 kernels to find paging
2411           and swapping statistics.
2412         * activepg, inadtypg, inaclnpg and inatarpg stats removed from
2413           sar -B report (they were not really useful).
2414         * sar -B now displays the number of page faults made by the system
2415           (pgfault/s and pgmajflt/s).
2416         * Stat on shared memory removed from sar -r and sar -R (this stat
2417           was no longer maintained by the kernel since 2.4 because of
2418           performance problems).
2419         * Cached swap statistic information added to sar -r.
2420         * sar -d now displays separate statistics for sectors that are
2421           read from or written to devices.
2422         * %file-sz (percentage of used file handles) is no longer displayed
2423           by sar -v, since the upper limit for the number of open files
2424           will self-scale with 2.6 kernels.
2425         * sar now looks more aggressively for network devices in /proc/net/dev.
2426         * Heading spaces in network interface names removed (sar -n).
2427         * Fixed a problem reading /proc/interrupts when there are a lot
2428           of CPUs (mpstat, sadc).
2429         * NR_IRQS value increased to 256, since IA64 supports 256 irqs
2430           per CPU.
2431         * Some stats counters are now read as unsigned long instead of
2432           unsigned int (pgpgin, pgpgout, pswpin, pswpout, irq_sum).
2433         * sar and iostat manual pages updated.
2434         * FAQ, README and CREDITS files updated.
2435         * NLS updated.
2436
2437 2003/08/20: Version 4.1.6 - Sebastien Godard <sebastien.godard@wanadoo.fr>
2438           WARNING: Daily data files format has changed, and is *not*
2439           compatible with the previous one! [0x2162]
2440         * Machine uptime calculation is now optimized on SMP machines
2441           to minimize the consequences if an overflow condition happens.
2442           Especially useful when asking for stats since system boot.
2443         * -F option added to sadc. Useful to force the creation of the
2444           daily data file: an already existing file with a wrong format
2445           will be truncated by sadc if this option is used.
2446         * sa1 script now calls sadc with -F option.
2447         * The processor number to which the process is attached was no
2448           longer displayed by sar -x. Make it appear again.
2449         * CPU usage for processes, as displayed by sar -x and sar -X, should
2450           now be correct on machines where HZ <> 100 (e.g. IA64 architecture).
2451         * iostat still assumed that jiffies were 100ths of a second in some
2452           places. Now use Linux HZ definition *everywhere*.
2453         * The average I/O requests queue length as displayed by iostat -x was
2454           wrongly calculated. This is now fixed.
2455         * Manual pages updated.
2456         * NLS updated.
2457         * Cosmetic changes in various parts of the code.
2458         * FAQ, README and CREDITS files updated.
2459
2460 2003/07/21: Version 4.1.5 - Sebastien Godard <sebastien.godard@wanadoo.fr>
2461           WARNING: Daily data files format has changed, and is *not*
2462           compatible with the previous one! Delete existing data files
2463           in /var/log/sa directory! [0x2161]
2464         * 'sar -x <pid>' and 'sar -X <pid>' work again.
2465         * sar had a longstanding bug that prevented option -P from
2466           working properly if the machine had more than 32 processors.
2467           This is now fixed.
2468         * Fixed a bug introduced in 4.1.2, which made some LINUX RESTART
2469           messages to not be displayed by sar.
2470         * sar now uses bitmap of char instead of int to avoid endianness
2471           problems.
2472         * sar can now handle a huge number of processors, serial lines and
2473           network interfaces.
2474         * FAQ updated.
2475
2476 2003/07/01: Version 4.1.4 - Sebastien Godard <sebastien.godard@wanadoo.fr>
2477           WARNING: Daily data files format has changed, and is *not*
2478           compatible with the previous one! Delete existing data files
2479           in /var/log/sa directory! [0x2160]
2480         * Fixed the way overflow conditions were handled by sar for
2481           interfaces counters.
2482         * On really big machines with 100 GB of memory or more, the values
2483           read by sadc in /proc/meminfo would get truncated and cause havoc
2484           in the calculations. This is now fixed.
2485         * iostat and sar can now read many more disk entries in /proc/stat if
2486           necessary.
2487         * Option "-x SUM" removed for sar. It was used to tell sar to display
2488           the total number of minor and major faults made by the system.
2489           Unfortunately, the calculation was tricky, and the results were
2490           uncertain...
2491         * NLS updated. Polish translation added. Also proper charset and
2492           encoding declarations added to fix msgfmt warnings and allow
2493           gettext to recode between various charsets (e.g. German
2494           translation will be shown properly both with
2495           LANG=de_DE.ISO-8859-1, and LANG=de_DE.UTF-8)
2496         * Code 'sanitization'.
2497         * Manual pages updated.
2498         * README and FAQ files updated.
2499
2500 2003/05/08: Version 4.1.3 - Sebastien Godard <sebastien.godard@wanadoo.fr>
2501         * iostat should now be fully 2.5/2.6 kernel compliant.
2502         * Disks arrays in iostat are now dynamically sized.
2503         * iostat: sysfs is now used in preference to /proc/stat if available.
2504         * iostat will no longer look for statistics in /proc/partitions.
2505           sysfs filesystem must now be available for iostat to get its
2506           extended stats (post 2.5 kernels).
2507         * iostat: Devices for which statistics are requested can now be entered
2508           on the command line even if option -x is not used.
2509         * Usage messages updated.
2510         * Manual pages updated.
2511         * Code cleaned (dk_drive_sum removed in iostat, long lines folded,
2512           functions split in smaller parts, etc.)
2513         * NLS updated. Romanian translation added.
2514         * isag upgraded to version 1.22.
2515
2516 2003/01/24: Version 4.1.2 - Sebastien Godard <sebastien.godard@wanadoo.fr>
2517           WARNING: Daily data files format has changed, and is *not*
2518           compatible with the previous one! Delete existing data files
2519           in /var/log/sa directory! [0x215f]
2520         * sar -q now also displays load average for the past 15 minutes.
2521         * -P option added to sar. This option enables sar to display
2522           stats on a per processor basis. Options -U and '-I PROC' are
2523           deprecated. 'sar -U ALL' is replaced by 'sar -u -P ALL', and
2524           'sar -I PROC' by 'sar -I SUM -P ALL'.
2525         * Fixed iowait value displayed by sar on SMP machines with pre 2.5
2526           kernels.
2527         * When displaying CPU utilization on SMP machines, sar now
2528           recalculates the interval based on current CPU's tick count.
2529         * Always check that the number of CPUs has not increased when
2530           reading /proc/stat (sadc, mpstat).
2531         * sadc: Don't assume that the first line in /proc/net/sockstat
2532           concerns sockets. Check it!
2533         * Serial lines are ignored by sadc for every kind of kernels
2534           (UP, SMP...) if SMP_RACE is defined.
2535           SMP_RACE is no longer defined by default in RPM packages.
2536         * Code cleaned: Dead code removed in iostat.c, some lines longer
2537           than 80 chars folded, etc.
2538         * sar manual page updated.
2539         * FAQ updated.
2540         * NLS updated.
2541
2542 2003/01/02: Version 4.1.1 - Sebastien Godard <sebastien.godard@wanadoo.fr>
2543           WARNING: Daily data files format has changed, and is *not*
2544           compatible with the previous one! Delete existing data files
2545           in /var/log/sa directory! [0x215e]
2546         * sar -u/-U, iostat and mpstat can now display time spent in
2547           I/O wait mode (with 2.5 kernels and above).
2548         * Values like -1 and -2 are no longer aliases for keywords
2549           ALL and XALL (sar -U, sar -I, mpstat -P).
2550         * Buglet fixed in iostat.h.
2551         * LC_CTYPE needs to be set, or it will emit messages with ?????? only
2552           on some locales, especially ja_JP.eucJP
2553         * sar, mpstat and iostat manual pages updated.
2554         * NLS updated.
2555         * CREDITS file updated.
2556         * Typo removed in FAQ file.
2557
2558 2002/11/13: Version 4.0.7 - Sebastien Godard <sebastien.godard@wanadoo.fr>
2559         * Make data for timestamp 00:00:00 appear in one of the daily data
2560           files when sar/sadc rotates its output file.
2561         * Take out check for non SMP configuration when asking for
2562           mpstat -P.
2563         * sargon script updated.
2564         * FAQ updated.
2565
2566 2002/08/04: Version 4.0.6 - Sebastien Godard <sebastien.godard@wanadoo.fr>
2567         * mpstat now uses a bitmap of char instead of int to avoid endianness
2568           problems. As a consequence, mpstat should now work on PowerMac
2569           architectures.
2570         * CPU activity as displayed by mpstat -P for a given processor was
2571           in a wrong range on SMP machines (e.g. 0-50% for a dual processor
2572           box).
2573         * Missing bitmap initialization fixed in mpstat.c.
2574         * Configuration script updated.
2575         * FAQ updated.
2576
2577 2002/05/12: Version 4.0.5 - Sebastien Godard <sebastien.godard@wanadoo.fr>
2578         * Average wait times and service times as displayed by iostat -x
2579           were wrong by a factor of 10. This is now fixed.
2580         * Linux RESTART messages must now be in the interval specified by
2581           -s/-e options to be displayed by sar.
2582         * Fixed a small bug that affected the timestamp for RESTART messages
2583           displayed by sar -h when option -t was used.
2584         * sar -H now displays its data in local time instead of UTC when
2585           option -t is used.
2586         * sargon shell script added.
2587         * Created a contrib directory, including sargon and isag commands.
2588         * NLS updated.
2589         * FAQ updated.
2590         * Makefile updated.
2591         * sar manual page updated.
2592
2593 2002/04/07: Version 4.0.4 - Sebastien Godard <sebastien.godard@wanadoo.fr>
2594         * iostat is now able to display I/O activity in kB/s with 2.4.x
2595           kernels (option -k).
2596         * Fixed a typo in 'sar -W -h' output.
2597         * Try to handle the case when some parameters in /proc/net/dev
2598           may overflow ULONG_MAX.
2599         * 'sar -d' now displays sectors per second instead of blocks
2600           per second.
2601         * iostat and sar manual pages updated.
2602         * Added a FAQ.
2603         * NLS updated: Russian translation added.
2604
2605 2002/01/27: Version 4.0.3 - Sebastien Godard <sebastien.godard@wanadoo.fr>
2606         * iostat now displays statistics in kB/s when option -x is used.
2607         * Configuration script updated.
2608         * sar and iostat manual pages updated.
2609         * umask also set in sa1 shell script.
2610         * Various sanity checks added.
2611         * Fixed potential segmentation faults that could happen with some
2612           locales.
2613         * KB (standing for kilobytes) replaced with kB in various places.
2614         * NLS updated: Italian translation added.
2615
2616 2001/09/22: Version 4.0.2 - Sebastien Godard <sebastien.godard@wanadoo.fr>
2617         * CPU usage, as displayed by iostat, mpstat and sar, should now
2618           be OK on machines where HZ <> 100 (e.g. IA64 architecture).
2619         * MAX_PART constant set to 256 in iostat.h.
2620         * "-H" database friendly option added to sar.
2621         * Better disks and network interfaces management (both may be
2622           registered dynamically).
2623         * Made options "-s" and "-e" work when option "-h" is used.
2624         * isag upgraded to version 1.17.
2625         * isag installation is now optional and can be chosen at config stage.
2626         * Now try to install man pages in ${PREFIX}/share/man instead of
2627           ${PREFIX}/man.
2628         * sa2 shell script updated.
2629         * Configuration script updated.
2630         * sar manual page updated.
2631         * NLS updated: Norwegian translation added.
2632
2633 2001/06/24: Version 4.0.1 - Sebastien Godard <sebastien.godard@wanadoo.fr>
2634         * Files created by sa2 shell script were world writable. This is
2635           now fixed.
2636         * sa2.sh shell script updated: only remove sa?? and sar?? files.
2637         * Don't use PAGE_SHIFT since it no longer necessarily exists in
2638           <asm/page.h>. Compute it using page size instead.
2639         * Cosmetic changes for iostat.
2640         * NLS updated: Afrikaans translation added.
2641
2642 2001/04/08: Version 4.0.0 - Sebastien Godard <sebastien.godard@wanadoo.fr>
2643         * Better network interfaces handling. Now take into account the
2644           fact that they may be registered/unregistered dynamically.
2645         * Changed formula used to display statistics in order to avoid
2646           overflow conditions.
2647         * Fixed a bug in iostat, where the %util value scaled incorrectly.
2648         * Better long file names management by iostat.
2649         * mpstat and sar no longer periodically display the title line when
2650           stdout has been redirected to a pipe or a file.
2651         * sa2.sh shell script updated: Now exec sadc.
2652         * Configuration script updated.
2653         * NLS updated.
2654         * Makefile updated.
2655         * Manual pages updated.
2656         * isag command updated.
2657
2658 2001/03/04: Version 3.3.6 - Sebastien Godard <sebastien.godard@wanadoo.fr>
2659           WARNING: Daily data files format has changed, and is *not*
2660           compatible with the previous one! Delete existing data files
2661           in /var/log/sa directory! [0x215d]
2662         * New paging statistics added (sar -B). Kernel 2.4 only.
2663         * Load averages and queue length statistics added (option -q for sar).
2664         * Per device statistics added (option -d for sar). Kernel 2.4 only.
2665         * Better accuracy when computing average for some statistics.
2666         * Display all the contents of a daily data file when the count
2667           parameter is not given on the command line.
2668         * Check sar command line options more aggressively.
2669         * iostat no longer freezes if -c and -d options are used together.
2670         * Fixed a bug that prevented iostat from displaying more than an
2671           average of three devices with 2.4 kernels (a buffer was too small).
2672         * Check added to ensure that sar and sadc commands are consistent.
2673         * sar manual page updated.
2674         * NLS updated.
2675         * Code cleaned (use smaller subroutines).
2676         * Makefile updated.
2677         * isag command updates.
2678
2679 2001/02/11: Version 3.3.5 - Sebastien Godard <sebastien.godard@wanadoo.fr>
2680         * iostat command improved. Take now full advantage of Stephen
2681           Tweedie's I/O accounting patch to display extended statistics
2682           (option -x).
2683         * The default value for the count parameter of the sar command is
2684           now 1 (this is how sar works with other Un*xes...). A value of
2685           0 will indicate that reports are to be generated continuously.
2686         * Code cleaned: Now always use 'double' numbers instead of the
2687           INT_PART, INT_VAL, DEC_PART and DEC_VAL macros.
2688         * Don't assume that jiffies are 100ths of a second. Use Linux
2689           HZ definition instead.
2690         * NLS updated (small fix).
2691         * sar and iostat manual pages updated.
2692         * isag (Interactive System Activity Graph) command added.
2693         * Makefile updated.
2694
2695 2001/01/26: Version 3.3.4 - Sebastien Godard <sebastien.godard@wanadoo.fr>
2696         * Disk I/O statistics for the last device were counted twice when
2697           reading /proc/stat file with 2.4 kernels (sar -b). This is now
2698           fixed.
2699         * iostat command is no longer able to save its data to a file.
2700           In fact, iostat has never been supposed to work that way, and I
2701           have never really maintained this option.
2702         * iostat now also works with 2.4 kernels. It can handle the format
2703           of the /proc/stat file for both 2.2 and 2.4 kernels.
2704         * sar now reports statistics on allocated disk quotas entries
2705           instead of on used ones (sar -v).
2706         * Manual pages updated for sar and iostat.
2707
2708 2000/12/31: Version 3.3.3 - Sebastien Godard <sebastien.godard@wanadoo.fr>
2709           WARNING: Daily data files format has changed, and is *not*
2710           compatible with the previous one! Delete existing data files
2711           in /var/log/sa directory!
2712         * Disk usage displayed by iostat on SMP machines was wrong. This
2713           is now fixed.
2714         * iostat command cleaned: All the statistics not implemented in
2715           the standard Linux kernel have been removed (tty, iowait...).
2716         * sar can now handle I/O and transfer rate statistics with both
2717           2.2.x and 2.4.x Linux kernels (-b option).
2718         * Removed %inode-sz that was displayed by sar -v, since the file
2719           inode-max in /proc/sys/fs no longer exists in Linux 2.4.
2720           The new 2.4.x kernels now seem to be able to allocate inode
2721           structures dynamically, and to free them when necessary (see
2722           linux/fs/inode.c).
2723         * Removed statistics on highest in-used sockets. Relevant
2724           counters have disappeared from sockstat file in /proc/net
2725           for 2.4 kernels (sar -n SOCK).
2726         * Added statistics on IP datagram fragments (sar -n SOCK).
2727           Only available for 2.4 kernels.
2728
2729 2000/11/19: Version 3.3.2 - Sebastien Godard <sebastien.godard@wanadoo.fr>
2730         * sar now saves timestamps in its daily data files both in UST
2731           and in the user's timezone formats.
2732           WARNING: Daily data files format has changed, and is *not*
2733           compatible with the previous one!
2734         * sar now displays timestamps in locale time when reading data
2735           from its daily data files. -t option has been added to sar,
2736           to enable it to display timestamps in the original locale
2737           time of the data file creator.
2738         * Size of various buffers made larger.
2739         * Number of interrupts per second for 'all' CPU displayed by the
2740           mpstat command was wrong. This is now fixed.
2741         * Makefile updated.
2742         * Usage message updated.
2743
2744 2000/09/17: Version 3.3.1 - Sebastien Godard <sebastien.godard@wanadoo.fr>
2745         * mpstat command added.
2746         * Manual page added for mpstat.
2747         * Option -h added, enabling sar to display data from a daily data
2748           file in a format that can easily be handled with pattern
2749           processing commands like awk.
2750         * Manual page updated for sar.
2751         * iostat now writes KB (for kilobytes) instead of Kb, which could
2752           have been interpreted as kilobits...
2753         * Disk accounting patch for iostat removed.
2754         * NLS updated.
2755
2756 2000/08/06: Version 3.2.4 - Sebastien Godard <sebastien.godard@wanadoo.fr>
2757         * Fixed a bug that prevented sar from reading its daily data files
2758           when they had been created using -I option.
2759         * Network statistics averages were sometimes wrong when reading
2760           data from a file. This is now fixed.
2761         * README-patch file updated.
2762         * Configuration script updated to deal with Debian directories.
2763
2764 2000/06/25: Version 3.2.3 - Sebastien Godard <sebastien.godard@wanadoo.fr>
2765         * Configuration scripts updated. Can now print a help message.
2766         * Workaround for SMP race in Linux serial driver added.
2767           This workaround is enabled by default in RPM binary packages.
2768         * sar manual page updated.
2769         * Added iostat disk accounting patch against 2.2.16 linux kernel.
2770         * Removed a few typos in the comments of the source code.
2771
2772 2000/06/11: Version 3.2.2 - Sebastien Godard <sebastien.godard@wanadoo.fr>
2773         * Now handle interrupts per processor better. Output improved.
2774         * Makefile modified to comply with redhat good packaging.
2775         * sysstat initialization script updated (don't su to root when
2776           we are already root).
2777         * sar now looks for sadc data collector in more places.
2778         * NLS is now enabled by default.
2779         * Silly bug in iostat disk accounting patch fixed.
2780         * Added iostat disk accounting patch against 2.2.15 linux kernel.
2781
2782 2000/04/02: Version 3.2 - Sebastien Godard <sebastien.godard@wanadoo.fr>
2783         * sadc no longer complains when daily data files have a null length.
2784         * Configuration script added (make config).
2785         * Statistics on sockets in use added.
2786         * Got rid of various limits (maximum number of serial lines,
2787           maximum number of network interfaces).
2788         * Better management of dynamic files contents.
2789         * Cosmetic change for timestamp display.
2790         * Manual pages updated.
2791         * Documentation added in ${PREFIX}/doc/sysstat-x.y.
2792
2793 2000/02/20: Version 3.1 - Sebastien Godard <sebastien.godard@wanadoo.fr>
2794         * Fixed a bug that made average numbers wrong for some statistics
2795           when reading them from a system activity file.
2796         * Fixed a bug that prevented the user from retrieving some
2797           statistics when reading them from a system activity file.
2798         * sadc no longer core-dumps on UP machines with SMP support enabled
2799           in the kernel.
2800         * System activity files are now readable by everybody.
2801         * Average statistics since boot time are now printed when interval
2802           parameter is set to 0. If interval and count parameters are not
2803           set on the command line, sar selects requested activities from
2804           the current system activity daily data file.
2805         * sadc, sa1 and sa2 manual pages moved to chapter 8 instead of 1m.
2806         * iostat disk accounting patch modified to work with md drivers.
2807
2808 2000/01/30: Version 3.0 - Sebastien Godard <sebastien.godard@wanadoo.fr>
2809         * sadc - system activity data collector added.
2810         * sa1, sa2 and sysstat.sh shell scripts added.
2811         * Manual pages added for sadc, sa1, sa2.
2812         * sar heavily modified to use stats sent by sadc.
2813         * System activity data file now records system restarts.
2814         * Every records in the iostat and system activity data files have
2815           their own timestamp now.
2816         * sar and iostat largely modified to use structures when reading or
2817           writing data files.
2818         * Per-process statistics added.
2819         * System minor and major fault statistics added.
2820         * TTY device statistics added.
2821         * Memory and swap space utilization statistics added.
2822         * Per-processor interrupt statistics added.
2823         * Statistics for kernel parameters (dcache, inodes, superblocks, etc.) 
2824           added.
2825         * Network device statistics added.
2826         * S_TIME_FORMAT environment variable added.
2827         * Meaning of -i option has changed for sar.
2828         * -d option removed for sar since it is no longer needed (we have
2829           sadc now).
2830         * sar now uses keywords such as ALL, SUM, etc. instead of numerical
2831           parameters.
2832         * iostat disk accounting patch improved.
2833         * 'page' field in /proc/stat is no longer used by iostat (was
2834           unreliable).
2835         * Workaround for buggy RTC (or kernels?) added. Used when the number
2836           of jiffies spent by the system in the idle task is decreasing in
2837           /proc/stat.
2838         * Manual pages updated.
2839         * NLS updated: Portuguese translation added.
2840         * Makefile updated.
2841
2842 1999/11/28: Version 2.2 - Sebastien Godard <sebastien.godard@wanadoo.fr>
2843         * Option -d added to sar to enable it to be started as a daemon.
2844         * sar initialization script updated to use -d option.
2845         * Option -V added to sar and iostat (print version number and usage).
2846         * Fixed a bug that made CPU utilization displayed by iostat wrong on
2847           SMP machines.
2848         * Manual pages updated and moved to chapter 1 instead of 8.
2849         * sar '-m' option renamed to '-r'.
2850         * Display improved for iostat.
2851         * NLS updated: Spanish translation added.
2852         * Patch against kernel 2.2.13 added for iostat.
2853
2854 1999/10/24: Version 2.1 - Sebastien Godard <sebastien.godard@wanadoo.fr>
2855         * The sar and iostat commands can now work on non SMP-machines even
2856           if the kernel is compiled with SMP support enabled.
2857         * Fixed a bug that made the time displayed by iostat wrong when
2858           reading stats back from a file.
2859         * Added memory statistics: free/shared/buffer/cached pages (sar -m).
2860         * Option -h added to sar to print its header periodically.
2861         * Set unavailable fields to zero when writing iostat file.
2862         * sar now displays 'proc/s' instead of 'fork/s' since exec'ed
2863           processes are also taken into account.
2864         * Manual pages updated.
2865         * sysstat is now available in RPM format.
2866         * Code cleaned up and made safer.
2867
2868 1999/09/19: Version 2.0 - Sebastien Godard <sebastien.godard@wanadoo.fr>
2869         * iostat now displays logical block I/O stats for each IDE device, or
2870           global Kb/s rate for all the block devices. Stats in Kb/s for each
2871           block device are not available for standard kernels due to Linux
2872           poor disk accounting... Anyway a patch is provided in this version
2873           of 'sysstat' in the 'patch' directory to fix that.
2874         * System uptime is no longer read in /proc/uptime but computed from
2875           the cpu line in /proc/stat.
2876         * When stats are read from a file (option -f of iostat and sar),
2877           values are now computed in accordance with the interval given by
2878           the user on the command line.
2879         * Old '-o' option for iostat removed. Now iostat can save data
2880           into a file in a binary format and re-read them later (options
2881           '-o' and '-f') in the same way sar does.
2882         * Number of available processors now taken into account when
2883           retrieving CPU usage from /proc/stat.
2884         * Removed a bug that prevented 'sar -U' to work on SMP machines.
2885         * Fixed a bug that made per-CPU average usage wrong on SMP machines.
2886         * Use of option -U is now possible for sar when reading from a file
2887           even if the machine is not an SMP one.
2888         * Fixed a bug that prevented sar from re-reading stats saved in a file
2889           when -I or -U option had been used.
2890         * iostat modified to work on SMP machines.
2891         * Changed the formula used to display stats in order not to get
2892           numbers greater than UINT_MAX.
2893         * System name, release number and hostname are now saved in 
2894           system activity files.
2895         * iostat now displays system name, release number and hostname
2896           when invoked.
2897         * Daily system activity file rotation added for sar.
2898         * Improved 64-bit system support.
2899         * CREDITS file added.
2900         * NLS updated: German translation added.
2901         * Manual pages updated.
2902         * Makefile updated: Do not call msgfmt if NLS is not enabled.
2903
2904 1999/06/25: Version 1.2 - Sebastien Godard <sebastien.godard@wanadoo.fr>
2905         * Better NLS support (date, time and numerical values, NLS enabled
2906           for sar, etc.).
2907         * System activity daily file structure changed: Is now independent of
2908           the locale and is more compact.
2909         * sar updated to support SMP machines (per CPU accounting).
2910         * Code cleaned, man pages updated...
2911
2912 1999/05/28: Version 1.1 - Sebastien Godard <sebastien.godard@wanadoo.fr>
2913         * NLS support added. French translation started but needs to be
2914           completed.
2915         * sar updated to support more than 16 interrupts (potential APIC
2916           interrupt sources).
2917         * A few typos removed (man pages, etc.).
2918         * Author email address updated :-)
2919         * Tested on kernel 2.2.5.
2920
2921 1999/03/06: Version 1.0 - Sebastien Godard <sebastien.godard@gazdefrance.com>
2922         * Initial Revision. Tested on kernel 2.0.36.