raycast / script-commands

Script Commands let you tailor Raycast to your needs. Think of them as little productivity boosts throughout your day.
https://raycast.com
MIT License
5.99k stars 887 forks source link

Add iPerf Speed Test to dashboards #926

Closed Samywamy10 closed 6 months ago

Samywamy10 commented 6 months ago

Description

This adds a new Dashboard-type script command which runs an iPerf network speed test to a nominated iPerf server. Useful for seeing how quickly file transfers are to something like a NAS (to test local network speed) or to a remote iPerf server (to test internet speed).

This is an inline output and tells you how fast the speed was (on average) in Mbits/sec as well as the time the test was ran.

Type of change

Screenshot

https://github.com/raycast/script-commands/assets/1314053/1dd367a9-b4ff-4a3f-8d0b-ecc6c47deea1

Dependencies / Requirements

  1. Install iPerf (brew install iperf)
  2. Add IP address of targeted iPerf server

Checklist