Giter VIP home page Giter VIP logo

mcpulimit's Introduction

mcpulimit

cpulimit-like program for more than process.

Use case

I have a program with starts several child processes (GraphicsMagic), which each starts GhostScript subprocess, which eats cpu and together overheats my tiny laptop, which reboots.

Usage

mcpulimit [OPTIONS] [executable names]
    -l=50: the percent (between 1 and 100) to limit the processes CPU usage to
    -t=0: timeout (seconds) to exit after if there is no suitable target process (lazy mode)

The executable must be full paths if the executable is not found in PATH. mcpulimit sends SIGSTOP and SIGCONT signals to the processes, thus you need to have permission for this - but practically if mcpulimit runs as the same user as the processes to be limited, no problems araise.

Installation

go install github.com/tgulacsi/mcpulimit

Requirements

Go compiler and an operating system with /proc filesystem, and SIGSTOP and SIGCONT signals.

mcpulimit's People

Contributors

tgulacsi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.