I started operating storage nodes last week.
Just one week has passed, but the number of audits is just 30. (Sum of all satellites)
I have read that 100 audits from each satellite are required until the node is accepted.
I knew it was about a month, but it would take a year.
For reference, I will attach logs from the last 24 hours
Okay.
I understand that the audit can take more than a month.
However, the total traffic was about 10GB in one week.
This feels very small, but is it normal for a new node?
(If you look at a lot of threads, it feels like more traffic is flowing.)
Yes but right now theres alot less data incoming because the testing is focused on downloading from the nodes. If your talking about egress yes its very busy im running about 200Gigs perday there around. But as for ingress is very low right now.
It seems like its ok Just means someone its getting it before you, So you get context canceled.
It depends on alot of things location hardware internet etc.
I have a pretty new node I can test and show you what its getting as of right now.
Yes.
I understand it.
My node is in Japan, surrounded by the sea.
In addition, there are not many Storj users.
I think this is the biggest factor in truncating my node.
I use the fastest network possible, but there are limitations.
(Speed is fast, but RTT is slow, because it is surrounded by the sea)
Thanks to you, I was reassured that my node was not in an abnormal state.
2020-01-30T07:21:38.647Z INFO orders.118UWpMCHzs6CvSgWd9BfFVjw5K9pZbJjkfZJexMtSkmKxvvAW sending {“count”: 4}
2020-01-30T07:21:38.647Z INFO orders.12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S sending {“count”: 2}
2020-01-30T07:21:38.647Z INFO orders.12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs sending {“count”: 1}
2020-01-30T07:21:39.215Z INFO orders.12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S finished
2020-01-30T07:21:39.514Z INFO orders.12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs finished
2020-01-30T07:21:39.536Z INFO orders.118UWpMCHzs6CvSgWd9BfFVjw5K9pZbJjkfZJexMtSkmKxvvAW finished
Usually there are four satellites.
2020-01-30T07:49:49.597Z INFO orders.12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S sending {“count”: 2}
2020-01-30T07:49:49.597Z INFO orders.118UWpMCHzs6CvSgWd9BfFVjw5K9pZbJjkfZJexMtSkmKxvvAW sending {“count”: 2}
2020-01-30T07:49:49.597Z INFO orders.12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs sending {“count”: 2}
2020-01-30T07:49:49.598Z INFO orders.121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6 sending {“count”: 1}
2020-01-30T07:49:49.719Z INFO orders.121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6 finished
2020-01-30T07:49:50.016Z INFO orders.12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S finished
2020-01-30T07:49:50.319Z INFO orders.12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs finished
2020-01-30T07:49:50.416Z INFO orders.118UWpMCHzs6CvSgWd9BfFVjw5K9pZbJjkfZJexMtSkmKxvvAW finished
@networkdd Since the successrate.sh script uses the logs to grab audit data, you might want to use the following command to grab the audit results from the api (copy/paste into command line).
for sat in `wget -qO - localhost:14002/api/dashboard | jq .data.satellites[].id -r`; do wget -qO - localhost:14002/api/satellite/$sat | jq .data.id,.data.audit; done
These values persist across updates and give you an idea of how the node is doing even if the logs get cleared.