Skip to content

Commit 7f0020f

Browse files
Update px/tcp_drops and px/tcp_retransmits to bpftrace/ (#280)
* update docs for tcp_drops and tcp_retransmits Signed-off-by: Benjamin Kilimnik <bkilimnik@pixielabs.ai> * Update content/en/04-tutorials/01-pixie-101/01-network-monitoring.md Co-authored-by: Dom Del Nano <ddelnano@gmail.com> Signed-off-by: Ben Kilimnik <47846691+benkilimnik@users.noreply.github.com> --------- Signed-off-by: Benjamin Kilimnik <bkilimnik@pixielabs.ai> Signed-off-by: Ben Kilimnik <47846691+benkilimnik@users.noreply.github.com> Co-authored-by: Dom Del Nano <ddelnano@gmail.com>
1 parent f2eae7a commit 7f0020f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

content/en/04-tutorials/01-pixie-101/01-network-monitoring.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,9 @@ to sort the column data.
133133

134134
TCP drops and retransmits can indicate network connectivity issues that may affect application performance.
135135

136-
Let's use the `px/tcp_drops`script to see a global view of TCP drops across the cluster.
136+
Let's use the `bpftrace/tcp_drops`script to see a global view of TCP drops across the cluster.
137137

138-
1. Select `px/tcp_drops` from the script drop-down menu.
138+
1. Select `bpftrace/tcp_drops` from the script drop-down menu.
139139

140140
<Alert variant="outlined" severity="info">
141141
This script is a PxL mutation script. While the previous scripts query the Pixie platform for data, this script extends Pixie to collect new data. Mutation scripts must be run manually; they do not automatically run when they are first opened.
@@ -162,4 +162,4 @@ for a different view of the graph.
162162
This tutorial demonstrated three of Pixie's [community scripts](https://github.com/pixie-io/pixie/tree/main/src/pxl_scripts). For more insight into your network, check out the following scripts:
163163

164164
- [`px/dns_data`](https://work.withpixie.ai/script/dns_data) shows the most recent DNS requests in your cluster, including the full request and response bodies.
165-
- [`px/tcp_retransmits`](https://work.withpixie.ai/script/tcp_retransmits) graphs the TCP retransmission counts across your cluster. Don't forget to click the RUN button.
165+
- [`bpftrace/tcp_retransmits`](https://work.withpixie.ai/script/bpftrace/tcp_retransmits) graphs the TCP retransmission counts across your cluster. Don't forget to click the RUN button.

content/en/04-tutorials/04-custom-data/01-distributed-bpftrace-deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ In this demo, we'll deploy Dale Hamel's bpftrace [TCP retransmit tool](https://g
5454

5555
### Running the PxL Script in the Live UI
5656

57-
We've incorporated this trace into a PxL script called [`px/tcp_retransmits`](https://github.com/pixie-io/pixie/tree/main/src/pxl_scripts/px/tcp_retransmits). To run this script:
57+
We've incorporated this trace into a PxL script called [`bpftrace/tcp_retransmits`](https://github.com/pixie-io/pixie/tree/main/src/pxl_scripts/bpftrace/tcp_retransmits). To run this script:
5858

5959
- Open up Pixie's [Live View](https://work.withpixie.ai) and select your cluster.
60-
- Select the `px/tcp_retransmits` script using the drop down `script` menu or with Pixie Command. Pixie Command can be opened with the `ctrl/cmd+k` keyboard shortcut.
60+
- Select the `bpftrace/tcp_retransmits` script using the drop down `script` menu or with Pixie Command. Pixie Command can be opened with the `ctrl/cmd+k` keyboard shortcut.
6161
- Run the script using the Run button in the top right, or with the `ctrl/cmd+enter` keyboard shortcut.
6262

6363
Once the probe is deployed to all the nodes in the cluster, the probes will begin to push out data into tables. The PxL script queries this data and the Vis Spec defines how this data will be displayed.

0 commit comments

Comments
 (0)