{"id":19692659,"url":"https://github.com/rwxd/vmrss","last_synced_at":"2026-02-11T00:05:15.187Z","repository":{"id":213726985,"uuid":"734786383","full_name":"rwxd/vmrss","owner":"rwxd","description":"Tool to show the memory usage of a process and its children","archived":false,"fork":false,"pushed_at":"2026-02-03T23:34:08.000Z","size":23,"stargazers_count":5,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-04T08:48:23.951Z","etag":null,"topics":["cli","memory","vmrss"],"latest_commit_sha":null,"homepage":"","language":"Go","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/rwxd.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-12-22T16:04:08.000Z","updated_at":"2026-02-03T23:34:11.000Z","dependencies_parsed_at":"2023-12-25T01:23:50.563Z","dependency_job_id":"4c72b29e-2ccf-449e-a0a4-1698029c0f8e","html_url":"https://github.com/rwxd/vmrss","commit_stats":null,"previous_names":["rwxd/vmrss"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/rwxd/vmrss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwxd%2Fvmrss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwxd%2Fvmrss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwxd%2Fvmrss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwxd%2Fvmrss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rwxd","download_url":"https://codeload.github.com/rwxd/vmrss/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwxd%2Fvmrss/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29322736,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T20:44:44.282Z","status":"ssl_error","status_checked_at":"2026-02-10T20:44:43.393Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cli","memory","vmrss"],"created_at":"2024-11-11T19:14:01.217Z","updated_at":"2026-02-11T00:05:15.175Z","avatar_url":"https://github.com/rwxd.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vmrss\n\nA simple tool to show the memory usage of a process and its children.\n\n## Install\n\nGet the latest binary from the [releases page](https://github.com/rwxd/vmrss/releases).\n\nOr install with go:\n\n```bash\ngo get github.com/rwxd/vmrss\n```\n\n### NixOS / Nix\n\nRefer to https://github.com/rwxd/my-nixpkgs for the nix package.\n\n## Usage\n\n### Continuously monitor a process\n\n```bash\nvmrss -m 3840\n.kitty-wrapped(3840): 151.23 MB\n  zsh(3851): 12.50 MB\n    tmux: client(3992): 5.20 MB\n    zsh(3938): 9.28 MB\nTotal: 178.20 MB\n```\n\n### Set custom interval in milliseconds\n\n```bash\nvmrss -m -i 2000 3840\n```\n\n### Quit after a certain amount of time in seconds\n\n```bash\nvmrss -m -t 10 26847\n```\n\n### Do not show children\n\n```bash\nvmrss -m -c=false 26847\n```\n\n### Show swapped memory\n\n```bash\nvmrss -m -s 3840\n.kitty-wrapped(3840): 151.36 MB | swap: 0.00 MB\n  zsh(3851): 12.50 MB | swap: 0.00 MB\n    tmux: client(3992): 5.20 MB | swap: 0.00 MB\n    zsh(3938): 9.28 MB | swap: 0.00 MB\nTotal: 178.34 MB | swap: 0.00 MB\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frwxd%2Fvmrss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frwxd%2Fvmrss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frwxd%2Fvmrss/lists"}