1 RTLA: Real-Time Linux Analysis tools 2 3 The rtla meta-tool includes a set of commands 4 the real-time properties of Linux. Instead of 5 rtla leverages kernel tracing capabilities to 6 about the properties and root causes of unexpe 7 8 Installing RTLA 9 10 RTLA depends on the following libraries and to 11 12 - libtracefs 13 - libtraceevent 14 15 It also depends on python3-docutils to compile 16 17 For development, we suggest the following step 18 19 $ git clone git://git.kernel.org/pub/scm/lib 20 $ cd libtraceevent/ 21 $ make 22 $ sudo make install 23 $ cd .. 24 $ git clone git://git.kernel.org/pub/scm/lib 25 $ cd libtracefs/ 26 $ make 27 $ sudo make install 28 $ cd .. 29 $ cd $rtla_src 30 $ make 31 $ sudo make install 32 33 For further information, please refer to the r
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.