Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jan 25, 2016
1 parent d6ba71a commit d1c5207
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .sti/bin/run
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh -x

echo "===Cgroup info==="
cat /sys/fs/cgroup/memory/memory.limit_in_bytes
cat /sys/fs/cgroup/cpu,cpuacct/cpu.shares
cat /sys/fs/cgroup/cpu,cpuacct/cpu.cfs_period_us
cat /sys/fs/cgroup/cpuacct,cpu/cpu.cfs_quota_us

0 comments on commit d1c5207

Please sign in to comment.