{"id":52037173,"url":"https://github.com/facebookresearch/clusterscope","last_synced_at":"2026-08-01T21:01:52.009Z","repository":{"id":298787846,"uuid":"988006902","full_name":"facebookresearch/clusterscope","owner":"facebookresearch","description":"Clusterscope is a CLI and python library to extract information from HPC Clusters and Jobs.","archived":false,"fork":false,"pushed_at":"2026-04-15T20:03:14.000Z","size":1881,"stargazers_count":24,"open_issues_count":23,"forks_count":5,"subscribers_count":6,"default_branch":"main","last_synced_at":"2026-06-10T12:24:52.497Z","etag":null,"topics":["ai","ai-cluster","ai-training","hpc","hpc-clusters","hpc-systems","slurm","slurm-cluster","slurm-job"],"latest_commit_sha":null,"homepage":"https://facebookresearch.github.io/clusterscope/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/facebookresearch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":".github/CODEOWNERS","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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-05-21T23:17:51.000Z","updated_at":"2026-05-10T19:43:07.000Z","dependencies_parsed_at":"2025-07-03T20:19:58.407Z","dependency_job_id":"35e76e98-5a34-4cbf-8e4b-1f68266637b7","html_url":"https://github.com/facebookresearch/clusterscope","commit_stats":null,"previous_names":["facebookresearch/clusterscope"],"tags_count":32,"template":false,"template_full_name":null,"purl":"pkg:github/facebookresearch/clusterscope","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/facebookresearch%2Fclusterscope","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/facebookresearch%2Fclusterscope/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/facebookresearch%2Fclusterscope/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/facebookresearch%2Fclusterscope/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/facebookresearch","download_url":"https://codeload.github.com/facebookresearch/clusterscope/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/facebookresearch%2Fclusterscope/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36170392,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-08-01T02:00:05.789Z","response_time":100,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["ai","ai-cluster","ai-training","hpc","hpc-clusters","hpc-systems","slurm","slurm-cluster","slurm-job"],"created_at":"2026-08-01T21:01:51.532Z","updated_at":"2026-08-01T21:01:52.005Z","avatar_url":"https://github.com/facebookresearch.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Clusterscope\n\nClusterscope is a CLI and python library to extract information from HPC Clusters and Jobs.\n\nCheck out our [Website](https://facebookresearch.github.io/clusterscope/) for Getting Started and Documentation.\n\n## Install from pypi\n\n```bash\n$ pip install clusterscope\n```\n\nYou can use it as a python library:\n\n```bash\n$ python\n\u003e\u003e\u003e import clusterscope\n\u003e\u003e\u003e clusterscope.cluster()\n'\u003cyour-cluster-name\u003e'\n```\n\nYou can also use it as a CLI:\n\n```shell\n$ cscope\nUsage: cscope [OPTIONS] COMMAND [ARGS]...\n\n  Command-line tool to query Slurm cluster information.\n\nOptions:\n  --help  Show this message and exit.\n\nCommands:\n  aws        Check if running on AWS and show NCCL settings.\n  check-gpu  Check if a specific GPU type exists.\n  cpus       Show CPU counts per node.\n  gpus       Show GPU information.\n  info       Show basic cluster information.\n  job-gen    Generate job requirements for different job types.\n  mem        Show memory information per node.\n  version    Show the version of clusterscope.\n```\n\n## Contributing\n\nRead our contributing guide to learn about our development process, how to propose bugfixes and feature requests, and how to build your changes.\n\n### [Code of Conduct](https://code.fb.com/codeofconduct)\n\nFacebook has adopted a Code of Conduct that we expect project participants to adhere to. Please read [the full text](https://code.fb.com/codeofconduct) so that you can understand what actions will and will not be tolerated.\n\n## Maintainers\n\nclusterscope is actively maintained by [Lucca Bertoncini](https://github.com/luccabb), and [Kalyan Saladi](https://github.com/skalyan).\n\n## Contributors\n\n[Lucca Bertoncini](https://github.com/luccabb), [Kalyan Saladi](https://github.com/skalyan), [Nikhil Gupta](https://github.com/gunchu), [Misko Dzamba](https://github.com/misko), \u003cFeel free to contribute and add your name\u003e\n\n### License\n\nclusterscope is licensed under the [MIT](./LICENSE) license.\n\n## Citing Clusterscope\n\n```\n@Misc{\n  author =       {Lucca Bertoncini, and Kalyan Saladi},\n  title =        {Clusterscope - Tooling for extracting HPC Cluster and Jobs information. },\n  howpublished = {Github},\n  year =         {2025},\n  url =          {https://github.com/facebookresearch/clusterscope}\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffacebookresearch%2Fclusterscope","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffacebookresearch%2Fclusterscope","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffacebookresearch%2Fclusterscope/lists"}