Skip to content

Commit

Permalink
sysstat-12.1.3
Browse files Browse the repository at this point in the history
sysstat version 12.1.3 final packaging.
lsm and spec files updated.
Changelog added.
Copyright year updated (2018 > 2019)

With this version, the user will be able to select different color
palettes to draw the SVG graphs with sadf. One of those palettes can be
fully customized using an environment variable (S_COLORS_PALETTE).
This version also adds a new flag (-f) to sadc to force fdatasync() use
when data are written (this feature has been contributed by Kyle
Walker).

Signed-off-by: Sebastien GODARD <[email protected]>
  • Loading branch information
sysstat committed Feb 15, 2019
1 parent b360cf7 commit 681a13e
Show file tree
Hide file tree
Showing 49 changed files with 65 additions and 54 deletions.
11 changes: 11 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
Changes:

2019/02/15: Version 12.1.3 - Sebastien Godard (sysstat <at> orange.fr)
* sadf: SVG: Add new "customcol" and "bwcol" options. These options
enable the user to select distinct color palettes to draw the
graphs with "sadf -g".
* sadf: SVG: Make it possible for the user to customize color palette
used to draw graphs.
* sadf: SVG: Fix wrong variable used to draw discard IO graph.
* [Kyle Walker]: sadc: Add -f flag to force fdatasync() use.
* sadf and sadc manual pages updated.
* NLS translations updated.

2018/12/14: Version 12.1.2 - Sebastien Godard (sysstat <at> orange.fr)
* sadf: Fix out of bound reads security issues (CVE-2018-19416 and
CVE-2018-19517) [12.0.3].
Expand Down
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Makefile to build sysstat commands
# (C) 1999-2018 Sebastien GODARD (sysstat <at> orange.fr)
# (C) 1999-2019 Sebastien GODARD (sysstat <at> orange.fr)

