CyclicTest

Differences between revisions 1 and 2
Revision 1 as of 2012-11-20 18:16:33
Size: 329
Editor: h-161-160
Comment:
Revision 2 as of 2012-11-20 18:17:06
Size: 355
Editor: h-161-160
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Setting up Cyclic Test === Setting up Cyclic Test ===
Line 3: Line 3:
Get build dependency '''Get build dependency'''
Line 8: Line 8:
Get source '''Get source'''
Line 16: Line 16:
Perform a test with prio 80 for 60 sec '''Perform a test with prio 80 for 60 sec'''

Setting up Cyclic Test

Get build dependency

sudo apt-get install 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)