Skip to content

Releases: ryran/xsos

v0.7.33

20 Aug 06:07
Compare
Choose a tag to compare

Many changes in the 5 years since the last release.

v0.7.19

08 Apr 20:50
v0.7.19
ad27d63
Compare
Choose a tag to compare

Changelog:

  • #221: Add "lost" to packet loss grep
  • #224: add support for new sosreport 3.5 ip_-d_address file
  • #228: Add tz database (aka Olson) style timezone to OS
  • #229: kdump handle df_-al namechange
  • #232: lspci Support domain format, add PCI ID
  • #233: sysctl Add vm.min_free_kbytes and vm.vfs_cache_pressure
  • #222: Match on a substring of interface name when looking for master interfaces
  • #241: add sysctls: hung_task_warnings, max_map_count, zone_reclaim_mode

v0.7.13

11 Oct 23:40
v0.7.13
Compare
Choose a tag to compare

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

v0.7.11

17 Mar 14:58
8f24b4b
Compare
Choose a tag to compare

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

v0.7.10

09 Sep 17:47
Compare
Choose a tag to compare

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

v0.7.8

17 Feb 04:58
4b5298a
Compare
Choose a tag to compare

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

v0.7.5

18 Aug 18:41
v0.7.5
Compare
Choose a tag to compare

Changelog:

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

v0.7.4

30 Jul 19:57
v0.7.4
Compare
Choose a tag to compare

Changelog:

  • fix for spaces in path to sosroot #69

v0.7.2

17 Jul 20:32
v0.7.2
Compare
Choose a tag to compare

Changelog

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

v0.7.0

11 Jul 09:08
v0.7.0
Compare
Choose a tag to compare
  • 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