cpulimit 3.0-1 source package in Ubuntu

Changelog

cpulimit (3.0-1) unstable; urgency=medium

  * Import upstream version 3.0.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.2.
  * Use HTTPS for upstream homepage URL.

 -- gregor herrmann <email address hidden>  Sat, 15 Jul 2023 17:19:24 +0200

Upload details

Uploaded by:
gregor herrmann
Uploaded to:
Sid
Original maintainer:
gregor herrmann
Architectures:
any
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe admin
Mantic release universe admin

Downloads

File Size SHA-256 Checksum
cpulimit_3.0-1.dsc 2.1 KiB 5265fefb192950cd276917a7aec6616371f5705cff9b4900b567f60179e95e11
cpulimit_3.0.orig.tar.gz 24.9 KiB ad2f415eb2bbda3e83a8a2d918ef5e90f52ebcc6fee61e94bf917b3e84ebb49c
cpulimit_3.0-1.debian.tar.xz 4.9 KiB 162cddc1c0dc4405d829c5af5e1fec407c739233368c7ec3c7c81cabde32b0b8

Available diffs

No changes file available.

Binary packages built by this source

cpulimit: tool for limiting the CPU usage of a process

 cpulimit is a simple program that attempts to limit the CPU usage of a
 process (expressed in percentage, not in CPU time). This is useful to
 control batch jobs, when you don't want them to eat too much CPU. It does
 not act on the nice value or other priority stuff, but on the real CPU
 usage. Besides it is able to adapt itself to the overall system load,
 dynamically and quickly.

cpulimit-dbgsym: debug symbols for cpulimit