πŸš€ CFCloud Live Demo

Interactive ColdFusion Observability Platform

Break things. Watch our platform catch them in real-time. πŸ‘‡

πŸ”₯ CPU Burn Test

Simulate heavy computational load that maxes out CPU for ~15 seconds.

What you'll see:
β€’ CPU spike to 100% in JVM dashboard
β€’ Response time increase in App Monitor
β€’ Performance degradation alerts
Metrics Generated: jvm_cpu_utilization, request_duration

πŸ’Ύ Memory Allocation

Allocate 2M+ array elements to simulate memory pressure and trigger GC.

What you'll see:
β€’ Heap usage spike in JVM dashboard
β€’ Garbage collection activity
β€’ Memory pressure warnings
Metrics Generated: jvm_memory_used, jvm_gc_duration

🐌 Slow Request

Execute a request that takes 5 seconds to complete.

What you'll see:
β€’ p95/p99 latency spike
β€’ Slow trace in Distributed Tracing
β€’ SLO impact calculation
Metrics Generated: http_request_duration (5000ms+)

🧡 Thread Stress

Spawn 200 sleeping threads + 1 CPU-intensive thread.

What you'll see:
β€’ Thread count spike (200+ threads)
β€’ Thread pool saturation
β€’ Combined CPU + thread pressure
Metrics Generated: jvm_thread_count, thread_state

❌ Generate Error

Throw an exception and watch error tracking in action.

What you'll see:
β€’ 500 error in App Monitor
β€’ Error log with stack trace
β€’ Error budget consumption
β€’ Failed trace in Tempo
Metrics Generated: http_response_status_code=500

πŸ“ Log Generation

Generate INFO, WARN, and ERROR logs to demonstrate log aggregation.

What you'll see:
β€’ Logs appear in Loki within seconds
β€’ Correlated with traces and metrics
β€’ Filterable by severity level
β€’ Searchable across all pods
Metrics Generated: log entries (INFO, WARN, ERROR)

⚑ Traffic Burst

Generate 100 concurrent requests to simulate traffic spike.

What you'll see:
β€’ Request rate spike
β€’ Throughput increase
β€’ Load distribution across pods
Metrics Generated: http_requests_total (100+)

πŸ“Š Watch the Impact in Real-Time

After running tests above, check these dashboards to see the observability platform in action.
⏱️ Metrics typically appear within 15-30 seconds