@ryran ryran released this Oct 11, 2017 · 11 commits to master since this release

Assets 3

Changelog:

  • #218 ps: make --threads show [thread of] <ACTUAL COMMAND + ARGS> instead of [thread_of_pid_<PID>] thanks to @lathan
  • #219 ip: send brctl show errors to devnull

@ryran ryran released this Mar 17, 2017 · 16 commits to master since this release

Assets 3

Changelog:

  • #212 cpu: add nx bit to cpuflag-detection
  • #208 fix --help, -h, and -? don't display any options by explicitly setting LC_ALL=en_US.UTF-8
  • #209 softirq: Soften budget/backlog tuning suggestion

@ryran ryran released this Sep 9, 2016 · 19 commits to master since this release

Assets 3

Changelog:

  • #185 os: update --scrub option to wipe out proxy info
  • #203 bios: fix parsing of total memory from dmidecode
  • #205 bios: fix parsing of system max mem capacity from dmidecode
  • See PR #206 for screenshot comparison between old and new bios output

@ryran ryran released this Feb 17, 2016 · 23 commits to master since this release

Assets 3

Changelog:

  • #61 os: add UEFI support to grub-parsing
  • #183 netdev: provide complete /proc/net/dev output
  • #184 ethtool: report when interface files are missing
  • #187 softirq: add KCS link
  • #188 os: SELinux checking was buggy; sos_commands/selinux/sestatus_-b and sos_commands/kernel/dmesg are handled appropriately now
  • #189 multipath & storage: add new sos location for multipath output (sos_commands/multipath)
  • #195 netdev: fix calculation of percentages
  • #196 sysctl: add ipfrag_(high|low)_thresh per request
  • #197 ip: --all now shows ipv4 & ipv6 output

@ryran ryran released this Aug 18, 2015 · 30 commits to master since this release

Assets 3

Changelog:

  • huge overhaul of /proc/partitions parser for #180

@ryran ryran released this Jul 30, 2015 · 32 commits to master since this release

Assets 3

Changelog:

  • fix for spaces in path to sosroot #69

@ryran ryran released this Jul 17, 2015 · 36 commits to master since this release

Assets 3

Changelog

  • add kernel.sysrq to kdump #167
  • fix ps for really old rhel4 #174

@ryran ryran released this Jul 11, 2015 · 40 commits to master since this release

Assets 3
  • Removed options: --scrub-ip and --scrub-mac (but left existing XSOS_SCRUB_IP_HN and XSOS_SCRUB_MACADDR env variables)
  • Added XSOS_SCRUB_SERIAL env variable which triggers scrubbing of serials and uuids in dmidecode
  • Added --scrub option that does all 3 of the above
  • Minor version bump due to option removal

@ryran ryran released this Jul 10, 2015 · 44 commits to master since this release

Assets 3

Added parsing of the fifo column in NETDEV plugin
See: #164

@ryran ryran released this Jun 24, 2015 · 49 commits to master since this release

Assets 3

I've been pretty haphazard with versioning -- e.g., I just kind of increment the micro numbers with every commit and increment the minor numbers whenever I feel like it. I've also been pretty haphazard with the rpm releases ... doing it whenever I have the time and feel like enough has changed to warrant it.

Moving forward, I'll be signing all commits and creating release tags regularly (when it makes sense). I'll continue to keep the yum repo at http://people.redhat.com/rsawhill/rpms/ up-to-date, but I'll also be attaching the rpms (signed with my gpg key) to each release here.

Notably, I removed xsos' built-in updating functionality (--update) with the v0.6.0 version (and added warnings for those options in v0.6.1). See #155.