https://github.com/redhat-performance/phoronix-wrapper
phoronix automated wrapper
https://github.com/redhat-performance/phoronix-wrapper
Last synced: 3 months ago
JSON representation
phoronix automated wrapper
- Host: GitHub
- URL: https://github.com/redhat-performance/phoronix-wrapper
- Owner: redhat-performance
- Created: 2021-08-31T12:03:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2026-03-06T18:14:47.000Z (3 months ago)
- Last Synced: 2026-03-06T21:48:51.547Z (3 months ago)
- Language: Shell
- Size: 1.15 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Automation wrapper for stress-ng
Description: The stress-ng tool measures the system’s capability to maintain a good level of
efficiency under unfavorable conditions. The stress-ng tool is a stress workload
generator to load and stress all kernel interfaces. It includes a wide range of
stress mechanisms known as stressors. Stress testing makes a machine work hard
and trip hardware issues such as thermal overruns and operating system bugs that
occur when a system is being overworked. in double precision (64 bits) arithmetic
on distributed-memory computers. It can thus be regarded as a portable as well
as freely available implementation of the High Performance Computing Linpack
Benchmark.
For more information see:
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux_for_real_time/8/html/optimizing_rhel_8_for_real_time_for_low_latency_operation/assembly_stress-testing-real-time-systems-with-stress-ng_optimizing-rhel8-for-real-time-for-low-latency-operation
https://openbenchmarking.org/test/pts/stress-ng-1.2.2
Location of underlying workload: https://github.com/phoronix-test-suite/phoronix-test-suite
Packages required: gcc,graphviz,python3,lksctp-tools-devel,php-cli,php-xml,php-json,bc,perf
```
--test_index: test index to run. Default is Test All Options
--tools_git: Location to pick up the required tools git, default
https://github.com/redhat-performance/test_tools-wrappers
--usage: this usage message
General options
--home_parent : Our parent home directory. If not set, defaults to current working directory.
--host_config : default is the current host name.
--iterations : Number of times to run the test, defaults to 1.
--iteration_default : Value to set iterations to, if default is not set.
--no_pkg_install: Test is not to use dnf/yum/apt or other such tools
--run_user: user that is actually running the test on the test system. Defaults to user running wrapper.
--sys_type: Type of system working with, aws, azure, hostname. Defaults to hostname.
--sysname: name of the system running, used in determining config files. Defaults to hostname.
--test_verification : Runs the test verification. Information is in the test_verify file in the tests github
--tuned_setting: used in naming the tar file, default for RHEL is the current active tuned. For non
RHEL systems, default is none.
--usage: this usage message.
--use_pcp: Enables use of Performance Co-Pilot in wrappers, defaults to 0 (off).
```