
ColorfulBox(カラフルボックス)を使ってみた感想とその時に取ったメモを書いていきます。
コントロールパネル
- シンプルで分かりやすい。
- cPanel も問題なし。独自開発された管理サイトで足らない機能があるくらいなら cPanel の方が断然よい。
- ということで、コントロールパネルとして足らなそうな機能は特に見当たらない。
- 自動バックアップ機能は、cPanel 内に組み込まれている (Jetbackup)。


SSHでログインして調査
メモリ
$ free -h
total used free shared buff/cache available
Mem: 377G 6.8G 222G 4.7G 148G 364G
Swap: 4.0G 0B 4.0G
これは、サーバー全体の値である。
ストレージ
$ df -h
df: マウントされているファイルシステムのテーブルを読めません: そのようなファイルやディレクトリはありま
せん
ディスク書き込み速度
$ dd if=/dev/zero of=1GB.txt bs=1M count=1024
1024+0 レコード入力
1024+0 レコード出力
1073741824 バイト (1.1 GB) コピーされました、 28.0754 秒、 38.2 MB/秒
- あまり速くはない。
システム
$ uname -a
Linux tky002.cbsv.jp 3.10.0-714.10.2.lve1.5.17.1.el7.x86_64 #1 SMP Tue May 22 10:39:25 EDT 2018 x86_64 x86_64 x86_64 GNU/Linux
ウェブのレスポンス
トップページ
- シンプルな
index.html
を用意してアクセス
$ ab -c 10 -n https://www.XXXXXX.cfbx.jp/
This is ApacheBench, Version 2.3 <$Revision: 1706008 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking www.XXXXXX.cfbx.jp (be patient).....done
Server Software: LiteSpeed
Server Hostname: www.XXXXXX.cfbx.jp
Server Port: 443
SSL/TLS Protocol: TLSv1.2,ECDHE-RSA-AES256-GCM-SHA384,2048,256
Document Path: /
Document Length: 1165 bytes
Concurrency Level: 10
Time taken for tests: 0.183 seconds
Complete requests: 10
Failed requests: 0
Total transferred: 13940 bytes
HTML transferred: 11650 bytes
Requests per second: 54.66 [#/sec] (mean)
Time per request: 182.961 [ms] (mean)
Time per request: 18.296 [ms] (mean, across all concurrent requests)
Transfer rate: 74.41 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 81 85 6.0 84 102
Processing: 70 73 2.4 71 77
Waiting: 69 72 2.2 71 75
Total: 152 158 5.8 157 173
Percentage of the requests served within a certain time (ms)
50% 157
66% 158
75% 158
80% 160
90% 173
95% 173
98% 173
99% 173
100% 173 (longest request)
PHPページ
- PHP の
phpinfo()
関数を実行するだけの PHPファイルphpinfo.php
にアクセス
$ ab -c 10 -n 10 https://www.XXXXX.cfbx.jp/phpinfo.php
This is ApacheBench, Version 2.3 <$Revision: 1706008 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking www.XXXXX.cfbx.jp (be patient).....done
Server Software: LiteSpeed
Server Hostname: www.XXXXX.cfbx.jp
Server Port: 443
SSL/TLS Protocol: TLSv1.2,ECDHE-RSA-AES256-GCM-SHA384,2048,256
Document Path: /phpinfo.php
Document Length: 108095 bytes
Concurrency Level: 10
Time taken for tests: 0.311 seconds
Complete requests: 10
Failed requests: 0
Total transferred: 1083020 bytes
HTML transferred: 1080950 bytes
Requests per second: 32.16 [#/sec] (mean)
Time per request: 310.905 [ms] (mean)
Time per request: 31.090 [ms] (mean, across all concurrent requests)
Transfer rate: 3401.80 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 55 58 1.9 57 62
Processing: 208 229 12.0 233 247
Waiting: 63 79 10.6 83 91
Total: 265 287 12.2 289 304
Percentage of the requests served within a certain time (ms)
50% 289
66% 290
75% 299
80% 300
90% 304
95% 304
98% 304
99% 304
100% 304 (longest request)
- 結構速い。
WordPress のトップページ
$ ab -c 10 -n 10 https://www.XXXXX.cfbx.jp/wp1/
This is ApacheBench, Version 2.3 <$Revision: 1706008 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking www.XXXXX.cfbx.jp (be patient).....done
Server Software: LiteSpeed
Server Hostname: www.XXXXX.cfbx.jp
Server Port: 443
SSL/TLS Protocol: TLSv1.2,ECDHE-RSA-AES256-GCM-SHA384,2048,256
Document Path: /wp1/
Document Length: 50743 bytes
Concurrency Level: 10
Time taken for tests: 0.249 seconds
Complete requests: 10
Failed requests: 0
Total transferred: 510390 bytes
HTML transferred: 507430 bytes
Requests per second: 40.11 [#/sec] (mean)
Time per request: 249.330 [ms] (mean)
Time per request: 24.933 [ms] (mean, across all concurrent requests)
Transfer rate: 1999.07 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 56 59 1.9 59 62
Processing: 121 159 22.3 165 190
Waiting: 81 110 19.5 113 141
Total: 177 218 22.9 226 249
Percentage of the requests served within a certain time (ms)
50% 226
66% 227
75% 234
80% 237
90% 249
95% 249
98% 249
99% 249
100% 249 (longest request)
- こちらも結構速い。
全体
- CloudLinux によるクラウド型レンタルサーバーと言っても、cPanel が採用されているためか、一般的な共有サーバーと操作感は変わらないことが分かる。つまり、今までの経験がそのまま生きるし、慣れていて使いやすく感じる。
- コントロールパネルサイトの cPanel 以外のページも、シンプルですっきりしていて使いやすい。
- SSHでログインした場合に使えるコマンドも割と多い。
git
コマンドも使える。 - 少なくとも、短期間使ってみるくらいだと特に問題が見当たらない。