Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/docs/debugging/debugging_without_cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,12 +233,12 @@ Collects comprehensive system information for troubleshooting:

```bash
# Collect all system information
/opt/fboss/bin/showtech --details all
/opt/fboss/bin/rma-showtech --details all

# Collect specific information (fboss, logs, sensors, etc.)
/opt/fboss/bin/showtech --details fboss
/opt/fboss/bin/showtech --details logs
/opt/fboss/bin/showtech --details sensor
/opt/fboss/bin/rma-showtech --details fboss
/opt/fboss/bin/rma-showtech --details logs
/opt/fboss/bin/rma-showtech --details sensor

# Available options: all, fan, fanspinner, fboss, fwutil, gpio, host, i2c,
# i2cdump, logs, lspci, nvme, pem, port, powergood, psu, sensor, weutil
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
exec /usr/local/lib/fboss_cmd_find.sh rma-showtech "$@"

This file was deleted.

2 changes: 1 addition & 1 deletion fboss/oss/scripts/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"rackmon",
"sensor_service",
"sensor_service_client",
"showtech",
"rma-showtech",
"weutil",
]

Expand Down
Loading