Network Usage Counter Reset

The lxc info <container_name> command can give the network usage of a specific container (bytes in and out by interface). Is there a simple way of resetting that counter?

No, we just expose the counters of the network interface as it is in the kernel.
The only way to reset such a counter is to delete the interface and re-create it.

1 Like