Changes between Version 6 and Version 7 of TipAndDoc/service/sakura/vps


Ignore:
Timestamp:
Jan 19, 2011 11:53:17 AM (13 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/service/sakura/vps

    v6 v7  
    9595 
    9696 == Ubuntu lucid == 
     97 === hardware === 
     98 * $ lspci 
     99{{{ 
     10000:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] (rev 02) 
     10100:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] 
     10200:01.1 IDE interface: Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II] 
     10300:01.2 USB Controller: Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II] (rev 01) 
     10400:01.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 03) 
     10500:02.0 VGA compatible controller: Technical Corp. Device 1111 
     10600:03.0 Ethernet controller: Intel Corporation 82540EM Gigabit Ethernet Controller (rev 03) 
     107}}} 
     108 
     109 * $ cat /proc/cpuinfo 
     110{{{ 
     111processor       : 0 
     112vendor_id       : GenuineIntel 
     113cpu family      : 6 
     114model           : 15 
     115model name      : Intel(R) Core(TM)2 Duo CPU     T7700  @ 2.40GHz 
     116stepping        : 11 
     117cpu MHz         : 2660.040 
     118cache size      : 4096 KB 
     119fpu             : yes 
     120fpu_exception   : yes 
     121cpuid level     : 10 
     122wp              : yes 
     123flags           : fpu de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx lm constant_tsc rep_good pni ssse3 hypervisor lahf_lm 
     124bogomips        : 5320.08 
     125clflush size    : 64 
     126cache_alignment : 64 
     127address sizes   : 40 bits physical, 48 bits virtual 
     128power management: 
     129 
     130processor       : 1 
     131vendor_id       : GenuineIntel 
     132cpu family      : 6 
     133model           : 15 
     134model name      : Intel(R) Core(TM)2 Duo CPU     T7700  @ 2.40GHz 
     135stepping        : 11 
     136cpu MHz         : 2660.040 
     137cache size      : 4096 KB 
     138fpu             : yes 
     139fpu_exception   : yes 
     140cpuid level     : 10 
     141wp              : yes 
     142flags           : fpu de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx lm constant_tsc rep_good pni ssse3 hypervisor lahf_lm 
     143bogomips        : 5320.08 
     144clflush size    : 64 
     145cache_alignment : 64 
     146address sizes   : 40 bits physical, 48 bits virtual 
     147power management: 
     148}}} 
     149 
     150 * $ grep Total /proc/meminfo 
     151{{{ 
     152MemTotal:         505748 kB 
     153SwapTotal:        917496 kB 
     154VmallocTotal:   34359738367 kB 
     155HugePages_Total:       0 
     156}}} 
     157 
     158 * $ grep ata1 /var/log/dmesg 
     159{{{ 
     160[    0.219177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc000 irq 14 
     161[    0.383066] ata1.01: NODEV after polling detection 
     162[    0.383422] ata1.00: ATA-7: QEMU HARDDISK, 0.12.3, max UDMA/100 
     163[    0.383425] ata1.00: 41943040 sectors, multi 16: LBA48 
     164[    0.383940] ata1.00: configured for MWDMA2 
     165}}} 
     166 
     167 * $ sudo ethtool eth0 
     168{{{ 
     169Settings for eth0: 
     170        Supported ports: [ TP ] 
     171        Supported link modes:   10baseT/Half 10baseT/Full 
     172                                100baseT/Half 100baseT/Full 
     173                                1000baseT/Full 
     174        Supports auto-negotiation: Yes 
     175        Advertised link modes:  10baseT/Half 10baseT/Full 
     176                                100baseT/Half 100baseT/Full 
     177                                1000baseT/Full 
     178        Advertised pause frame use: No 
     179        Advertised auto-negotiation: Yes 
     180        Link partner advertised link modes:  Not reported 
     181        Link partner advertised pause frame use: No 
     182        Link partner advertised auto-negotiation: No 
     183        Speed: 1000Mb/s 
     184        Duplex: Full 
     185        Port: Twisted Pair 
     186        PHYAD: 0 
     187        Transceiver: internal 
     188        Auto-negotiation: on 
     189        MDI-X: Unknown 
     190        Supports Wake-on: umbg 
     191        Wake-on: d 
     192        Current message level: 0x00000007 (7) 
     193        Link detected: yes 
     194}}} 
     195 
    97196 === df -h === 
    98197{{{