Bandwidth, network vs storage

Can someone explain what is happening here? 16.91GB of network bandwidth vs 145.77GB of storage used this month. I’m about a week old as a SNO.

If I have 145GB of storage sent to me, I would expect the network bandwidth to be close. Unless Storj is creating assets in the storage that I’ve alloted>?

You have 145GB*h, that is the amount of storage multiplicated with the duration it has been stored. So it could be that you just have 16 GB stored that have been sitting there for almost 10 hours.
You can check your storage usage in the cli dashboard https://documentation.storj.io/setup/cli/dashboard by running
docker exec -it storagenode /app/dashboard.sh

1 Like

Thanks, makes sense now.