找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 30|回复: 5

KVMLA

[复制链接]

5

主题

108

回帖

243

积分

中级会员

积分
243
发表于 2012-7-29 21:35:01 | 显示全部楼层 |阅读模式
本帖最后由 ____________Esc 于 2012-7-29 22:03 编辑

1. 内存的使用情况,包括物理内存(Mem)的总量,使用量,剩余量,以及虚拟内存(Swap)的使用情况:[ol]
  • [root@VPS-64135094 ~]# free
  •              total       used       free     shared    buffers     cached
  • Mem:        524472     430972      93500          0     100028     301212
  • -/+ buffers/cache:      29732     494740
  • Swap:       524280          0 [/ol]复制代码2.下载文件测试[ol]
  • [root@VPS-64135094 ~]# wget http://cachefly.cachefly.net/100mb.test
  • --2012-07-29 09:25:13--  http://cachefly.cachefly.net/100mb.test
  • 正在解析主机 cachefly.cachefly.net... 205.234.175.175
  • Connecting to cachefly.cachefly.net|205.234.175.175|:80... 已连接。
  • 已发出 HTTP 请求,正在等待回应... 200 OK
  • 长度:104857600 (100M) [application/octet-stream]
  • Saving to: `100mb.test'
  • 100%[======================================>] 104,857,600 9.56M/s   in 10s
  • 2012-07-29 09:25:23 (9.95 MB/s) - `100mb.test' saved [104857600/104857600]
  • [/ol]复制代码3:I/O硬盘写入测试:[ol]
  • [root@VPS-64135094 ~]# dd if=/dev/zero of=test bs=64k count=512 oflag=dsync
  • 512+0 records in
  • 512+0 records out
  • 33554432 bytes (34 MB) copied, 0.276514 seconds, 121 MB/s
  • [root@VPS-64135094 ~]# dd if=/dev/zero of=test bs=64k count=512 oflag=dsync
  • 512+0 records in
  • 512+0 records out
  • 33554432 bytes (34 MB) copied, 0.346689 seconds, 96.8 MB/s
  • [root@VPS-64135094 ~]# dd if=/dev/zero of=test bs=64k count=512 oflag=dsync
  • 512+0 records in
  • 512+0 records out
  • 33554432 bytes (34 MB) copied, 0.297029 seconds, 113 MB/s
  • [root@VPS-64135094 ~]# dd if=/dev/zero of=/root/diskspeedoutput.img bs=64k count=16k conv=fdatasync
  • 16384+0 records in
  • 16384+0 records out
  • 1073741824 bytes (1.1 GB) copied, 4.60587 seconds, 233 MB/s
  • [root@VPS-64135094 ~]# dd if=/dev/zero of=/root/diskspeedoutput.img bs=64k count=16k conv=fdatasync
  • 16384+0 records in
  • 16384+0 records out
  • 1073741824 bytes (1.1 GB) copied, 4.62364 seconds, 232 MB/s
  • [root@VPS-64135094 ~]# dd if=/dev/zero of=/root/diskspeedoutput.img bs=64k count=16k conv=fdatasync
  • 16384+0 records in
  • 16384+0 records out
  • 1073741824 bytes (1.1 GB) copied, 4.63352 seconds, 232 MB/s
  • [root@VPS-64135094 ~]# dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync
  • 16384+0 records in
  • 16384+0 records out
  • 1073741824 bytes (1.1 GB) copied, 4.89943 seconds, 219 MB/s
  • [root@VPS-64135094 ~]# dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync
  • 16384+0 records in
  • 16384+0 records out
  • 1073741824 bytes (1.1 GB) copied, 4.68212 seconds, 229 MB/s
  • [root@VPS-64135094 ~]# dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync
  • 16384+0 records in
  • 16384+0 records out
  • 1073741824 bytes (1.1 GB) copied, 4.79575 seconds, 224 MB/s
  • [/ol]复制代码4:Meminfo内核信息:[ol]
  • [root@VPS-64135094 ~]# cat /proc/meminfo
  • MemTotal:       524472 kB
  • MemFree:         12076 kB
  • Buffers:          2476 kB
  • Cached:         477056 kB
  • SwapCached:          0 kB
  • Active:           7116 kB
  • Inactive:       475016 kB
  • HighTotal:           0 kB
  • HighFree:            0 kB
  • LowTotal:       524472 kB
  • LowFree:         12076 kB
  • SwapTotal:      524280 kB
  • SwapFree:       524244 kB
  • Dirty:               0 kB
  • Writeback:           0 kB
  • AnonPages:        2668 kB
  • Mapped:           4020 kB
  • Slab:            13480 kB
  • PageTables:        388 kB
  • NFS_Unstable:        0 kB
  • Bounce:              0 kB
  • CommitLimit:    786516 kB
  • Committed_AS:    38608 kB
  • VmallocTotal:   327672 kB
  • VmallocUsed:      1684 kB
  • VmallocChunk:   325500 kB
  • [/ol]复制代码5:CPU[ol]
  • [root@VPS-64135094 ~]# cat /proc/cpuinfo
  • processor       : 0
  • vendor_id       : GenuineIntel
  • cpu family      : 6
  • model           : 58
  • model name      : Intel(R) Xeon(R) CPU E3-1230 V2 @ 3.30GHz
  • stepping        : 9
  • cpu MHz         : 3300.128
  • cache size      : 8192 KB
  • fdiv_bug        : no
  • hlt_bug         : no
  • f00f_bug        : no
  • coma_bug        : no
  • fpu             : yes
  • fpu_exception   : yes
  • cpuid level     : 13
  • wp              : yes
  • flags           : fpu de tsc msr pae cx8 apic cmov pat clflush acpi mmx fxsr sse sse2 ss ht nx constant_tsc ida arat pni ssse3 sse4_1 sse4_2 popcnt
  • bogomips        : 8289.96
  • processor       : 1
  • vendor_id       : GenuineIntel
  • cpu family      : 6
  • model           : 58
  • model name      : Intel(R) Xeon(R) CPU E3-1230 V2 @ 3.30GHz
  • stepping        : 9
  • cpu MHz         : 3300.128
  • cache size      : 8192 KB
  • fdiv_bug        : no
  • hlt_bug         : no
  • f00f_bug        : no
  • coma_bug        : no
  • fpu             : yes
  • fpu_exception   : yes
  • cpuid level     : 13
  • wp              : yes
  • flags           : fpu de tsc msr pae cx8 apic cmov pat clflush acpi mmx fxsr sse sse2 ss ht nx constant_tsc up ida arat pni ssse3 sse4_1 sse4_2 popcnt
  • bogomips        : 8289.96
  • processor       : 2
  • vendor_id       : GenuineIntel
  • cpu family      : 6
  • model           : 58
  • model name      : Intel(R) Xeon(R) CPU E3-1230 V2 @ 3.30GHz
  • stepping        : 9
  • cpu MHz         : 3300.128
  • cache size      : 8192 KB
  • fdiv_bug        : no
  • hlt_bug         : no
  • f00f_bug        : no
  • coma_bug        : no
  • fpu             : yes
  • fpu_exception   : yes
  • cpuid level     : 13
  • wp              : yes
  • flags           : fpu de tsc msr pae cx8 apic cmov pat clflush acpi mmx fxsr sse sse2 ss ht nx constant_tsc up ida arat pni ssse3 sse4_1 sse4_2 popcnt
  • bogomips        : 8289.96
  • [/ol]复制代码后台模板  很多




    unixbench跑分lnmp 以及上传速度 明天再发



          这样的磁盘性能不常见啊   所谓高富帅 也不过如此。这只小鸡只需60一月 和K肿搞基,或许有一折or Free                                                                                                                                                        


    ——来自Cc的小霸王学习机
  • 本帖子中包含更多资源

    您需要 登录 才可以下载或查看,没有账号?立即注册

    ×
    回复

    使用道具 举报

    83

    主题

    495

    回帖

    1257

    积分

    金牌会员

    积分
    1257
    发表于 2012-7-29 21:35:58 | 显示全部楼层
    求free
    回复

    使用道具 举报

    5

    主题

    108

    回帖

    243

    积分

    中级会员

    积分
    243
     楼主| 发表于 2012-7-29 21:36:35 | 显示全部楼层

    Help 发表于 2012-7-29 21:35



    求free

                  和K肿搞基 得free vps 你懂得                                                                                                                                                


    ——来自Cc的路由器
    回复

    使用道具 举报

    13

    主题

    115

    回帖

    273

    积分

    中级会员

    积分
    273
    发表于 2012-7-29 21:35:00 | 显示全部楼层
    esc这货好强大

    给我加分  我让你们舔个爽
    回复

    使用道具 举报

    933

    主题

    9699

    回帖

    2万

    积分

    论坛元老

    积分
    22227
    发表于 2012-7-29 21:39:11 | 显示全部楼层
    拖个文件试试
    回复

    使用道具 举报

    227

    主题

    2078

    回帖

    4859

    积分

    论坛元老

    积分
    4859
    发表于 2012-7-29 21:41:32 | 显示全部楼层

    mix 发表于 2012-7-29 21:43



    拖个文件试试

    亲   lnmp 跑分  以及托文件明天再发
    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    Archiver|手机版|小黑屋|Discuz! X

    GMT+8, 2025-1-11 17:51 , Processed in 0.022335 second(s), 4 queries , Gzip On, Redis On.

    Powered by Discuz! X3.5

    © 2001-2024 Discuz! Team.

    快速回复 返回顶部 返回列表