This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/PROCESSOR-SDK-AM335X: Kernel stress test

Part Number: PROCESSOR-SDK-AM335X

Tool/software: Linux

How to stress test am335x kernel(4.9.41) ? Please explain the steps too.

How to give high CPU load and network load ?

  • Madhu,

    This is a generic linux question and there are many ways to achieve your goals.

    For CPU load testing, we include standard tools like stress, hackbench, and cpuburn in our SDK filesystems.

    iperf is the standard tool for generating network traffic and is also included. Since these are Linux standards, you can find a number of good guides and articles to show how to use them on the web.

    I hope this helps you.