awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
weaveworks avatar

weaveworks/scope

0
View on GitHub↗
5,914 Stars·725 Forks·Go·apache-2.0·8 Aufrufewww.weave.works/oss/scope↗

Scope

Features

  • Topology Visualizers - Discovers and visualizes the live map of containers, processes, and network connections across a cluster.
  • Container Topology Mappers - Automatically discovers and visualizes running containers, processes, and their network connections in a live interactive map.
  • Container Management Dashboards - Provides a live dashboard showing CPU, memory, network I/O, and process-level metrics for every container in a cluster.
  • Container Runtime Abstractions - Communicates with the container runtime API to discover containers, processes, and network links.
  • Container Monitoring - Displays real-time CPU, memory, and network metrics for every container and process.
  • Agent Deployment - Installs a lightweight agent on each host to collect container metrics and topology data.
  • Force-Directed Topology Graphs - Renders an interactive force-directed graph of containers and their live connections.
  • Container - Ships an interactive map that automatically discovers and displays running containers, processes, and their network connections in real time.
  • Container and Process Probes - Deploys lightweight probes on each host to collect container and process data.
  • Container Health Monitors - Displays real-time resource usage and status for every container and process in the cluster.
  • Container State Inspection - Displays real-time metrics, tags, and metadata for each container, sorted by CPU or memory usage for quick diagnosis.
  • Container Network Connection Tracers - Displays live network links between containers, hosts, and external services with real-time traffic metrics.
  • Live Network Connection Tracers - Traces live network links between containers, hosts, and external services with real-time traffic metrics for connectivity diagnosis.
  • Process State Inspection - Shows every process running inside a container along with its CPU and memory usage.
  • Container Shell Sessions - Provides a browser-based terminal for executing commands inside running containers.
  • Real-Time Data Pushing - Pushes live topology and metrics updates from server to browser over persistent WebSocket connections.
  • Container Network Flow Tracing - Traces live traffic flows between containers, hosts, and external services for diagnosis.
  • Live Network Edge Metrics - Shows network connections as directed edges with real-time bandwidth and packet data.
  • Per-Process Resource Metrics - Exposes per-process CPU and memory usage by reading the host /proc filesystem.
  • Container Management - Pauses, restarts, stops containers, or launches a command-line shell from the browser.
  • Container Management Interfaces - Starts, stops, restarts, pauses, and removes containers directly from a browser-based interface.
  • Container Lifecycle Administration - Starts, stops, restarts, pauses, and removes containers directly from the visual interface.
  • Browser-Based Container Troubleshooters - Allows inspecting container details and interacting with running processes directly from the browser.
  • Network Troubleshooting Tools - Displays live traffic flows between services and containers to help diagnose communication issues.
  • Monitoring - Extends monitoring with custom metrics, details, and interactions through a user-defined plugin system.
  • Plugin Metrics - Allows third-party plugins to inject custom metrics and controls via a defined HTTP API.
  • Observability and Monitoring - Visualization and management for Docker and Kubernetes.

Star-Verlauf

Star-Verlauf für weaveworks/scopeStar-Verlauf für weaveworks/scope

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Scope

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Scope.
  • amir20/dozzleAvatar von amir20

    amir20/dozzle

    11,646Auf GitHub ansehen↗

    Dozzle is a web-based dashboard designed for the real-time monitoring and management of Docker container environments. It provides a centralized interface to stream live logs, track resource utilization, and perform administrative tasks across multiple host environments. The platform distinguishes itself by offering an interactive terminal emulator that allows users to execute commands directly within running containers from a browser. It also includes built-in alerting capabilities, enabling users to monitor log streams for specific patterns and receive automated notifications when critical

    Godockerdocker-containergolang
    Auf GitHub ansehen↗11,646
  • inspektor-gadget/inspektor-gadgetAvatar von inspektor-gadget

    inspektor-gadget/inspektor-gadget

    2,720Auf GitHub ansehen↗

    Inspektor Gadget is an eBPF observability toolset and program framework designed for tracing Linux systems and debugging Kubernetes nodes. It provides a suite of tools to collect kernel-level telemetry and export system metrics via the OpenTelemetry standard. The project distinguishes itself by packaging inspection tools as OCI-compliant container images, allowing for standardized distribution and deployment across clusters and hosts. It employs a modular data processing pipeline that utilizes WebAssembly modules to transform and filter telemetry, and leverages Compile Once Run Everywhere for

    Cbpfbpf-programscncf-project
    Auf GitHub ansehen↗2,720
  • weaveworks/weaveAvatar von weaveworks

    weaveworks/weave

    6,614Auf GitHub ansehen↗

    Weave is a multi-host container networking tool that connects containers running on different physical machines into a single virtual network. It creates a software-defined overlay network spanning multiple hosts, enabling containers to communicate directly with each other as if they were on the same local switch. The system provides automatic service discovery, resolving container names to network addresses across hosts without manual configuration. Traffic between containers on different hosts is secured through encrypted tunnels, preventing eavesdropping and tampering. Weave also includes

    Go
    Auf GitHub ansehen↗6,614
  • docker/docker-pyAvatar von docker

    docker/docker-py

    7,184Auf GitHub ansehen↗

    docker-py is a Python library and SDK that serves as a programmatic client for the Docker Engine API. It provides a programmatic interface for controlling containers, images, and clusters, allowing for the automation of containerized applications and engine resources. The library enables remote Docker administration through various transport methods, including Unix domain sockets, TCP ports, and encrypted SSH tunnels. It handles real-time data links by using WebSockets to stream input and output from active containers. The project covers container lifecycle control, image management for buil

    Python
    Auf GitHub ansehen↗7,184
Alle 30 Alternativen zu Scope anzeigen→

Häufig gestellte Fragen

Was sind die Hauptfunktionen von weaveworks/scope?

Die Hauptfunktionen von weaveworks/scope sind: Topology Visualizers, Container Topology Mappers, Container Management Dashboards, Container Runtime Abstractions, Container Monitoring, Agent Deployment, Force-Directed Topology Graphs, Container.

Welche Open-Source-Alternativen gibt es zu weaveworks/scope?

Open-Source-Alternativen zu weaveworks/scope sind unter anderem: amir20/dozzle — Dozzle is a web-based dashboard designed for the real-time monitoring and management of Docker container environments.… inspektor-gadget/inspektor-gadget — Inspektor Gadget is an eBPF observability toolset and program framework designed for tracing Linux systems and… weaveworks/weave — Weave is a multi-host container networking tool that connects containers running on different physical machines into a… docker/docker-py — docker-py is a Python library and SDK that serves as a programmatic client for the Docker Engine API. It provides a… collabnix/dockerlabs — dockerlabs is a collection of educational labs and technical tutorials designed to teach the fundamentals of… docker/cli — Docker CLI is the command-line tool that enables users to interact with the Docker daemon for building, running, and…