Changes between Version 1 and Version 2 of TipAndDoc/Linux/LXC/munin-plugins
- Timestamp:
- Nov 6, 2016 4:37:51 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TipAndDoc/Linux/LXC/munin-plugins
v1 v2 3 3 = munin plugin = 4 4 * github:vajtsz/munin-plugins 5 6 == lxc_proc == 5 * github:munin-monitoring/contrib/tree/master/plugins/lxc 6 7 = lxc_proc = 7 8 * github:vajtsz/munin-plugins/blob/6a426b4bde7addcaf42d72a033e713d0f11776c0/squeeze/lxc_proc#L77 8 9 * Debian Squeezeと異なり、Ubuntu 12.04では{{{lxc-cgroup -t container_name tasks}}}が使えない … … 31 32 * Ubuntu 12.04 with cgroup-bin: {{{/sys/fs/cgroup/cpuacct/sysdefault/lxc/<container>/tasks}}} 32 33 33 == = Debian 6.0 ===34 == Debian 6.0 == 34 35 * http://wiki.debian.org/LXC 35 36 > Add this line to /etc/fstab … … 88 89 }}} 89 90 90 == = Ubuntu 12.04 ===91 == Ubuntu 12.04 == 91 92 * Ubuntu 12.04 with {{{aptitude install -R lxc}}} 92 93 * cgroup関係のパッケージは{{{-R}}}をつけるとインストールされない … … 98 99 }}} 99 100 100 === = /etc/fstab ====101 === /etc/fstab === 101 102 * Ubuntu 12.04 with /etc/fstab:{{{cgroup /sys/fs/cgroup cgroup defaults 0 0}}} 102 103 * 起動時に自動でマウントされないため、{{{mount -a}}}する必要がある … … 213 214 }}} 214 215 215 === = cgroup-lite ====216 === cgroup-lite === 216 217 * Ubuntu 12.04 with {{{cgroup-lite}}} 217 218 * aptitude install時に-Rとしない場合、{{{cgroup-lite}}}がRecommendsからインストールされる … … 269 270 }}} 270 271 271 === = cgroup-bin ====272 === cgroup-bin === 272 273 * Ubuntu 12.04 with {{{cgroup-bin}}} 273 274 * cgroup-binとcgroup-liteはコンフリクトする