An open API service indexing awesome lists of open source software.

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.

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)