| 16 | |
| 17 | == Benck on 2010/12/16 == |
| 18 | * 使用開始から3ヶ月 |
| 19 | |
| 20 | * Ubuntu 10.04.1 x64 |
| 21 | * uname -a |
| 22 | {{{ |
| 23 | Linux wwwXXXXu 2.6.32-26-generic #48-Ubuntu SMP Wed Nov 24 10:14:11 UTC 2010 x86_64 GNU/Linux |
| 24 | }}} |
| 25 | * uptime |
| 26 | {{{ |
| 27 | 15:25:38 up 14 days, 18:32, 2 users, load average: 0.15, 0.12, 0.09 |
| 28 | }}} |
| 29 | * free -tm |
| 30 | {{{ |
| 31 | total used free shared buffers cached |
| 32 | Mem: 493 451 42 0 0 29 |
| 33 | -/+ buffers/cache: 422 71 |
| 34 | Swap: 895 184 711 |
| 35 | Total: 1389 636 753 |
| 36 | }}} |
| 37 | * df -h |
| 38 | {{{ |
| 39 | Filesystem Size Used Avail Use% Mounted on |
| 40 | /dev/sda1 20G 5.5G 14G 29% / |
| 41 | none 243M 164K 243M 1% /dev |
| 42 | none 247M 0 247M 0% /dev/shm |
| 43 | none 247M 44K 247M 1% /var/run |
| 44 | none 247M 0 247M 0% /var/lock |
| 45 | none 247M 0 247M 0% /lib/init/rw |
| 46 | }}} |
| 47 | * sudo hdparm -tT /dev/sda |
| 48 | {{{ |
| 49 | /dev/sda: |
| 50 | Timing cached reads: 12276 MB in 2.00 seconds = 6143.08 MB/sec |
| 51 | Timing buffered disk reads: 262 MB in 3.01 seconds = 87.14 MB/sec |
| 52 | }}} |
| 53 | |
| 54 | * wget http://ftp.tsukuba.wide.ad.jp/Linux/ubuntu-releases/lucid/ubuntu-10.04.1-server-amd64.iso -O /dev/null |
| 55 | {{{ |
| 56 | --2010-12-16 15:33:37-- http://ftp.tsukuba.wide.ad.jp/Linux/ubuntu-releases/lucid/ubuntu-10.04.1-server-amd64.iso |
| 57 | Resolving ftp.tsukuba.wide.ad.jp... 203.178.132.77, 203.178.132.78, 203.178.132.79, ... |
| 58 | Connecting to ftp.tsukuba.wide.ad.jp|203.178.132.77|:80... connected. |
| 59 | HTTP request sent, awaiting response... 200 OK |
| 60 | Length: 715644928 (682M) [application/octet-stream] |
| 61 | Saving to: `/dev/null' |
| 62 | |
| 63 | 100%[======================================>] 715,644,928 15.5M/s in 42s |
| 64 | |
| 65 | 2010-12-16 15:34:19 (16.2 MB/s) - `/dev/null' saved [715644928/715644928] |
| 66 | }}} |
| 67 | * wget http://ftp.riken.jp/Linux/ubuntu-iso/CDs/lucid/ubuntu-10.04.1-server-amd64.iso -O /dev/null |
| 68 | {{{ |
| 69 | --2010-12-16 15:35:49-- http://ftp.riken.jp/Linux/ubuntu-iso/CDs/lucid/ubuntu-10.04.1-server-amd64.iso |
| 70 | Resolving ftp.riken.jp... 134.160.38.1 |
| 71 | Connecting to ftp.riken.jp|134.160.38.1|:80... connected. |
| 72 | HTTP request sent, awaiting response... 200 OK |
| 73 | Length: 715644928 (682M) [application/octet-stream] |
| 74 | Saving to: `/dev/null' |
| 75 | |
| 76 | 100%[======================================>] 715,644,928 6.06M/s in 1m 54s |
| 77 | |
| 78 | 2010-12-16 15:37:43 (5.98 MB/s) - `/dev/null' saved [715644928/715644928] |
| 79 | }}} |
| 80 | * wget http://ftp.iij.ad.jp/pub/linux/ubuntu/releases/lucid/ubuntu-10.04.1-server-amd64.iso -O /dev/null |
| 81 | {{{ |
| 82 | --2010-12-16 15:38:00-- http://ftp.iij.ad.jp/pub/linux/ubuntu/releases/lucid/ubuntu-10.04.1-server-amd64.iso |
| 83 | Resolving ftp.iij.ad.jp... 202.232.140.141, 202.232.140.135, 202.232.140.136, ... |
| 84 | Connecting to ftp.iij.ad.jp|202.232.140.141|:80... connected. |
| 85 | HTTP request sent, awaiting response... 200 OK |
| 86 | Length: 715644928 (682M) [application/octet-stream] |
| 87 | Saving to: `/dev/null' |
| 88 | |
| 89 | 100%[======================================>] 715,644,928 51.8M/s in 18s |
| 90 | |
| 91 | 2010-12-16 15:38:18 (36.9 MB/s) - `/dev/null' saved [715644928/715644928] |
| 92 | }}} |