Skip to main content

13 docs tagged with "resource-chaos"

View all tags

Linux CPU stress

Apply CPU load to a target Linux machine for a configurable duration so you can test how the workload behaves when compute is starved.

Linux disk fill

Fill a disk path on a target Linux machine to a configured size for a configurable duration so you can test how the workload behaves when storage runs out.

Linux disk I/O stress

Apply disk I/O load to a target Linux machine for a configurable duration so you can test how the workload behaves when disk bandwidth is saturated.

Linux fs fill

Fill a filesystem path on a target Linux machine to a configured size for a configurable duration so you can test how the workload behaves when storage runs out.

Linux memory stress

Consume memory on a target Linux machine for a configurable duration so you can test how the workload behaves under memory pressure and OOM conditions.

Linux process kill

Kill target processes on a Linux machine for a configurable duration so you can test how the workload behaves when a critical process disappears.

Linux service restart

Stop and restart systemd services on a target Linux machine for a configurable duration so you can test how the workload behaves when a service flaps.

Linux time chaos

Skew the system clock on a target Linux machine for a configurable duration so you can test how the workload behaves when time jumps forward or backward.

Node CPU hog

Exhaust CPU on a Kubernetes node to test scheduler behavior, pod eviction under pressure, HPA reactions, and noisy-neighbor isolation.

Node I/O stress

Stress disk I/O on a Kubernetes node to test ephemeral-storage eviction, etcd write tolerance, log shipper backpressure, and noisy-neighbor isolation.

Node memory hog

Exhaust memory on a Kubernetes node to test kubelet eviction order, QoS-based pod prioritization, OOM behavior, and noisy-neighbor isolation.

Pod CPU hog

Consume CPU on a target Kubernetes pod's container to test autoscaling, throttling, latency budgets, and noisy-neighbor tolerance.

Pod memory hog

Consume memory inside a target Kubernetes pod's container to test OOM behavior, eviction order, request handling under pressure, and limit enforcement.