summaryrefslogtreecommitdiffstats
path: root/doc/SystemTap_Beginners_Guide
diff options
context:
space:
mode:
authorddomingo <ddomingo@redhat.com>2008-12-04 13:31:46 +1000
committerddomingo <ddomingo@redhat.com>2008-12-04 13:31:46 +1000
commit4df910b8d9b1aa0a79db34189f5233b1507ebc4b (patch)
tree951d8d1e8b3d1b29967d565e3d889e8b343c032a /doc/SystemTap_Beginners_Guide
parentc1f7a8464fa9054e6ee06e05451f555b5504dd71 (diff)
downloadsystemtap-steved-4df910b8d9b1aa0a79db34189f5233b1507ebc4b.tar.gz
systemtap-steved-4df910b8d9b1aa0a79db34189f5233b1507ebc4b.tar.xz
systemtap-steved-4df910b8d9b1aa0a79db34189f5233b1507ebc4b.zip
moving Network scripts ahead of Disk to shrink pages in html-en-US
Diffstat (limited to 'doc/SystemTap_Beginners_Guide')
-rw-r--r--doc/SystemTap_Beginners_Guide/en-US/Useful_SystemTap_Scripts.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/SystemTap_Beginners_Guide/en-US/Useful_SystemTap_Scripts.xml b/doc/SystemTap_Beginners_Guide/en-US/Useful_SystemTap_Scripts.xml
index 8e089af6..8b7fc741 100644
--- a/doc/SystemTap_Beginners_Guide/en-US/Useful_SystemTap_Scripts.xml
+++ b/doc/SystemTap_Beginners_Guide/en-US/Useful_SystemTap_Scripts.xml
@@ -36,8 +36,12 @@
<remark>case studies and more info on some scripts here - http://sourceware.org/systemtap/wiki/WarStories</remark>
<!-- <xi:include href="Useful_Scripts-Disk.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> -->
-<xi:include href="Useful_Scripts-futexes.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
+<section id="mainsect-network">
+ <title>Network</title>
+ <para>The following sections showcase scripts that trace network-related functions and build a profile of network activity.</para>
+ <xi:include href="Useful_Scripts-nettop.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="Useful_Scripts-sockettrace.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+</section>
<section id="mainsect-disk">
<title>Disk</title>
<para>The following sections showcase scripts that monitor disk and I/O activity.</para>
@@ -61,12 +65,8 @@
</section>
<!-- removed; handler function no longer working as expected
<xi:include href="Useful_Scripts-kernelprofiling.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> -->
-<section id="mainsect-network">
- <title>Network</title>
- <para>The following sections showcase scripts that trace network-related functions and build a profile of network activity.</para>
- <xi:include href="Useful_Scripts-nettop.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="Useful_Scripts-sockettrace.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</section>
+
+<xi:include href="Useful_Scripts-futexes.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<!-- <xi:include href="Useful_Scripts-Network.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="Useful_Scripts-Signals.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />