2022年10月2日日曜日

ntop(windows版のhtopコマンド)

前提:
scoopコマンドを導入すること

手順:
1)以下の方法で導入を行う
scoop install ntop

2)以下のコマンドを投入するこで、ntopが実行される
ntop





helm( kube-prometheus-stack)とlokiの連携

helm経由で、 kube-prometheus-stackとloki stackを入れるだけだと連携ができないので 追加で以下の手順を進める必要がある。 1)Loki stackの導入を実施 helm install loki grafana/loki-stack --name...