https://github.com/coderobe/bassboost
🔊 A variable system load (Linux, MacOS, Windows)
https://github.com/coderobe/bassboost
cpu linux load-testing macos memory memory-allocation windows
Last synced: 3 months ago
JSON representation
🔊 A variable system load (Linux, MacOS, Windows)
- Host: GitHub
- URL: https://github.com/coderobe/bassboost
- Owner: coderobe
- Created: 2017-04-05T21:56:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-06T21:08:31.000Z (over 9 years ago)
- Last Synced: 2025-03-21T16:33:26.779Z (over 1 year ago)
- Topics: cpu, linux, load-testing, macos, memory, memory-allocation, windows
- Language: C++
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
BassBoost- a variable system load
===================
`version 1.0`
```
I quickly needed something to test the boundaries of different container solutions, this program tries to (ab)use most system resources to provoke a force-kill or crash for testing purposes.
It doesn't do anything by default - the CLI opts are required to trigger the features.
```
# Features:
- RAM load generator
- optional CPU hogging
# ToDo:
- Variable fork bomb
- I/O load generator
# USAGE:
bassboost [-q] [-c ] [-m ] [--] [--version] [-h]
# Where:
-q, --quiet
Don't print anything
-c , --cpu
Amount of cpu hog threads to spawn
-m , --memory
Amount of ram load (in MiB) to generate
--, --ignore_rest
Ignores the rest of the labeled arguments following this flag.
--version
Displays version information and exits.
-h, --help
Displays usage information and exits.