cadvisor – github.com/google/cadvisor Directories

cadvisor command

Directories

PathSynopsis
apiPackage api provides a handler for /api/
cache
cache/memory
clientThis is an implementation of a cAdvisor REST API in Go.
client/clientexample
client/v2Client library to programmatically access cAdvisor API.
collector
containerPackage container defines types for sub-container events and also defines an interface for container operation handlers.
container/commonUnmarshal's a Containers description json file.
container/dockerProvides global docker information.
container/libcontainer
container/rawHandler for "raw" containers.
container/rktHandler for "rkt" containers.
container/systemd
devicemapper
devicemapper/fake
events
fs
Godeps
Godeps/_workspace
Godeps/_workspace/src
Godeps/_workspace/src/bitbucket.org
Godeps/_workspace/src/bitbucket.org/ww
Godeps/_workspace/src/bitbucket.org/ww/goautonegHTTP Content-Type Autonegotiation.
Godeps/_workspace/src/github.com
Godeps/_workspace/src/github.com/abbot
Godeps/_workspace/src/github.com/abbot/go-http-auth
Godeps/_workspace/src/github.com/aws
Godeps/_workspace/src/github.com/aws/aws-sdk-go
Godeps/_workspace/src/github.com/aws/aws-sdk-go/awsPackage aws provides core functionality for making requests to AWS services.
Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/awserrPackage awserr represents API error interface accessors for the SDK.
Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/awsutil
Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/client
Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/client/metadata
Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/corehandlers
Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentialsPackage credentials provides credential retrieval and management
Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds
Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/defaultsPackage defaults is a collection of helpers to retrieve the SDK's default configuration and handlers.
Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/ec2metadataPackage ec2metadata provides the client for making API calls to the EC2 Metadata service.
Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/request
Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/sessionPackage session provides a way to create service clients with shared configuration and handlers.
Godeps/_workspace/src/github.com/aws/aws-sdk-go/private
Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/endpointsPackage endpoints validates regional endpoints for services.
Godeps/_workspace/src/github.com/beorn7
Godeps/_workspace/src/github.com/beorn7/perks
Godeps/_workspace/src/github.com/beorn7/perks/quantilePackage quantile computes approximate quantiles over an unbounded data stream within low memory and CPU bounds.
Godeps/_workspace/src/github.com/blang
Godeps/_workspace/src/github.com/blang/semver
Godeps/_workspace/src/github.com/coreos
Godeps/_workspace/src/github.com/coreos/go-systemd
Godeps/_workspace/src/github.com/coreos/go-systemd/dbusIntegration with the systemd D-Bus API.
Godeps/_workspace/src/github.com/coreos/go-systemd/utilPackage util contains utility functions related to systemd that applications can use to check things like whether systemd is running.
Godeps/_workspace/src/github.com/coreos/rkt
Godeps/_workspace/src/github.com/coreos/rkt/api
Godeps/_workspace/src/github.com/coreos/rkt/api/v1alphaPackage v1alpha is a generated protocol buffer package.
Godeps/_workspace/src/github.com/docker
Godeps/_workspace/src/github.com/docker/distribution
Godeps/_workspace/src/github.com/docker/distribution/digestPackage digest provides a generalized type to opaquely represent message digests and their operations within the registry.
Godeps/_workspace/src/github.com/docker/distribution/referencePackage reference provides a general type to represent any way of referencing images within the registry.
Godeps/_workspace/src/github.com/docker/docker
Godeps/_workspace/src/github.com/docker/docker/pkg
Godeps/_workspace/src/github.com/docker/docker/pkg/longpath
Godeps/_workspace/src/github.com/docker/docker/pkg/mount
Godeps/_workspace/src/github.com/docker/docker/pkg/symlink
Godeps/_workspace/src/github.com/docker/docker/pkg/system
Godeps/_workspace/src/github.com/docker/docker/pkg/unitsPackage units provides helper function to parse and print size and time units in human-readable format.
Godeps/_workspace/src/github.com/docker/engine-api
Godeps/_workspace/src/github.com/docker/engine-api/client
Godeps/_workspace/src/github.com/docker/engine-api/client/transportPackage transport provides function to send request to remote endpoints.
Godeps/_workspace/src/github.com/docker/engine-api/client/transport/cancellablePackage cancellable provides helper function to cancel http requests.
Godeps/_workspace/src/github.com/docker/engine-api/typesPackage types is used for API stability in the types and response to the consumers of the API stats endpoint.
Godeps/_workspace/src/github.com/docker/engine-api/types/blkiodev
Godeps/_workspace/src/github.com/docker/engine-api/types/container
Godeps/_workspace/src/github.com/docker/engine-api/types/filtersPackage filters provides helper function to parse and handle command line filter, used for example in docker ps or docker images commands.
Godeps/_workspace/src/github.com/docker/engine-api/types/network
Godeps/_workspace/src/github.com/docker/engine-api/types/reference
Godeps/_workspace/src/github.com/docker/engine-api/types/registry
Godeps/_workspace/src/github.com/docker/engine-api/types/strslice
Godeps/_workspace/src/github.com/docker/engine-api/types/time
Godeps/_workspace/src/github.com/docker/engine-api/types/versions
Godeps/_workspace/src/github.com/docker/go-connections
Godeps/_workspace/src/github.com/docker/go-connections/natPackage nat is a convenience package for manipulation of strings describing network ports.
Godeps/_workspace/src/github.com/docker/go-connections/socketsPackage sockets provides helper functions to create and configure Unix or TCP sockets.
Godeps/_workspace/src/github.com/docker/go-connections/tlsconfigPackage tlsconfig provides primitives to retrieve secure-enough TLS configurations for both clients and servers.
Godeps/_workspace/src/github.com/docker/go-unitsPackage units provides helper function to parse and print size and time units in human-readable format.
Godeps/_workspace/src/github.com/eapache
Godeps/_workspace/src/github.com/eapache/go-resiliency
Godeps/_workspace/src/github.com/eapache/go-resiliency/breakerPackage breaker implements the circuit-breaker resiliency pattern for Go.
Godeps/_workspace/src/github.com/eapache/queuePackage queue provides a fast, ring-buffer queue based on the version suggested by Dariusz Górecki.
Godeps/_workspace/src/github.com/garyburd
Godeps/_workspace/src/github.com/garyburd/redigo
Godeps/_workspace/src/github.com/garyburd/redigo/internal
Godeps/_workspace/src/github.com/garyburd/redigo/redisPackage redis is a client for the Redis database.
Godeps/_workspace/src/github.com/godbus
Godeps/_workspace/src/github.com/godbus/dbusPackage dbus implements bindings to the D-Bus message bus system.
Godeps/_workspace/src/github.com/go-ini
Godeps/_workspace/src/github.com/go-ini/iniPackage ini provides INI file read and write functionality in Go.
Godeps/_workspace/src/github.com/golang
Godeps/_workspace/src/github.com/golang/glogPackage glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
Godeps/_workspace/src/github.com/golang/protobuf
Godeps/_workspace/src/github.com/golang/protobuf/protoPackage proto converts data structures to and from the wire format of protocol buffers.
Godeps/_workspace/src/github.com/golang/snappyPackage snappy implements the snappy block-based compression format.
Godeps/_workspace/src/github.com/influxdb
Godeps/_workspace/src/github.com/influxdb/influxdb
Godeps/_workspace/src/github.com/influxdb/influxdb/client
Godeps/_workspace/src/github.com/influxdb/influxdb/models
Godeps/_workspace/src/github.com/influxdb/influxdb/pkg
Godeps/_workspace/src/github.com/influxdb/influxdb/pkg/escape
Godeps/_workspace/src/github.com/jmespath
Godeps/_workspace/src/github.com/jmespath/go-jmespath
Godeps/_workspace/src/github.com/klauspost
Godeps/_workspace/src/github.com/klauspost/crc32Package crc32 implements the 32-bit cyclic redundancy check, or CRC-32, checksum.
Godeps/_workspace/src/github.com/kr
Godeps/_workspace/src/github.com/kr/prettyPackage pretty provides pretty-printing for Go values.
Godeps/_workspace/src/github.com/kr/textPackage text provides rudimentary functions for manipulating text in paragraphs.
Godeps/_workspace/src/github.com/matttproud
Godeps/_workspace/src/github.com/matttproud/golang_protobuf_extensions
Godeps/_workspace/src/github.com/matttproud/golang_protobuf_extensions/pbutilPackage pbutil provides record length-delimited Protocol Buffer streaming.
Godeps/_workspace/src/github.com/Microsoft
Godeps/_workspace/src/github.com/Microsoft/go-winio
Godeps/_workspace/src/github.com/mistifyio
Godeps/_workspace/src/github.com/mistifyio/go-zfsPackage zfs provides wrappers around the ZFS command line tools.
Godeps/_workspace/src/github.com/opencontainers
Godeps/_workspace/src/github.com/opencontainers/runc
Godeps/_workspace/src/github.com/opencontainers/runc/libcontainerLibcontainer provides a native Go implementation for creating containers with namespaces, cgroups, capabilities, and filesystem access controls.
Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/apparmor
Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/cgroups
Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/cgroups/fs
Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/cgroups/systemd
Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/configs
Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/configs/validate
Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/criurpcPackage criurpc is a generated protocol buffer package.
Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/label
Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/seccomp
Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/stacktrace
Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/system
Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/user
Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/utils
Godeps/_workspace/src/github.com/pborman
Godeps/_workspace/src/github.com/pborman/uuidThe uuid package generates and inspects UUIDs.
Godeps/_workspace/src/github.com/prometheus
Godeps/_workspace/src/github.com/prometheus/client_golang
Godeps/_workspace/src/github.com/prometheus/client_golang/prometheusPackage prometheus provides embeddable metric primitives for servers and standardized exposition of telemetry through a web services interface.
Godeps/_workspace/src/github.com/prometheus/client_model
Godeps/_workspace/src/github.com/prometheus/client_model/goPackage io_prometheus_client is a generated protocol buffer package.
Godeps/_workspace/src/github.com/prometheus/common
Godeps/_workspace/src/github.com/prometheus/common/expfmtA package for reading and writing Prometheus metrics.
Godeps/_workspace/src/github.com/prometheus/common/modelPackage model contains common data structures that are shared across Prometheus componenets and libraries.
Godeps/_workspace/src/github.com/prometheus/procfsPackage procfs provides functions to retrieve system, kernel and process metrics from the pseudo-filesystem proc.
Godeps/_workspace/src/github.com/SeanDolphin
Godeps/_workspace/src/github.com/SeanDolphin/bqschema
Godeps/_workspace/src/github.com/Shopify
Godeps/_workspace/src/github.com/Shopify/saramaPackage sarama provides client libraries for the Kafka 0.8 protocol.
Godeps/_workspace/src/github.com/Sirupsen
Godeps/_workspace/src/github.com/Sirupsen/logrus
Godeps/_workspace/src/github.com/stretchr
Godeps/_workspace/src/github.com/stretchr/objxobjx - Go package for dealing with maps, slices, JSON and other data.
Godeps/_workspace/src/github.com/stretchr/testify
Godeps/_workspace/src/github.com/stretchr/testify/assertA set of comprehensive testing tools for use with the normal Go testing system.
Godeps/_workspace/src/github.com/stretchr/testify/mockProvides a system by which it is possible to mock your objects and verify calls are happening as expected.
Godeps/_workspace/src/github.com/stretchr/testify/requireAlternative testing tools which stop test execution if test failed.
Godeps/_workspace/src/github.com/syndtr
Godeps/_workspace/src/github.com/syndtr/gocapability
Godeps/_workspace/src/github.com/syndtr/gocapability/capabilityPackage capability provides utilities for manipulating POSIX capabilities.
Godeps/_workspace/src/github.com/vishvananda
Godeps/_workspace/src/github.com/vishvananda/netlinkPackage netlink provides a simple library for netlink.
Godeps/_workspace/src/golang.org
Godeps/_workspace/src/golang.org/x
Godeps/_workspace/src/golang.org/x/net
Godeps/_workspace/src/golang.org/x/net/contextPackage context defines the Context type, which carries deadlines, cancelation signals, and other request-scoped values across API boundaries and between processes.
Godeps/_workspace/src/golang.org/x/net/http2Package http2 implements the HTTP/2 protocol.
Godeps/_workspace/src/golang.org/x/net/http2/hpackPackage hpack implements HPACK, a compression format for efficiently representing HTTP header fields in the context of HTTP/2.
Godeps/_workspace/src/golang.org/x/net/internal
Godeps/_workspace/src/golang.org/x/net/proxyPackage proxy provides support for a variety of protocols to proxy network data.
Godeps/_workspace/src/golang.org/x/net/tracePackage trace implements tracing of requests and long-lived objects.
Godeps/_workspace/src/golang.org/x/oauth2Package oauth2 provides support for making OAuth2 authorized and authenticated HTTP requests.
Godeps/_workspace/src/golang.org/x/oauth2/internalPackage internal contains support packages for oauth2 package.
Godeps/_workspace/src/golang.org/x/oauth2/jwsPackage jws provides encoding and decoding utilities for signed JWS messages.
Godeps/_workspace/src/golang.org/x/oauth2/jwtPackage jwt implements the OAuth 2.0 JSON Web Token flow, commonly known as "two-legged OAuth 2.0".
Godeps/_workspace/src/google.golang.org
Godeps/_workspace/src/google.golang.org/api
Godeps/_workspace/src/google.golang.org/api/bigquery
Godeps/_workspace/src/google.golang.org/api/bigquery/v2Package bigquery provides access to the BigQuery API.
Godeps/_workspace/src/google.golang.org/api/googleapiPackage googleapi contains the common code shared by all Google API libraries.
Godeps/_workspace/src/google.golang.org/api/googleapi/internal
Godeps/_workspace/src/google.golang.org/cloud
Godeps/_workspace/src/google.golang.org/cloud/compute
Godeps/_workspace/src/google.golang.org/cloud/compute/metadataPackage metadata provides access to Google Compute Engine (GCE) metadata and API service accounts.
Godeps/_workspace/src/google.golang.org/cloud/internalPackage internal provides support for the cloud packages.
Godeps/_workspace/src/google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
Godeps/_workspace/src/google.golang.org/grpc/codesPackage codes defines the canonical error codes used by gRPC.
Godeps/_workspace/src/google.golang.org/grpc/credentialsPackage credentials implements various credentials supported by gRPC library, which encapsulate all the state needed by a client to authenticate with a server and make various assertions, e.g., about the client's identity, role, or whether it is authorized to make a particular call.
Godeps/_workspace/src/google.golang.org/grpc/grpclogPackage grpclog defines logging for grpc.
Godeps/_workspace/src/google.golang.org/grpc/metadataPackage metadata define the structure of the metadata supported by gRPC library.
Godeps/_workspace/src/google.golang.org/grpc/namingPackage naming defines the naming API and related data structures for gRPC.
Godeps/_workspace/src/google.golang.org/grpc/peerPackage peer defines various peer information associated with RPCs and corresponding utils.
Godeps/_workspace/src/google.golang.org/grpc/transportPackage transport defines and implements message oriented communication channel to complete various transactions (e.g., an RPC).
Godeps/_workspace/src/gopkg.in
Godeps/_workspace/src/gopkg.in/olivere
Godeps/_workspace/src/gopkg.in/olivere/elastic.v2Package elastic provides an interface to the Elasticsearch server (http://www.elasticsearch.org/).
Godeps/_workspace/src/gopkg.in/olivere/elastic.v2/uritemplatesPackage uritemplates is a level 4 implementation of RFC 6570 (URI Template, http://tools.ietf.org/html/rfc6570).
healthz
http
http/mux
info
info/v1Types used for docker containers.
info/v1/test
info/v2
integration
integration/framework
integration/runner
integration/tests
integration/tests/api
integration/tests/healthz
machineThe machine package contains functions that extract machine-level specs.
managerManager of cAdvisor-monitored containers.
manager/watcherPackage container defines types for sub-container events and also defines an interface for container operation handlers.
manager/watcher/rawPackage container defines types for sub-container events and also defines an interface for container operation handlers.
manager/watcher/rktPackage rkt implements the watcher interface for rkt
metrics
pagesPage for /containers/
pages/static
storage
storage/bigquery
storage/bigquery/client
storage/bigquery/client/example
storage/elasticsearch
storage/influxdb
storage/kafka
storage/redis
storage/statsd
storage/statsd/client
storage/stdout
storage/test
summaryMaintains the summary of aggregated minute, hour, and day stats.
utils
utils/cloudinfo
utils/container
utils/cpuload
utils/cpuload/netlink
utils/cpuload/netlink/example
utils/docker
utils/oomparser
utils/oomparser/oomexample
utils/procfsprocfs contains several low level functions to read information from /proc filesystem, and also provides some utility functions like JiffiesToDuration.
utils/sysfs
utils/sysfs/fakesysfs
utils/sysinfo
utils/tailPackage tail implements "tail -F" functionality following rotated logs
validate
version
Version
v0.23.3
Published
Jun 8, 2016
Platform
windows/amd64
Imports
25 packages
Last checked
49 seconds ago

Tools for package owners.