Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updates for 2.6.0 release #13

Merged
merged 10 commits into from
Jun 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ src/collector/collector
src/collector/collector.exe
src/collector/collector_arm64
src/rdmsr/rdmsr
src/wrmsr/wrmsr
src/msrbusy/msrbusy
src/calcfreq/calcfreq
# src
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dist-amd64: tools
cp README dist/svr-info
cp RELEASE_NOTES dist/svr-info
cp THIRD_PARTY_PROGRAMS dist/svr-info
cp documentation/guide/SvrInfoUserGuide.pdf dist/svr-info/USER_GUIDE.pdf
cp docs/guide/SvrInfoUserGuide.pdf dist/svr-info/USER_GUIDE.pdf
cp src/orchestrator/orchestrator dist/svr-info/svr-info
cd dist && tar -czf $(TARBALL) svr-info
cd dist && md5sum $(TARBALL) > $(TARBALL).md5
Expand Down
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# Intel® System Health Inspector (AKA svr-info)
Intel® System Health Inspector (aka svr-info) is a Linux OS utility for assessing the state and health of Intel Xeon computers.
## Example Reports
- Single server: [HTML](documentation/examples/SDP_8058.html), [JSON](documentation/examples/SDP_8058.json), [XLSX](documentation/examples/SDP_8058.xlsx)
- Multiple Servers: [HTML](documentation/examples/all_hosts.html), [JSON](documentation/examples/all_hosts.json), [XLSX](documentation/examples/all_hosts.xlsx)
# Intel® System Health Inspector [![Build](https://github.com/intel/svr-info/actions/workflows/build-test.yml/badge.svg)](https://github.com/intel/svr-info/actions/workflows/build-test.yml)[![License](https://img.shields.io/badge/License-MIT-blue)](https://github.com/intel/svr-info/blob/master/LICENSE)
System Health Inspector aka "svr-info" is a Linux command line tool used to assess the health of Intel® Xeon® processor-based servers.
## Quick Start
```
wget -qO- https://github.com/intel/svr-info/releases/latest/download/svr-info.tgz | tar xvz
cd svr-info
./svr-info
```
![sample-reports](/docs/images/sample-reports.jpg)
## Example HTML Report
![example html report](https://intel.github.io/svr-info/)
<br>
<br>
# Options
## Remote Target
Data can be collected from a single remote target by providing the login credentials of the target on the svr-info command line.
```
Expand Down
17 changes: 15 additions & 2 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,24 @@ RELEASE NOTES
Intel® System Health Inspector (AKA svr-info)

Fully Supported Platforms
- Xeon Micro-Architectures: EMR,SPR,SNR,CPX,ICX,CLX,SKX,BDX,HSX
- Xeon Micro-Architectures: EMR,SPR,CPX,ICX,CLX,SKX,BDX,HSX
- Core Micro-Architectures: TGL,RKL,CFL,KBL,SKL,BDW,HSW
- Operating Systems: Ubuntu 16.04 and newer, CentOS 7 and newer
- Operating Systems: Ubuntu 16.04, 18.04, 20.04, 22.04, CentOS 7, Amazon Linux 2, Debian 11, RHEL 9, Rocky Linux 8
Note: svr-info may work on other micro-architectures and Linux distributions, but has not been thoroughly tested

2.6.0
Features Added
- Enable MLC on AMD by configuring huge pages
- Improve Summary field format in Excel Brief report
- Display 'Optimized Power Mode' settings in Uncore table
- Add notice to HTML if MLC data missing
Bugs Fixed
- HTML Menu causing content scrolling issues when window re-sized
Known Issues
- The storage micro-benchmark may not run on CentOS due to OS locale settings.
- CPU cache sizes are reported in aggregate on Ubuntu 20.04 and newer.
- DRAM population and CPU frequencies may not be accurate on some public cloud IaaS VMs.

2.5.0
Features Added
- Display file system mount options in Filesystem table
Expand Down
Binary file added docs/images/sample-reports.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading