get app info [cpu, memory, disk capacity]

Issue #97 resolved
Jimmy Chu created an issue

No description provided.

Comments (10)

  1. LiAh Sheep
    bash-3.2$ rhc app show app01 --gears quota --server broker01.oo.cnpaas.localhost -l test01 -p 64d47fd7
    Gear                     Cartridges  Used  Limit
    ------------------------ ---------- ----- ------
    55524a0e5ac96a521a000008 php-5.4    34 MB 3.2 GB
    
    bash-3.2$ rhc ssh --ssh "ssh -i tmp/system_key" --command "oo-cgroup-read report" -a app01 -k --server broker01.oo.cnpaas.localhost -l test01 -p 64d47fd7
    {"memory.soft_limit_in_bytes":"9223372036854775807","memory.memsw.usage_in_bytes":"39608320","memory.stat":{"total_swap":"0","total_rss":"16220160","total_cache":"23384064","hierarchical_memsw_limit":"320864256","unevictable":"0","total_active_file":"6471680","total_inactive_file":"16887808","total_unevictable":"0","inactive_anon":"5451776","pgpgin":"231317","inactive_file":"16887808","total_active_anon":"10792960","total_inactive_anon":"5451776","total_pgpgin":"231317","cache":"23384064","active_anon":"10792960","mapped_file":"2203648","total_pgpgout":"221648","pgpgout":"221648","hierarchical_memory_limit":"268435456","active_file":"6471680","total_mapped_file":"2203648","swap":"0","rss":"16220160"},"memory.move_charge_at_immigrate":"1","cpu.cfs_quota_us":"200000","cpu.cfs_period_us":"1000000","net_cls.classid":"70174","memory.limit_in_bytes":"268435456","memory.swappiness":"60","memory.oom_control":{"under_oom":"0","oom_kill_disable":"1"},"memory.memsw.limit_in_bytes":"320864256","cpuacct.stat":{"system":"412","user":"534"},"cpuacct.usage_percpu":"12155423533","cpuacct.usage":"12155423533","memory.usage_in_bytes":"39698432","memory.max_usage_in_bytes":"107360256","memory.failcnt":"0","cpu.rt_runtime_us":"0","freezer.state":"THAWED","memory.use_hierarchy":"0","cpu.shares":"128","cpu.rt_period_us":"1000000","memory.memsw.failcnt":"0","cpu.stat":{"nr_periods":"4125","nr_throttled":"32","throttled_time":"18724319009"},"memory.memsw.max_usage_in_bytes":"107360256"}
    
  2. Log in to comment