CyclicTest

Differences between revisions 2 and 3
Revision 2 as of 2012-11-20 18:17:06
Size: 355
Editor: h-161-160
Comment:
Revision 3 as of 2012-12-09 21:26:19
Size: 371
Editor: h-161-160
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
sudo apt-get install libnuma-dev sudo apt-get install build-essential libnuma-dev

Setting up Cyclic Test

Get build dependency

sudo apt-get install build-essential libnuma-dev

Get source

git clone git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/rt-tests.git
cd rt-tests
make all
cp ./cyclictest /usr/bin/

Perform a test with prio 80 for 60 sec

sudo cyclictest -p80 -n -D 60

UbuntuStudio/CyclicTest (last edited 2012-12-09 21:26:19 by h-161-160)