dotnet-counters - Monitor specified process
dotnet-counters 可用來監控 .Net Core 的 Process,像是這邊筆者準備了一份簡單的程式想要觀察其 CPU 與 Memory 這些資源上的變化狀況。 ...
dotnet-counters 可用來監控 .Net Core 的 Process,像是這邊筆者準備了一份簡單的程式想要觀察其 CPU 與 Memory 這些資源上的變化狀況。 ...
要用 dotnet tool 安裝 dotnet-counters,可調用 d otnet tool install 帶入 –global 參數指定安裝至全域,並在最後帶入 dotnet-counters 指定安裝 dotnet-counters 套件。 ...
要用 dotnet tool 安裝 dotnet-trace,可調用 dotnet tool install 帶入 –global 參數指定安裝至全域,並在最後帶入 dotnet-trace 指定安裝 dotnet-trace 套件。 ...
使用 HomeBrew 如果出現 “Error: homebrew-core is a shallow clone.” 錯誤。 ...
要使用 OpenSSL CLI 進行加密,可先透過命令列帶入參數 -help 查閱一下 OpenSSL enc 的使用方式。 ...
要用 Docker 測試 MongoDB replica set 我們要先建立 Docker network。 ...
conventional-changelog-cli 是一命令列工具,能解析 Git 符合 Angular style 的 Commit log,產生對應的 Change log。 ...
commitlint 是一檢測 commit message 的工具。 使用上需先全域安裝 commitlint cli。 ...
Commitizen 可輔助 git 操作人員使用 commit message 的規範。 ...
要在 git commit 時去驗證 commit message,可在 commit 的 hook 加掛驗證的處理。 ...