Files
alfred-preferences/Alfred.alfredpreferences/snippets/docker/以 Netshoot 執行 iperf 客戶端測試連線 5201 [EB8DFD8F-F75D-4F61-B9A8-9130A5C07237].json
2026-03-26 09:22:38 +08:00

8 lines
288 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"alfredsnippet" : {
"snippet" : "docker run -it --rm --privileged --net host nicolaka\/netshoot iperf -c {cursor} -p 5201",
"uid" : "EB8DFD8F-F75D-4F61-B9A8-9130A5C07237",
"name" : "以 Netshoot 執行 iperf 客戶端測試(連線 5201",
"keyword" : "iperf"
}
}