awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 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·7 vueswww.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.

Historique des stars

Graphique de l'historique des stars pour weaveworks/scopeGraphique de l'historique des stars pour weaveworks/scope

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Scope

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Scope.
  • amir20/dozzleAvatar de amir20

    amir20/dozzle

    11,646Voir sur GitHub↗

    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
    Voir sur GitHub↗11,646
  • inspektor-gadget/inspektor-gadgetAvatar de inspektor-gadget

    inspektor-gadget/inspektor-gadget

    2,720Voir sur GitHub↗

    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
    Voir sur GitHub↗2,720
  • weaveworks/weaveAvatar de weaveworks

    weaveworks/weave

    6,614Voir sur GitHub↗

    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
    Voir sur GitHub↗6,614
  • docker/docker-pyAvatar de docker

    docker/docker-py

    7,184Voir sur GitHub↗

    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
    Voir sur GitHub↗7,184
Voir les 30 alternatives à Scope→

Questions fréquentes

Quelles sont les fonctionnalités principales de weaveworks/scope ?

Les fonctionnalités principales de weaveworks/scope sont : Topology Visualizers, Container Topology Mappers, Container Management Dashboards, Container Runtime Abstractions, Container Monitoring, Agent Deployment, Force-Directed Topology Graphs, Container.

Quelles sont les alternatives open-source à weaveworks/scope ?

Les alternatives open-source à weaveworks/scope incluent : 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…