lib/zold/node/front.rb in zold-0.14.24 vs lib/zold/node/front.rb in zold-0.14.25
- old
+ new
@@ -153,10 +153,10 @@
network: settings.network,
protocol: settings.protocol,
score: score.to_h,
pid: Process.pid,
cpus: Concurrent.processor_count,
- memory: GetProcessMem.new.inspect.bytes,
+ memory: GetProcessMem.new.bytes,
platform: RUBY_PLATFORM,
uptime: `uptime`.strip,
threads: "#{Thread.list.select { |t| t.status == 'run' }.count}/#{Thread.list.count}",
wallets: settings.wallets.all.count,
remotes: settings.remotes.all.count,