Download List

Projeto Descrição

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 they eat
too much CPU. It does not act on the nice value or
other scheduling priority details, but on the real
CPU usage. Also, it is able to adapt itself to the
overall system load, dynamically and quickly.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-02-21 10:02
1.5

Esta versão atualiza a documentação. Ele também inclui uma actualização para o Makefile que tenta usar o compilador de padrão do sistema, em vez de codificar um compilador específico.
Tags: documentation update
This release updates the documentation. It also includes an update to the Makefile which attempts to use the system's default compiler, rather than hardcode a specific compiler.

2011-08-14 02:53
1.4

CPULimit agora pode lidar com limitação de uso da CPU em sistemas multi-core, dando ao usuário a opção de definir limites acima de 100%. Verificação de erros está agora no lugar para evitar erros de memória se CPULimit não consegue ler o sistema de arquivos proc.
Tags: minor bug fixes
CPUlimit can now handle limiting CPU usage on multi-core systems, giving the user the option to set limits above 100%. Error checking is now in place to avoid memory errors if CPUlimit cannot read the proc file system.

2011-05-12 23:48
1.3

Esta versão traz cpulimit-se atualizado com patches e correções de bugs de várias distribuições. O programa agora sai quando é alvo de um PID específicos e que o processo não existe mais. Uma página de manual (cpulimit homem) foi adicionado, juntamente com um arquivo de licença formal.
Tags: Bug Fix
This version brings CPUlimit up to date with patches and bug fixes from various distributions. The program now exits when it's targeting a specific PID and that process no longer exists. A manual page (man cpulimit) was added, along with a formal license file.

2007-01-08 07:02
1.1

Tags: Initial freshmeat announcement

Project Resources