Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bcc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
bcc
Commits
6f2b589d
Commit
6f2b589d
authored
Jul 24, 2016
by
Brendan Gregg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add nodejs_http_server.py to README list
parent
b79df7b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
README.md
README.md
+1
-0
No files found.
README.md
View file @
6f2b589d
...
@@ -62,6 +62,7 @@ Examples:
...
@@ -62,6 +62,7 @@ Examples:
-
examples/tracing/
[
bitehist.py
](
examples/tracing/bitehist.py
)
: Block I/O size histogram.
[
Examples
](
examples/tracing/bitehist_example.txt
)
.
-
examples/tracing/
[
bitehist.py
](
examples/tracing/bitehist.py
)
: Block I/O size histogram.
[
Examples
](
examples/tracing/bitehist_example.txt
)
.
-
examples/tracing/
[
disksnoop.py
](
examples/tracing/disksnoop.py
)
: Trace block device I/O latency.
[
Examples
](
examples/tracing/disksnoop_example.txt
)
.
-
examples/tracing/
[
disksnoop.py
](
examples/tracing/disksnoop.py
)
: Trace block device I/O latency.
[
Examples
](
examples/tracing/disksnoop_example.txt
)
.
-
examples/
[
hello_world.py
](
examples/hello_world.py
)
: Prints "Hello, World!" for new processes.
-
examples/
[
hello_world.py
](
examples/hello_world.py
)
: Prints "Hello, World!" for new processes.
-
examples/tracing/
[
nodejs_http_server.py
](
examples/tracing/nodejs_http_server.py
)
: Trace Node.js HTTP server requests using USDT probes.
-
examples/tracing/
[
task_switch.py
](
examples/tracing/task_switch.py
)
: Count task switches with from and to PIDs.
-
examples/tracing/
[
task_switch.py
](
examples/tracing/task_switch.py
)
: Count task switches with from and to PIDs.
-
examples/tracing/
[
tcpv4connect.py
](
examples/tracing/tcpv4connect.py
)
: Trace TCP IPv4 active connections.
[
Examples
](
examples/tracing/tcpv4connect_example.txt
)
.
-
examples/tracing/
[
tcpv4connect.py
](
examples/tracing/tcpv4connect.py
)
: Trace TCP IPv4 active connections.
[
Examples
](
examples/tracing/tcpv4connect_example.txt
)
.
-
examples/tracing/
[
trace_fields.py
](
examples/tracing/trace_fields.py
)
: Simple example of printing fields from traced events.
-
examples/tracing/
[
trace_fields.py
](
examples/tracing/trace_fields.py
)
: Simple example of printing fields from traced events.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment