docker logs storagenode | grep --max-count 10 bandwidth
2024-05-21T03:10:13Z INFO bandwidth Persisting bandwidth usage cache to db {"Process": "storagenode"}
2024-05-21T04:10:13Z INFO bandwidth Persisting bandwidth usage cache to db {"Process": "storagenode"}
2024-05-21T05:10:13Z INFO bandwidth Persisting bandwidth usage cache to db {"Process": "storagenode"}
2024-05-21T06:10:13Z INFO bandwidth Persisting bandwidth usage cache to db {"Process": "storagenode"}
2024-05-21T07:10:13Z INFO bandwidth Persisting bandwidth usage cache to db {"Process": "storagenode"}
2024-05-21T08:10:13Z INFO bandwidth Persisting bandwidth usage cache to db {"Process": "storagenode"}
2024-05-21T09:10:13Z INFO bandwidth Persisting bandwidth usage cache to db {"Process": "storagenode"}
2024-05-21T10:10:13Z INFO bandwidth Persisting bandwidth usage cache to db {"Process": "storagenode"}
2024-05-21T11:10:13Z INFO bandwidth Persisting bandwidth usage cache to db {"Process": "storagenode"}
2024-05-21T12:10:13Z INFO bandwidth Persisting bandwidth usage cache to db {"Process": "storagenode"}
I see today is different.
The node that showed only 30B for the current day yesterday shows 50GB for todays ingress so far.
But as for yesterday as said, when I see appr. 40k successfull uploads the ingress normally cannot be 30 bytes.
Maybe records did not get submitted to the database yesterday?
docker logs storagenode | grep bandwidth | tail -10
2024-05-21T23:10:13Z INFO bandwidth Persisting bandwidth usage cache to db {"Process": "storagenode"}
2024-05-22T00:10:13Z INFO bandwidth Persisting bandwidth usage cache to db {"Process": "storagenode"}
2024-05-22T01:10:13Z INFO bandwidth Persisting bandwidth usage cache to db {"Process": "storagenode"}
2024-05-22T02:10:13Z INFO bandwidth Persisting bandwidth usage cache to db {"Process": "storagenode"}
2024-05-22T03:10:13Z INFO bandwidth Persisting bandwidth usage cache to db {"Process": "storagenode"}
2024-05-22T04:10:13Z INFO bandwidth Persisting bandwidth usage cache to db {"Process": "storagenode"}
2024-05-22T05:10:13Z INFO bandwidth Persisting bandwidth usage cache to db {"Process": "storagenode"}
2024-05-22T06:10:13Z INFO bandwidth Persisting bandwidth usage cache to db {"Process": "storagenode"}
2024-05-22T07:10:13Z INFO bandwidth Persisting bandwidth usage cache to db {"Process": "storagenode"}
2024-05-22T08:10:13Z INFO bandwidth Persisting bandwidth usage cache to db {"Process": "storagenode"}
So ok we can tell data has been submitted today and yesterday. But yesterday it showed only 30 bytes.