{"id":14235352,"url":"https://github.com/sosreport/sos","last_synced_at":"2025-05-14T03:08:55.679Z","repository":{"id":37663959,"uuid":"2031428","full_name":"sosreport/sos","owner":"sosreport","description":"A unified tool for collecting system logs and other debug information","archived":false,"fork":false,"pushed_at":"2025-05-09T14:39:40.000Z","size":20439,"stargazers_count":544,"open_issues_count":116,"forks_count":568,"subscribers_count":39,"default_branch":"main","last_synced_at":"2025-05-09T15:44:46.521Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://sos.rtfd.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sosreport.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2011-07-11T16:58:15.000Z","updated_at":"2025-05-09T14:39:44.000Z","dependencies_parsed_at":"2024-04-15T15:03:07.544Z","dependency_job_id":"61cb6e66-3ec1-47a7-bcd0-b65c9be72960","html_url":"https://github.com/sosreport/sos","commit_stats":{"total_commits":4279,"total_committers":368,"mean_commits":"11.627717391304348","dds":0.740827296097219,"last_synced_commit":"69cc08ed99ccb937e26727cbe336c4cc1ac71863"},"previous_names":[],"tags_count":73,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sosreport%2Fsos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sosreport%2Fsos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sosreport%2Fsos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sosreport%2Fsos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sosreport","download_url":"https://codeload.github.com/sosreport/sos/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254059508,"owners_count":22007768,"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","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":[],"created_at":"2024-08-20T21:01:48.048Z","updated_at":"2025-05-14T03:08:55.644Z","avatar_url":"https://github.com/sosreport.png","language":"Python","funding_links":[],"categories":["Python","\u003ca id=\"324874bb7c3ead94eae6f1fa1af4fb68\"\u003e\u003c/a\u003eDebug\u0026\u0026调试"],"sub_categories":["\u003ca id=\"d22bd989b2fdaeda14b64343b472dfb6\"\u003e\u003c/a\u003e工具"],"readme":"[![Build Status](https://api.cirrus-ci.com/github/sosreport/sos.svg?branch=main)](https://cirrus-ci.com/github/sosreport/sos)\n[![Documentation Status](https://readthedocs.org/projects/sos/badge/?version=main)](https://sos.readthedocs.io/en/main/?badge=main)\n[![](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)\n[![sosreport](https://snapcraft.io/sosreport/badge.svg)](https://snapcraft.io/sosreport)\n[![Fedora package](https://img.shields.io/fedora/v/sos?color=darkgreen)](https://packages.fedoraproject.org/pkgs/sos/sos/)\n[![Ubuntu Package Version](https://img.shields.io/ubuntu/v/sos?color=darkgreen)](https://launchpad.net/ubuntu/+source/sos)\n[![Debian package (for distribution)](https://img.shields.io/debian/v/sos/unstable?color=darkgreen)](https://packages.debian.org/unstable/sos)\n![GitHub contributors](https://img.shields.io/github/contributors/sosreport/sos)\n\n# SoS\n\nSos is an extensible, portable, support data collection tool primarily\naimed at Linux distributions and other UNIX-like operating systems.\n\nThis project is hosted at:\n\n  * https://github.com/sosreport/sos\n\nFor the latest version, to contribute, and for more information, please visit\nthe project pages or join the mailing list.\n\nTo clone the current main (development) branch run:\n\n```\ngit clone git://github.com/sosreport/sos.git\n```\n\n## Reporting bugs\n\nPlease report bugs via the mailing list or by opening an issue in the [GitHub\nIssue Tracker][5]\n\n## Chat\n\nThe SoS project has rooms in Matrix and in Libera.Chat.\n\nMatrix Room: #sosreport:matrix.org\n\nLibera.Chat: #sos\n\nThese rooms are bridged, so joining either is sufficient as messages from either will\nappear in both.\n\nThe Freenode #sos room **is no longer used by this project**.\n\n## Mailing list\n\nThe [sos-devel][4] list is the mailing list for any sos-related questions and\ndiscussion. Patch submissions and reviews are welcome too.\n\n## Patches and pull requests\n\nPatches can be submitted via the mailing list or as GitHub pull requests. If\nusing GitHub please make sure your branch applies to the current main branch as a\n'fast forward' merge (i.e. without creating a merge commit). Use the `git\nrebase` command to update your branch to the current main if necessary.\n\nPlease refer to the [contributor guidelines][0] for guidance on formatting\npatches and commit messages.\n\nBefore sending a [pull request][0], it is advisable to check your contribution\nagainst the `flake8` \u0026 `pylint` linter, the unit tests, and the stage one avocado\ntest suite:\n\n```\n# from within the git checkout\n$ tox -e flake8\n$ tox -e pylint\n$ tox -e unit_tests\n\n# as root\n# tox -e stageone_tests\n```\n\nNote that the avocado test suite will generate and remove several reports over its\nexecution, but no changes will be made to your local system.\n\nAll contributions must pass the entire test suite before being accepted.\n\n## Documentation\n\nUser and API [documentation][6] is automatically generated using [Sphinx][7]\nand [Read the Docs][8].\n\nTo generate HTML documents locally, by default this will build locally into\n`docs/_build`\n\n```\ntox -e docs\n```\n\n\n### Wiki\n\nFor more in-depth information on the project's features and functionality, please\nsee [the GitHub wiki][9].\n\nIf you are interested in contributing an entirely new plugin, or extending sos to\nsupport your distribution of choice, please see these wiki pages:\n\n* [How to write a plugin][1]\n* [How to write a policy][2]\n* [Plugin options][3]\n\nTo help get your changes merged quickly with as few revisions as possible\nplease refer to the [Contributor Guidelines][0] when submitting patches or\npull requests.\n\n## Installation\n\n### Manual Installation\n\nYou can simply run from the git checkout now:\n```\n$ sudo ./bin/sos report \n```\nThe command `sosreport` is still available, as a legacy redirector,\nand can be used like this:\n```\n$ sudo ./bin/sosreport \n```\n\nTo see a list of all available plugins and plugin options, run\n```\n$ sudo ./bin/sos report -l\n```\n\n\nTo install locally (as root):\n```\n# python3 setup.py install\n```\n\n\n### Pre-built Packaging\n\nFedora/RHEL users install via dnf:\n\n```\n# dnf install sos\n```\n\nDebian users install via apt:\n\n```\n# apt install sosreport\n```\n\n\nUbuntu (14.04 LTS and above) users install via apt:\n\n```\n# sudo apt install sosreport\n```\n\n### Snap Installation\n\n```\n# snap install sosreport --classic\n```\n\n [0]: https://github.com/sosreport/sos/wiki/Contribution-Guidelines\n [1]: https://github.com/sosreport/sos/wiki/How-to-Write-a-Plugin\n [2]: https://github.com/sosreport/sos/wiki/How-to-Write-a-Policy\n [3]: https://github.com/sosreport/sos/wiki/Plugin-options\n [4]: https://www.redhat.com/mailman/listinfo/sos-devel\n [5]: https://github.com/sosreport/sos/issues?state=open\n [6]: https://sos.readthedocs.org/\n [7]: https://www.sphinx-doc.org/\n [8]: https://www.readthedocs.org/\n [9]: https://github.com/sosreport/sos/wiki\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsosreport%2Fsos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsosreport%2Fsos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsosreport%2Fsos/lists"}