官方文件介紹
設定日誌輸出到檔案中,日誌級別debug
etc/emq.conf
## console log. enum: off, file, console, both
log.console = file
## console log level. enum: debug, info, notice, warning, error, critical, alert, emergency
log.console.level = debug
## console log file 注意要開啟下面一行的的注釋,預設是注釋掉的
log.console.file = log/console.log
重啟 emq
bin 目錄下執行
./emqttd stop
pa -aux | grep emq
kill
然後./emqttd start
[root@izwz9ijy6ieyxskc6kgg8rz bin]# ./emqttd stop
ok[root@izwz9ijy6ieyxskc6kgg8rz bin]# ps -aux | grep emq
root 1296 0.0 0.0 11624 340 ? s jun03 0:06 /root/emqtt/emqttd-centos7-v2.2.0/emqttd/erts-8.3/bin/epmd -daemon
root 6234 0.0 0.0 112712 984 pts/1 s+ 14:40 0:00 grep --color=auto emq
[root@izwz9ijy6ieyxskc6kgg8rz bin]# kill 1296
[root@izwz9ijy6ieyxskc6kgg8rz bin]#
[root@izwz9ijy6ieyxskc6kgg8rz bin]#
[root@izwz9ijy6ieyxskc6kgg8rz bin]#
[root@izwz9ijy6ieyxskc6kgg8rz bin]# ps -aux | grep emq
root 6242 0.0 0.0 112708 984 pts/1 s+ 14:41 0:00 grep --color=auto emq
[root@izwz9ijy6ieyxskc6kgg8rz bin]#
[root@izwz9ijy6ieyxskc6kgg8rz bin]#
[root@izwz9ijy6ieyxskc6kgg8rz bin]# ./emqttd start
emqttd 2.2 is started successfully!
[root@izwz9ijy6ieyxskc6kgg8rz bin]#
進到 log 目錄下 就可以看到 console.log 日誌檔案了
tail -f console.log 可以開始看日誌資訊 分析問題了
CentOS下搭建Emqtt伺服器(emqx)
簡介 我把壓縮包放到 emqtt目錄下。那麼這個軟體的絕對路徑是 root mqtt emqx 首先進入 emqtt 目錄 需先建立emqtt目錄 上傳並解壓檔案 cd emqtt unzip emqx centos7 v3.1.1.zip 為了方便使用bin目錄下的命令,我們配置一下emqtt的環...
oracle伺服器開啟
oracle必須開啟的服務有 oracleserviceoracl 資料庫服務 資料庫例項 是oracle核心服務,該服務是資料庫啟動的基礎,只有該服務啟動,oracle資料庫才能正常啟動 oracleoradb11g home1tnslistener 是oracle監聽程式,如果想開啟oracle...
伺服器開啟GZIP
開始接觸gzip壓縮是在工作中上傳lodash指令碼檔案到伺服器上。本來壓縮版的指令碼也有七十幾kb,但是筆者的同事說上傳到伺服器上只有二十多kb,筆者半信半疑,怎麼會有這麼大的差距,伺服器壓縮的幅度也太大了。後來網上找了很多資料,發現gzip確實能夠節省傳輸過程中很多的流量。gzip是gnuzip...