user avatar
Merge pull request #3298 from weaveworks/conntrack-netlink-upstream
Bryan Boreham authored
Probe: use netlink to talk to conntrack
476ef275
Name Last commit Last update
.circleci Update CI UI build container to master-c0b60a16
.github Add issue template for weave scope github repo
app Merge pull request #3384 from weaveworks/drop-big-topologies
backend build: Fix import for golint
bin Tag images at build time
client Bump ui-components to v0.15.2.
common Change Sirupsen/logrus to sirupsen/logrus
cri/runtime Generate CRI runtime files
docker Clean up Dockerfiles
examples Load up fa5 instead of 4
extras Merge pull request #3267 from weaveworks/pool-gzwriters
imgs Screenshots for release 0.14
integration Create bpf stop file differently
probe Merge pull request #3298 from weaveworks/conntrack-netlink-upstream
prog Merge pull request #3393 from ycao56/basic-auth
render Move "hideous hack" for Kubernetes service network from probe to app
report Merge pull request #3384 from weaveworks/drop-big-topologies
site Load up fa5 instead of 4
test Add kubernetes volume snapshot support
tools Merge commit '7f4bab62'
vendor Update typetypetype/conntrack package
.gitignore Fix path confusion in bundle building
.ruby-version Update Ruby version to 2.3.6, to match Weaveworks website
CHANGELOG.md Update for release 1.9.1
CODE-OF-CONDUCT.md docs: add Scope community baseline documentation (#3192)
CONTRIBUTING.md
COPYING.LGPL-3
DCO
GOVERNANCE.md
LICENSE
MAINTAINERS
Makefile
NOTICE
README.md
VENDORED_CODE.md
scope

Weave Scope - Troubleshooting & Monitoring for Docker & Kubernetes

Circle CI Coverage Status Go Report Card Docker Pulls GoDoc

Weave Scope automatically generates a map of your application, enabling you to intuitively understand, monitor, and control your containerized, microservices-based application.

Understand your Docker containers in real time

Map you architecture

Choose an overview of your container infrastructure, or focus on a specific microservice. Easily identify and correct issues to ensure the stability and performance of your containerized applications.

Contextual details and deep linking

Focus on a single container

View contextual metrics, tags, and metadata for your containers. Effortlessly navigate between processes inside your container to hosts your containers run on, arranged in expandable, sortable tables. Easily find the container using the most CPU or memory for a given host or service.

Interact with and manage containers

Launch a command line.

Interact with your containers directly: pause, restart, and stop containers. Launch a command line. All without leaving the scope browser window.

Extend and customize via plugins

Add custom details or interactions for your hosts, containers, and/or processes by creating Scope plugins. Or, just choose from some that others have already written at the GitHub Weaveworks Scope Plugins organization.

Getting Started

sudo curl -L git.io/scope -o /usr/local/bin/scope
sudo chmod a+x /usr/local/bin/scope
scope launch

This script downloads and runs a recent Scope image from Docker Hub. Now, open your web browser to http://localhost:4040. (If you're using boot2docker, replace localhost with the output of boot2docker ip.)

For instructions on installing Scope on Kubernetes, DCOS, or ECS, see the docs.

Getting Help

We are a very friendly community and love questions, help and feedback.

If you have any questions, feedback, or problems with Scope:

Your feedback is always welcome!

License

Scope is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.
Find more details about the licenses of vendored code in VENDORED_CODE.md.