add nodejs_http_server.py to README list
authorBrendan Gregg <brendan.d.gregg@gmail.com>
Sun, 24 Jul 2016 20:42:47 +0000 (13:42 -0700)
committerBrendan Gregg <brendan.d.gregg@gmail.com>
Sun, 24 Jul 2016 20:42:47 +0000 (13:42 -0700)
README.md

index 068df3c..97815bc 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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/[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/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/[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.