LogDevice - Edit range using ldshell

要使用 ldshell 變更 LogDevice 的 Log range,可以使用 -c 參數指定使用 Interactive Mode,帶入 LogDevice 的設定檔,帶入 logs set range,帶入 Log range,以及 Log name。 ...

October 12, 2018 · 1 min · 110 words · Larry Nung

LogDevice - Rename log using ldshell

要使用 ldshell 將 LogDevice 的 Log 更名,可以使用 -c 參數指定使用 Interactive Mode,帶入 LogDevice 的設定檔,帶入 logs rename 以及新舊 Log name 即可。 ...

October 11, 2018 · 1 min · 58 words · Larry Nung

LogDevice - Removing log using ldshell

要使用 ldshell 刪除 LogDevice 的 Log,可以使用 -c 參數指定使用 Interactive Mode,帶入 LogDevice 的設定檔,帶入 logs remove 及指定要刪除的 Log 即可。 ...

October 10, 2018 · 1 min · 57 words · Larry Nung

LogDevice - Show log tree using ldshell

要查看 LogDevice 的 Log tree,可以調用 ldshell 命令使用 -c 參數指定使用 Interactive Mode,帶入 LogDevice 的設定檔,帶入 logs show 指定要查閱 Log tree 即可。 ...

October 10, 2018 · 1 min · 104 words · Larry Nung

LogDevice - Read data from a log

要讀取 LogDevice 內的資料,可以調用 ldtail 命令,帶入設定檔位置以及要讀取的位置。 ...

October 7, 2018 · 1 min · 71 words · Larry Nung

LogDevice - Write data into a log

要將 Log 寫入 LogDevice,需要用 echo 輸出要寫入的 data,用 Pipline 將之帶入 ldwrite,並指定設定檔位置,以及要寫入的位置即可。 ...

October 5, 2018 · 1 min · 98 words · Larry Nung

LogDevice - Create log ranges using ldshell

LogDevce cluster 啟用後,首先需要先建立 Log range。 ...

October 3, 2018 · 1 min · 132 words · Larry Nung

LogDevice - Running a local cluster

LogDevice 安裝完後,可以啟動 Local cluster 試試。 調用 ld-dev-cluster 命令即可啟動 Local cluster。 ...

October 1, 2018 · 1 min · 261 words · Larry Nung

LogDevice - Installation

LogDevice 目前只支援在 Ubuntu 18 LTS “Bionic Beaver” 安裝。 且只支援由 Source 建置安裝,所以我們需先下載 LogDevice 的 Source Code。 ...

October 1, 2018 · 1 min · 138 words · Larry Nung