leo_manager_client 0.4.10 → 0.4.11

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b94c600b96cdbb922ff0082d546ebfd2decb1fa4
4
- data.tar.gz: 9078e841039302807d71d6e8bbcc87daf925e7e8
3
+ metadata.gz: 035d2a41268481d5bc8c386a71d07588366939e6
4
+ data.tar.gz: ceb29f60e3dcbf0f2dc983a2f8c6782cd01b3c77
5
5
  SHA512:
6
- metadata.gz: 9ab096c223e1085b92235003765eb71852e1cf40e05ebb4926c31c23b731c8eab58f8edb02d4c8cb724af09f8919b899092baefa5f77c9cab80a63a298f4b4cf
7
- data.tar.gz: fc584e16422f485fb0e80ac568445ede4a55c40d94b5ab1c8a266506392d2f2b8e1e00e4391e5a16e743b3a65c1ab70b81ed1e9d73f318a1fce4f4b3ce376bb0
6
+ metadata.gz: e36b8b33518540b1731ca9951c2393b78f24761c76af987cdcdc2371251a0de0bbb9c9d21e0fc907d6d4c4728ed065dfd193bd8c39c3222872570f632922a575
7
+ data.tar.gz: 0200dc8f1ad5a4b34db9b3175e0cf29944ec532245f82c53964520af67a371d2a2ac091fbe45cf15213c21a241719f4742d66059c2625d551081e5ec4db01ccb
@@ -26,7 +26,7 @@ require "time"
26
26
  require_relative "leo_manager_models"
27
27
 
28
28
  module LeoManager
29
- VERSION = "0.4.10"
29
+ VERSION = "0.4.11"
30
30
 
31
31
  class Client
32
32
  CMD_VERSION = "version"
@@ -105,9 +105,30 @@ module LeoManager
105
105
 
106
106
  # Node Common Status
107
107
  class NodeStat
108
- @@properties = [:version, :log_dir, :ring_cur, :ring_prev, :vm_version,
109
- :total_mem_usage, :system_mem_usage, :procs_mem_usage,
110
- :ets_mem_usage, :num_of_procs, :limit_of_procs, :thread_pool_size, :kernel_poll]
108
+ @@properties = [:version,
109
+ :log_dir,
110
+ :ring_cur,
111
+ :ring_prev,
112
+ :vm_version,
113
+ :total_mem_usage,
114
+ :system_mem_usage,
115
+ :procs_mem_usage,
116
+ :ets_mem_usage,
117
+ :num_of_procs,
118
+ :limit_of_procs,
119
+ :thread_pool_size,
120
+ :kernel_poll,
121
+ :wd_rex_interval,
122
+ :wd_rex_threshold_mem_capacity,
123
+ :wd_cpu_enabled,
124
+ :wd_cpu_interval,
125
+ :wd_cpu_threshold_cpu_load_avg,
126
+ :wd_cpu_threshold_cpu_util,
127
+ :wd_io_enabled,
128
+ :wd_io_interval,
129
+ :wd_io_threshold_input_per_sec,
130
+ :wd_io_threshold_output_per_sec
131
+ ]
111
132
  attr_reader *@@properties
112
133
 
113
134
  def initialize(h)
@@ -120,7 +141,13 @@ module LeoManager
120
141
 
121
142
  # Storage Status
122
143
  class StorageStat
123
- @@properties = [:replication_msgs, :sync_vnode_msgs, :rebalance_msgs]
144
+ @@properties = [:replication_msgs,
145
+ :sync_vnode_msgs,
146
+ :rebalance_msgs,
147
+ :wd_disk_interval,
148
+ :wd_disk_threshold_disk_use,
149
+ :wd_disk_threshold_disk_util
150
+ ]
124
151
  attr_reader *@@properties
125
152
 
126
153
  def initialize(h)
@@ -132,12 +159,24 @@ module LeoManager
132
159
 
133
160
  # Gateway Status
134
161
  class GatewayStat
135
- @@properties = [:handler, :port, :ssl_port, :num_of_acceptors, :http_cache,
136
- :cache_workers, :cache_expire, :cache_ram_capacity,
137
- :cache_disc_capacity, :cache_disc_threshold_len, :cache_disc_dir_data,
138
- :cache_disc_dir_journal, :cache_max_content_len,
139
- :max_chunked_objs, :max_len_for_obj, :chunked_obj_len,
140
- :reading_chunked_obj_len, :threshold_of_chunk_len
162
+ @@properties = [:handler,
163
+ :port,
164
+ :ssl_port,
165
+ :num_of_acceptors,
166
+ :http_cache,
167
+ :cache_workers,
168
+ :cache_expire,
169
+ :cache_ram_capacity,
170
+ :cache_disc_capacity,
171
+ :cache_disc_threshold_len,
172
+ :cache_disc_dir_data,
173
+ :cache_disc_dir_journal,
174
+ :cache_max_content_len,
175
+ :max_chunked_objs,
176
+ :max_len_for_obj,
177
+ :chunked_obj_len,
178
+ :reading_chunked_obj_len,
179
+ :threshold_of_chunk_len
141
180
  ]
142
181
  attr_reader *@@properties
143
182
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: leo_manager_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.10
4
+ version: 0.4.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yosuke Hara
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-09 00:00:00.000000000 Z
11
+ date: 2014-11-10 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Client for LeoFS-Manager
14
14
  email:
@@ -46,7 +46,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
46
46
  version: '0'
47
47
  requirements: []
48
48
  rubyforge_project:
49
- rubygems_version: 2.2.0
49
+ rubygems_version: 2.2.2
50
50
  signing_key:
51
51
  specification_version: 4
52
52
  summary: Client for LeoFS-Manager