From da8e1f93194ca8c8e781131c008e7e1a216514b6 Mon Sep 17 00:00:00 2001 From: John Kacur Date: Mon, 25 Nov 2013 15:54:27 +0100 Subject: [PATCH 01/15] docs: Remove stray Remove a stray without a paired . This was probably left over from an early edit. It doesn't cause any harm for html parsers that ignore it, but can cause complaints by tools that look for problems in xml. Signed-off-by: John Kacur Signed-off-by: Jiri Kastner Signed-off-by: John Kacur --- docs/oscilloscope+tuna.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/oscilloscope+tuna.html b/docs/oscilloscope+tuna.html index 9bba9ae43898..de3b4d7f7ae6 100644 --- a/docs/oscilloscope+tuna.html +++ b/docs/oscilloscope+tuna.html @@ -103,7 +103,7 @@ OSADL - The Open Source Automation Development Lab

By: Carsten Emde (Used by permission)

New versatile tools are helping us to manage real-time challenges under Linux (but you still can't tuna fish).

-

The "CyclictestoSCOPE" in action

+

The "CyclictestoSCOPE" in action

Do you wish you had a built-in oscilloscope that continuously displays the latency of your system? Here is one - thanks to Arnaldo Carvalho de Melo who not only wrote the oscilloscope but also the graphical process inspection and modification tool tuna that is part of the same tool package. In addition, these tools are not only very versatile tools that help us to manage real-time challenges - they also are excellent examples of the power and the beauty of the Python script language and its libraries.

However, before we can install and run these tools, we must learn a little bit about cyclictest and its command line arguments, since this is where oscilloscope gets its data from.

Cyclictest
-- 1.8.3.1