Tag Archives: process

Managing your services and processes in Linux

Written by Mel Kham on . Posted in Linux tutorials

As an administrator it is essential that you correctly manage your services and processes which are running on your server, not only to maintain server integrity so that software doesn’t crash, but also to properly manage security. Ask yourself, if … Continue reading

Setup maximum cpu consumption by a process with cpulimit

Written by Mel Kham on . Posted in Linux tutorials

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 … Continue reading