euglena1215 / isucon4-final

Apache License 2.0
1 stars 0 forks source link

情報 #1

Open hayaokimura opened 5 years ago

hayaokimura commented 5 years ago

cat /proc/version os: Linux version 2.6.32-431.29.2.el6.centos.plus.x86_64 (mockbuild@c6b8.bsys.dev.centos.org) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-4) (GCC) ) #1 SMP Wed Sep 10 00:39:24 UTC 2014

cat /etc/redhat-release CentOS release 6.5 (Final)

hayaokimura commented 5 years ago
cd ~
sudo yum install unzip
wget https://github.com/matsuu/kataribe/releases/download/v0.3.0/linux_amd64.zip
unzip linux_amd64.zip

cat nginx.log | ./kataribe で動くのでは

hayaokimura commented 5 years ago
wget https://github.com/KLab/myprofiler/releases/download/0.1/myprofiler.linux_amd64.tar.gz
tar xf myprofiler.linux_amd64.tar.gz
sudo mv myprofiler /usr/local/bin/
rm myprofiler.linux_amd64.tar.gz

myprofilerで動く

hayaokimura commented 5 years ago

dstat sudo apt-get install dstat

iotop sudo apt-get install iotop

euglena1215 commented 5 years ago

nginxの起動方法

sudo service nginx start