]> granicus.if.org Git - sysstat/shortlog
sysstat
2019-02-27 Sebastien GODARDsadf: PCP: Add support for A_CPU activity
2019-02-23 Sebastien GODARDsadf: PCP: Add missing #ifdef statement
2019-02-23 Sebastien GODARDsadf: PCP: Add support for A_PCSW activity
2019-02-23 Sebastien GODARDsadf: Don't test for activities available in file if...
2019-02-23 Sebastien GODARDsadf: PCP: Initial support for A_QUEUE activity
2019-02-23 Sebastien GODARDPCP: Update Makefile
2019-02-23 Sebastien GODARDsadf: PCP: Add new options "-l" and "pcparchive="
2019-02-23 Sebastien GODARDPCP: Add option --disable-pcp to configuration scripts
2019-02-23 Sebastien GODARDconfigure: Don't check for sensors library if --disable...
2019-02-23 Sebastien GODARDjson_stats.h: Replace XML -> JSON
2019-02-23 Sebastien GODARDsadf: Cosmetic fix in manual page
2019-02-15 Sebastien GODARDSmall update to sadc and sadf manual pages
2019-02-15 Sebastien GODARDStarting sysstat-12.1.4
2019-02-15 Sebastien GODARDsysstat-12.1.3 v12.1.3
2019-02-15 Sebastien GODARDUpdate NLS translations
2019-02-09 GODARD SebastienMerge pull request #209 from Joungkyun/master
2019-02-07 JoungKyun Kimupdated Korean translation file with pot file from...
2019-02-02 Sebastien GODARDMerge branch 'kyle-walker-fdatasync'
2019-01-30 Kyle Walkersadc: Add a -f flag to force fdatasync() use
2019-01-20 Sebastien GODARDsadf: Update manual page
2019-01-20 Sebastien GODARDsadf: SVG: Allow user to customize color palette
2019-01-13 Sebastien GODARDsadf: Update manual page
2019-01-13 Sebastien GODARDsadf: SVG: Update custom color palette
2019-01-13 Sebastien GODARDsadf: SVG: Add new "bwcol" option
2019-01-13 Sebastien GODARDsadf: SVG: Fix wrong variable used to draw discard...
2019-01-11 Sebastien GODARDsadf: Update manual page
2019-01-11 Sebastien GODARDsadf: SVG: Add new "customcol" option
2018-12-14 Sebastien GODARDStarting sysstat-12.1.3
2018-12-14 Sebastien GODARDsysstat-12.1.2 v12.1.2
2018-12-14 Sebastien GODARDUpdate NLS translations
2018-12-09 Sebastien GODARDUpdate sar manual page
2018-12-09 Sebastien GODARDUpdate DTD and XSD documents
2018-12-09 Sebastien GODARDsadf: Add discard I/O metric to all "sar -b" output...
2018-12-09 Sebastien GODARDsar: Add discard I/O metrics to "sar -b" output
2018-12-02 Sebastien GODARDFix #202: Infinite loop in sadf
2018-12-02 Sebastien GODARDAdd a return code to remap_struct() function
2018-12-02 Sebastien GODARDRemove remap_struct() prototype from sa.h
2018-12-01 Sebastien GODARDUpdate DTD and XSD documents
2018-12-01 Sebastien GODARDsadf: Add discard I/O metric to all output formats
2018-12-01 Sebastien GODARDUpdate sar manual page
2018-12-01 Sebastien GODARDsadf: RAW: Display rd_ticks and wr_ticks fields
2018-12-01 Sebastien GODARDsar: Add discard I/O metrics to "sar -d" output
2018-12-01 Sebastien GODARDMerge branch 'master' of https://github.com/sysstat...
2018-12-01 Sebastien GODARDrd_stats.h: Reorder fields in stats_disk structure
2018-11-28 GODARD SebastienMerge pull request #203 from lousyd/master
2018-11-27 Todd WaltonClarify sadc(8) on using multiple -S keywords
2018-11-26 Sebastien GODARDFix #196 and #199: Out of bound reads security issues
2018-11-26 Sebastien GODARDrd_stats.h: Fix stats_disk structure composition
2018-11-26 Sebastien GODARDiostat: Update manual page
2018-11-26 Sebastien GODARDiostat: Add discard I/O metrics to JSON output
2018-11-26 GODARD SebastienMerge pull request #201 from stevekay/typos
2018-11-25 steve kayfix tabs
2018-11-25 steve kayfix configure typo : --enablle-copy-only -> --enable...
2018-11-25 GODARD SebastienMerge pull request #198 from stevekay/master
2018-11-25 GODARD SebastienMerge pull request #200 from mator/master
2018-11-23 Anatoly Pugachevsar: fix a small inconsistency in header of print_sar_r...
2018-11-22 stevekayUse memcpy rather than strncpy, in order to avoid trunc...
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 GODARDsvctm: Update sar and iostat manual pages
2018-11-04 Sebastien GODARDsvctm: Update DTD and XSD documents
2018-11-04 Sebastien GODARDiostat/sar: Remove service time (svctm) metric
2018-11-01 Sebastien GODARDAdd new non regression tests
2018-10-28 GODARD SebastienMerge pull request #193 from stevekay/crontabfix
2018-10-27 Steve Kayremove superfluous '&' within crontabs
2018-10-14 Sebastien GODARDAdd new non regression tests for XML output
2018-10-14 Sebastien GODARDMerge branch 'acdimalev-acdimalev-json-parse-test'
2018-10-14 Sebastien GODARDImprove non regression test for JSON output
2018-10-14 Sebastien GODARDMerge branch 'acdimalev-json-parse-test' of https:...
2018-10-13 Sebastien GODARDStarting sysstat-12.1.2
2018-10-13 Sebastien GODARDsysstat-12.1.1 v12.1.1
2018-10-13 Sebastien GODARDUpdate NLS translations
2018-10-06 Sebastien GODARDsar: Fix typo in manual page
2018-09-27 jaminAdd a JSON parse test
2018-09-24 GODARD SebastienMerge pull request #191 from xcorail/master
2018-09-24 Xavier RENE... Configure LGTM to exclude python code: declare as library
2018-09-24 Xavier RENE... Configure LGTM to exclude python code: declare as docs
2018-09-23 Sebastien GODARDMake sure multiplication result won't overflow integer...
2018-09-21 Sebastien GODARDUse thread-safe versions of gmtime() and localtime()
2018-09-21 Sebastien GODARDAdd LGTM.com code quality badges.
2018-09-21 Sebastien GODARDMerge branch 'master' of https://github.com/xcorail...
2018-09-21 Sebastien GODARDFix #189: [: n: unexpected operator
2018-09-21 Sebastien GODARDsadf: Make it more robust to corrupted datafiles
2018-09-16 Sebastien GODARDsadf_misc.c: Remove unused external variable
2018-09-14 Xavier RENE... Add LGTM.com code quality badges
2018-08-29 Sebastien GODARDsar: Make sure a header line is always displayed
2018-08-29 Sebastien GODARDAdd new non regression tests
2018-08-29 Sebastien GODARDsadf: SVG: Add support for new huge pages metrics
2018-08-27 Sebastien GODARDUpdate sar manual page
2018-08-27 Sebastien GODARDUpdate DTD and XSD documents to take into account new...
2018-08-27 Sebastien GODARDsa_conv.c: Fix typo in comment
2018-08-27 Sebastien GODARDsadf: Take into account new huge pages metrics
2018-08-27 Sebastien GODARDNow collect HugePages_Rsvd and HugePages_Surp values...
2018-08-26 Sebastien GODARDsar: Update remap_struct() function prototype
2018-08-26 Sebastien GODARDsar: Fix timestamp format in report output
2018-08-25 Sebastien GODARDsar: Fortify remap_struct() function
2018-08-06 Sebastien GODARDUpdate FAQ
2018-08-06 Sebastien GODARDsadc: Allow to unselect activities by name
2018-08-06 Sebastien GODARDsar: Fix wrong size for huge pages statistics structure
2018-08-03 Sebastien GODARDStarting sysstat-12.1.1
next