move examples
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 23 Jan 2009 22:19:41 +0000 (22:19 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 23 Jan 2009 22:19:41 +0000 (22:19 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@3293 04897980-b3bd-0310-b5e0-8ef037075253

trunk/lttv/LTTngManual.html
trunk/lttv/doc/developer/LTTngUserExamples.html [new file with mode: 0644]

index 31c6bbae40e2c320d64f7633e12eb931e08b2ce6..6689fec68006436ea80e8701643ea8c3c1364d5b 100644 (file)
@@ -573,48 +573,5 @@ Then, follow the section "Editing the system wide configuration" in section 2.
 
 <hr />
 
-<h2><a href="#TOCsection5" name="section5">Examples of LTTng use in the field</a></h2>
-<p>
-A few examples of successful LTTng users :
-
-<ul>
-<li> Google are deploying LTTng on their servers. They want to use it to
-  monitor their production servers (with flight recorder mode tracing)
-  and to help them solve hard to reproduce problems. They have had
-  success with such tracing approach to fix "rare disk delay" issues and
-  VM-related issues presented in this article :
-<ul>
-  <li> <a href="http://ltt.polymtl.ca/papers/bligh-Reprint.pdf">Linux Kernel
-Debugging on Google-sized clusters at Ottawa Linux
-    Symposium 2007</a>
-</ul>
-<li> IBM Research have had problems with Commercial Scale-out applications,
-  which are being an increasing trend to split large server workloads.
-  They used LTTng successfully to solve a distributed filesystem-related
-  issue. It's presented in the same paper above.
-
-<li> Autodesk, in the development of their next-generation of Linux
-  audio/video edition applications, used LTTng extensively to solve
-  soft real-time issues they had. Also presented in the same paper.
-
-<li> Wind River included LTTng in their Linux distribution so their
-  clients, already familiar to Wind River own tracing solution in
-  VxWorks, car have the same kind of feature they have relied on for a
-  long time.
-
-<li> Montavista have integrated LTTng in their distribution for the same
-  reasons. It's used by Sony amongst others.
-
-<li> SuSE are currently integrating LTTng in their next SLES distribution,
-  because their clients asking for solutions which supports a kernel
-  closer to real-time need such tools to debug their problems.
-
-<li> A project between Ericsson, the Canadian Defense, NSERC and various
-  universities is just starting. It aims at monitoring and debugging
-  multi-core systems and provide automated and help user system behavior
-  analysis.
-
-<li> Siemens have been using LTTng internally for quite some time now.
-</ul>
   </body>
 </html>
diff --git a/trunk/lttv/doc/developer/LTTngUserExamples.html b/trunk/lttv/doc/developer/LTTngUserExamples.html
new file mode 100644 (file)
index 0000000..55a93a2
--- /dev/null
@@ -0,0 +1,51 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+  <title>Linux Trace Toolkit Next User Examples</title>
+</head>
+  <body>
+<h1>Examples of LTTng use in the field</h1>
+<p>
+A few examples of successful LTTng users :
+
+<ul>
+<li> Google are deploying LTTng on their servers. They want to use it to
+  monitor their production servers (with flight recorder mode tracing)
+  and to help them solve hard to reproduce problems. They have had
+  success with such tracing approach to fix "rare disk delay" issues and
+  VM-related issues presented in this article :
+<ul>
+  <li> <a href="http://ltt.polymtl.ca/papers/bligh-Reprint.pdf">Linux Kernel
+Debugging on Google-sized clusters at Ottawa Linux
+    Symposium 2007</a>
+</ul>
+<li> IBM Research have had problems with Commercial Scale-out applications,
+  which are being an increasing trend to split large server workloads.
+  They used LTTng successfully to solve a distributed filesystem-related
+  issue. It's presented in the same paper above.
+
+<li> Autodesk, in the development of their next-generation of Linux
+  audio/video edition applications, used LTTng extensively to solve
+  soft real-time issues they had. Also presented in the same paper.
+
+<li> Wind River included LTTng in their Linux distribution so their
+  clients, already familiar to Wind River own tracing solution in
+  VxWorks, car have the same kind of feature they have relied on for a
+  long time.
+
+<li> Montavista have integrated LTTng in their distribution for the same
+  reasons. It's used by Sony amongst others.
+
+<li> SuSE are currently integrating LTTng in their next SLES distribution,
+  because their clients asking for solutions which supports a kernel
+  closer to real-time need such tools to debug their problems.
+
+<li> A project between Ericsson, the Canadian Defense, NSERC and various
+  universities is just starting. It aims at monitoring and debugging
+  multi-core systems and provide automated and help user system behavior
+  analysis.
+
+<li> Siemens have been using LTTng internally for quite some time now.
+</ul>
+</body>
+</html>
This page took 0.025623 seconds and 4 git commands to generate.