Changes between Version 3 and Version 4 of jazz/08-08-26


Ignore:
Timestamp:
Aug 26, 2008, 10:34:21 PM (16 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/08-08-26

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