Skip to content

Commit 6d7300f

Browse files
authored
Remove duplicate script tcp_retransmits from px/ (pixie-io#1717)
Summary: Removes duplicate script `tcp_retransmits` from `pxl_scripts/px/`. Script already exists in `pxl_scripts/bpftrace`. ```sh $ join -j 1 <(find px/ -type f -exec md5sum {} + | sort) <(find bpftrace/ -type f -exec md5sum {} + | sort) | awk '{print $2, $3}' px/tcp_retransmits/manifest.yaml bpftrace/tcp_retransmits/manifest.yaml px/tcp_retransmits/vis.json bpftrace/tcp_retransmits/vis.json # Only difference between the version in `px` and `bpftrace` is a comment about the source, which is retained in this PR. $ diff px/tcp_retransmits/data.pxl bpftrace/tcp_retransmits/data.pxl /src/pxl_scripts/bpftrace/tcp_retransmits/data.pxl 102a103 > # Source is expected to be pod, while destination is expected to be a service. ``` Type of change: /kind cleanup Test Plan: Existing targets. Alternative: we could also symlink them if it is important to retain both. Signed-off-by: Benjamin Kilimnik <bkilimnik@pixielabs.ai>
1 parent e1ceb7e commit 6d7300f

3 files changed

Lines changed: 0 additions & 173 deletions

File tree

src/pxl_scripts/px/tcp_retransmits/data.pxl

Lines changed: 0 additions & 116 deletions
This file was deleted.

src/pxl_scripts/px/tcp_retransmits/manifest.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/pxl_scripts/px/tcp_retransmits/vis.json

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)