]> sourceware.org Git - systemtap.git/commitdiff
correct filename in syscallsrw.stp description
authorSagar Patel <sapatel@redhat.com>
Tue, 12 Nov 2019 19:22:52 +0000 (14:22 -0500)
committerSagar Patel <sapatel@redhat.com>
Tue, 12 Nov 2019 19:22:52 +0000 (14:22 -0500)
testsuite/systemtap.examples/index.html
testsuite/systemtap.examples/index.txt
testsuite/systemtap.examples/keyword-index.html
testsuite/systemtap.examples/keyword-index.txt
testsuite/systemtap.examples/metadatabase.db
testsuite/systemtap.examples/profiling/syscallsrw.meta

index 519ecad5bab175ac2330f3dce9dc5281ca68c94b..18758a64acc510f4249fb201b06344db1a178ced 100644 (file)
@@ -558,7 +558,7 @@ keywords: <a href="keyword-index.html#PROMETHEUS">PROMETHEUS</a> <a href="keywor
 <p>The syscallsbypid.stp script tallies each syscall for each running process.  This information can be useful to determine the activity of various processes on the system.  The script makes the information available via procfs in Prometheus readable format.  When a process exits its data will be eliminated from the prometheus output.  To avoid exceeding the storage limitations of SystemTap older entries maybe overwritten by newer entries.  This can lead to some active process syscall counts disappearing and/or later reappearing with a lower value.  Also note that the script does not properly name syscalls for 32-bit applications running on 64-bit machines.</p><p><font size="-2"><pre># stap syscallsbypid.stp -T 1</pre></font></p>
 </li><li><a name="profiling/syscallsrw.stp"></a><a href="#profiling/syscallsrw.stp">&para;</a> <a href="profiling/syscallsrw.stp">profiling/syscallsrw.stp</a> - Provide a tally of read and write syscalls run on the system <br>
 keywords: <a href="keyword-index.html#PROMETHEUS">PROMETHEUS</a> <a href="keyword-index.html#SYSCALL">SYSCALL</a> <a href="keyword-index.html#BPF">BPF</a> <br>
-<p>The syscall_read_write.stp script tallies the read and write syscalls. This is a demo script for stapbpf prometheus-exporter scripts.</p></p>
+<p>The syscallsrw.stp script tallies the read and write syscalls. This is a demo script for stapbpf prometheus-exporter scripts.</p></p>
 </li><li><a name="profiling/thread-times.stp"></a><a href="#profiling/thread-times.stp">&para;</a> <a href="profiling/thread-times.stp">profiling/thread-times.stp</a> - Profile Kernel Functions<br>
 keywords: <a href="keyword-index.html#_BEST">_BEST</a> <a href="keyword-index.html#PROFILING">PROFILING</a> <br>
 <p>The thread-times.stp script sets up time-based sampling.  Every five seconds it prints out a sorted list with the top twenty threads occupying the CPUs, broken down as a percentage of user and kernel time.</p><p><i><a href="profiling/thread-times.txt">sample usage in profiling/thread-times.txt</i></font></p>
index 2fce73727f3fa3a80f8010281ca0440c2430b0d4..dbdc3e35a2897d6df39d650c13fe92cde4c4e58c 100644 (file)
@@ -1882,9 +1882,8 @@ keywords: prometheus process syscall tracepoint
 profiling/syscallsrw.stp - Provide a tally of read and write syscalls run on the system 
 keywords: prometheus syscall bpf
 
-  The syscall_read_write.stp script tallies the read and write
-  syscalls. This is a demo script for stapbpf prometheus-exporter
-  scripts.
+  The syscallsrw.stp script tallies the read and write syscalls. This
+  is a demo script for stapbpf prometheus-exporter scripts.
 
 
 profiling/thread-times.stp - Profile Kernel Functions
index 5585753b11bdd03577b8fa01408972bacb2cbaab..3ce072ca2d5aacaf0e9a07d168d58ad6bc352b01 100644 (file)
@@ -159,7 +159,7 @@ keywords: <a href="keyword-index.html#NETWORK">NETWORK</a> <a href="keyword-inde
 <p>The sk_stream-wait_memory.stp prints a time stamp, executable, and pid each time a process blocks due to the send buffer being full. A similar entry is printed each time a process continues because there is room in the buffer.</p><p><font size="-2"><pre># stap sk_stream_wait_memory.stp -T 1</pre></font></p>
 </li><li><a href="profiling/syscallsrw.stp">profiling/syscallsrw.stp</a> - Provide a tally of read and write syscalls run on the system <br>
 keywords: <a href="keyword-index.html#PROMETHEUS">PROMETHEUS</a> <a href="keyword-index.html#SYSCALL">SYSCALL</a> <a href="keyword-index.html#BPF">BPF</a> <br>
-<p>The syscall_read_write.stp script tallies the read and write syscalls. This is a demo script for stapbpf prometheus-exporter scripts.</p></p>
+<p>The syscallsrw.stp script tallies the read and write syscalls. This is a demo script for stapbpf prometheus-exporter scripts.</p></p>
 </li></ul>
 <h3><a name="CALLGRAPH"><a href="#CALLGRAPH">&para;</a> CALLGRAPH</a></h3>
 <ul>
@@ -875,7 +875,7 @@ keywords: <a href="keyword-index.html#PROMETHEUS">PROMETHEUS</a> <a href="keywor
 <p>The syscallsbypid.stp script tallies each syscall for each running process.  This information can be useful to determine the activity of various processes on the system.  The script makes the information available via procfs in Prometheus readable format.  When a process exits its data will be eliminated from the prometheus output.  To avoid exceeding the storage limitations of SystemTap older entries maybe overwritten by newer entries.  This can lead to some active process syscall counts disappearing and/or later reappearing with a lower value.  Also note that the script does not properly name syscalls for 32-bit applications running on 64-bit machines.</p><p><font size="-2"><pre># stap syscallsbypid.stp -T 1</pre></font></p>
 </li><li><a href="profiling/syscallsrw.stp">profiling/syscallsrw.stp</a> - Provide a tally of read and write syscalls run on the system <br>
 keywords: <a href="keyword-index.html#PROMETHEUS">PROMETHEUS</a> <a href="keyword-index.html#SYSCALL">SYSCALL</a> <a href="keyword-index.html#BPF">BPF</a> <br>
-<p>The syscall_read_write.stp script tallies the read and write syscalls. This is a demo script for stapbpf prometheus-exporter scripts.</p></p>
+<p>The syscallsrw.stp script tallies the read and write syscalls. This is a demo script for stapbpf prometheus-exporter scripts.</p></p>
 </li></ul>
 <h3><a name="QEMU"><a href="#QEMU">&para;</a> QEMU</a></h3>
 <ul>
@@ -1167,7 +1167,7 @@ keywords: <a href="keyword-index.html#PROMETHEUS">PROMETHEUS</a> <a href="keywor
 <p>The syscallsbypid.stp script tallies each syscall for each running process.  This information can be useful to determine the activity of various processes on the system.  The script makes the information available via procfs in Prometheus readable format.  When a process exits its data will be eliminated from the prometheus output.  To avoid exceeding the storage limitations of SystemTap older entries maybe overwritten by newer entries.  This can lead to some active process syscall counts disappearing and/or later reappearing with a lower value.  Also note that the script does not properly name syscalls for 32-bit applications running on 64-bit machines.</p><p><font size="-2"><pre># stap syscallsbypid.stp -T 1</pre></font></p>
 </li><li><a href="profiling/syscallsrw.stp">profiling/syscallsrw.stp</a> - Provide a tally of read and write syscalls run on the system <br>
 keywords: <a href="keyword-index.html#PROMETHEUS">PROMETHEUS</a> <a href="keyword-index.html#SYSCALL">SYSCALL</a> <a href="keyword-index.html#BPF">BPF</a> <br>
-<p>The syscall_read_write.stp script tallies the read and write syscalls. This is a demo script for stapbpf prometheus-exporter scripts.</p></p>
+<p>The syscallsrw.stp script tallies the read and write syscalls. This is a demo script for stapbpf prometheus-exporter scripts.</p></p>
 </li><li><a href="profiling/ucalls.stp">profiling/ucalls.stp</a> - Profile method invocations in Java, Perl, Php, Python, Ruby, and Tcl scripts<br>
 keywords: <a href="keyword-index.html#PROFILING">PROFILING</a> <a href="keyword-index.html#SYSCALL">SYSCALL</a> <br>
 <p>The ucalls.stp script is modeled after the BCC ucalls script (https://github.com/iovisor/bcc/blob/master/tools/lib/ucalls.py) by Sasha Goldshtein. The ucalls.stp script monitors the process indicated by the -x or -c option.  When the scripts exits it prints out information about the number of times that each method is invoked for code written in Java, Perl, Php, Python, Ruby, and Tcl.  Include the word &quot;syscalls&quot; on the command line to count syscalls invoked by the process.  If you want latency information, include &quot;latency&quot; on the command line. Note that the latency option does not work for recursive functions</p><p><font size="-2"><pre># stap ucalls.stp syscalls latency -c &quot;python -c &#39;print(\&quot;hello world\&quot;)&#39; \
index 0ffbfe78119bade4642596b912e2438c7345ff02..38214f281a02342736acf205188e77b1df12546c 100644 (file)
@@ -426,9 +426,8 @@ keywords: network tcp process bpf
 profiling/syscallsrw.stp - Provide a tally of read and write syscalls run on the system 
 keywords: prometheus syscall bpf
 
-  The syscall_read_write.stp script tallies the read and write
-  syscalls. This is a demo script for stapbpf prometheus-exporter
-  scripts.
+  The syscallsrw.stp script tallies the read and write syscalls. This
+  is a demo script for stapbpf prometheus-exporter scripts.
 
 
 = CALLGRAPH =
@@ -2861,9 +2860,8 @@ keywords: prometheus process syscall tracepoint
 profiling/syscallsrw.stp - Provide a tally of read and write syscalls run on the system 
 keywords: prometheus syscall bpf
 
-  The syscall_read_write.stp script tallies the read and write
-  syscalls. This is a demo script for stapbpf prometheus-exporter
-  scripts.
+  The syscallsrw.stp script tallies the read and write syscalls. This
+  is a demo script for stapbpf prometheus-exporter scripts.
 
 
 = QEMU =
@@ -3766,9 +3764,8 @@ keywords: prometheus process syscall tracepoint
 profiling/syscallsrw.stp - Provide a tally of read and write syscalls run on the system 
 keywords: prometheus syscall bpf
 
-  The syscall_read_write.stp script tallies the read and write
-  syscalls. This is a demo script for stapbpf prometheus-exporter
-  scripts.
+  The syscallsrw.stp script tallies the read and write syscalls. This
+  is a demo script for stapbpf prometheus-exporter scripts.
 
 
 profiling/ucalls.stp - Profile method invocations in Java, Perl, Php, Python, Ruby, and Tcl scripts
index d3cccaa4f55f93385a2c590843ce494086c002ef..ea5a6573ee0cd3f72baa33a0f2ee61aa074bb0ad 100644 (file)
Binary files a/testsuite/systemtap.examples/metadatabase.db and b/testsuite/systemtap.examples/metadatabase.db differ
index 64fd74a99b8cacec1742dfaeaf51c1069b040f55..7727ce81f7163f4780c777f4afbe20c6bd07a72a 100644 (file)
@@ -8,6 +8,6 @@ status: experimental
 exit: user-controlled
 output: proc
 scope: system-wide
-description: The syscall_read_write.stp script tallies the read and write syscalls. This is a demo script for stapbpf prometheus-exporter scripts.
+description: The syscallsrw.stp script tallies the read and write syscalls. This is a demo script for stapbpf prometheus-exporter scripts.
 test_check_bpf: stap --bpf -p4 syscallsrw.stp
 test_installcheck_bpf: stap --bpf syscallsrw.stp -T 1
This page took 0.039354 seconds and 5 git commands to generate.