{"id":13546864,"url":"https://github.com/virtualzone/docker-container-stats","last_synced_at":"2025-07-22T01:11:08.355Z","repository":{"id":129022653,"uuid":"52399110","full_name":"virtualzone/docker-container-stats","owner":"virtualzone","description":"Monitor your docker containers with this web interface.","archived":false,"fork":false,"pushed_at":"2024-06-06T11:53:54.000Z","size":413,"stargazers_count":166,"open_issues_count":13,"forks_count":26,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-19T07:27:43.566Z","etag":null,"topics":["container-monitoring","container-stats","containers","docker","docker-stats","monitoring"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/virtualzone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-02-23T23:23:11.000Z","updated_at":"2025-05-06T08:27:01.000Z","dependencies_parsed_at":"2024-11-03T15:30:28.163Z","dependency_job_id":null,"html_url":"https://github.com/virtualzone/docker-container-stats","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/virtualzone/docker-container-stats","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtualzone%2Fdocker-container-stats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtualzone%2Fdocker-container-stats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtualzone%2Fdocker-container-stats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtualzone%2Fdocker-container-stats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/virtualzone","download_url":"https://codeload.github.com/virtualzone/docker-container-stats/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtualzone%2Fdocker-container-stats/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266405861,"owners_count":23923625,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["container-monitoring","container-stats","containers","docker","docker-stats","monitoring"],"created_at":"2024-08-01T12:00:46.510Z","updated_at":"2025-07-22T01:11:08.311Z","avatar_url":"https://github.com/virtualzone.png","language":"JavaScript","readme":"# Docker Container Stats\nA web interface for viewing historical and current statistics per docker container (cpu, mem, net i/o, block i/o) - in a docker container.\n\nPull and run daemonized:\n```\ndocker pull virtualzone/docker-container-stats\ndocker run \\\n        -d \\\n        -p 8080:8080 \\\n        --volume=/var/run/docker.sock:/var/run/docker.sock:ro \\\n        --volume=/home/docker/storage/stats/db:/opt/docker-stats/db \\\n        --name stats \\\n        -e STATS_UPDATE_INTERVAL=10 \\\n        virtualzone/docker-container-stats\n```\n\nDocker-Compose:\n\n```\nversion: '3.6'\nservices:\n  stats:\n    image: virtualzone/docker-container-stats\n    container_name: 'stats'\n    ports:\n      - '8080:8080'\n    environment:\n      STATS_UPDATE_INTERVAL: 10\n    volumes:\n      - '/var/run/docker.sock:/var/run/docker.sock:ro'\n      - '/home/docker/storage/stats/db:/opt/docker-stats/db'\n```\n\n\nTo view your stats, open a web browser and visit http://localhost:8080 (replace localhost with your docker host's hostname or ip address).\n\nMounting the volume /var/run/docker.sock (read-only) is required so that the docker container can retrieve the statistics for the containers.\n\nMounting the volume /opt/docker-stats/db is optional. You can use it if you want to persist the SQLite database.\n\nWe strongly recommend not making your stats available online. To password protect your statistics, you can use a frontend web server/proxy (Apache, nginx, ...).\n\n## Screenshots\n![All containers' memory usage](https://raw.githubusercontent.com/virtualzone/docker-container-stats/master/img/all-containers-mem.png)\n\n![All containers' inbound network traffic](https://raw.githubusercontent.com/virtualzone/docker-container-stats/master/img/all-containers-net.png)\n\n![Selected container's latest statistics](https://raw.githubusercontent.com/virtualzone/docker-container-stats/master/img/selected-container.png)\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvirtualzone%2Fdocker-container-stats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvirtualzone%2Fdocker-container-stats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvirtualzone%2Fdocker-container-stats/lists"}