https://github.com/zwimer/speedtest_ssh
A simple tool for a quick and easy speedtest between two machines using ssh
https://github.com/zwimer/speedtest_ssh
Last synced: 20 days ago
JSON representation
A simple tool for a quick and easy speedtest between two machines using ssh
- Host: GitHub
- URL: https://github.com/zwimer/speedtest_ssh
- Owner: zwimer
- License: gpl-3.0
- Created: 2023-11-22T07:44:45.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-28T15:08:48.000Z (7 months ago)
- Last Synced: 2024-10-28T17:25:40.096Z (7 months ago)
- Language: Python
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# speedtest\_ssh
A simple tool for a quick and easy speedtest between two machines using ssh# Usage
This tool will attempt to use the `ssh` config in `~/.ssh/config` for fields not provided.
```bash
usage: speedtest-ssh [-h] [--version] [-u USERNAME] [--password PASSWORD]
[--port PORT] [--num_seconds NUM_SECONDS]
[-m {rsync,sftp}]
hostpositional arguments:
host The host to speedtest the conection tooptions:
-h, --help show this help message and exit
--version show program's version number and exit
-u USERNAME, --username USERNAME
The username to use to ssh
--password PASSWORD The password to use to ssh
--port PORT The port to use to ssh
--num_seconds NUM_SECONDS
An approximate amount of time this test should take
-m {rsync,sftp}, --mode {rsync,sftp}
The speedtest method. Defaults to rsync
```# Notes
1. This will be subject to your disk read/write speed in `/tmp` on both devices