https://github.com/ishafayet/slowcopy
A command line utility to copy a file at a limited speed. Useful for server reliability benchmarking and for preventing overheat in high-bandwidth/high-throughput storage solutions.
https://github.com/ishafayet/slowcopy
benchmark file-copy server
Last synced: about 1 year ago
JSON representation
A command line utility to copy a file at a limited speed. Useful for server reliability benchmarking and for preventing overheat in high-bandwidth/high-throughput storage solutions.
- Host: GitHub
- URL: https://github.com/ishafayet/slowcopy
- Owner: iShafayet
- License: mit
- Created: 2016-05-03T15:15:54.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-02-22T13:59:34.000Z (over 5 years ago)
- Last Synced: 2025-02-16T10:19:10.914Z (over 1 year ago)
- Topics: benchmark, file-copy, server
- Language: CoffeeScript
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slowcopy
A command line utility to copy a file at a limited speed. Useful for server reliability benchmarking and for preventing overheat in high-bandwidth/high-throughput storage solutions.
# Installation
```bash
npm install -g slowcopy
```
# API & Usage
```
Usage: slowcopy [options]
A command line utility to copy a file at a limited speed.
Options:
-h, --help output usage information
-V, --version output the version number
-f, --force Force over-write if destination already exists
-q, --quiet No non-error output
```
# LICENCE
[MIT](LICENSE)