]> granicus.if.org Git - sysstat/history - pidstat.c
code style, blank line after while
[sysstat] / pidstat.c
2022-06-16 Steve Kaycode style, blank line after while
2022-02-28 Sebastien GODARDCopyright year: Switch to 2022
2021-05-11 Sebastien GODARDMerge branch 'pidstat-updates'
2021-04-27 Sebastien GODARDpidstat: Simplify use of P_D_PID flag
2021-04-09 GODARD SebastienMerge pull request #287 from natoscott/pcp-metrics
2021-04-02 Sebastien GODARDMerge branch 'parthsl-master'
2021-03-31 Parth Shahpidstat: Monitor and show stats at the end of the exec...
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-05-08 Sebastien GODARDsysstat-12.3.3 v12.3.3
2020-05-03 Sebastien GODARDCosmetic fixes
2020-04-05 Sebastien GODARDpidstat: Remove unused global variable
2020-04-04 Sebastien GODARDFix #228: pidstat's -l replaces "\0" with " ", displayi...
2020-04-04 Sebastien GODARDpidstat: Add a replacement function for fork()
2020-04-04 Sebastien GODARDpidstat: Major code refactoring
2020-03-21 Sebastien GODARDpidstat: Remove extra space at end of command name
2020-03-11 Sebastien GODARDpidstat: Cosmetic updates
2020-02-08 Sebastien GODARDpidstat: Add non regression tests
2020-02-01 Sebastien GODARDpidstat: Add a replacement function for getpwuid()
2020-01-29 Sebastien GODARDpidstat: Set up test environment
2019-10-01 Sebastien GODARDconfigure: Add more checks
2019-06-02 Sebastien GODARDAdd/update non regression tests
2019-03-16 Sebastien GODARDpidstat: Make pid_array_nr variable local
2019-02-15 Sebastien GODARDsysstat-12.1.3 v12.1.3
2018-05-10 Sebastien GODARDAllow user to select number of decimal places
2018-04-28 Sebastien GODARDpidstat: Fix typo in comment
2018-04-26 Sebastien GODARDFix #179: pidstat displays incorrect thread names with...
2018-03-31 Sebastien GODARDpidstat: Report CPU usage for a process as the sum...
2018-02-12 Sebastien GODARDsysstat-11.7.2 v11.7.2
2017-10-21 Sebastien GODARDRemove unused parameters passed to functions
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-07-22 Sebastien GODARDCosmetic changes in code
2017-07-17 Sebastien GODARDAdd new option "-e" to pidstat, which can be used to...
2017-07-16 Sebastien GODARDpidstat: Add new option to display timestamps in second...
2017-06-23 Sebastien GODARDFix #154: pidstat: Don't stop if /proc/#/schedstat...
2017-06-07 Sebastien GODARDDisplay a percent sign after the value when --human...
2017-06-07 Sebastien GODARDDefine constants for metrics units
2017-06-03 Sebastien GODARDUpdate year in (C) message
2017-02-18 Sebastien GODARDAdd %wait field to "pidstat -h" output
2017-02-18 Sebastien GODARDMerge branch 'geekben-master'
2017-02-18 Sebastien GODARDMerge branch 'master' of https://github.com/geekben...
2017-02-06 geekbenAdd %wait to pidstat
2016-11-17 Sebastien GODARDpidstat: Display values in human readable format
2016-11-17 Sebastien GODARDsar: Display values in human readable format
2016-10-07 Sebastien GODARDpidstat: Use either short or full command line when...
2016-10-03 Sebastien GODARDUse TIMESTAMP_LEN constant for timestamp buffers
2016-09-05 Sebastien GODARDFix #125: pidstat omits kernel threads when using ...
2016-08-19 Sebastien GODARDAdd JSON output for reports header
2016-06-24 Sebastien GODARDsysstat-11.3.5 v11.3.5
2016-03-25 Sebastien GODARDMerge branch 'portante-master'
2016-03-23 Peter PortanteQuick fix for cprintf_u64 non-uintv64_t
2016-03-07 Sebastien GODARDMerge branch 'pschiffe-master'
2016-03-07 Peter SchifferIntroduce new SP_VALUE_100() macro and use it in pidstat
2016-03-06 Sebastien GODARDmpstat/pidstat: Print time in the ISO format is S_TIME_...
2016-02-19 Sebastien GODARDUpdate README and copyright messages
2015-10-09 Sebastien GODARDUse ISO C99 extensions to display 64 bit values in...
2015-10-04 Sebastien GODARDAdd color support for pidstat command
2015-08-29 Sebastien GODARDMerge branch 'pschiffe-pidstat-100'
2015-08-28 Peter SchifferAdded realloc_pid() also to the read_task_stats() fn
2015-08-27 Peter SchifferPidstat outputs values > 100% for %CPU
2015-04-12 Sebastien GODARDMerge branch 'fcstats' of https://github.com/jaunix...
2015-04-07 Sebastien GODARDsysstat 11.1.4 v11.1.4
2015-03-12 Sebastien GODARDpidstat: Don't stop if gtime and cgtime fields are...
2015-01-25 Sebastien GODARDMerge branch 'pschiffe-coverity'
2015-01-25 Sebastien GODARDMerge branch 'coverity' of https://github.com/pschiffe...
2015-01-21 Peter SchifferFixes from static analysis
2014-09-20 Sebastien GODARDpidstat: Now handle processes with spaces in their...
2014-08-15 Sebastien GODARDTest the return value of fgets/fscanf calls
2014-06-16 Sebastien GODARDsysstat 11.0.0 v11.0.0
2014-06-11 Sebastien GODARDpidstat: Add option -R to display priority and policy...
2014-05-23 Sebastien GODARDpidstat: Add an option to filter processes by name
2014-05-21 Sebastien GODARDpidstat: Update variables type to be consistent with...
2014-05-17 Sebastien GODARDpidstat: Add scheduling priority and policy information
2014-03-22 Sebastien GODARDRemove supernumerary spaces and tabulations in source...
2014-01-19 Sebastien GODARDsysstat 10.2.1 v10.2.1
2014-01-17 Sebastien GODARDRemove hardcoded size values
2013-11-11 Sebastien GODARDpidstat: Add block I/O delays metric
2013-10-27 Sebastien GODARDRework procedures used to count processors on the machine
2013-10-02 Sebastien GODARDpidstat: Display stats since boot time for a list of...
2013-09-28 Sebastien GODARDpidstat displays -1 for unknown I/O statistics
2013-09-27 Sebastien GODARDpidstat stack utilization statistics were not always...
2013-09-27 Sebastien GODARDpidstat: Add new option -v
2013-09-20 Sebastien GODARDmpstat/pidstat exit immediately when SIGINT caught...
2013-06-29 Sebastien GODARDMerge branch 'remove-redundant-null-checks' of https...
2013-06-29 Sebastien GODARDMerge branch 'fix-resource-leak' of https://github...
2013-06-29 Muneyuki NoguchiFix resource leak.
2013-06-29 Muneyuki NoguchiRemove redundant NULL checks.
2013-05-19 Sebastien GODARDSplit rd_stats.c and rd_stats.h files
2013-04-27 sebAllow for more options to be grouped together.
2013-03-23 seb10.1.5 final packaging. v10.1.5
2013-03-10 sebFixed a small inconsistency in pidstat usage message.
2013-03-03 sebpidstat's option -U updated.
2013-03-02 sebNow use sigaction() instead of signal() for signals...
2013-03-02 sebpidstat can now display the username of the tasks being...
2013-03-01 sebpidstat now displays task's UID.
2013-02-23 sebmpstat and sar now stop and displays its average stats...
2013-02-22 sebpidstat now stops and displays its average
next