{"id":15394370,"url":"https://github.com/xyproto/supernice","last_synced_at":"2026-05-04T19:39:49.678Z","repository":{"id":180213428,"uuid":"664787664","full_name":"xyproto/supernice","owner":"xyproto","description":"Set the I/O-scheduling class, priority and niceness to relaxed values when launching a process","archived":false,"fork":false,"pushed_at":"2023-07-10T21:13:49.000Z","size":37,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-04T15:13:49.734Z","etag":null,"topics":["ionice","linux","nice","processes","system","utility"],"latest_commit_sha":null,"homepage":"","language":"C","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/xyproto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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-07-10T18:44:54.000Z","updated_at":"2023-07-10T19:44:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"7789d97c-05f4-4161-bb8a-b92a2637be18","html_url":"https://github.com/xyproto/supernice","commit_stats":{"total_commits":12,"total_committers":2,"mean_commits":6.0,"dds":"0.41666666666666663","last_synced_commit":"1d0951d9e44a6570c5c1b56b1f8b65c53efccc8e"},"previous_names":["xyproto/supernice"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/xyproto/supernice","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xyproto%2Fsupernice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xyproto%2Fsupernice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xyproto%2Fsupernice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xyproto%2Fsupernice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xyproto","download_url":"https://codeload.github.com/xyproto/supernice/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xyproto%2Fsupernice/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32622724,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"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":["ionice","linux","nice","processes","system","utility"],"created_at":"2024-10-01T15:23:24.472Z","updated_at":"2026-05-04T19:39:49.644Z","avatar_url":"https://github.com/xyproto.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Supernice\n\nSet the I/O-scheduling class, priority and niceness to relaxed values when launching a process.\n\nThis was originally a fork of `ionice` from `util-linux`.\n\nRunning `supernice` is the equivalent of running both `ionice -c3` and `nice -n20`.\n\nThis can be useful to prevent processes from hogging the CPU and the I/O capabilities of a system, with a command that is extremely easy to remember.\n\nIf you have ever watched the mouse cursor freeze when compiling a large project, this utility is for you.\n\n\n## Example use\n\n    supernice make\n\n\n## Requirements\n\n* Linux\n* `make`\n* A working C compiler, like `gcc`\n\n\n## Installation\n\nBuild\n\n    make\n\nInstall (use `sudo`, `doas` or run as root):\n    \n    sudo make install\n\n\n## License\n\nThe original source code of `ionice` is dual-licenced under either GPL2:\n\n```\nCopyright (C) 2004 Jens Axboe \u003cjens@axboe.dk\u003e\nReleased under the terms of the GNU General Public License version 2\n```\n\nOr under `No copyright is claimed. This code is in the public domain; do with it what you wish`:\n\n```\nCopyright (C) 2010 Karel Zak \u003ckzak@redhat.com\u003e\nCopyright (C) 2010 Davidlohr Bueso \u003cdave@gnu.org\u003e\nNo copyright is claimed. This code is in the public domain; do with it what you wish.\n```\n\nI wish to relicense all code under these terms as GPL2.\n\nThe changes made in 2021 and beyond are:\n\n```\nCopyright (C) 2021-2023 Alexander F. Rødseth \u003cxyproto@archlinux.org\u003e\nReleased under the terms of the GNU General Public License version 2\n```\n\nThe entire code of `supernice` is released under GPL2.\n\nThe full license text is in the `COPYING` file.\n\n\n## General info\n\n* Version: 1.0.0\n* License: GPL2\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxyproto%2Fsupernice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxyproto%2Fsupernice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxyproto%2Fsupernice/lists"}