lumbersexual 0.3.16 → 0.4.0
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 +5 -13
- data/.ruby-version +1 -1
- data/.travis.yml +7 -6
- data/README.md +11 -1
- data/lib/lumbersexual/version.rb +1 -1
- data/lumbersexual.gemspec +2 -2
- metadata +26 -26
checksums.yaml
CHANGED
|
@@ -1,15 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
|
|
5
|
-
data.tar.gz: !binary |-
|
|
6
|
-
MGQ1NGNkOTIxOTQ4YjhlZDMzNWY4OTE1NjhjNGIyY2U5NzU4MDA5Ng==
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 2705eade1fe39b8004e2b9b0fa3926a21f0ff9a014e6b8c79a18b59903dccfeb
|
|
4
|
+
data.tar.gz: 951d1e592d68fad47e87f62513ce088667de34a4cf9f42aef1f1463f9f9a9999
|
|
7
5
|
SHA512:
|
|
8
|
-
metadata.gz:
|
|
9
|
-
|
|
10
|
-
ZTk5YTIyODUzNDFiNDdmOGVlMjU5ZjdlN2EwZGY5MWFjOWI2OTQ2OTYxMzAy
|
|
11
|
-
NWM4ZmE4OTExNTBiNzYxYjgwMTdhNTUyOGFmZDU5ZTQ0OTc0OGQ=
|
|
12
|
-
data.tar.gz: !binary |-
|
|
13
|
-
ZmMwMWQ2NDFkYjQxNWExNDBmMDBmZGNhMzhhMzJjZmI2ZGM2YTIxMGQ0OGRk
|
|
14
|
-
ZTVhNGY0NWExNDBjYjc4MmZhMjVhMWNmN2M3NTgxNWRhMDg4ZTE1OTJmZGVm
|
|
15
|
-
NTNhYWIyZGVlNGFiYTkzN2JjMjMxOGRhZTAyNWM4NzMxN2UwOTk=
|
|
6
|
+
metadata.gz: 81d0fc132a6e6b4943b2d47b01161adfd5ca3c6e2e8ce1f7d772d9d506afcfe75fb19bddfc6e19d4f254853ff64d11136fbd904acae0b58ce499d239222182f8
|
|
7
|
+
data.tar.gz: 6a801980d8e9085f4345f8c71f4e508e8ebcb3a26feabf1b966665d86a2020cccfaea11baa08ed7a7a0ff01fb71154535362a7cb50086440d3a0fb7def6cb7d3
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.
|
|
1
|
+
jruby-9.2.11.0
|
data/.travis.yml
CHANGED
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
language: ruby
|
|
2
2
|
cache: bundler
|
|
3
|
+
jdk:
|
|
4
|
+
- openjdk8
|
|
3
5
|
rvm:
|
|
4
|
-
- 2.
|
|
5
|
-
-
|
|
6
|
-
before_install: gem install bundler -v 1.10.6
|
|
6
|
+
- jruby-9.2.11.0
|
|
7
|
+
before_install: gem uninstall bundler -ax && gem install bundler -v 1.16.6
|
|
7
8
|
deploy:
|
|
8
9
|
provider: rubygems
|
|
9
|
-
ruby: jruby-9.
|
|
10
|
-
api_key:
|
|
11
|
-
secure: qpkX3I/j5aXJvD5pBdiddZ63uCxMsQFeTsWkingDkLsxV/DPAiTn9orwmU3XnYfZfr7tU2z8UztHzqPtIfFmTD/v6FLDqLUzYL8SpfZIuu4BgzbFhQ7fpw2me6a1ISOGz5wkMQ34klZMuPZjX2x9KjrkDh8ZSsZziHi2cpkbj0JLW91ezW+W8yrQvOm/dch0uXMLEOlbxbjPjHr76bFQqvkc2Z0YprxK2j525t3+SEnVN51DiVGimPlUrIQ+mtjGOqbZYCMw4rBex+BdQS9T4as6pG/BT1Tk92MFE/gRMJg9QO/DqwolB3mGNBEYR+3skGktz2UBMSGu6XDFxEOqOgK0joe+ehfiL1Oq2hnp482vHODl06HjYIjVlsXGT7aD7C4TcA2yrRW5hg8UaYoVkIbiZz26GrXX8vEZ4C4HgRruQkyt31cLvhdRPJvStkXzgQQXbwmS6P3lkRE3gxwYyeuzblpbprg2Nolmt9GO//1yQ497YUsY18tK9fOZr8vz/xiCuDMQRuJcheA9C27Z9nJZB2iH4xTNwNl53eFYhWMVYdkw16JYWJ17xMg+VnWUwkA/jODU0GlXEvNHNFRaDA9qyedIk5ainAnzGJpExCsWuKFJvJl1Qn2bD3/neruCIBoCaxQOdBrGd/579ALyjkujRmgZTOiaqRh4DaYHGrg=
|
|
10
|
+
ruby: jruby-9.2.11.0
|
|
12
11
|
gem: lumbersexual
|
|
13
12
|
on:
|
|
14
13
|
tags: true
|
|
15
14
|
repo: sampointer/lumbersexual
|
|
15
|
+
api_key:
|
|
16
|
+
secure: cUzFmVylR/LA++ppYNlyDpCePqVFc+x/Pf9qd/TNE3ZqCbhihpRT0dS+HalfB/2hziUCuXEkkJGEDEy6oSibrZT1Up6nEFl7w61dQKOkZPe6r7JA7eQ0tQq0uPqNbU6vawTtB0LF/p5AAQBVlu6b0k8BrFNgFebbCHZjbz6EDCczhlnICTFUbauqQYPxSnM7G1jlALhUTSU9VMC7sTYwXDBbTh0lSBrejGoMuvUitfdw6G7hl468kimamyCjRB927IDvQ+a1E3qSCip5aVt41oPubz760L8a6Qg0TwHmtJ3bmW0bqpAbaLzIdpaCGjg1E3x4GdtD/SnvE9oDyoZUrPLm+f0V0sYocMx+1oCsegb07uiZCEfpuGfKovgumcp8IKNMfmgOhzXMmiZhmyIwpmGBC+7jK1AJqoiauNEhZPEQza4nf2MIGft/PsBe4DacTVfkeMXpRYdOSS8guJvd7VJVFUPa6Pdg6NaDnC/ovW2jWW2tII+O917Guzl1w2xoWKChVcHVwHuN2vlQ2VZmB97STUEgDZnO3P0Kz9PwuBoAPQhEiUztpxT4SKDFsdzcGwL+h3jDPy8B3fCO50thdBr1yEnvnL9jyHZFHSXDXRJQBx4LNNWItKW59QdyTJYHCp4wyEeYKTtrTbSkCRRlT46/n2D7Nq9N0wnIRNZsz+w=
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Lumbersexual [](https://travis-ci.org/sampointer/lumbersexual) [](https://badge.fury.io/rb/lumbersexual)
|
|
1
|
+
# Lumbersexual [](https://travis-ci.org/sampointer/lumbersexual) [](https://badge.fury.io/rb/lumbersexual)  <img align="right" width="185" height="40" src="http://opsunit.com/assets/images/opsunit-logo-large.png" alt="opsunit" />
|
|
2
2
|
|
|
3
3
|
<img align="right" width="158" height="144" src="etc/assets/lumber-156795_960_720.png" alt="Lumbersexual" />
|
|
4
4
|
Benchmarking tool for the purposes of testing syslog throughput, ELK stacks, aggregated logging infrastructures and log index performance.
|
|
@@ -50,6 +50,16 @@ Ingestion latency mode generates a syslog message with a unique identifier and t
|
|
|
50
50
|
$ lumbersexual --latency --uri https://my.elasticsearch.cluster:9200 --statsdhost localhost
|
|
51
51
|
```
|
|
52
52
|
|
|
53
|
+
The following telemetry is produced:
|
|
54
|
+
```
|
|
55
|
+
lumbersexual.latency.runs.failed # gauge
|
|
56
|
+
lumbersexual.latency.runs.successful # gauge
|
|
57
|
+
lumbersexual.latency.rtt.measured # gauge (seconds)
|
|
58
|
+
lumbersexual.latency.rtt.adjusted # gauge (seconds)
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
The `rtt.adjusted` metric is a normalized latency that takes into account the `--interval` period between index queries.
|
|
62
|
+
|
|
53
63
|
The `--all` switch can be used to choose between searching today's index only (be careful around midnight!), or across all indices. The latter is useful if you've a rolling online retention period and want to observe the effect on search latency by changes to that.
|
|
54
64
|
|
|
55
65
|
## Development
|
data/lib/lumbersexual/version.rb
CHANGED
data/lumbersexual.gemspec
CHANGED
|
@@ -29,8 +29,8 @@ Gem::Specification.new do |spec|
|
|
|
29
29
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
30
30
|
spec.require_paths = ["lib"]
|
|
31
31
|
|
|
32
|
-
spec.add_development_dependency "bundler", "~> 1.
|
|
33
|
-
spec.add_development_dependency "rake", "~>
|
|
32
|
+
spec.add_development_dependency "bundler", "~> 1.16.6"
|
|
33
|
+
spec.add_development_dependency "rake", "~> 12.0"
|
|
34
34
|
spec.add_development_dependency "rspec"
|
|
35
35
|
|
|
36
36
|
spec.add_dependency "slop", "~> 4.3.0"
|
metadata
CHANGED
|
@@ -1,97 +1,97 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lumbersexual
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sam Pointer
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-03-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - ~>
|
|
17
|
+
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version:
|
|
19
|
+
version: 1.16.6
|
|
20
20
|
type: :development
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- - ~>
|
|
24
|
+
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version:
|
|
26
|
+
version: 1.16.6
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: rake
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
|
-
- - ~>
|
|
31
|
+
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: '
|
|
33
|
+
version: '12.0'
|
|
34
34
|
type: :development
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
|
-
- - ~>
|
|
38
|
+
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: '
|
|
40
|
+
version: '12.0'
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: rspec
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
|
-
- -
|
|
45
|
+
- - ">="
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
47
|
version: '0'
|
|
48
48
|
type: :development
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
|
-
- -
|
|
52
|
+
- - ">="
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: slop
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
58
58
|
requirements:
|
|
59
|
-
- - ~>
|
|
59
|
+
- - "~>"
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
61
|
version: 4.3.0
|
|
62
62
|
type: :runtime
|
|
63
63
|
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
|
-
- - ~>
|
|
66
|
+
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: 4.3.0
|
|
69
69
|
- !ruby/object:Gem::Dependency
|
|
70
70
|
name: statsd-ruby
|
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
|
72
72
|
requirements:
|
|
73
|
-
- - ~>
|
|
73
|
+
- - "~>"
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
75
|
version: 1.3.0
|
|
76
76
|
type: :runtime
|
|
77
77
|
prerelease: false
|
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
|
80
|
-
- - ~>
|
|
80
|
+
- - "~>"
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: 1.3.0
|
|
83
83
|
- !ruby/object:Gem::Dependency
|
|
84
84
|
name: elasticsearch
|
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
|
86
86
|
requirements:
|
|
87
|
-
- - ~>
|
|
87
|
+
- - "~>"
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
89
|
version: 1.0.17
|
|
90
90
|
type: :runtime
|
|
91
91
|
prerelease: false
|
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
|
93
93
|
requirements:
|
|
94
|
-
- - ~>
|
|
94
|
+
- - "~>"
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
96
|
version: 1.0.17
|
|
97
97
|
description: This gem generates random-enough syslog entries for the purposes of testing
|
|
@@ -104,10 +104,10 @@ executables:
|
|
|
104
104
|
extensions: []
|
|
105
105
|
extra_rdoc_files: []
|
|
106
106
|
files:
|
|
107
|
-
- .gitignore
|
|
108
|
-
- .rspec
|
|
109
|
-
- .ruby-version
|
|
110
|
-
- .travis.yml
|
|
107
|
+
- ".gitignore"
|
|
108
|
+
- ".rspec"
|
|
109
|
+
- ".ruby-version"
|
|
110
|
+
- ".travis.yml"
|
|
111
111
|
- Gemfile
|
|
112
112
|
- LICENSE.txt
|
|
113
113
|
- README.md
|
|
@@ -125,24 +125,24 @@ homepage: https://github.com/sampointer/lumbersexual
|
|
|
125
125
|
licenses:
|
|
126
126
|
- MIT
|
|
127
127
|
metadata:
|
|
128
|
-
allowed_push_host:
|
|
128
|
+
allowed_push_host: 'TODO: Set to ''http://mygemserver.com'''
|
|
129
129
|
post_install_message:
|
|
130
130
|
rdoc_options: []
|
|
131
131
|
require_paths:
|
|
132
132
|
- lib
|
|
133
133
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
134
134
|
requirements:
|
|
135
|
-
- -
|
|
135
|
+
- - ">="
|
|
136
136
|
- !ruby/object:Gem::Version
|
|
137
137
|
version: 1.9.3
|
|
138
138
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
139
139
|
requirements:
|
|
140
|
-
- -
|
|
140
|
+
- - ">="
|
|
141
141
|
- !ruby/object:Gem::Version
|
|
142
142
|
version: '0'
|
|
143
143
|
requirements: []
|
|
144
144
|
rubyforge_project:
|
|
145
|
-
rubygems_version: 2.
|
|
145
|
+
rubygems_version: 2.7.7
|
|
146
146
|
signing_key:
|
|
147
147
|
specification_version: 4
|
|
148
148
|
summary: Benchmark syslog, fluentd and ELK stacks
|