draios/sysdig

Linux system exploration and troubleshooting tool with first class support for containers

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 29 minutes ago
Added to GitGenius on September 8th, 2026
Created on January 15th, 2014
Open Issues & Pull Requests: 116 (+0)
GitHub issues: Enabled
Number of forks: 753
Total Stargazers: 8,290 (+0)
Total Subscribers: 280 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 7.1 days
Mean response time: 146.9 days
90th percentile: 176.6 days
Tracked items: 33

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 6% of issues opened in the past year have been closed. Three people close 67% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 5
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,332 days
Stale 30+ days: 5
Stale 90+ days: 4

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • stale (28)
  • pinned (3)
  • feature-request (2)
  • difficulty-easy (1)
  • needs-investigation (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Sysdig is a system exploration and troubleshooting tool that provides deep visibility into Linux systems and containers through kernel-level instrumentation.

Sysdig addresses the problem of fragmented, outdated system monitoring tools that break down in containerized environments. It works by instrumenting the Linux kernel to capture system calls and OS events, providing a unified interface that combines the functionality of tools like strace, tcpdump, htop, and lsof. The tool can inspect containers natively without requiring any instrumentation of the containers themselves. Sysdig can also create trace files of system activity, allowing problems to be analyzed later with full context preserved, similar to how tcpdump captures network traffic.

Sysdig suits operators and developers who need consistent, deep system visibility across physical machines and containerized workloads. It is particularly valuable for troubleshooting in container environments where traditional Linux tools are unreliable or require manual container instrumentation. The project provides both a command-line interface and csysdig, a curses-based UI that offers an intuitive, customizable alternative for interactive exploration.

The project maintains active continuous integration with automated testing. Development activity shows regular engagement with the community through multiple channels including a mailing list, public Slack workspace, and social media presence. The codebase is written in C++ and distributed through standard package managers as well as container images for easy deployment.