歡迎光臨
每天分享高質量文章

xsos:一個在 Linux 上閱讀 SOSReport 的工具 | Linux 中國

xsos 是一個幫助使用者輕鬆讀取 Linux 系統上的 sosreport 的工具。另一方面,我們可以說它是 sosreport 考官。

— Magesh Maruthamuthu

 

我們都已經知道 SOSReport。它用來收集可用於診斷的系統資訊。Redhat 的支援服務建議我們在提交案例時提供 SOSReport 來分析當前的系統狀態。

它會收集全部型別的報告,以幫助使用者找出問題的根本原因。我們可以輕鬆地提取和閱讀 SOSReport,但它很難閱讀。因為它的每個部分都是一個單獨的檔案。

那麼,在 Linux 中使用語法高亮顯示閱讀所有這些內容的最佳方法是什麼。是的,這可以透過 xsos 工具做到。

sosreport

sosreport 命令是一個從執行中的系統(尤其是 RHEL 和 OEL 系統)收集大量配置細節、系統資訊和診斷資訊的工具。它可以幫助技術支援工程師在很多方面分析系統。

此報告包含有關係統的大量資訊,例如引導資訊、檔案系統、記憶體、主機名、已安裝的 RPM、系統 IP、網路詳細資訊、作業系統版本、已安裝的核心、已載入的核心模組、開啟的檔案串列、PCI 裝置串列、掛載點及其細節、執行中的行程資訊、行程樹輸出、系統路由、位於 /etc 檔案夾中的所有配置檔案,以及位於 /var 檔案夾中的所有日誌檔案。

這將需要一段時間來生成報告,這取決於你的系統安裝和配置。

完成後,sosreport 將在 /tmp 目錄下生成一個壓縮的歸檔檔案。

xsos

xsos 是一個幫助使用者輕鬆讀取 Linux 系統上的 sosreport 的工具。另一方面,我們可以說它是 sosreport 考官。

它可以立即從 sosreport 或正在執行的系統中彙總系統資訊。

xsos 將嘗試簡化、解析、計算並格式化來自數十個檔案(和命令)的資料,以便為你提供有關係統的詳細概述。

你可以透過執行以下命令立即彙總系統資訊。

  1. # curl -Lo ./xsos bit.ly/xsos-direct; chmod +x ./xsos; ./xsos -ya

如何在 Linux 上安裝 xsos

我們可以使用以下兩種方法輕鬆安裝 xsos

如果你正在尋找最新的前沿版本。使用以下步驟:

  1. # curl -Lo /usr/local/bin/xsos bit.ly/xsos-direct
  2. # chmod +x /usr/local/bin/xsos

下麵是安裝 xsos 的推薦方法。它將從 rpm 檔案安裝 xsos

  1. # yum install http://people.redhat.com/rsawhill/rpms/latest-rsawaroha-release.rpm
  2. # yum install xsos

如何在 Linux 上使用 xsos

一旦透過上述方法之一安裝了 xsos。只需執行 xsos 命令,不帶任何選項,它們會顯示有關係統的基本資訊。

  1. # xsos
  2. OS
  3. Hostname: CentOS7.2daygeek.com
  4. Distro: [redhat-release] CentOS Linux release 7.6.1810 (Core)
  5. [centos-release] CentOS Linux release 7.6.1810 (Core)
  6. [os-release] CentOS Linux 7 (Core) 7 (Core)
  7. RHN: (missing)
  8. RHSM: (missing)
  9. YUM: 2 enabled plugins: fastestmirror, langpacks
  10. Runlevel: N 5 (default graphical)
  11. SELinux: enforcing (default enforcing)
  12. Arch: mach=x86_64 cpu=x86_64 platform=x86_64
  13. Kernel:
  14. Booted kernel: 3.10.0-957.el7.x86_64
  15. GRUB default: 3.10.0-957.el7.x86_64
  16. Build version:
  17. Linux version 3.10.0-957.el7.x86_64 ([email protected]) (gcc version 4.8.5 20150623 (Red
  18. Hat 4.8.5-36) (GCC) ) #1 SMP Thu Nov 8 23:39:32 UTC 2018
  19. Booted kernel cmdline:
  20. root=/dev/mapper/centos-root ro crashkernel=auto rd.lvm.lv=centos/root rd.lvm.lv=centos/swap rhgb quiet
  21. LANG=en_US.UTF-8
  22. GRUB default kernel cmdline:
  23. root=/dev/mapper/centos-root ro crashkernel=auto rd.lvm.lv=centos/root rd.lvm.lv=centos/swap rhgb quiet
  24. LANG=en_US.UTF-8
  25. Taint-check: 0 (kernel untainted)
  26. - - - - - - - - - - - - - - - - - - -
  27. Sys time: Sun May 12 10:05:21 CDT 2019
  28. Boot time: Sun May 12 09:50:20 CDT 2019 (epoch: 1557672620)
  29. Time Zone: America/Chicago
  30. Uptime: 15 min, 1 user
  31. LoadAvg: [1 CPU] 0.00 (0%), 0.04 (4%), 0.09 (9%)
  32. /proc/stat:
  33. procs_running: 2 procs_blocked: 0 processes [Since boot]: 6423
  34. cpu [Utilization since boot]:
  35. us 1%, ni 0%, sys 1%, idle 99%, iowait 0%, irq 0%, sftirq 0%, steal 0%

如何使用 xsos 命令在 Linux 中檢視生成的 SOSReport 輸出?

我們需要份 SOSReport 以使用 xsos 命令進一步閱讀。

是的,我已經生成了一個 SOSReport,檔案如下。

  1. # ls -lls -lh /var/tmp/sosreport-CentOS7-01-1005-2019-05-12-pomeqsa.tar.xz
  2. 9.8M -rw-------. 1 root root 9.8M May 12 10:13 /var/tmp/sosreport-CentOS7-01-1005-2019-05-12-pomeqsa.tar.xz

執行如下命令解開它。

  1. # tar xf sosreport-CentOS7-01-1005-2019-05-12-pomeqsa.tar.xz

要檢視全部資訊,帶上 -a 或 --all 開關執行 xsos

  1. # xsos --all /var/tmp/sosreport-CentOS7-01-1005-2019-05-12-pomeqsa

要檢視 BIOS 資訊,帶上 -b 或 --bios 開關執行 xsos

  1. # xsos --bios /var/tmp/sosreport-CentOS7-01-1005-2019-05-12-pomeqsa
  2. DMIDECODE
  3. BIOS:
  4. Vend: innotek GmbH
  5. Vers: VirtualBox
  6. Date: 12/01/2006
  7. BIOS Rev:
  8. FW Rev:
  9. System:
  10. Mfr: innotek GmbH
  11. Prod: VirtualBox
  12. Vers: 1.2
  13. Ser: 0
  14. UUID: 002f47b8-2af2-48f5-be1d-67b67e03514c
  15. CPU:
  16. 0 of 0 CPU sockets populated, 0 cores/0 threads per CPU
  17. 0 total cores, 0 total threads
  18. Mfr:
  19. Fam:
  20. Freq:
  21. Vers:
  22. Memory:
  23. Total: 0 MiB (0 GiB)
  24. DIMMs: 0 of 0 populated
  25. MaxCapacity: 0 MiB (0 GiB / 0.00 TiB)

要檢視系統基本資訊,如主機名、發行版、SELinux、核心資訊、正常執行時間等,請使用 -o或 --os 開關執行 xsos

  1. # xsos --os /var/tmp/sosreport-CentOS7-01-1005-2019-05-12-pomeqsa
  2. OS
  3. Hostname: CentOS7.2daygeek.com
  4. Distro: [redhat-release] CentOS Linux release 7.6.1810 (Core)
  5. [centos-release] CentOS Linux release 7.6.1810 (Core)
  6. [os-release] CentOS Linux 7 (Core) 7 (Core)
  7. RHN: (missing)
  8. RHSM: (missing)
  9. YUM: 2 enabled plugins: fastestmirror, langpacks
  10. SELinux: enforcing (default enforcing)
  11. Arch: mach=x86_64 cpu=x86_64 platform=x86_64
  12. Kernel:
  13. Booted kernel: 3.10.0-957.el7.x86_64
  14. GRUB default: 3.10.0-957.el7.x86_64
  15. Build version:
  16. Linux version 3.10.0-957.el7.x86_64 ([email protected]) (gcc version 4.8.5 20150623 (Red
  17. Hat 4.8.5-36) (GCC) ) #1 SMP Thu Nov 8 23:39:32 UTC 2018
  18. Booted kernel cmdline:
  19. root=/dev/mapper/centos-root ro crashkernel=auto rd.lvm.lv=centos/root rd.lvm.lv=centos/swap rhgb quiet
  20. LANG=en_US.UTF-8
  21. GRUB default kernel cmdline:
  22. root=/dev/mapper/centos-root ro crashkernel=auto rd.lvm.lv=centos/root rd.lvm.lv=centos/swap rhgb quiet
  23. LANG=en_US.UTF-8
  24. Taint-check: 536870912 (see https://access.redhat.com/solutions/40594)
  25. 29 TECH_PREVIEW: Technology Preview code is loaded
  26. - - - - - - - - - - - - - - - - - - -
  27. Sys time: Sun May 12 10:12:22 CDT 2019
  28. Boot time: Sun May 12 09:50:20 CDT 2019 (epoch: 1557672620)
  29. Time Zone: America/Chicago
  30. Uptime: 22 min, 1 user
  31. LoadAvg: [1 CPU] 1.19 (119%), 0.27 (27%), 0.14 (14%)
  32. /proc/stat:
  33. procs_running: 8 procs_blocked: 2 processes [Since boot]: 9005
  34. cpu [Utilization since boot]:
  35. us 1%, ni 0%, sys 1%, idle 99%, iowait 0%, irq 0%, sftirq 0%, steal 0%

要檢視 kdump 配置,請使用 -k 或 --kdump 開關執行 xsos

  1. # xsos --kdump /var/tmp/sosreport-CentOS7-01-1005-2019-05-12-pomeqsa
  2. KDUMP CONFIG
  3. kexec-tools rpm version:
  4. kexec-tools-2.0.15-21.el7.x86_64
  5. Service enablement:
  6. UNIT STATE
  7. kdump.service enabled
  8. kdump initrd/initramfs:
  9. 13585734 Feb 19 05:51 initramfs-3.10.0-957.el7.x86_64kdump.img
  10. Memory reservation config:
  11. /proc/cmdline { crashkernel=auto }
  12. GRUB default { crashkernel=auto }
  13. Actual memory reservation per /proc/iomem:
  14. 2a000000-340fffff : Crash kernel
  15. kdump.conf:
  16. path /var/crash
  17. core_collector makedumpfile -l --message-level 1 -d 31
  18. kdump.conf "path" available space:
  19. System MemTotal (uncompressed core size) { 1.80 GiB }
  20. Available free space on target path's fs { 22.68 GiB } (fs=/)
  21. Panic sysctls:
  22. kernel.sysrq [bitmask] = "16" (see proc man page)
  23. kernel.panic [secs] = 0 (no autoreboot on panic)
  24. kernel.hung_task_panic = 0
  25. kernel.panic_on_oops = 1
  26. kernel.panic_on_io_nmi = 0
  27. kernel.panic_on_unrecovered_nmi = 0
  28. kernel.panic_on_stackoverflow = 0
  29. kernel.softlockup_panic = 0
  30. kernel.unknown_nmi_panic = 0
  31. kernel.nmi_watchdog = 1
  32. vm.panic_on_oom [0-2] = 0 (no panic)

要檢視有關 CPU 的資訊,請使用 -c 或 --cpu 開關執行 xsos

  1. # xsos --cpu /var/tmp/sosreport-CentOS7-01-1005-2019-05-12-pomeqsa
  2. CPU
  3. 1 logical processors
  4. 1 Intel Core i7-6700HQ CPU @ 2.60GHz (flags: aes,constant_tsc,ht,lm,nx,pae,rdrand)

要檢視記憶體利用情況,請使用 -m 或 --mem 開關執行 xsos

  1. # xsos --mem /var/tmp/sosreport-CentOS7-01-1005-2019-05-12-pomeqsa
  2. MEMORY
  3. Stats graphed as percent of MemTotal:
  4. MemUsed ▊▊▊▊▊▊▊▊▊▊▊▊▊▊▊▊▊▊▊▊▊▊▊▊▊▊▊▊▊..................... 58.8%
  5. Buffers .................................................. 0.6%
  6. Cached ▊▊▊▊▊▊▊▊▊▊▊▊▊▊▊................................... 29.9%
  7. HugePages .................................................. 0.0%
  8. Dirty .................................................. 0.7%
  9. RAM:
  10. 1.8 GiB total ram
  11. 1.1 GiB (59%) used
  12. 0.5 GiB (28%) used excluding Buffers/Cached
  13. 0.01 GiB (1%) dirty
  14. HugePages:
  15. No ram pre-allocated to HugePages
  16. LowMem/Slab/PageTables/Shmem:
  17. 0.09 GiB (5%) of total ram used for Slab
  18. 0.02 GiB (1%) of total ram used for PageTables
  19. 0.01 GiB (1%) of total ram used for Shmem
  20. Swap:
  21. 0 GiB (0%) used of 2 GiB total

要檢視新增的磁碟資訊,請使用 -d 和 -disks 開關執行 xsos

  1. # xsos --disks /var/tmp/sosreport-CentOS7-01-1005-2019-05-12-pomeqsa
  2. STORAGE
  3. Whole Disks from /proc/partitions:
  4. 2 disks, totaling 40 GiB (0.04 TiB)
  5. - - - - - - - - - - - - - - - - - - - - -
  6. Disk Size in GiB
  7. ---- -----------
  8. sda 30
  9. sdb 10

要檢視網路介面配置,請使用 -e 或 --ethtool 開關執行 xsos

  1. # xsos --ethtool /var/tmp/sosreport-CentOS7-01-1005-2019-05-12-pomeqsa
  2. ETHTOOL
  3. Interface Status:
  4. enp0s10 0000:00:0a.0 link=up 1000Mb/s full (autoneg=Y) rx ring 256/4096 drv e1000 v7.3.21-k8-NAPI / fw UNKNOWN
  5. enp0s9 0000:00:09.0 link=up 1000Mb/s full (autoneg=Y) rx ring 256/4096 drv e1000 v7.3.21-k8-NAPI / fw UNKNOWN
  6. virbr0 N/A link=DOWN rx ring UNKNOWN drv bridge v2.3 / fw N/A
  7. virbr0-nic tap link=DOWN rx ring UNKNOWN drv tun v1.6 / fw UNKNOWN

要檢視有關 IP 地址的資訊,請使用 -i 或 --ip 開關執行 xsos

  1. # xsos --ip /var/tmp/sosreport-CentOS7-01-1005-2019-05-12-pomeqsa
  2. IP4
  3. Interface Master IF MAC Address MTU State IPv4 Address
  4. ========= ========= ================= ====== ===== ==================
  5. lo - - 65536 up 127.0.0.1/8
  6. enp0s9 - 08:00:27:0b:bc:e9 1500 up 192.168.1.8/24
  7. enp0s10 - 08:00:27:b2:08:91 1500 up 192.168.1.9/24
  8. virbr0 - 52:54:00:ae:01:94 1500 up 192.168.122.1/24
  9. virbr0-nic virbr0 52:54:00:ae:01:94 1500 DOWN -
  10. IP6
  11. Interface Master IF MAC Address MTU State IPv6 Address Scope
  12. ========= ========= ================= ====== ===== =========================================== =====
  13. lo - - 65536 up ::1/128 host
  14. enp0s9 - 08:00:27:0b:bc:e9 1500 up fe80::945b:8333:f4bc:9723/64 link
  15. enp0s10 - 08:00:27:b2:08:91 1500 up fe80::7ed4:1fab:23c3:3790/64 link
  16. virbr0 - 52:54:00:ae:01:94 1500 up - -
  17. virbr0-nic virbr0 52:54:00:ae:01:94 1500 DOWN - -

要透過 ps 檢視正在執行的行程,請使用 -p 或 --ps 開關執行 xsos

  1. # xsos --ps /var/tmp/sosreport-CentOS7-01-1005-2019-05-12-pomeqsa
  2. PS CHECK
  3. Total number of threads/processes:
  4. 501 / 171
  5. Top users of CPU & MEM:
  6. USER %CPU %MEM RSS
  7. root 20.6% 14.1% 0.30 GiB
  8. gdm 0.3% 16.8% 0.33 GiB
  9. postfix 0.0% 0.6% 0.01 GiB
  10. polkitd 0.0% 0.6% 0.01 GiB
  11. daygeek 0.0% 0.2% 0.00 GiB
  12. colord 0.0% 0.4% 0.01 GiB
  13. Uninteruptible sleep threads/processes (0/0):
  14. [None]
  15. Defunct zombie threads/processes (0/0):
  16. [None]
  17. Top CPU-using processes:
  18. USER PID %CPU %MEM VSZ-MiB RSS-MiB TTY STAT START TIME COMMAND
  19. root 6542 15.6 4.2 875 78 pts/0 Sl+ 10:11 0:07 /usr/bin/python /sbin/sosreport
  20. root 7582 3.0 0.1 10 2 pts/0 S 10:12 0:00 /bin/bash /usr/sbin/dracut --print-cmdline
  21. root 7969 0.7 0.1 95 4 ? Ss 10:12 0:00 /usr/sbin/certmonger -S -p
  22. root 7889 0.4 0.2 24 4 ? Ss 10:12 0:00 /usr/lib/systemd/systemd-hostnamed
  23. gdm 3866 0.3 7.1 2856 131 ? Sl 09:50 0:04 /usr/bin/gnome-shell
  24. root 8553 0.2 0.1 47 3 ? S 10:12 0:00 /usr/lib/systemd/systemd-udevd
  25. root 6971 0.2 0.4 342 9 ? Sl 10:12 0:00 /usr/sbin/abrt-dbus -t133
  26. root 3200 0.2 0.9 982 18 ? Ssl 09:50 0:02 /usr/sbin/libvirtd
  27. root 2855 0.1 0.1 88 3 ? Ss 09:50 0:01 /sbin/rngd -f
  28. rtkit 2826 0.0 0.0 194 2 ? SNsl 09:50 0:00 /usr/libexec/rtkit-daemon
  29. Top MEM-using processes:
  30. USER PID %CPU %MEM VSZ-MiB RSS-MiB TTY STAT START TIME COMMAND
  31. gdm 3866 0.3 7.1 2856 131 ? Sl 09:50 0:04 /usr/bin/gnome-shell
  32. root 6542 15.6 4.2 875 78 pts/0 Sl+ 10:11 0:07 /usr/bin/python /sbin/sosreport
  33. root 3264 0.0 1.2 271 23 tty1 Ssl+ 09:50 0:00 /usr/bin/X :0 -background
  34. root 3200 0.2 0.9 982 18 ? Ssl 09:50 0:02 /usr/sbin/libvirtd
  35. root 3189 0.0 0.9 560 17 ? Ssl 09:50 0:00 /usr/bin/python2 -Es /usr/sbin/tuned
  36. gdm 4072 0.0 0.9 988 17 ? Sl 09:50 0:00 /usr/libexec/gsd-media-keys
  37. gdm 4076 0.0 0.8 625 16 ? Sl 09:50 0:00 /usr/libexec/gsd-power
  38. gdm 4056 0.0 0.8 697 16 ? Sl 09:50 0:00 /usr/libexec/gsd-color
  39. root 2853 0.0 0.7 622 14 ? Ssl 09:50 0:00 /usr/sbin/NetworkManager --no-daemon
  40. gdm 4110 0.0 0.7 544 14 ? Sl 09:50 0:00 /usr/libexec/gsd-wacom
  41. Top thread-spawning processes:
  42. # USER PID %CPU %MEM VSZ-MiB RSS-MiB TTY STAT START TIME COMMAND
  43. 17 root 3200 0.2 0.9 982 18 ? - 09:50 0:02 /usr/sbin/libvirtd
  44. 12 root 6542 16.1 4.5 876 83 pts/0 - 10:11 0:07 /usr/bin/python /sbin/sosreport
  45. 10 gdm 3866 0.3 7.1 2856 131 ? - 09:50 0:04 /usr/bin/gnome-shell
  46. 7 polkitd 2864 0.0 0.6 602 13 ? - 09:50 0:01 /usr/lib/polkit-1/polkitd --no-debug
  47. 6 root 2865 0.0 0.0 203 1 ? - 09:50 0:00 /usr/sbin/gssproxy -D
  48. 5 root 3189 0.0 0.9 560 17 ? - 09:50 0:00 /usr/bin/python2 -Es /usr/sbin/tuned
  49. 5 root 2823 0.0 0.3 443 6 ? - 09:50 0:00 /usr/libexec/udisks2/udisksd
  50. 5 gdm 4102 0.0 0.2 461 5 ? - 09:50 0:00 /usr/libexec/gsd-smartcard
  51. 4 root 3215 0.0 0.2 470 4 ? - 09:50 0:00 /usr/sbin/gdm
  52. 4 gdm 4106 0.0 0.2 444 5 ? - 09:50 0:00 /usr/libexec/gsd-sound


已同步到看一看
贊(0)

分享創造快樂