๐Ÿš€ CFCloud Live Demo

Interactive ColdFusion Observability Platform

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

โœจ Auto Demo Mode - test

Generate realistic traffic patterns automatically - perfect for demos!

๐ŸŽฏ How This Demo Works

1

๐Ÿ” Login to Grafana

Open Grafana in a new tab and login with these credentials:

๐Ÿš€ Open Grafana Dashboard
Username: demo ๐Ÿ‘† Click to copy
Password: Demo2024! ๐Ÿ‘† Click to copy
2

๐Ÿš€ Run Tests Below

Click any test button or use Auto Demo Mode for continuous traffic.

๐Ÿ’ก Each test simulates real-world scenarios like traffic spikes, errors, and performance issues.

3

๐Ÿ‘€ Watch Real-Time Impact

Switch to Grafana and see metrics, logs, and traces appear in real-time!

โฑ๏ธ Data typically appears within 15-30 seconds

๐Ÿ”ฅ CPU Burn Test

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

What you'll see:
โ€ข CPU spike to 100%
โ€ข Response time increase
โ€ข Performance degradation alerts
Metrics: jvm_cpu_recent_utilization_ratio

๐Ÿ’พ Memory Allocation

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

What you'll see:
โ€ข Heap usage spike
โ€ข Garbage collection activity
โ€ข Memory pressure warnings
Metrics: jvm_memory_used_bytes, jvm_gc_duration_seconds

๐ŸŒ Slow Request

Execute a request that takes 5 seconds to complete.

What you'll see:
โ€ข P95/P99 latency spike
โ€ข Response time increase
โ€ข Slow request trace
Metrics: http_server_request_duration_seconds (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: jvm_thread_count, jvm_thread_state

โŒ Generate Error

Throw an exception and watch error tracking in action.

What you'll see:
โ€ข 500 error in metrics
โ€ข Error log with stack trace
โ€ข Error rate increase
Metrics: 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
โ€ข Real-time log streaming
โ€ข Filterable by severity level
Logs: INFO, WARN, ERROR entries with timestamps

โšก Traffic Burst

Generate 100 concurrent requests to simulate traffic spike.

What you'll see:
โ€ข Request rate spike
โ€ข Throughput increase
โ€ข Load distribution across pods
Metrics: http_server_request_duration_seconds_count (100+ requests)

๐Ÿ“Š Full Dashboard Access

After running tests above, explore these dashboards to see the complete observability platform.
โฑ๏ธ Metrics typically appear within 15-30 seconds โ€ข ๐Ÿ”„ Dashboards auto-refresh

# Trigger rebuild