draios/sysdig is an open-source project on GitHub with 8.3k stars, written primarily in C++. Linux system exploration and troubleshooting tool with first class support for containers
Snapshot summary built from the project's own GitHub metadata — there's no written TopGit review yet. The page will update automatically when a full review is published.
WHY NO REVIEW YET
TopGit writes full reviews for the most-starred, most-requested repositories. This page is a snapshot until then — see the READ ME tab for the original README in full.
And then run the sysdig or csysdig tool from the container shell!
Or install the latest release with a deb or rpm package for your distribution.
What does sysdig do and why should I use it?
Sysdig is a simple tool for deep system visibility, with native support for containers.
The best way to understand sysdig is to try it - its super easy! Or here's a quick video introduction to csysdig, the simple, intuitive, and fully customizable curses-based UI for sysdig: https://www.youtube.com/watch?v=UJ4wVrbP-Q8
Far too often, system-level monitoring and troubleshooting still involves logging into a machine with SSH and using a plethora of dated tools with very inconsistent interfaces. And many of these classic Linux tools breakdown completely in containerized environments. Sysdig unites your Linux toolkit into a single, consistent, easy-to-use interface. And sysdig's unique architecture allows deep inspection into containers, right out of the box, without having to instrument the containers themselves in any way.
Sysdig instruments your physical and virtual machines at the OS level by installing into the Linux kernel and capturing system calls and other OS events. Sysdig also makes it possible to create trace files for system activity, similarly to what you can do for networks with tools like tcpdump and Wireshark. This way, problems can be analyzed at a later time, without losing important information. Rich system state is stored in the trace files, so that the captured activity can be put into full context.
Think about sysdig as strace + tcpdump + htop + iftop + lsof + ...awesome sauce.
Documentation / Support
Visit the wiki for full documentation on sysdig and its APIs.
For support using sysdig, please contact the official mailing list.
Join the Community
Contact the official mailing list for support and to talk with other users
Follow us on Twitter
This is our blog. There are many like it, but this one is ours.
Join our Public Slack channel for sysdig announcements and discussions.
Our code of conduct applies across all our projects and community places.
License Terms
The sysdig userspace programs and supporting code are licensed to you under the Apache 2.0 open source license.
Developer Certification of Origin (DCO)
The Apache 2.0 license tells you what rights you have that are provided by the copyright holder. It is important that the contributor fully understands what rights they are licensing and agrees to them. Sometimes the copyright holder isn't the contributor, such as when the contributor is doing work on behalf of a company.
To make a good faith effort to ensure these criteria are met, we require the Developer Certificate of Origin (DCO) process to be followed.
The DCO is an attestation attached to every contribution made by every developer. In the commit message of the contribution, the developer simply adds a Signed-off-by statement and thereby agrees to the DCO, which you can find at http://developercertificate.org.
DCO Sign-Off Methods
The DCO requires a sign-off message in the following format appear on each commit in the pull request:
You have to use your real name (sorry, no pseudonyms or anonymous contributions).
The DCO text can either be manually added to your commit body, or you can add either -s or --signoff to your usual git commit commands. If you are using the GitHub UI to make a change, you can add the sign-off message directly to the commit message when creating the pull request. If you forget to add the sign-off you can also amend a previous commit with the sign-off by running git commit --amend -s. If you've pushed your changes to GitHub already you'll need to force push your branch after this with git push -f.
Commercial Support
Interested in a fully supported, fully distributed version of sysdig? Check out Sysdig Monitor!
Open source sysdig is proudly supported by Sysdig Inc.
TopGit's metadata for draios/sysdig does not record a license. Most public repositories on GitHub ARE open source, but the exact terms vary — verify by opening the LICENSE file directly.
What is draios/sysdig?
draios/sysdig (draios/sysdig) is a C++ project on GitHub. From the project's own README: Linux system exploration and troubleshooting tool with first class support for containers
Where can I see draios/sysdig in action?
The project maintains a homepage at http://www.sysdig.com/. The README tab on this page also usually contains screenshots and a quickstart.
Where do I read more about draios/sysdig?
This TopGit page is a snapshot — the READ ME tab shows the project's own README content (links stripped, images preserved). The GitHub repository at github.com/draios/sysdig is the definitive source.
Read full README in the tab above.
Curious whether sysdig is right for you?
Let ChatGPT, Claude, or Perplexity look into it — click below and see what AI actually says about sysdig.