cpu stress
vp-utils cpu stress¶
Stress the CPU with different load types
Synopsis¶
Generates CPU load using different operation types: - math: floating point and integer operations - branch: heavy branching (if/switch) - io: simulated I/O wait (sleep)
Options¶
-d, --duration int Duration in seconds (default 10)
-h, --help help for stress
-n, --threads int Number of threads (goroutines) (default 4)
-t, --type string Type of stress: math, branch, io, all (default "all")
SEE ALSO¶
- vp-utils cpu - CPU Utils