![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
.. -- mode: rst --
ftpbenchmark
?It's benchmark for load testing FTP servers.
Simple from pypi::
$ pip install ftpbenchmark
From source::
$ git clone https://github.com/imjoseangel/ftpbenchmark
$ cd ftpbenchmark/
$ python setup.py install # auto install all requires
Standalone for debian::
$ apt-get install python-gevent python-dnspython
$ git clone https://github.com/imjoseangel/ftpbenchmark
$ cd ftpbenchmark/ftpbenchmark/
$ wget https://raw.githubusercontent.com/selectel/timecard/master/timecard/timecard.py
$ python ftpbenchmark.py --help
Run::
$ ftpbenchmark --help
FTP benchmark.
Usage:
ftpbenchmark --help
ftpbenchmark -n <host> -u <user> -p <password> [options] --login
ftpbenchmark -n <host> -u <user> -p <password> [options] --upload -w <workdir> [-s <size>]
ftpbenchmark -n <host> -u <user> -p <password> [options] --download -w <workdir> [-s <size>] [--files <count>]
Connection options:
-n <host>, --host=<host> FTP host [default: 127.0.0.1:21]
You can list multiple servers, separated by commas,
e.g.: -h 10.0.0.1,10.0.0.2,10.0.0.3.
Auto-detection of dns round-robin records is supported.
-u <user>, --user <user> FTP user
-p <password>, --password <password> FTP password
Timing options:
-t <sec>, --timeout <sec> Timeout for operation [default: 10]
-m <minutes>, --maxrun <minutes> Duration of benchmarking in minutes [default: 5]
-x <sec>, --fixevery <sec> Recording period for stat values [default: 5]
Benchmark options:
-c <count>, --concurrent <count> Concurrent operations [default: 10]
-v <file>, --csv <file> Save result to csv file
-w <workdir>, --workdir <workdir> Base ftp dir to store test files
-s <size>, --size <size> Size of test files in MB [default: 10]
-f <count>, --files <count> Number of files generated for download test [default: 10]
FAQs
Benchmark for ftp servers
We found that ftpbenchmark demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.