cpuload

Manual Reference Pages - CPULOAD (1)


NAME

cpuload - generates CPU load

CONTENTS

Synopsis
Description
Options
See Also
Copyright

SYNOPSIS

cpuload [-p] target-load-percentage

DESCRIPTION

Cpuload is a small tool that can be used to generate an adjustable amount of CPU load.

Please note that the actual amount of load generated will not exactly match the requested value. The difference between requested and actual measured value should be somewhere between 5-9%. When using value of 0 for the load percentage, a random CPU load will be generated. The load will be generated by alternating between very short periods of a running busy loop and idling with nanosleep.

OPTIONS

-p Raise the priority of cpuload. Only works when run as a root.

SEE ALSO

ioload(1), memload(1)

COPYRIGHT

Copyright (C) 2007,2008 Nokia Corporation.

This is free software. You may redistribute copies of it under the terms of the GNU General Public License v2 included with the software. There is NO WARRANTY, to the extent permitted by law.



Improve this page