DEV Community

Fatih Baltaci
Fatih Baltaci

Posted on

Ddosify - Canva of Observability

Ddosify - "Canva" of Observability | Product Hunt

Ddosify is a magic wand that instantly spots glitches and guarantees the smooth performance of your infrastructure and application while saving you time and money. Ddosify Platform includes Performance Testing and Kubernetes Observability capabilities. It uniquely integrates these two parts and effortlessly spots the performance issues.

We are aware that there are lots of open-source/commercial tools out there. However, we believe that monitoring the clusters and extracting actionable insights requires deep know-how about the tools/domain. We mainly focused on this problem.

🐝 Our eBPF agent (Alaz) is installed on your K8S cluster as DaemonSet. Thanks to eBPF - our agent collects traces directly from Linux kernels. This means there's no need for sidecars, instrumentations, or service restarts.

🎯 The UI not only visualizes data but also provides actionable insights. Using the Service Map, you can:

  • View latencies and RPS between services.
  • Detect zombie services and underperforming SQL queries.
  • Monitor golden signals, such as 5xx status codes.

In addition, Alaz (our eBPF agent) can capture system resources like CPU, Memory, Disk, and Network through the Prometheus Node Exporter, which is embedded in the agent.

πŸš€ Setting up is straightforward: just install Alaz as a DaemonSet, and the platform will handle the rest.

Finally, the combination of Alaz and Ddosify Performance Testing makes it possible to do load testing and simultaneously monitor the system to find bottlenecks instantly.

Your feedback would be greatly appreciated! πŸ™

GitHub logo ddosify / ddosify

"Canva" of K8s Observability. Available on CLI, Self-Hosted, and Cloud - https://ddosify.com πŸš€

Ddosify logo dark
Ddosify logo light
"Canva" of Observability

ddosify latest versionΒ  ddosify build resultΒ  golang versionΒ  go coverageΒ  go reportΒ  ddosify license ddosify discord server ddosify docker image

Ddosify - Self-Hosted

Quick Start

curl -sSL https://raw.githubusercontent.com/ddosify/ddosify/master/selfhosted/install.sh | bash
Enter fullscreen mode Exit fullscreen mode

ddosify aws marketplace deploymentΒ 

What is Ddosify?

Ddosify is a magic wand that instantly spots glitches and guarantees the smooth performance of your infrastructure and application while saving you time and money. Ddosify Platform includes Performance Testing and Kubernetes Observability capabilities. It uniquely integrates these two parts and effortlessly spots the performance issues.

Ddosify Stack consists of 4 parts. Those are Ddosify Engine, Ddosify eBPF Agent (Alaz), Ddosify Self-Hosted, and Ddosify Cloud.

Ddosify Stack

πŸš€ Ddosify Engine

This is the load engine of Ddosify, written in Golang. Ddosify Self-Hosted and Ddosify Cloud use it on load generation. It is fully open-source and can be used on the CLI as a standalone tool. Ddosify Engine is available via Docker, Docker Extension, Homebrew Tap, and downloadable pre-compiled binaries from the releases page for macOS, Linux, and Windows.

Check out the Engine Docs page for…




Top comments (0)