All Projects → draios → Sysdig Inspect

draios / Sysdig Inspect

Licence: other
Sysdig Inspect - A powerful opensource interface for container troubleshooting and security investigation

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Sysdig Inspect

Netshoot
a Docker + Kubernetes network trouble-shooting swiss-army container
Stars: ✭ 3,709 (+378.58%)
Mutual labels:  troubleshooting, containers
Cilium
eBPF-based Networking, Security, and Observability
Stars: ✭ 10,256 (+1223.35%)
Mutual labels:  troubleshooting, containers
Bottlerocket
An operating system designed for hosting containers
Stars: ✭ 5,964 (+669.55%)
Mutual labels:  containers
Distribution
The toolkit to pack, ship, store, and deliver container content
Stars: ✭ 6,445 (+731.61%)
Mutual labels:  containers
Control
Control manages the lifecycle of clusters on your infrastructure and allows deployment of applications via HELM. Its deployment and configuration workflows will help you to get up and running with Kubernetes faster.
Stars: ✭ 680 (-12.26%)
Mutual labels:  containers
Cri Tools
CLI and validation tools for Kubelet Container Runtime Interface (CRI) .
Stars: ✭ 630 (-18.71%)
Mutual labels:  containers
Containerum
Web UI for Kubernetes with teamwork and CI/CD support
Stars: ✭ 702 (-9.42%)
Mutual labels:  containers
Vic
vSphere Integrated Containers Engine is a container runtime for vSphere.
Stars: ✭ 607 (-21.68%)
Mutual labels:  containers
Kompose
Go from Docker Compose to Kubernetes
Stars: ✭ 7,348 (+848.13%)
Mutual labels:  containers
Binci
🐳 Containerize your development workflow.
Stars: ✭ 671 (-13.42%)
Mutual labels:  containers
Contained.af
A stupid game for learning about containers, capabilities, and syscalls.
Stars: ✭ 730 (-5.81%)
Mutual labels:  containers
Docker Squid
Dockerfile to create a Docker container image for Squid proxy server
Stars: ✭ 669 (-13.68%)
Mutual labels:  containers
Frakti
The hypervisor-based container runtime for Kubernetes.
Stars: ✭ 630 (-18.71%)
Mutual labels:  containers
Grpc By Example Java
A collection of useful/essential gRPC Java Examples
Stars: ✭ 709 (-8.52%)
Mutual labels:  containers
Geodesic
🚀 Geodesic is a DevOps Linux Distro. We use it as a cloud automation shell. It's the fastest way to get up and running with a rock solid Open Source toolchain. ★ this repo! https://slack.cloudposse.com/
Stars: ✭ 629 (-18.84%)
Mutual labels:  containers
Toast
Containerize your development and continuous integration environments. 🥂
Stars: ✭ 748 (-3.48%)
Mutual labels:  containers
Compose Spec
The Compose specification
Stars: ✭ 603 (-22.19%)
Mutual labels:  containers
Cromwell
Scientific workflow engine designed for simplicity & scalability. Trivially transition between one off use cases to massive scale production environments
Stars: ✭ 655 (-15.48%)
Mutual labels:  containers
Darch
A tool for building and booting stateless and immutable images, bare metal.
Stars: ✭ 701 (-9.55%)
Mutual labels:  containers
Docker Bind
Dockerize BIND DNS server with webmin for DNS administration
Stars: ✭ 769 (-0.77%)
Mutual labels:  containers

Sysdig Inspect


Sysdig Inspect is a powerful opensource interface for container troubleshooting and security investigation

Inspect's user interface is designed to intuitively navigate the data-dense sysdig captures that contain granular system, network, and application activity of a Linux system. Sysdig Inspect helps you understand trends, correlate metrics and find the needle in the haystack. It comes packed with features designed to support both performance and security investigations, with deep container introspection.

To use Sysdig Inspect, you need capture files collected on Linux with sysdig.

Where to start?

Sysdig Inspect container

Sysdig Inspect is available as Docker container image.

docker run -d -v /local/path/to/captures:/captures -p8080:3000 sysdig/sysdig-inspect:latest

Sysdig Inspect will be available in your browser at http://localhost:8080!

For more information, check out the Sysdig Inspect repository on Docker Hub.

Sysdig Inspect desktop

Here are the installers available for the latest version:

You can check the changelog at https://github.com/draios/sysdig-inspect/releases.

Main Features

Instant highlights

Instant Highlights

The overview page offers an out of the box, at a glance summary of the content of the capture file. Content is organized in tiles, each of which shows the value of a relevant metric and its trend. Tiles are organized in categories to surface useful information more clearly and are starting point for investigation and drill down.

Sub-second microtrends and metric correlation

Sub-second microtrends and metric correlation

Once you click on a tile, you will see the sub-second trend of the metric shown by the tile. Yes, sub-second. You will be amazed at how different your system, containers and applications look at this level of granularity. Multiple tiles can be selected to see how metrics correlate to each other and identify hot spots.

Intuitive drill-down-oriented workflow

Intuitive drill-down-oriented workflow

You can drill down into any tile to see the data behind it and start investigating. At this point you can either use the timeline to restrict what data you are seeing, or further drill down by double clicking on any line of data. You will be able to see processes, files, network connections and much more.

Payloads and system calls visualization

Payloads and system calls visualization

Every single byte of data that is read or written to a file (provided the appropriate --snaplen parameter is used while creating the capture), to a network connection to a pipe is recorded in the trace file and Sysdig Inspect makes it easy to observe it. Do you need to troubleshoot an intermittent network issue or determine what a malware wrote to the file system? All the data you need is there. And, of course, you can switch at any time into sysdig mode and look at every single system call.

Collecting & Loading Captures

Creating a capture file Sysdig Inspect works with capture files that have been collected by sysdig on a Linux system. The sysdig user guide contains a nice introduction to the tool and includes many examples that can guide you through the command line and filtering syntax.

As a very easy quick start, here's how to capture all of the system events on a Linux box with sysdig:

sudo sysdig -w filename.scap

Example Trace files 502 Error Troubleshooting an HAProxy 502 404 Error Troubleshooting a 404 error from a leaky file

Join the Community

  • Join our Public Slack channel for announcements discussions, and help
  • Follow us on Twitter
  • This is our blog. There are many like it, but this one is ours.

License Terms

Sysdig is licensed to you under the GPL 2.0 open source license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].