iperfrb 0.0.1pre
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/bin/iperfrb +1 -0
- data/lib/iperfrb.rb +0 -0
- metadata +50 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 4b73e8407ccaa7fcabab57976d3bf51db9603b89
|
|
4
|
+
data.tar.gz: 16aad2fd30e6d8a6140a8d814e9fc047993ff08e
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 30deabf4011618e865f3ba749d367bf08b7e59b85d7897c345f3a3bf2402f2b5143596a6c31c2e7ac7bd43b01495c4b63ec4b6330558f86fc751e9dc34b79ef2
|
|
7
|
+
data.tar.gz: 1b4a5a73b784d0a9b4aaa89ee8e41757cea3cae90c1c3b551cee31274fd205930cdefa38974faf0658728b669fa3a357e1aeb3850f023b8152a36b56e3e52a42
|
data/bin/iperfrb
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
#!/usr/bin/env ruby
|
data/lib/iperfrb.rb
ADDED
|
File without changes
|
metadata
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: iperfrb
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.1pre
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Gray Wolf
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2017-03-17 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: |
|
|
14
|
+
Iperf-like tool in ruby. Intended use is to benchmark ruby's network
|
|
15
|
+
performance (as opposed to benchmarking the network). Ideal usecase
|
|
16
|
+
is running test both with iperf (or uperf for ssl) and iperfrb and
|
|
17
|
+
comparing the results.
|
|
18
|
+
email: wolf+iperfrb@wolfsden.cz
|
|
19
|
+
executables:
|
|
20
|
+
- iperfrb
|
|
21
|
+
extensions: []
|
|
22
|
+
extra_rdoc_files: []
|
|
23
|
+
files:
|
|
24
|
+
- bin/iperfrb
|
|
25
|
+
- lib/iperfrb.rb
|
|
26
|
+
homepage: https://github.com/graywolf/iperfrb
|
|
27
|
+
licenses:
|
|
28
|
+
- MIT
|
|
29
|
+
metadata: {}
|
|
30
|
+
post_install_message:
|
|
31
|
+
rdoc_options: []
|
|
32
|
+
require_paths:
|
|
33
|
+
- lib
|
|
34
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
35
|
+
requirements:
|
|
36
|
+
- - ">="
|
|
37
|
+
- !ruby/object:Gem::Version
|
|
38
|
+
version: 2.4.0
|
|
39
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
40
|
+
requirements:
|
|
41
|
+
- - ">"
|
|
42
|
+
- !ruby/object:Gem::Version
|
|
43
|
+
version: 1.3.1
|
|
44
|
+
requirements: []
|
|
45
|
+
rubyforge_project:
|
|
46
|
+
rubygems_version: 2.6.8
|
|
47
|
+
signing_key:
|
|
48
|
+
specification_version: 4
|
|
49
|
+
summary: Something like iperf in ruby
|
|
50
|
+
test_files: []
|