Skip to content

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)

vp-utils cpu stress [flags]

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

Auto generated by spf13/cobra on 18-Sep-2025