2018年4月13日金曜日

php.iniファイルの場所を調べる

サーバのphp.iniファイルの場所を調べる方法、
1、まず、サーバにsshします
2、次のコマンドを実行「php -i | grep "Loaded Configuration File"

2018年4月9日月曜日

mac jmeterのインストール方法

以下のコマンドでインストール
 brew install jmeter --with-plugins
↑プラグインが不要な場合、「--with-plugins」をなしにする 
 
以下のコマンドでインストールされたjmeterを開く
 open /usr/local/bin/jmeter