Test GCP HPC cluster reliability with Gremlin. Simulate node failures and resource pressure to validate job scheduler resilience.
HPC workloads are frequently tightly coupled, which changes the arithmetic of node failure completely. In a loosely coupled job, losing one worker costs you that worker's share. In an MPI job on Google Cloud HPC where ranks communicate continuously, losing one node can fail the entire computation regardless of how many others stayed healthy.
That makes checkpointing the deciding factor, and checkpointing is usually tuned for throughput rather than resilience. Infrequent checkpoints mean less overhead and more work lost per failure. Teams pick an interval early, without measuring what a failure costs, then run it for years.
Install the Gremlin Agent on your compute nodes and Shutdown experiments produce the number that makes the tradeoff real: how much computation disappears when a node drops mid-run, and how long recovery takes. CPU and memory experiments reveal whether a single degraded node slows the entire job, which is common in tightly coupled work and invisible in aggregate metrics.
With that measurement, your checkpoint interval becomes an informed decision rather than a guess nobody has revisited since the cluster was built.
Host failure - Linux
Prepare for Linux host failures by shutting down a percentage of your hosts and observing the results. Validate that your infrastructure handles host loss without impacting service availability.
CPU scalability - Linux
Test that your Linux-hosted service scales as expected when CPU capacity is limited. Gremlin consumes CPU in three stages—50%, 75%, and 90%—to validate scaling thresholds.
Scalability: Memory
Verify that your Linux-hosted service scales as expected when memory is limited. Gremlin increases memory utilization in three stages—50%, 75%, and 90%—to validate memory management.
* Gremlin is designed to work on any cloud platform that provides Linux or Windows hosts. We haven't individually tested every service we cover, and not all are officially supported. Check our compatibility documentation for tested operating systems and known caveats, or get in touch if you don't see yours.
Intelligent Health Checks - GCP
Automatically monitor your Google Cloud services during testing in one-click with Intelligent Health Checks.
Avoid downtime. Use Gremlin to turn failure into resilience.
Gremlin empowers you to proactively root out failure before it causes downtime. See how you can harness chaos to build resilient systems by requesting a demo of Gremlin.
