]> granicus.if.org Git - sysstat/history - iostat.c
Merge pull request from GHSA-q8r6-g56f-9w7x
[sysstat] / iostat.c
2022-09-18 Sebastien GODARDMerge get_locatime() and get_gmtime() functions
2022-06-16 Sebastien GODARDMerge branch 'stevekay-tidy3'
2022-06-16 Steve Kaycode style, blank line after while
2022-02-28 Sebastien GODARDCopyright year: Switch to 2022
2021-09-26 Sebastien GODARDiostat: Add --compact option (#303)
2021-07-17 Sebastien GODARDiostat: Fix how device mapper names are taken into...
2021-07-14 Sebastien GODARDiostat: Always display persistent names with option -j
2021-02-14 Sebastien GODARDsysstat-12.5.3 v12.5.3
2020-10-31 Sebastien GODARDFix #253: Make sure setbuf() is the first operation...
2020-07-31 Sebastien GODARDMerge branch 'patch-1' of https://github.com/NanXiao...
2020-07-31 Nan Xiaoiostat: Remove unused variable
2020-07-29 Sebastien GODARDUpdate sar, iostat and cifsiostat usage message
2020-07-27 Sebastien GODARDMake device name consistent between sar and iostat
2020-07-25 Sebastien GODARDcifsiostat,iostat,sar: Add --pretty option
2020-07-24 Sebastien GODARDFix #263: Incorrect device name from iostat
2020-07-24 Sebastien GODARDUpdate non regression code to handle big minor numbers
2020-05-08 Sebastien GODARDsysstat-12.3.3 v12.3.3
2020-05-03 Sebastien GODARDCosmetic fixes
2020-04-27 Sebastien GODARDAdd new flag to iostat that can be used to specify...
2020-04-04 Sebastien GODARDiostat: Make sure pointer on linked list has been initi...
2019-12-23 Sebastien GODARDiostat: Make code a bit more solid
2019-12-22 Sebastien GODARDiostat: Indicate that flush ops are counted as writes...
2019-12-21 Sebastien GODARDMerge branch 'koct9i-flush'
2019-12-16 Konstantin Khlebnikoviostat: Add flush I/O statistics
2019-11-24 Sebastien GODARDiostat: Fix wrong unit used in JSON output
2019-11-01 Sebastien GODARDsimtest: Update code so that environment variables...
2019-09-22 Sebastien GODARDiostat: Fix null pointer dereferences
2019-09-22 Sebastien GODARDiostat: Make sure structures are init'ed before using
2019-09-22 Sebastien GODARDiostat: Check string's size when copying
2019-08-13 Sebastien GODARDiostat: Fix comment
2019-07-21 Sebastien GODARDiostat: Make sure that devices that have a slash in...
2019-07-20 Sebastien GODARDiostat: Use the right major and minor numbers to read...
2019-07-20 Sebastien GODARDiostat: Fix issue when a UUID is given on the command...
2019-07-20 Sebastien GODARDiostat: Major code refactoring
2019-06-23 Sebastien GODARDsimtest: Improve iostat non regression tests
2019-06-21 Sebastien GODARDMerge branch 'master' of https://github.com/akosiaris...
2019-06-21 Sebastien GODARDiostat: Fix wrong CPU stats displayed with option -y
2019-06-02 Sebastien GODARDAdd/update non regression tests
2019-05-10 Sebastien GODARDiostat: Fix iostat regression for groups of devices
2019-04-27 Sebastien GODARDFix #222: Invalid JSON output displayed by iostat
2019-04-26 Sebastien GODARDAdd sysstat simulation test environment
2019-03-16 Sebastien GODARDiostat: Change some variables scope
2019-03-16 Sebastien GODARDMerge branch 'autofs-not-counting' of https://github...
2019-03-09 Sebastien GODARDMerge branch 'avoid-triggering-automounts' of https...
2019-03-03 Sebastien GODARDiostat, mpstat: Fix JSON output when stopped by SIGINT
2019-03-03 Sebastien GODARDiostat: Fix missing "}" and "]" in JSON output when...
2019-02-15 Sebastien GODARDsysstat-12.1.3 v12.1.3
2018-11-26 Sebastien GODARDiostat: Add discard I/O metrics to JSON output
2018-11-18 Sebastien GODARDiostat: Remove extra line between two samples
2018-11-16 Sebastien GODARDiostat: Add initial support for discard I/O
2018-11-04 Sebastien GODARDiostat/sar: Remove service time (svctm) metric
2018-07-20 Sebastien GODARDiostat.c: Fix gcc format-truncation warning
2018-05-10 Sebastien GODARDAllow user to select number of decimal places
2018-02-12 Sebastien GODARDsysstat-11.7.2 v11.7.2
2018-01-22 Sebastien GODARDiostat: Refresh device list properly
2018-01-17 Sebastien GODARDiostat: Display device name at the end of line when...
2018-01-08 Sebastien GODARDFiles dependencies: Global update
2017-10-21 Sebastien GODARDHZ value is no longer needed in several sysstat commands
2017-10-21 Sebastien GODARDUse a time interval expressed in seconds, not in jiffies
2017-10-16 Sebastien GODARDDon't compute global system uptime when reading CPU...
2017-10-13 Sebastien GODARDNo longer use /proc/stat to calculate system uptime
2017-09-01 Sebastien GODARDFix #164: Allow reproducible build
2017-08-26 Sebastien GODARDFix #163: 'iostat -y' json output includes an invalid...
2017-07-22 Sebastien GODARDCosmetic changes in code
2017-06-07 Sebastien GODARDDisplay a percent sign after the value when --human...
2017-06-07 Sebastien GODARDAdd unit to areq-sz values when --human option has...
2017-06-07 Sebastien GODARDDefine constants for metrics units
2017-06-07 Sebastien GODARDiostat: Remove trailing colon following "Device" field...
2017-06-05 Sebastien GODARDiostat: JSON output now depends on options used
2017-06-04 Sebastien GODARDiostat: Express requests average size in kB, not sectors
2017-06-03 Sebastien GODARDiostat: Add new metrics in extended statistics output
2017-06-03 Sebastien GODARDiostat: Add new "-s" switch
2017-06-03 Sebastien GODARDUpdate year in (C) message
2016-11-28 Sebastien GODARDFix #134: Include <locale.h> to define setlocale()...
2016-11-17 Sebastien GODARDiostat: Option -h also imply --human
2016-11-17 Sebastien GODARDiostat: Display values in human readable format
2016-11-17 Sebastien GODARDsar: Display values in human readable format
2016-10-21 Sebastien GODARDMerge branch 'increase_procname_size' of https://github...
2016-10-21 Sebastien GODARDmpstat, iostat: Use decimal point for FP values in...
2016-10-03 Sebastien GODARDUse TIMESTAMP_LEN constant for timestamp buffers
2016-09-14 Sebastien GODARDCosmetic fixes
2016-08-21 Sebastien GODARDiostat: Fix conversion factor for JSON output
2016-08-19 Sebastien GODARDiostat.c: Display extended disk stats in plain or JSON...
2016-08-19 Sebastien GODARDiostat.c: Display basic disk stats in plain or JSON...
2016-08-19 Sebastien GODARDiostat.c: Display CPU statistics in plain or JSON format
2016-08-19 Sebastien GODARDiostat.c: Display timestamp in plain or JSON format
2016-08-19 Sebastien GODARDAdd JSON output for reports header
2016-08-19 Sebastien GODARDiostat: Add "-o JSON" option
2016-08-11 Sebastien GODARDReplace strcpy() with strncpy() to avoid buffer overflows
2016-07-17 Sebastien GODARDiostat: Fix comment
2016-06-24 Sebastien GODARDsysstat-11.3.5 v11.3.5
2016-02-19 Sebastien GODARDUpdate README and copyright messages
2015-10-09 Sebastien GODARDUse ISO C99 extensions to display 64 bit values in...
2015-09-13 Sebastien GODARDiostat, mpstat: Color enhancements
2015-09-12 Sebastien GODARDiostat: Initial color support
2015-08-21 Sebastien GODARDiostat: Fix typo in comment
2015-07-11 Sebastien GODARDiostat: Rename option -T to -H
2015-04-12 Sebastien GODARDMerge branch 'fcstats' of https://github.com/jaunix...
2015-04-07 Sebastien GODARDsysstat 11.1.4 v11.1.4
2015-01-25 Sebastien GODARDMerge branch 'pschiffe-coverity'
next