Skip to content

Commit

Permalink
feat: adding nethogs and nload for network metrics (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatamutyala authored Nov 21, 2024
1 parent 322b59c commit 0fbf406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN curl -sSL https://sdk.cloud.google.com | bash \
&& rm -rf /usr/local/gcloud/google-cloud-sdk/lib/third_party/apis \
&& rm -rf /usr/local/gcloud/google-cloud-sdk/bin/anthoscli \
&& apt update \
&& apt install tmux dnsutils telnet iputils-ping jq certbot -y \
&& apt install tmux dnsutils telnet iputils-ping jq certbot nethogs nload -y \
&& apt clean -y
ENV PATH $PATH:/usr/local/gcloud/google-cloud-sdk/bin

Expand Down

0 comments on commit 0fbf406

Please sign in to comment.