Troubleshooting

Open-source projects categorized as Troubleshooting

Top 23 Troubleshooting Open-Source Projects

  • mitmproxy

    An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.

    Project mention: Ask HN: Fiddler Alternatives | news.ycombinator.com | 2024-03-14
  • cilium

    eBPF-based Networking, Security, and Observability

    Project mention: Cisco to Acquire Cloud Native Networking and Security Leader Isovalent | news.ycombinator.com | 2023-12-21

    They would have had to add a few externals to get to Graduated but it's definitely a minority:

    https://github.com/cilium/cilium/blob/main/MAINTAINERS.md

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • perf-tools

    Performance analysis tools based on Linux perf_events (aka perf) and ftrace

    Project mention: The Gems of Moreutils | news.ycombinator.com | 2023-12-30

    For execsnoop, people running systems with DTrace can find the same:

    * https://github.com/jorgev/dtrace-scripts/blob/master/execsno...

    On macOS Monterey+ you'll probably have to install the Kernel Debug Kit per:

    * https://developer.apple.com/forums/thread/692444

    The Linux variant was written Brendan Gregg (who previous did a lot of work on Solaris, where DTrace was created):

    * https://github.com/brendangregg/perf-tools/blob/master/execs...

  • netshoot

    a Docker + Kubernetes network trouble-shooting swiss-army container

    Project mention: Docker Container Can't Ping | /r/docker | 2023-11-11
  • Sysdig

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

    Project mention: Introducing Flora: Newly launched eBPF observability solution with near-zero resource overhead, for optimal performance in modern cloud-native environments | /r/programming | 2023-04-20

    Also, have you already looked at sysdig? I don't think they're exactly tracing focused, but they've been around a long time and the times I've tried it locally it's been neat

  • Wireshark

    Read-only mirror of Wireshark's Git repository at https://gitlab.com/wireshark/wireshark. ⚠️ GitHub won't let us disable pull requests. ⚠️ THEY WILL BE IGNORED HERE ⚠️ Upload them at GitLab instead.

    Project mention: Wireshark & tcpdump: A Debugging Power Couple | dev.to | 2024-04-09

    To begin with Wireshark, visit their official website for the download. The installation process is straightforward, but attention should be paid to the installation of command-line tools, which may require separate steps. Upon launching Wireshark, users are greeted with a selection of network interfaces as seen below. Choosing the correct interface, such as the loopback for local server debugging, is crucial for capturing relevant data.

  • httpstat

    curl statistics made simple (by reorx)

    Project mention: Timing with Curl (2010) | news.ycombinator.com | 2023-08-15

    curl is fantastic. There's also HTTPStat which provides a waterfall visualization on top of curl timings: https://github.com/reorx/httpstat

    There's also Skytrace (made by yours truly), which provides timing info as a waterfall visualization inspired by HTTPStat + lots more (syntax highlighting for responses, built-in JMESPath support, command-line assertions and checks etc) - https://github.com/artilleryio/artillery/tree/main/packages/...

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • tcpdump

    the TCPdump network dissector

    Project mention: How do I debug a LAN connection issue on Linux | /r/techsupport | 2023-06-09
  • mtr

    Official repository for mtr, a network diagnostic tool

    Project mention: Trippy 0.9.0 Release | /r/rust | 2023-12-05

    As a reminder, Trippy combines the functionality of traceroute and ping and is designed to assist with the analysis of networking issues. You can think of it as a modern, cross platform, Rust based version of tools such as mtr, with a bunch of advanced features and a fancy TUI.

  • kubectl-debug

    This repository is no longer maintained, please checkout https://github.com/JamesTGrant/kubectl-debug.

  • kubevious

    Kubevious - Kubernetes without disasters

    Project mention: 🎀 Five tools to make your K8s experience more enjoyable 🎀 | dev.to | 2024-01-15

    Unlike the other tools mentioned in this post, Kubevious has no way of changing the cluster state. It is intended solely as an observability tool, focusing on potential issues in your cluster. It highlights potential threats and risks for every resource you may run.

  • Homer

    HOMER - 100% Open-Source SIP, VoIP, RTC Packet Capture & Monitoring (by sipcapture)

  • sysdig-inspect

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

  • pystack

    🔍 🐍 Like pstack but for Python!

    Project mention: Pystack: Like Pstack but for Python | news.ycombinator.com | 2023-06-07

    https://github.com/bloomberg/pystack/blob/a971a4ced371a5859f...

  • fyi

    Little bits of information that you may find useful when interacting with Expo tools and service. Append the markdown filename to https://expo.fyi/ to get a quick link to it.

    Project mention: Help regarding Expo & RN CLI | /r/reactnative | 2023-11-24

    So i found out this client was using unimodules for a lot of his libraries. But unimodules has been deprecated and merged into expo now. So now I followed the instructions here, and it looks like I just have migrated my application into expo only as it(expo-upgrade) created created a .expo folder now and also bumped package.json libraries to latest versions.

  • ios-crash-dump-analysis-book

    iOS Crash Dump Analysis Book

  • troubleshoot

    Preflight Checks and Support Bundles Framework for Kubernetes Applications

  • Reset-Windows-Update-Tool

    Troubleshooting Tool with Windows Updates (Developed in Dev-C++).

    Project mention: Windows Update keeps failing | /r/Windows10 | 2023-04-16
  • apache2buddy

    apache2buddy

  • k8s-pod-restart-info-collector

    Automated troubleshooting of Kubernetes Pods issues. Collect K8s pod restart reasons, logs, and events automatically.

  • grml

    Grmls core configuration files for zsh, vim, screen…

  • komoplane

    🍨 Crossplane Troubleshooting Tool by Komodor

    Project mention: Introducing Komoplane: viewer for Crossplane resources | /r/kubernetes | 2023-07-03

    To try out Komoplane, head over to: https://github.com/komodorio/komoplane. You can install it via a Helm chart, or you can just run it as standalone binary on your laptop. Don't forget to give it a star if you liked it ;)

  • crash-diagnostics

    Crash-Diagnostics (Crashd) is a tool to help investigate, analyze, and troubleshoot unresponsive or crashed Kubernetes clusters.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-04-09.

Troubleshooting related posts

Index

What are some of the best open-source Troubleshooting projects? This list will help you:

Project Stars
1 mitmproxy 34,201
2 cilium 18,436
3 perf-tools 9,582
4 netshoot 7,581
5 Sysdig 7,569
6 Wireshark 6,594
7 httpstat 5,563
8 tcpdump 2,533
9 mtr 2,515
10 kubectl-debug 2,284
11 kubevious 1,543
12 Homer 1,502
13 sysdig-inspect 937
14 pystack 916
15 fyi 664
16 ios-crash-dump-analysis-book 583
17 troubleshoot 528
18 Reset-Windows-Update-Tool 471
19 apache2buddy 380
20 k8s-pod-restart-info-collector 305
21 grml 272
22 komoplane 195
23 crash-diagnostics 179
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com