awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
draios avatar

draios/sysdig

0
View on GitHub↗
8,261 stars·757 forks·C++·11 viewswww.sysdig.com↗

Sysdig

Sysdig is a Linux system observability tool and kernel event analyzer designed for capturing and analyzing kernel-level system calls and operating system events. It functions as a system call tracer and container security monitor, providing deep visibility into the activity of machines, virtual machines, and containers.

The project specializes in non-invasive container inspection, allowing for the monitoring of container activity and resource usage without modifying the container environment or adding instrumentation. It enables the recording of detailed system traces into binary files for retrospective offline analysis and debugging.

The toolset covers broad capability areas including host environment diagnostics, Linux system troubleshooting, and interactive system state visualization via a terminal user interface. Security is managed through execution group restrictions to limit tool access to authorized privileged users.

Features

  • Kernel Event Tracers - Intercepts system calls and operating system events directly from the kernel for deep visibility into system activity.
  • Container Monitoring - Inspects the behavior and resource usage of containers through non-invasive kernel monitoring.
  • Container Inspection Interfaces - Analyzes container activity by monitoring host kernel interfaces without modifying the container environment.
  • Activity Recording - Records system calls and OS events at the kernel level for deep visibility into machines and containers.
  • Container Security - Monitors container activity and system state for security purposes without requiring environment instrumentation.
  • Container Observability Tools - Analyzes system activity within containers without requiring modification of the container environment.
  • System Call Tracing - Records detailed system traces and activity files for retrospective offline analysis of Linux system behavior.
  • Trace Recording - Provides the ability to record detailed system traces into binary files for retrospective offline analysis and debugging.
  • Linux Troubleshooting - Analyzes kernel-level system calls and OS events to diagnose performance issues or crashes on Linux machines.
  • Environment Diagnostics - Investigates interactions between the host kernel and virtualized environments to resolve system conflicts.
  • Execution Tracing Systems - Analyzes stored trace files of system activity to preserve rich context for retrospective debugging.
  • Terminal Interaction - Displays system activity and resource usage through a customizable interactive terminal user interface.
  • System Trace Serialization - Records detailed system state and activity into binary files for retrospective offline analysis and troubleshooting.
  • Terminal User Interfaces - Provides a customizable text-based user interface for real-time visualization of system resource usage and activity.
  • Endpoint Monitoring Tools - Deep system visibility tool for Linux and containers.
  • Forensics and Incident Response - System exploration and troubleshooting tool for Linux.
  • Observability and Monitoring - System exploration and troubleshooting tool for Linux.
  • Troubleshooting Tools - System-level capture and analysis tool for Linux.
  • Command Line Tools - Listed in the “Command Line Tools” section of the The Book Of Secret Knowledge awesome list.
  • System Dashboards - Linux system exploration and troubleshooting with container support.
  • Troubleshooting Tools - Captures and analyzes system state and activity.

Star history

Star history chart for draios/sysdigStar history chart for draios/sysdig

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does draios/sysdig do?

Sysdig is a Linux system observability tool and kernel event analyzer designed for capturing and analyzing kernel-level system calls and operating system events. It functions as a system call tracer and container security monitor, providing deep visibility into the activity of machines, virtual machines, and containers.

What are the main features of draios/sysdig?

The main features of draios/sysdig are: Kernel Event Tracers, Container Monitoring, Container Inspection Interfaces, Activity Recording, Container Security, Container Observability Tools, System Call Tracing, Trace Recording.

Which projects share features with draios/sysdig?

Projects with overlapping indexed features include: falcosecurity/falco — Falco is an eBPF runtime security monitor and cloud native detection engine that identifies abnormal behavior and… brendangregg/perf-tools — This project is a specialized toolset for profiling kernel latency, analyzing tracepoint frequency, and monitoring… google/cadvisor — cAdvisor is a container resource monitoring agent and performance analyzer that collects and exports CPU, memory,… cilium/tetragon — Tetragon is an eBPF-based runtime security and observability toolset designed for Linux and Kubernetes environments.… inspektor-gadget/inspektor-gadget — Inspektor Gadget is an eBPF observability toolset and program framework designed for tracing Linux systems and… nicolargo/glances — Glances is a cross-platform system monitoring tool designed to track real-time resource usage and hardware health…

Projects sharing features with Sysdig

These projects share indexed features with Sysdig. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • falcosecurity/falcofalcosecurity avatar

    falcosecurity/falco

    8,670View on GitHub↗

    Falco is an eBPF runtime security monitor and cloud native detection engine that identifies abnormal behavior and security threats across hosts and containers. It functions as a Linux kernel event auditor, capturing system calls and kernel events in real-time to detect malicious activity. The system distinguishes itself through a rule-based threat detection model that evaluates system activity against a library of community-maintained rules and custom security definitions. It enriches raw kernel events with container and Kubernetes metadata to provide observability into isolated environments

    C++cloud-nativecncfcncf-project
    View on GitHub↗8,670
  • brendangregg/perf-toolsbrendangregg avatar

    brendangregg/perf-tools

    10,434View on GitHub↗

    This project is a specialized toolset for profiling kernel latency, analyzing tracepoint frequency, and monitoring system-wide performance data. It functions as a kernel performance profiler, tracepoint analyzer, and a collection of utilities for the Linux ftrace and perf_events subsystems. The toolkit provides high-level abstractions via shell-scripted wrappers to manage complex kernel tracing interfaces. It distinguishes itself through the use of bucket-based event histograms to visualize the distribution of kernel events and the ability to identify functions exceeding specific latency thre

    Shell
    View on GitHub↗10,434
  • google/cadvisorgoogle avatar

    google/cadvisor

    19,202View on GitHub↗

    cAdvisor is a container resource monitoring agent and performance analyzer that collects and exports CPU, memory, network, and disk usage statistics from running containers. It functions as a telemetry tool for discovering containers across various runtimes and serves as a Prometheus-compatible metrics exporter. The agent distinguishes itself by analyzing Linux control groups to provide visibility into resource consumption and limits. It utilizes kernel perf events and NUMA statistics for low-level hardware performance tracking and diagnostics, and it can identify out-of-memory kill events th

    Go
    View on GitHub↗19,202
  • cilium/tetragoncilium avatar

    cilium/tetragon

    4,753View on GitHub↗

    Tetragon is an eBPF-based runtime security and observability toolset designed for Linux and Kubernetes environments. It functions as a security policy manager, observability agent, and enforcement engine that hooks into kernel functions and tracepoints to detect privilege escalation, container escapes, and unauthorized system activity. The project distinguishes itself through its ability to perform real-time, in-kernel enforcement, allowing it to synchronously terminate malicious processes or modify function return values before a system call completes. It provides deep Kubernetes integration

    C
    View on GitHub↗4,753
  • Compare all 30 related projects→