https://github.com/suse/cpuset
Originally exported from code.google.com/p/cpuset, then maintained at github.com/lpechacek/cpuset, then migrated the repo here SUSE/cpuset
https://github.com/suse/cpuset
Last synced: 5 months ago
JSON representation
Originally exported from code.google.com/p/cpuset, then maintained at github.com/lpechacek/cpuset, then migrated the repo here SUSE/cpuset
- Host: GitHub
- URL: https://github.com/suse/cpuset
- Owner: SUSE
- License: gpl-2.0
- Created: 2015-12-23T07:56:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-21T16:41:14.000Z (over 1 year ago)
- Last Synced: 2024-04-07T01:37:24.617Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 291 KB
- Stars: 107
- Watchers: 9
- Forks: 27
- Open Issues: 20
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
Cpuset is a Python application that forms a wrapper around the
standard Linux filesystem calls to make using the cpusets facilities
in the Linux kernel easier.For the latest version see:
https://github.com/SUSE/cpusetFor packages, see the OpenSUSE build service:
https://build.opensuse.org/package/show/hardware/cpuset
http://download.opensuse.org/repositories/hardware/Bugs or feature requests should be sent to:
https://github.com/SUSE/cpuset/issues
or for supported products, SUSE Bugzilla at:
https://bugzilla.suse.com-----
Copyright (C) 2008-2011 Novell Inc.
Copyright (C) 2023 SUSE LLCAuthor: Alex Tsariounov
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as
published by the Free Software Foundation.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA