How can i increase cpu utilization on a aix unix p5 server

aixcentral-processing-unitperformanceunixutilization

i need to make cpu utilization increase to about 90%

Best Answer

IBM developer works has stress tools availble for download if you have an account. You could also try out Stress an open source tool for stressing your system.

stress is a tool which imposes a configurable amount of CPU, memory, I/O, or disk stress on a POSIX-compliant operating system. It is written in highly-portable ANSI C, and uses the GNU Autotools to compile on a great number of UNIX-like operating systems.

Related Topic