{"id":15282533,"url":"https://github.com/raghu-nandan-bs/cpupeek","last_synced_at":"2026-04-18T19:32:50.625Z","repository":{"id":212519082,"uuid":"731680218","full_name":"raghu-nandan-bs/cpupeek","owner":"raghu-nandan-bs","description":"Peek into CPU execution time of processes","archived":false,"fork":false,"pushed_at":"2023-12-16T18:11:16.000Z","size":11534,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-05T13:01:12.862Z","etag":null,"topics":["cpu-monitoring","ebpf","system-engineering"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/raghu-nandan-bs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-12-14T16:14:17.000Z","updated_at":"2024-05-23T09:35:49.000Z","dependencies_parsed_at":"2023-12-14T17:48:47.267Z","dependency_job_id":"8bb29f18-cd9d-4cb4-991b-7daa5b36be22","html_url":"https://github.com/raghu-nandan-bs/cpupeek","commit_stats":null,"previous_names":["raghu-nandan-bs/cpupeek"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/raghu-nandan-bs/cpupeek","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raghu-nandan-bs%2Fcpupeek","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raghu-nandan-bs%2Fcpupeek/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raghu-nandan-bs%2Fcpupeek/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raghu-nandan-bs%2Fcpupeek/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raghu-nandan-bs","download_url":"https://codeload.github.com/raghu-nandan-bs/cpupeek/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raghu-nandan-bs%2Fcpupeek/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31982678,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T17:30:12.329Z","status":"ssl_error","status_checked_at":"2026-04-18T17:29:59.069Z","response_time":103,"last_error":"SSL_read: 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":["cpu-monitoring","ebpf","system-engineering"],"created_at":"2024-09-30T14:26:44.039Z","updated_at":"2026-04-18T19:32:50.605Z","avatar_url":"https://github.com/raghu-nandan-bs.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cpupeek\n\nGives visual representation of how much CPU processes are using, and other aspects.\n\n![](samples/simple.gif)\n\nSupports two selectors:\n- CPU\n- PID\n\nThat is, we can select a CPU to inspect runtime of each process in it.\n\nor we can chose a process and see what CPUs it gets scheduled on, and how long its been running in each of these CPUs.\n![](samples/per-pid.gif)\n\nBy default, all CPUs and all PIDs are selected, and display is grouped by process.\n\nif a `CPU` is selected, display will be grouped by processes.\n\nif a `Process` is selected, display will be grouped by `CPUs` it has been running on.\n\nThis app uses `ebpf`.\n\n## Installation\n\n```\nwget https://github.com/raghu-nandan-bs/cpupeek/raw/main/release/cpupeek-$(uname -m) -O cpupeek \\\n \u0026\u0026 chmod +x cpupeek\n```\n\n## Run\n\n```\nsudo ./cpupeek\n\n```\n\n\n## Options\n\n```\nsudo ./cpupeek --help\nUsage of ./cpupeek:\n  -cpu int\n    \tcpu to track (default -1)\n  -interval duration\n    \thow often should the screen refresh? (default 1s)\n  -log string\n    \tlog file to write to (default \"cpupeek.log\")\n  -pid int\n    \tpid to track (default -1)\n  -show-items int\n    \tnumber of items to show in the barchart (default 20)\n  -show-pids\n    \tdisplay process id instead of their names.\n  -true-scale\n    \tscale the barchart to 1s (y axis)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraghu-nandan-bs%2Fcpupeek","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraghu-nandan-bs%2Fcpupeek","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraghu-nandan-bs%2Fcpupeek/lists"}