# Version and package name
VERSION = @PACKAGE_VERSION@
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Total Alerts](https://img.shields.io/lgtm/alerts/g/sysstat/sysstat.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/sysstat/sysstat/alerts)
[![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=45U6F9R73ESFQ)

(C) 1999-2018 Sebastien GODARD (sysstat (at) orange (dot) fr)
(C) 1999-2019 Sebastien GODARD (sysstat (at) orange (dot) fr)

### Introduction

Expand Down
2 changes: 1 addition & 1 deletion activity.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* activity.c: Define system activities available for sar/sadc.
* (C) 1999-2018 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 1999-2019 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
Expand Down
2 changes: 1 addition & 1 deletion common.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sar, sadc, sadf, mpstat and iostat common routines.
* (C) 1999-2018 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 1999-2019 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
Expand Down
2 changes: 1 addition & 1 deletion common.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sysstat: System performance tools for Linux
* (C) 1999-2018 by Sebastien Godard (sysstat <at> orange.fr)
* (C) 1999-2019 by Sebastien Godard (sysstat <at> orange.fr)
*/

#ifndef _COMMON_H
Expand Down
2 changes: 1 addition & 1 deletion count.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* count.c: Count items for which statistics will be collected.
* (C) 1999-2018 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 1999-2019 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
Expand Down
2 changes: 1 addition & 1 deletion count.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* count.h: Include file used to count items for which
* statistics will be collected.
* (C) 1999-2018 by Sebastien Godard (sysstat <at> orange.fr)
* (C) 1999-2019 by Sebastien Godard (sysstat <at> orange.fr)
*/

#ifndef _COUNT_H
Expand Down
2 changes: 1 addition & 1 deletion format.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* format.c: Output format definitions for sadf and sar
* (C) 2011-2018 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 2011-2019 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
Expand Down
2 changes: 1 addition & 1 deletion iostat.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* iostat: report CPU and I/O statistics
* (C) 1998-2018 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 1998-2019 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
Expand Down
2 changes: 1 addition & 1 deletion iostat.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* iostat: report CPU and I/O statistics
* (C) 1999-2018 by Sebastien Godard (sysstat <at> orange.fr)
* (C) 1999-2019 by Sebastien Godard (sysstat <at> orange.fr)
*/

#ifndef _IOSTAT_H
Expand Down
2 changes: 1 addition & 1 deletion json_stats.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* json_stats.c: Funtions used by sadf to display statistics in JSON format.
* (C) 1999-2018 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 1999-2019 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
Expand Down
2 changes: 1 addition & 1 deletion json_stats.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* json_stats.h: Include file used to display system statistics in JSON format.
* (C) 1999-2018 by Sebastien Godard (sysstat <at> orange.fr)
* (C) 1999-2019 by Sebastien Godard (sysstat <at> orange.fr)
*/

#ifndef _JSON_STATS_H
Expand Down
2 changes: 1 addition & 1 deletion mpstat.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* mpstat: per-processor statistics
* (C) 2000-2018 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 2000-2019 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
Expand Down
2 changes: 1 addition & 1 deletion mpstat.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* mpstat: per-processor statistics
* (C) 2000-2018 by Sebastien Godard (sysstat <at> orange.fr)
* (C) 2000-2019 by Sebastien Godard (sysstat <at> orange.fr)
*/

#ifndef _MPSTAT_H
Expand Down
2 changes: 1 addition & 1 deletion nls/sysstat.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: sysstat <at> orange.fr\n"
"POT-Creation-Date: 2019-02-15 09:41+0100\n"
"POT-Creation-Date: 2019-02-15 10:36+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion pidstat.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* pidstat: Report statistics for Linux tasks
* (C) 2007-2018 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 2007-2019 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
Expand Down
2 changes: 1 addition & 1 deletion pidstat.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* pidstat: Display per-process statistics.
* (C) 2007-2018 by Sebastien Godard (sysstat <at> orange.fr)
* (C) 2007-2019 by Sebastien Godard (sysstat <at> orange.fr)
*/
#ifndef _PIDSTAT_H
#define _PIDSTAT_H
Expand Down
2 changes: 1 addition & 1 deletion pr_stats.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* pr_stats.c: Functions used by sar to display statistics
* (C) 1999-2018 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 1999-2019 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
Expand Down
2 changes: 1 addition & 1 deletion pr_stats.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* pr_stats.h: Include file used to display system statistics
* (C) 1999-2018 by Sebastien Godard (sysstat <at> orange.fr)
* (C) 1999-2019 by Sebastien Godard (sysstat <at> orange.fr)
*/

#ifndef _PR_STATS_H
Expand Down
2 changes: 1 addition & 1 deletion raw_stats.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* raw_stats.c: Functions used by sar to display statistics in raw format.
* (C) 1999-2018 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 1999-2019 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
Expand Down
2 changes: 1 addition & 1 deletion raw_stats.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* raw_stats.h: Include file used to display statistics in raw format.
* (C) 1999-2018 by Sebastien Godard (sysstat <at> orange.fr)
* (C) 1999-2019 by Sebastien Godard (sysstat <at> orange.fr)
*/

#ifndef _RAW_STATS_H
Expand Down
2 changes: 1 addition & 1 deletion rd_sensors.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* rd_sensors.c: Read sensors statistics
* (C) 1999-2018 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 1999-2019 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
Expand Down
2 changes: 1 addition & 1 deletion rd_sensors.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* rd_sensors.h: Include file used to read sensors statistics
* (C) 1999-2018 by Sebastien Godard (sysstat <at> orange.fr)
* (C) 1999-2019 by Sebastien Godard (sysstat <at> orange.fr)
*/

#ifndef _RD_SENSORS_H
Expand Down
2 changes: 1 addition & 1 deletion rd_stats.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* rd_stats.c: Read system statistics
* (C) 1999-2018 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 1999-2019 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
Expand Down
2 changes: 1 addition & 1 deletion rd_stats.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* rd_stats.h: Include file used to read system statistics
* (C) 1999-2018 by Sebastien Godard (sysstat <at> orange.fr)
* (C) 1999-2019 by Sebastien Godard (sysstat <at> orange.fr)
*/

#ifndef _RD_STATS_H
Expand Down
2 changes: 1 addition & 1 deletion rndr_stats.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* rndr_stats.c: Funtions used by sadf to display statistics in selected format.
* (C) 1999-2018 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 1999-2019 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
Expand Down
2 changes: 1 addition & 1 deletion rndr_stats.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* rndr_stats.h: Include file used to display system statistics in selected format.
* (C) 1999-2018 by Sebastien Godard (sysstat <at> orange.fr)
* (C) 1999-2019 by Sebastien Godard (sysstat <at> orange.fr)
*/

#ifndef _RNDR_STATS_H
Expand Down
2 changes: 1 addition & 1 deletion sa.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sar/sadc: Report system activity
* (C) 1999-2018 by Sebastien Godard (sysstat <at> orange.fr)
* (C) 1999-2019 by Sebastien Godard (sysstat <at> orange.fr)
*/

#ifndef _SA_H
Expand Down
2 changes: 1 addition & 1 deletion sa1.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
# @SA_LIB_DIR@/sa1
# (C) 1999-2018 Sebastien Godard (sysstat <at> orange.fr)
# (C) 1999-2019 Sebastien Godard (sysstat <at> orange.fr)
#
#@(#) @PACKAGE_NAME@-@PACKAGE_VERSION@
#@(#) sa1: Collect and store binary data in system activity data file.
Expand Down
2 changes: 1 addition & 1 deletion sa2.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
# @SA_LIB_DIR@/sa2
# (C) 1999-2018 Sebastien Godard (sysstat <at> orange.fr)
# (C) 1999-2019 Sebastien Godard (sysstat <at> orange.fr)
#
#@(#) @PACKAGE_NAME@-@PACKAGE_VERSION@
#@(#) sa2: Write a daily report
Expand Down
2 changes: 1 addition & 1 deletion sa_common.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sar and sadf common routines.
* (C) 1999-2018 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 1999-2019 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
Expand Down
2 changes: 1 addition & 1 deletion sa_conv.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sa_conv.c: Convert an old format sa file to the up-to-date format.
* (C) 1999-2018 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 1999-2019 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
Expand Down
2 changes: 1 addition & 1 deletion sa_conv.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sa_conv.h: Include file for "sadf -c" command.
* (C) 1999-2018 by Sebastien Godard (sysstat <at> orange.fr)
* (C) 1999-2019 by Sebastien Godard (sysstat <at> orange.fr)
*/

#ifndef _SA_CONV_H
Expand Down
2 changes: 1 addition & 1 deletion sa_wrap.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sysstat - sa_wrap.c: Functions used in activity.c
* (C) 1999-2018 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 1999-2019 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
Expand Down
2 changes: 1 addition & 1 deletion sadc.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sadc: system activity data collector
* (C) 1999-2018 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 1999-2019 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
Expand Down
2 changes: 1 addition & 1 deletion sadf.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sadf: system activity data formatter
* (C) 1999-2018 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 1999-2019 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
Expand Down
2 changes: 1 addition & 1 deletion sadf.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sadf: System activity data formatter
* (C) 1999-2018 by Sebastien Godard (sysstat <at> orange.fr)
* (C) 1999-2019 by Sebastien Godard (sysstat <at> orange.fr)
*/

#ifndef _SADF_H
Expand Down
2 changes: 1 addition & 1 deletion sadf_misc.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sadf_misc.c: Funtions used by sadf to display special records
* (C) 2011-2018 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 2011-2019 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
Expand Down
2 changes: 1 addition & 1 deletion sar.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sar: report system activity
* (C) 1999-2018 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 1999-2019 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
Expand Down
2 changes: 1 addition & 1 deletion svg_stats.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* svg_stats.c: Funtions used by sadf to display statistics in SVG format.
* (C) 2016-2018 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 2016-2019 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
Expand Down
2 changes: 1 addition & 1 deletion svg_stats.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* svg_stats.h: Include file used to display system statistics in SVG format.
* (C) 2016-2018 by Sebastien Godard (sysstat <at> orange.fr)
* (C) 2016-2019 by Sebastien Godard (sysstat <at> orange.fr)
*/

#ifndef _SVG_STATS_H
Expand Down
2 changes: 1 addition & 1 deletion sysconfig.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sysstat: System performance tools for Linux
* (C) 1999-2018 by Sebastien Godard (sysstat <at> orange.fr)
* (C) 1999-2019 by Sebastien Godard (sysstat <at> orange.fr)
*/

#ifndef _SYSCONFIG_H
Expand Down
14 changes: 7 additions & 7 deletions sysstat-12.1.2.lsm → sysstat-12.1.3.lsm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Begin4
Title: sysstat - the sar, sadf, mpstat, iostat, tapestat, pidstat and cifsiostat commands for Linux
Version: 12.1.2
Entered-date: 2018-12-14
Version: 12.1.3
Entered-date: 2019-02-15
Description: The sysstat package contains the sar, sadf, mpstat, iostat, tapestat,
pidstat, cifsiostat and sa tools for Linux.
The sar command collects and reports system activity
Expand Down Expand Up @@ -29,11 +29,11 @@ Keywords: system administration, system monitoring, sar, sadf, iostat, mpstat, t
Author: [email protected] (Sebastien Godard)
Maintained-by: [email protected] (Sebastien Godard)
Primary-site: http:https://pagesperso-orange.fr/sebastien.godard/
775kiB sysstat-12.1.2.tar.gz
680kiB sysstat-12.1.2.tar.bz2
594kiB sysstat-12.1.2.tar.xz
783kiB sysstat-12.1.2-1.src.rpm
380kiB sysstat-12.1.2-1.x86_64.rpm
704kiB sysstat-12.1.3.tar.gz
613kiB sysstat-12.1.3.tar.bz2
542kiB sysstat-12.1.3.tar.xz
713kiB sysstat-12.1.3-1.src.rpm
381kiB sysstat-12.1.3-1.x86_64.rpm
Alternate-site:
Copying-policy: GPL
End
2 changes: 1 addition & 1 deletion sysstat-12.1.2.spec → sysstat-12.1.3.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: SAR, SADF, MPSTAT, IOSTAT, TAPESTAT, PIDSTAT and CIFSIOSTAT for Linux
Name: sysstat
Version: 12.1.2
Version: 12.1.3
Release: 1
License: GPL
Group: Applications/System
Expand Down
2 changes: 1 addition & 1 deletion sysstat.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# description: Reset the system activity logs
#
# @INIT_DIR@/sysstat
# (C) 2000-2018 Sebastien Godard (sysstat <at> orange.fr)
# (C) 2000-2019 Sebastien Godard (sysstat <at> orange.fr)
#
### BEGIN INIT INFO
# Provides: sysstat
Expand Down

0 comments on commit 681a13e

Please sign in to comment.