Is there a way to monitor the amount of traffic & ...
# netmaker
t
Is there a way to monitor the amount of traffic & connections for external clients?
b
from within netmaker, no. on the ingress gateway itself you can get this infomation from
wg show
t
Can I also use it if netmaker is running inside a container?
b
yes, you just have to exec into the container to run
wg show
... eg on netmaker host
docker exec -it netmaker wg show
t
Oh, alright Thanks 🙂