|
高富帅用的套餐,流量另外收费??
建了最低的VPS,默认就是64位系统,坑爹...
[ol][root@test tmp]# uname -aLinux test 2.6.18-348.3.1.el5xen #1 SMP Mon Mar 11 20:28:48 EDT 2013 x86_64 x86_64 x86_64 GNU/Linux[/ol]复制代码
CPU貌似可以
[ol][root@test ~]# cat /proc/cpuinfoprocessor : 0vendor_id : GenuineIntelcpu family : 6model : 45model name : Intel(R) Xeon(R) CPU E5-2650 0 @ 2.00GHzstepping : 7cpu MHz : 2000.092cache size : 20480 KBfpu : yesfpu_exception : yescpuid level : 10wp : yesflags : fpu tsc msr pae cx8 apic mtrr cmov pat clflush mmx fxsr sse sse2 syscall nx lm constant_tsc pni ssse3 cx16 sse4_1 sse4_2 popcnt lahf_lmbogomips : 5037.95clflush size : 64cache_alignment : 64address sizes : 46 bits physical, 48 bits virtualpower management:[/ol]复制代码
内存占用
[ol][root@test ~]# free -m total used free shared buffers cachedMem: 419 293 125 0 21 127-/+ buffers/cache: 144 274Swap: 991 0 991[/ol]复制代码
硬盘信息
[ol][root@test ~]# df -hFilesystem Size Used Avail Use% Mounted on/dev/mapper/VolGroup00-LogVol00 19G 1.5G 16G 9% //dev/hda1 99M 15M 80M 16% /boottmpfs 210M 0 210M 0% /dev/shm[root@test tmp]# fdisk -lDisk /dev/hda: 21.4 GB, 21474836480 bytes255 heads, 63 sectors/track, 2610 cylindersUnits = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System/dev/hda1 * 1 13 104391 83 Linux/dev/hda2 14 2610 20860402+ 8e Linux LVM[/ol]复制代码
硬盘测速,明显不是SSD...
[ol][root@test tmp]# dd if=/dev/zero of=test bs=4k count=256000256000+0 records in256000+0 records out1048576000 bytes (1.0 GB) copied, 10.3279 seconds, 102 MB/s[root@test tmp]# dd if=/dev/zero of=test bs=64k count=512 oflag=dsync512+0 records in512+0 records out33554432 bytes (34 MB) copied, 1.86113 seconds, 18.0 MB/s[root@test tmp]# hdparm -t /dev/hda1/dev/hda1: Timing buffered disk reads: 100 MB in 1.50 seconds = 66.46 MB/sec[root@test tmp]# hdparm -t /dev/hda2/dev/hda2: Timing buffered disk reads: 108 MB in 3.02 seconds = 35.80 MB/sec[/ol]复制代码
下载速度测试
[ol][root@test tmp]# wget http://69.28.xx.10/100mb.bin--2013-09-18 06:01:13-- http://69.28.xx.10/100mb.binConnecting to 69.28.54.10:80... connected.HTTP request sent, awaiting response... 200 OKLength: 104857600 (100M) [application/octet-stream]Saving to: `100mb.bin'100%[======================================>] 104,857,600 8.88M/s in 15s2013-09-18 06:01:28 (6.58 MB/s) - `100mb.bin' saved [104857600/104857600][/ol]复制代码跑分另外开贴... |
|