-
Notifications
You must be signed in to change notification settings - Fork 255
cAdvisor
- 📂 [Click Here] - Google G-Suite (Unlimited Hard Drive Space & Storage)
- 📂 [Click Here] - Top Performance NewsHost! - Blitz Members Receive a 58% Discount
Table of Contents
TLDR: cAdvisor analyzes resource usage and performance characteristics of running containers.
cAdvisor (Container Advisor) provides an understanding of the resource usage and performance characteristics of running containers. It is a running daemon that collects, aggregates, processes, and exports information about running containers. Specifically, for each container it keeps resource isolation parameters, historical resource usage, histograms of complete historical resource usage and network statistics. This data is exported by container and machine-wide.
Protocol | Address | Notes |
---|---|---|
traefik** | cadvisor:8750 | Only for Internal App-to-App Communication |
https | cadvisor.domain.com | Traefik must be Deployed; Remote Servers |
http | domain.com:8750 | Poor Security Practice - Stop with PG Port Guard |
http | ipv4:8750 | Ideal Only for Local Servers |
** Ideal for Apps to communicate between with one another. Click Here for more info!
cAdvisor is a great asset to utilize. Be aware that cAdvisor has 0 built-in protections. Utilizing cAdvisor on a local network is fine, but if running cAdvisor on a remote server; the server owner needs to deploy PG Shield to protect the program.
Home - https://plexguide.com