* 契約時の状態 [#j0029408]
 
 
 ** Parallel Power Panels [#w3234777]
 
 #ref(PPP-afterlogin.png,85%)
 #ref(PPP_mem1.png,70%)
 
 
 ** version/arch [#l16fc1a1]
 
  # cat /etc/redhat-release
  CentOS release 5.2 (Final)
 
  # cat /proc/version
   Linux version 2.6.18-028stab057.4 (root@rhel5-64-build) (gcc version 4.1.2 20070626 (Red Hat 4.1.2-14)) 
     #1 SMP Fri Aug 1 10:47:59 MSD 2008
 
  # uname -a
  Linux ns0.gyojya.jp 2.6.18-028stab057.4 #1 SMP Fri Aug 1 10:47:59 MSD 2008 i686 i686 i386 GNU/Linux
  Linux vps00012 2.6.18-028stab057.4 #1 SMP Fri Aug 1 10:47:59 MSD 2008 i686 i686 i386 GNU/Linux
 
 
 ** limit [#s9209f3d]
 
  # cat self/limits
  Limit                     Soft Limit           Hard Limit           Units
  Max cpu time              unlimited            unlimited            seconds
  Max file size             unlimited            unlimited            bytes
  Max data size             unlimited            unlimited            bytes
  Max stack size            10485760             unlimited            bytes
  Max core file size        0                    unlimited            bytes
  Max resident set          unlimited            unlimited            bytes
  Max processes             73728                73728                processes
  Max open files            1024                 1024                 files
  Max locked memory         32768                32768                bytes
  Max address space         unlimited            unlimited            bytes
  Max file locks            unlimited            unlimited            locks
  Max pending signals       73728                73728                signals
  Max msgqueue size         819200               819200               bytes
  Max nice priority         0                    0
  Max realtime priority     0                    0
 
 
 ** プロセス一覧 [#d28bf3ab]
 
  # ps auxwww
  USER PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
  root         1  0.3  0.3   1984   648 ?        Ss   17:53   0:00 init [3]
  root     17872  0.0  0.2   2076   528 ?        S<s  17:53   0:00 /sbin/udevd -d
  root     18179  0.0  0.5   6916  1056 ?        Ss   17:53   0:00 /usr/sbin/sshd
  root     18191  0.0  0.4   2640   832 ?        Ss   17:53   0:00 xinetd -stayalive -pidfile /var/run/xinetd.pid
  root     18202  0.0  1.4  10204  2740 ?        Ss   17:53   0:00 /usr/sbin/httpd
  apache   18204  0.0  1.1  10340  2048 ?        S    17:53   0:00 /usr/sbin/httpd
  root     18213  0.0  0.5   4372  1096 ?        Ss   17:53   0:00 crond
  root     19542  0.1  1.6   9796  3116 ?        Rs   17:53   0:00 sshd: root@pts/0
  root     21564  0.0  0.8   3476  1524 pts/0    Ss   17:54   0:00 -bash
  root     22046  0.0  0.4   2624   880 pts/0    R+   17:54   0:00 ps auxwww
 
 
 ** ifconfig -a [#y0113c94]
 
  # ifconfig -a
  lo        Link encap:Local Loopback
            inet addr:127.0.0.1  Mask:255.0.0.0
            inet6 addr: ::1/128 Scope:Host
            UP LOOPBACK RUNNING  MTU:16436  Metric:1
            RX packets:110 errors:0 dropped:0 overruns:0 frame:0
            TX packets:110 errors:0 dropped:0 overruns:0 carrier:0
            collisions:0 txqueuelen:0
            RX bytes:13338 (13.0 KiB)  TX bytes:13338 (13.0 KiB)
  
  venet0    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
            inet addr:127.0.0.1  P-t-P:127.0.0.1  Bcast:0.0.0.0  Mask:255.255.255.255
            UP BROADCAST POINTOPOINT RUNNING NOARP  MTU:1454  Metric:1
             RX packets:1455071 errors:0 dropped:0 overruns:0 frame:0
            TX packets:1823882 errors:0 dropped:0 overruns:0 carrier:0
            collisions:0 txqueuelen:0
            RX bytes:486219308 (463.6 MiB)  TX bytes:2254402382 (2.0 GiB)
  
  venet0:0  Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
            inet addr:115.146.17.***  P-t-P:115.146.17.***  Bcast:115.146.17.***  Mask:255.255.255.255
            UP BROADCAST POINTOPOINT RUNNING NOARP  MTU:1454  Metric:1
  
  venet0:1  Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
            inet addr:115.146.17.***  P-t-P:115.146.17.***  Bcast:115.146.17.***  Mask:255.255.255.255
            UP BROADCAST POINTOPOINT RUNNING NOARP  MTU:1454  Metric:1
 
 
 ** netstat -rn [#jfdfdf15]
 
  # netstat -rn
  Kernel IP routing table
  Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
  191.255.255.0   0.0.0.0         255.255.255.0   U         0 0          0 venet0
  169.254.0.0     0.0.0.0         255.255.0.0     U         0 0          0 venet0
  0.0.0.0         191.255.255.1   0.0.0.0         UG        0 0          0 venet0
 
 
 ** df -k [#iefa6bb3]
 
  Filesystem           1K-blocks      Used Available Use% Mounted on
  vzfs                   9728000    189980   9538020   2% /
  none                   4078268         4   4078264   1% /dev
 
 ** free [#ze23c46d]
 
  # free
               total       used       free     shared    buffers     cached
  Mem:        184320       5288     179032          0          0          0
  -/+ buffers/cache:       5288     179032
  Swap:            0          0          0
 
 ** /proc/cpuinfo (8CPUに見えます) [#y62e396d]
 
  processor       : 0
  vendor_id       : GenuineIntel
  cpu family      : 6
  model           : 23
  model name      : Intel(R) Xeon(R) CPU           E5430  @ 2.66GHz
  stepping        : 6
  cpu MHz         : 264.961
  cache size      : 6144 KB
  physical id     : 0
  siblings        : 4
  core id         : 0
  cpu cores       : 4
  fpu             : yes
  fpu_exception   : yes
  cpuid level     : 10
  wp              : yes
  flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr 
                    sse sse2 ss ht tm syscall lm constant_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr lahf_lm
  bogomips        : 5323.59
  clflush size    : 64
  cache_alignment : 64
  power management:
  
  processor       : 1
  vendor_id       : GenuineIntel
  cpu family      : 6
  model           : 23
  model name      : Intel(R) Xeon(R) CPU           E5430  @ 2.66GHz
  stepping        : 6
  cpu MHz         : 264.961
  cache size      : 6144 KB
  physical id     : 0
  siblings        : 4
  core id         : 1
  cpu cores       : 4
  fpu             : yes
  fpu_exception   : yes
  cpuid level     : 10
  wp              : yes
  flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr
                    sse sse2 ss ht tm syscall lm constant_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr lahf_lm
  bogomips        : 5319.98
  clflush size    : 64
  cache_alignment : 64
  power management:
  
  processor       : 2
  vendor_id       : GenuineIntel
  cpu family      : 6
  model           : 23
  model name      : Intel(R) Xeon(R) CPU           E5430  @ 2.66GHz
  stepping        : 6
  cpu MHz         : 264.961
  cache size      : 6144 KB
  physical id     : 0
  siblings        : 4
  core id         : 2
  cpu cores       : 4
  fpu             : yes
  fpu_exception   : yes
  cpuid level     : 10
  wp              : yes
  flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr
                    sse sse2 ss ht tm syscall lm constant_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr lahf_lm
  bogomips        : 5320.00
  clflush size    : 64
  cache_alignment : 64
  power management:
  
  processor       : 3
  vendor_id       : GenuineIntel
  cpu family      : 6
  model           : 23
  model name      : Intel(R) Xeon(R) CPU           E5430  @ 2.66GHz
  stepping        : 6
  cpu MHz         : 264.961
  cache size      : 6144 KB
  physical id     : 0
  siblings        : 4
  core id         : 3
  cpu cores       : 4
  fpu             : yes
  fpu_exception   : yes
  cpuid level     : 10
  wp              : yes
  flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr
                    sse sse2 ss ht tm syscall lm constant_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr lahf_lm
  bogomips        : 5319.99
  clflush size    : 64
  cache_alignment : 64
  power management:
  
  processor       : 4
  vendor_id       : GenuineIntel
  cpu family      : 6
  model           : 23
  model name      : Intel(R) Xeon(R) CPU           E5430  @ 2.66GHz
  stepping        : 6
  cpu MHz         : 264.961
  cache size      : 6144 KB
  physical id     : 1
  siblings        : 4
  core id         : 0
  cpu cores       : 4
  fpu             : yes
  fpu_exception   : yes
  cpuid level     : 10
  wp              : yes
  flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr
                    sse sse2 ss ht tm syscall lm constant_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr lahf_lm
  bogomips        : 5320.02
  clflush size    : 64
  cache_alignment : 64
  power management:
  
  processor       : 5
  vendor_id       : GenuineIntel
  cpu family      : 6
  model           : 23
  model name      : Intel(R) Xeon(R) CPU           E5430  @ 2.66GHz
  stepping        : 6
  cpu MHz         : 264.961
  cache size      : 6144 KB
  physical id     : 1
  siblings        : 4
  core id         : 1
  cpu cores       : 4
  fpu             : yes
  fpu_exception   : yes
  cpuid level     : 10
  wp              : yes
  flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr
                    sse sse2 ss ht tm syscall lm constant_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr lahf_lm
  bogomips        : 5320.04
  clflush size    : 64
  cache_alignment : 64
  power management:
  
  processor       : 6
  vendor_id       : GenuineIntel
  cpu family      : 6
  model           : 23
  model name      : Intel(R) Xeon(R) CPU           E5430  @ 2.66GHz
  stepping        : 6
  cpu MHz         : 264.961
  cache size      : 6144 KB
  physical id     : 1
  siblings        : 4
  core id         : 2
  cpu cores       : 4
  fpu             : yes
  fpu_exception   : yes
  cpuid level     : 10
  wp              : yes
  flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr
                    sse sse2 ss ht tm syscall lm constant_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr lahf_lm
  bogomips        : 5320.03
  clflush size    : 64
  cache_alignment : 64
  address sizes   : 38 bits physical, 48 bits virtual
  power management:
  
  processor       : 7
  vendor_id       : GenuineIntel
  cpu family      : 6
  model           : 23
  model name      : Intel(R) Xeon(R) CPU           E5430  @ 2.66GHz
  stepping        : 6
  cpu MHz         : 264.961
  cache size      : 6144 KB
  physical id     : 1
  siblings        : 4
  core id         : 3
  cpu cores       : 4
  fpu             : yes
  fpu_exception   : yes
  cpuid level     : 10
  wp              : yes
  flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr
                    sse sse2 ss ht tm syscall lm constant_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr lahf_lm
  bogomips        : 5320.03
  clflush size    : 64
  cache_alignment : 64
  address sizes   : 38 bits physical, 48 bits virtual
  power management:
 
 
添付ファイル: filePPP-afterlogin.png 484件 [詳細] filePPP_mem1.png 520件 [詳細]
TOPページへ戻る   新しいページの作成新しい下位ページの作成そのページを引用して新規作成ページ名の変更ページへのリンク元を表示   サイトのページ一覧サイト内単語検索編集したページの履歴削除したページの履歴   別ウィンドウでマニュアルページへ