Deployment Tools

Locust

Load testing tool for simulating user traffic.

  • Define test scenarios in a locustfile.py.

  • Run with locust and open the web UI at http://localhost:8089.

BugSink

Self-hosted error tracking (like Sentry, but free).

  • Collects and aggregates application errors.

  • Lightweight alternative to SaaS error monitoring services.