[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-4839":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":23,"hasPages":25,"topics":26,"createdAt":10,"pushedAt":10,"updatedAt":34,"readmeContent":35,"aiSummary":36,"trendingCount":16,"starSnapshotCount":16,"syncStatus":37,"lastSyncTime":38,"discoverSource":39},4839,"ctop","bcicen\u002Fctop","bcicen","Top-like interface for container metrics","https:\u002F\u002Fctop.sh",null,"Go",17762,588,168,95,0,1,8,40,7,43.31,"MIT License",false,"master",true,[27,28,29,30,31,32,33],"command-line","commandline","containers","docker","monitoring","runc","top","2026-06-12 02:01:04","\u003Cp align=\"center\">\u003Cimg width=\"200px\" src=\"\u002F_docs\u002Fimg\u002Flogo.png\" alt=\"ctop\"\u002F>\u003C\u002Fp>\n\n#\n\n![release][release] ![homebrew][homebrew] ![macports][macports] ![scoop][scoop]\n\nTop-like interface for container metrics\n\n`ctop` provides a concise and condensed overview of real-time metrics for multiple containers:\n\u003Cp align=\"center\">\u003Cimg src=\"_docs\u002Fimg\u002Fgrid.gif\" alt=\"ctop\"\u002F>\u003C\u002Fp>\n\nas well as a [single container view][single_view] for inspecting a specific container.\n\n`ctop` comes with built-in support for Docker and runC; connectors for other container and cluster systems are planned for future releases.\n\n## Install\n\nFetch the [latest release](https:\u002F\u002Fgithub.com\u002Fbcicen\u002Fctop\u002Freleases) for your platform:\n\n#### Debian\u002FUbuntu\n\nMaintained by a [third party](https:\u002F\u002Fpackages.azlux.fr\u002F)\n```bash\nsudo apt-get install ca-certificates curl gnupg lsb-release\ncurl -fsSL https:\u002F\u002Fazlux.fr\u002Frepo.gpg.key | sudo gpg --dearmor -o \u002Fusr\u002Fshare\u002Fkeyrings\u002Fazlux-archive-keyring.gpg\necho \\\n  \"deb [arch=$(dpkg --print-architecture) signed-by=\u002Fusr\u002Fshare\u002Fkeyrings\u002Fazlux-archive-keyring.gpg] http:\u002F\u002Fpackages.azlux.fr\u002Fdebian \\\n  $(lsb_release -cs) main\" | sudo tee \u002Fetc\u002Fapt\u002Fsources.list.d\u002Fazlux.list >\u002Fdev\u002Fnull\nsudo apt-get update\nsudo apt-get install docker-ctop\n```\n\n#### Arch\n\n```bash\nsudo pacman -S ctop\n```\n\n_`ctop` is also available for Arch in the [AUR](https:\u002F\u002Faur.archlinux.org\u002Fpackages\u002Fctop-bin\u002F)_\n\n\n#### Linux (Generic)\n\n```bash\nsudo wget https:\u002F\u002Fgithub.com\u002Fbcicen\u002Fctop\u002Freleases\u002Fdownload\u002Fv0.7.7\u002Fctop-0.7.7-linux-amd64 -O \u002Fusr\u002Flocal\u002Fbin\u002Fctop\nsudo chmod +x \u002Fusr\u002Flocal\u002Fbin\u002Fctop\n```\n\n#### OS X\n\n```bash\nbrew install ctop\n```\nor\n```bash\nsudo port install ctop\n```\nor\n```bash\nsudo curl -Lo \u002Fusr\u002Flocal\u002Fbin\u002Fctop https:\u002F\u002Fgithub.com\u002Fbcicen\u002Fctop\u002Freleases\u002Fdownload\u002Fv0.7.7\u002Fctop-0.7.7-darwin-amd64\nsudo chmod +x \u002Fusr\u002Flocal\u002Fbin\u002Fctop\n```\n\n#### Windows\n\n`ctop` is available in [scoop](https:\u002F\u002Fscoop.sh\u002F):\n\n```powershell\nscoop install ctop\n```\n\n#### Docker\n\n```bash\ndocker run --rm -ti \\\n  --name=ctop \\\n  --volume \u002Fvar\u002Frun\u002Fdocker.sock:\u002Fvar\u002Frun\u002Fdocker.sock:ro \\\n  quay.io\u002Fvektorlab\u002Fctop:latest\n```\n\n## Building\n\nBuild steps can be found [here][build].\n\n## Usage\n\n`ctop` requires no arguments and uses Docker host variables by default. See [connectors][connectors] for further configuration options.\n\n### Config file\n\nWhile running, use `S` to save the current filters, sort field, and other options to a default config path (`~\u002F.config\u002Fctop\u002Fconfig` on XDG systems, else `~\u002F.ctop`).\n\nConfig file values will be loaded and applied the next time `ctop` is started.\n\n### Options\n\nOption | Description\n--- | ---\n`-a`\t| show active containers only\n`-f \u003Cstring>` | set an initial filter string\n`-h`\t| display help dialog\n`-i`  | invert default colors\n`-r`\t| reverse container sort order\n`-s`  | select initial container sort field\n`-v`\t| output version information and exit\n\n### Keybindings\n\n|           Key            | Action                                                     |\n| :----------------------: | ---------------------------------------------------------- |\n| \u003Ckbd>&lt;ENTER&gt;\u003C\u002Fkbd> | Open container menu                                        |\n|       \u003Ckbd>a\u003C\u002Fkbd>       | Toggle display of all (running and non-running) containers |\n|       \u003Ckbd>f\u003C\u002Fkbd>       | Filter displayed containers (`esc` to clear when open)     |\n|       \u003Ckbd>H\u003C\u002Fkbd>       | Toggle ctop header                                         |\n|       \u003Ckbd>h\u003C\u002Fkbd>       | Open help dialog                                           |\n|       \u003Ckbd>s\u003C\u002Fkbd>       | Select container sort field                                |\n|       \u003Ckbd>r\u003C\u002Fkbd>       | Reverse container sort order                               |\n|       \u003Ckbd>o\u003C\u002Fkbd>       | Open single view                                           |\n|       \u003Ckbd>l\u003C\u002Fkbd>       | View container logs (`t` to toggle timestamp when open)    |\n|       \u003Ckbd>e\u003C\u002Fkbd>       | Exec Shell                                                 |\n|       \u003Ckbd>c\u003C\u002Fkbd>       | Configure columns                                          |\n|       \u003Ckbd>S\u003C\u002Fkbd>       | Save current configuration to file                         |\n|       \u003Ckbd>q\u003C\u002Fkbd>       | Quit ctop                                                  |\n\n[build]: _docs\u002Fbuild.md\n[connectors]: _docs\u002Fconnectors.md\n[single_view]: _docs\u002Fsingle.md\n[release]: https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Frelease\u002Fbcicen\u002Fctop.svg \"ctop\"\n[homebrew]: https:\u002F\u002Fimg.shields.io\u002Fhomebrew\u002Fv\u002Fctop.svg \"ctop\"\n[macports]: https:\u002F\u002Frepology.org\u002Fbadge\u002Fversion-for-repo\u002Fmacports\u002Fctop.svg?header=macports \"ctop\"\n[scoop]: https:\u002F\u002Fimg.shields.io\u002Fscoop\u002Fv\u002Fctop?bucket=main \"ctop\"\n\n## Alternatives\n\nSee [Awesome Docker list](https:\u002F\u002Fgithub.com\u002Fveggiemonk\u002Fawesome-docker\u002Fblob\u002Fmaster\u002FREADME.md#terminal) for similar tools to work with Docker. \n","`ctop` 是一个用于实时监控容器指标的命令行工具，提供类似于 `top` 的界面。它支持 Docker 和 runC 容器，并计划在未来版本中增加对其他容器和集群系统的支持。该工具采用 Go 语言编写，具有简洁直观的用户界面，能够显示多个容器的关键性能指标，如 CPU、内存使用情况等，同时也可以切换到单个容器视图进行详细检查。适用于需要快速了解容器运行状态的运维人员或开发人员，在日常维护、故障排查等场景下非常有用。",2,"2026-06-11 03:00:47","top_language"]