obitum-god 0.7.14 → 0.7.14.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/god/cli/command.rb +1 -1
  2. metadata +1 -1
@@ -229,7 +229,7 @@ module God
229
229
  process = System::Process.new(watch.pid)
230
230
  case @args[1]
231
231
  when "memory"
232
- puts "#{name.gsub('-','_')}_memory.value #{process.memory}"
232
+ puts "#{name.gsub('-','_')}_memory.value #{process.memory*1000}"
233
233
  when "cpu"
234
234
  puts "#{name.gsub('-','_')}_cpu.value #{process.percent_cpu}"
235
235
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: obitum-god
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.14
4
+ version: 0.7.14.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Preston-Werner