Skip to content

Instantly share code, notes, and snippets.

@thefotios
Created August 14, 2013 18:52
Show Gist options
  • Save thefotios/6234264 to your computer and use it in GitHub Desktop.
Save thefotios/6234264 to your computer and use it in GitHub Desktop.
(str, err, rc = ::OpenShift::Runtime::Utils::oo_spawn('cgsnapshot 2> /dev/null')
keys = %w(cpu.cfs_period_us cpu.cfs_quota_us cpuacct.usage)
Hash[str.scan(/^group\sopenshift\/(.*?)\s(.*?)^}/m).map{|mg| [mg[0], Hash[mg[1].scan(/\s*(#{keys.join('|')})\s*=\s*"(.*)";/).map{|k,v| [k,v.to_i]}]] }]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment