| | 129 | * [問題二] Lustre 吃超多系統記憶體??!! |
| | 130 | {{{ |
| | 131 | rock@cloud02:~> pstree |
| | 132 | init─┬─6*[mingetty] |
| | 133 | ├─sshd───sshd───sshd───bash───pstree |
| | 134 | ├─udevd |
| | 135 | └─xfs |
| | 136 | rock@cloud02:~> free -m |
| | 137 | total used free shared buffers cached |
| | 138 | Mem: 1988 962 1026 0 162 678 |
| | 139 | -/+ buffers/cache: 121 1866 |
| | 140 | Swap: 4102 0 4102 |
| | 141 | rock@cloud02:~> mount |
| | 142 | /dev/sda1 on / type ext3 (rw,acl,user_xattr) |
| | 143 | proc on /proc type proc (rw) |
| | 144 | sysfs on /sys type sysfs (rw) |
| | 145 | debugfs on /sys/kernel/debug type debugfs (rw) |
| | 146 | udev on /dev type tmpfs (rw) |
| | 147 | devpts on /dev/pts type devpts (rw,mode=0620,gid=5) |
| | 148 | /dev/sda6 on /disk type ext3 (rw,acl,user_xattr) |
| | 149 | securityfs on /sys/kernel/security type securityfs (rw) |
| | 150 | none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw) |
| | 151 | rock@cloud02:~> exit |
| | 152 | logout |
| | 153 | Connection to cloud02 closed. |
| | 154 | rock@cloud01:~> pstree |
| | 155 | init─┬─6*[mingetty] |
| | 156 | ├─sshd───sshd───sshd───bash───pstree |
| | 157 | ├─udevd |
| | 158 | └─xfs |
| | 159 | rock@cloud01:~> free -m |
| | 160 | total used free shared buffers cached |
| | 161 | Mem: 1988 1830 157 0 107 1626 |
| | 162 | -/+ buffers/cache: 96 1891 |
| | 163 | Swap: 4102 0 4102 |
| | 164 | rock@cloud01:~> mount |
| | 165 | /dev/sda1 on / type ext3 (rw,acl,user_xattr) |
| | 166 | proc on /proc type proc (rw) |
| | 167 | sysfs on /sys type sysfs (rw) |
| | 168 | debugfs on /sys/kernel/debug type debugfs (rw) |
| | 169 | udev on /dev type tmpfs (rw) |
| | 170 | devpts on /dev/pts type devpts (rw,mode=0620,gid=5) |
| | 171 | /dev/sda6 on /disk type ext3 (rw,acl,user_xattr) |
| | 172 | securityfs on /sys/kernel/security type securityfs (rw) |
| | 173 | none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw) |
| | 174 | cloud@tcp0:/flyfs on /home/flyfs type lustre (rw) |
| | 175 | }}} |