Name: | below |
---|---|
Version: | 0.4.0 |
Release: | 2.el8 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 9523330 |
License: | ASL 2.0 |
RPM: | below-0.4.0-2.el8.x86_64.rpm |
Source RPM: | rust-below-0.4.0-2.el8.src.rpm |
Build Date: | Wed Nov 03 2021 |
Build Host: | build-ol8-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://crates.io/crates/below |
Summary: | Interactive tool to view and record historical system data |
Description: | below is an interactive tool to view and record historical system data. It has support for: - information regarding hardware resource utilization - viewing the cgroup hierarchy - cgroup and process information - pressure stall information (PSI) - record mode to record system data - replay mode to replay historical system data - live mode to view live system data - dump subcommand to report script-friendly information (e.g. JSON and CSV) below does not have support for cgroup1. The name "below" stems from the fact that the below developers rejected many of atop's design and style decisions. |
- Update vendoring logic to fix the epel8 build; Fixes: RHBZ#1978414
- Update to 0.4.0; Fixes: RHBZ#2016559
- Update to 0.3.0; Fixes: RHBZ#1983801
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- Add README-epel.md with instructions for enabling PSI support - Gate ExclusiveArch s390x to el8 only
- Add vendored dependencies for EPEL and make it build there - Exclude s390x for the EPEL build for now due to an upstream issue - Mark logrotate config file as a config(noreplace) - Add recommends for logrotate - Fix permissions for the below binary
- Install upstream systemd unit - Install upstream logrotate config - Add missing documentation - Expand the description
- Initial package