From 2a1b6891d90e1f71f26b0364505e7faf3eabb3d4 Mon Sep 17 00:00:00 2001 From: Serguei Makarov Date: Mon, 8 Nov 2021 14:49:56 -0500 Subject: [PATCH] pre-release-4.6: regen examples index --- testsuite/systemtap.examples/index.html | 2 +- testsuite/systemtap.examples/index.txt | 2 +- .../systemtap.examples/keyword-index.html | 7 +++++-- .../systemtap.examples/keyword-index.txt | 16 +++++++++++++++- testsuite/systemtap.examples/metadatabase.db | Bin 194560 -> 194560 bytes 5 files changed, 22 insertions(+), 5 deletions(-) diff --git a/testsuite/systemtap.examples/index.html b/testsuite/systemtap.examples/index.html index 385649a3b..bde84df7b 100644 --- a/testsuite/systemtap.examples/index.html +++ b/testsuite/systemtap.examples/index.html @@ -146,7 +146,7 @@ keywords: STATISTICS SOCKET SYSCALL

Prints the life cycle of all sockets associated with a process. This includes bytes and timing. The timing information that is tracked includes event completion relative to the start of said event and the end of the previous event. Currently tracks read, write, recv, send, connect and close.

# stap socket-events.stp

  • general/stopwatches.stp - See the amount of wall clock time a process spends in various states
    -keywords: TIME
    +keywords: TIME BPF

    The stopwatch.stp script illustrates how to use multiple stopwatches record how much wallclock time a process spends in kernel- and user-space. On exit the script prints out the time in seconds, milliseconds, microseconds, and nanoseconds. Note that this output of this script is not directly comparable to the time command because time records the time that the process is actually active in kernel- and user-space.

    # stap stopwatches.stp -T 1

  • general/tcl-funtop.stp - Profile Tcl calls
    keywords: PROFILING
    diff --git a/testsuite/systemtap.examples/index.txt b/testsuite/systemtap.examples/index.txt index 558c63c1a..b7a572fbf 100644 --- a/testsuite/systemtap.examples/index.txt +++ b/testsuite/systemtap.examples/index.txt @@ -322,7 +322,7 @@ keywords: socket syscall general/stopwatches.stp - See the amount of wall clock time a process spends in various states -keywords: time +keywords: time bpf The stopwatch.stp script illustrates how to use multiple stopwatches record how much wallclock time a process spends in kernel- and diff --git a/testsuite/systemtap.examples/keyword-index.html b/testsuite/systemtap.examples/keyword-index.html index 9f59fbbbf..fbc2bafd9 100644 --- a/testsuite/systemtap.examples/keyword-index.html +++ b/testsuite/systemtap.examples/keyword-index.html @@ -39,7 +39,7 @@

    For systemtap version 4.6.

    Examples by Keyword

    -

    _BEST(17) APPLICATION(2) BACKTRACE(8) BPF(10) CALLGRAPH(4) CONTAINER(1) DIAGRAM(1) DISK(5) DYNINST(1) FILE(2) FILESYSTEM(4) FLOATINGPOINT(1) FORMAT(2) FUNCTION(4) FUTEX(2) GURU(22) INTERACTIVE(2) INTERRUPT(3) IO(31) JSON(2) KVM(3) LIMITS(3) LOCKING(6) MEMORY(20) MONITORING(9) NANOSLEEP(1) NETWORK(21) NFS(5) NUMA(1) PACKETS(1) PROCESS(27) PROFILING(24) PROMETHEUS(6) QEMU(2) REGEX(1) RETRANSMISSION(1) SCHEDULER(9) SCSI(1) SECURITY(16) SIGNALS(5) SIMPLE(11) SOCKET(8) SPECULATION(1) STAPGAMES(5) STATISTICS(10) SYSCALL(19) TCP(4) THREAD(2) TIME(4) TRACE(11) TRACEPOINT(8) TRAFFIC(8) TTY(1) VIRTUALIZATION(3) WATCHDOG(1) WATCHPOINT(2)

    +

    _BEST(17) APPLICATION(2) BACKTRACE(8) BPF(11) CALLGRAPH(4) CONTAINER(1) DIAGRAM(1) DISK(5) DYNINST(1) FILE(2) FILESYSTEM(4) FLOATINGPOINT(1) FORMAT(2) FUNCTION(4) FUTEX(2) GURU(22) INTERACTIVE(2) INTERRUPT(3) IO(31) JSON(2) KVM(3) LIMITS(3) LOCKING(6) MEMORY(20) MONITORING(9) NANOSLEEP(1) NETWORK(21) NFS(5) NUMA(1) PACKETS(1) PROCESS(27) PROFILING(24) PROMETHEUS(6) QEMU(2) REGEX(1) RETRANSMISSION(1) SCHEDULER(9) SCSI(1) SECURITY(16) SIGNALS(5) SIMPLE(11) SOCKET(8) SPECULATION(1) STAPGAMES(5) STATISTICS(10) SYSCALL(19) TCP(4) THREAD(2) TIME(4) TRACE(11) TRACEPOINT(8) TRAFFIC(8) TTY(1) VIRTUALIZATION(3) WATCHDOG(1) WATCHPOINT(2)

    _BEST