Very low usage?

Hello,

I am running my node for a few months now and I noticed that the storage isn’t used very much.
With not very much I mean 36GB of 2TB. I have much more idle TB’s available but I am not planning to add it when not utilized. Any ideas why the usage is so low? I have had a node in the past (before I moved) which had a use rate of 2/2TB within the first 40 days.

Thanks!

As users get on board the traffic fluctuates. You can’t compare any day’s traffic with any other day/week/year.

But 36 GB in months is really very low.

You need to check your success rates. And is the version up to date? Is your node vetted on all satellites and no suspensions?

2 Likes

yeah 36GB is too low. Even my 2 months old nodes have ~100GB

1 Like

I have just checked, I have 10 GB ingress a day (without repair ingress) currently on one node. So 36 GB is really nothing.

@unf0rg0tt3n Could you check your logs to see if something’s wrong with your node?

Also, could be worth having a go with the following script to see your success rates:

I can see that all satellites are 100% with no problems

So I checked and:

========== AUDIT ==============
Critically failed:     0
Critical Fail Rate:    0.000%
Recoverable failed:    0
Recoverable Fail Rate: 0.000%
Successful:            265
Success Rate:          100.000%
========== DOWNLOAD ===========
Failed:                37
Fail Rate:             1.031%
Canceled:              139
Cancel Rate:           3.873%
Successful:            3413
Success Rate:          95.096%
========== UPLOAD =============
Rejected:              0
Acceptance Rate:       100.000%
---------- accepted -----------
Failed:                257
Fail Rate:             0.907%
Canceled:              53
Cancel Rate:           0.187%
Successful:            28040
Success Rate:          98.907%
========== REPAIR DOWNLOAD ====
Failed:                0
Fail Rate:             0.000%
Canceled:              0
Cancel Rate:           0.000%
Successful:            28
Success Rate:          100.000%
========== REPAIR UPLOAD ======
Failed:                91
Fail Rate:             0.393%
Canceled:              10
Cancel Rate:           0.043%
Successful:            23041
Success Rate:          99.564%
========== DELETE =============
Failed:                2
Fail Rate:             0.047%
Successful:            4279
Success Rate:          99.953%

Also this is a screenshot of disk stats:

Sorry for the late reply, I work in IT and it’s hectic at the moment.

Cheers,
Dennis

These success rates look good.

The “disk space used” chart is usually always wrong for the couple of past days, but yours seem wrong for a longer period of time :thinking:
Here’s mine for instance:

How do your online scores look?

Is your node fully vetted on all sats’?

How many other nodes share this IP?

You should have a look at your logs too.
I wouldn’t quite know what to look for exactly… Errors, in general I guess :confused:

What does your log show for “Upload failed” ?

Thanks for the replies guys!

75% and up. My ISP is replacing the cable; today it dropped to 75% it was 100% last night.

What is vetted? if it means online on all satellites then yes

none, his is the only node. I went for ISCSI because I can grow when needed.

Errors, errors not many but some I guess:

2021-01-21T17:16:48.226Z	INFO	Configuration loaded	{"Location": "/app/config/config.yaml"}

2021-01-21T17:16:48.240Z	INFO	Operator email	{"Address": "EMAIL ADDRESS"}


2021-01-21T17:16:48.240Z	INFO	Operator wallet	{"Address": "MY WALLET"}


Error: Error creating revocation database: revocation database error: boltdb error: open config/revocations.db: read-only file system


	storj.io/storj/storage/boltdb.New:44


	storj.io/storj/pkg/revocation.newDBBolt:50


	storj.io/storj/pkg/revocation.NewDB:33


	storj.io/storj/pkg/revocation.NewDBFromCfg:21


	main.cmdRun:161


	storj.io/private/process.cleanup.func1.4:362


	storj.io/private/process.cleanup.func1:380


	github.com/spf13/cobra.(*Command).execute:842


	github.com/spf13/cobra.(*Command).ExecuteC:950


	github.com/spf13/cobra.(*Command).Execute:887


	storj.io/private/process.ExecWithCustomConfig:88


	storj.io/private/process.ExecCustomDebug:70


	main.main:336


	runtime.main:204


2021-01-21T17:17:59.751Z	INFO	Configuration loaded	{"Location": "/app/config/config.yaml"}


2021-01-21T17:17:59.769Z	INFO	Operator email	{"Address": "EMAIL ADDRESS"}


2021-01-21T17:17:59.769Z	INFO	Operator wallet	{"Address": "MY WALLET"}


2021-01-21T17:18:01.554Z	INFO	Telemetry enabled


2021-01-21T17:18:03.112Z	INFO	db.migration	Database Version	{"version": 46}


2021-01-21T17:18:04.646Z	WARN	trust	Failed to fetch URLs from source; used cache	{"source": "https://tardigrade.io/trusted-satellites", "error": "HTTP source: Get \"https://tardigrade.io/trusted-satellites\": x509: certificate signed by unknown authority", "errorVerbose": "HTTP source: Get \"https://tardigrade.io/trusted-satellites\": x509: certificate signed by unknown authority\n\tstorj.io/storj/storagenode/trust.(*HTTPSource).FetchEntries:63\n\tstorj.io/storj/storagenode/trust.(*List).fetchEntries:90\n\tstorj.io/storj/storagenode/trust.(*List).FetchURLs:49\n\tstorj.io/storj/storagenode/trust.(*Pool).fetchURLs:240\n\tstorj.io/storj/storagenode/trust.(*Pool).Refresh:177\n\tstorj.io/storj/storagenode.(*Peer).Run:765\n\tmain.cmdRun:210\n\tstorj.io/private/process.cleanup.func1.4:362\n\tstorj.io/private/process.cleanup.func1:380\n\tgithub.com/spf13/cobra.(*Command).execute:842\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:950\n\tgithub.com/spf13/cobra.(*Command).Execute:887\n\tstorj.io/private/process.ExecWithCustomConfig:88\n\tstorj.io/private/process.ExecCustomDebug:70\n\tmain.main:336\n\truntime.main:204"}


2021-01-21T17:18:05.410Z	INFO	preflight:localtime	start checking local system clock with trusted satellites' system clock.


2021-01-21T17:18:06.375Z	INFO	preflight:localtime	local system clock is in sync with trusted satellites' system clock.


2021-01-21T17:18:06.376Z	INFO	bandwidth	Performing bandwidth usage rollups


2021-01-21T17:18:06.377Z	INFO	Node 1AWcBavBHVsfKRo7Ku1LZqHASQVBKAeUesGvqcswKwZWLJrMzh started


2021-01-21T17:18:06.377Z	INFO	Public server started on [::]:28967


2021-01-21T17:18:06.377Z	INFO	Private server started on 127.0.0.1:7778


2021-01-21T17:18:06.378Z	INFO	trust	Scheduling next refresh	{"after": "4h58m52.711461179s"}


2021-01-21T17:18:19.193Z	INFO	orders.1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE	sending	{"count": 1}


2021-01-21T17:18:19.196Z	INFO	orders.121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6	sending	{"count": 1}


2021-01-21T17:18:19.197Z	INFO	orders.12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs	sending	{"count": 7}


2021-01-21T17:18:19.275Z	INFO	orders.12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs	finished


2021-01-21T17:18:19.753Z	INFO	orders.1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE	finished


2021-01-21T17:18:20.072Z	INFO	orders.121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6	finished


2021-01-21T17:18:20.106Z	INFO	orders.1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE	sending	{"count": 8}


2021-01-21T17:18:20.107Z	INFO	orders.12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs	sending	{"count": 12}


2021-01-21T17:18:20.205Z	INFO	orders.12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs	finished


2021-01-21T17:18:20.827Z	INFO	orders.1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE	finished


2021-01-21T17:18:20.831Z	INFO	orders.1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE	sending	{"count": 5}


2021-01-21T17:18:20.831Z	INFO	orders.12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs	sending	{"count": 9}


2021-01-21T17:18:20.919Z	INFO	orders.12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs	finished


2021-01-21T17:18:21.389Z	INFO	orders.1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE	finished


2021-01-21T17:18:50.128Z	INFO	piecestore	download started	{"Piece ID": "66ZUU2GB4Q3U5S6KUTV6L5YA5Y6ZH3H6EHLXR2UUWI2NYIK5ARDQ", "Satellite ID": "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE", "Action": "GET"}


2021-01-21T17:18:53.181Z	INFO	piecestore	downloaded	{"Piece ID": "66ZUU2GB4Q3U5S6KUTV6L5YA5Y6ZH3H6EHLXR2UUWI2NYIK5ARDQ", "Satellite ID": "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE", "Action": "GET"}


2021-01-21T17:20:51.367Z	INFO	piecestore	download started	{"Piece ID": "SFDDKFMKNNKD3Q6LWCZOUFWIYC5ATDKUVMEVWM6OJFJQBJHE3NAA", "Satellite ID": "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE", "Action": "GET"}


2021-01-21T17:20:54.295Z	INFO	piecestore	downloaded	{"Piece ID": "SFDDKFMKNNKD3Q6LWCZOUFWIYC5ATDKUVMEVWM6OJFJQBJHE3NAA", "Satellite ID": "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE", "Action": "GET"}


2021-01-21T17:25:52.120Z	INFO	piecestore	download started	{"Piece ID": "SFDDKFMKNNKD3Q6LWCZOUFWIYC5ATDKUVMEVWM6OJFJQBJHE3NAA", "Satellite ID": "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE", "Action": "GET"}


2021-01-21T17:25:54.946Z	INFO	piecestore	downloaded	{"Piece ID": "SFDDKFMKNNKD3Q6LWCZOUFWIYC5ATDKUVMEVWM6OJFJQBJHE3NAA", "Satellite ID": "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE", "Action": "GET"}


2021-01-21T17:34:05.438Z	INFO	piecestore	download started	{"Piece ID": "66ZUU2GB4Q3U5S6KUTV6L5YA5Y6ZH3H6EHLXR2UUWI2NYIK5ARDQ", "Satellite ID": "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE", "Action": "GET"}


2021-01-21T17:34:08.481Z	INFO	piecestore	downloaded	{"Piece ID": "66ZUU2GB4Q3U5S6KUTV6L5YA5Y6ZH3H6EHLXR2UUWI2NYIK5ARDQ", "Satellite ID": "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE", "Action": "GET"}


2021-01-21T17:39:54.486Z	INFO	piecestore	download started	{"Piece ID": "OUPVOH4SLRBSHH4EUIHZZ4JT34MXYSZCVESL2Z4HADVWNVIF6HIA", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "GET"}


2021-01-21T17:39:54.705Z	ERROR	piecestore	download failed	{"Piece ID": "OUPVOH4SLRBSHH4EUIHZZ4JT34MXYSZCVESL2Z4HADVWNVIF6HIA", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "GET", "error": "untrusted: unable to get signee: trust: rpc: dial tcp: operation was canceled", "errorVerbose": "untrusted: unable to get signee: trust: rpc: dial tcp: operation was canceled\n\tstorj.io/storj/storagenode/piecestore.(*Endpoint).VerifyOrderLimitSignature:140\n\tstorj.io/storj/storagenode/piecestore.(*Endpoint).verifyOrderLimit:62\n\tstorj.io/storj/storagenode/piecestore.(*Endpoint).Download:462\n\tstorj.io/common/pb.DRPCPiecestoreDescription.Method.func2:1004\n\tstorj.io/drpc/drpcmux.(*Mux).HandleRPC:107\n\tstorj.io/common/rpc/rpctracing.(*Handler).HandleRPC:56\n\tstorj.io/drpc/drpcserver.(*Server).handleRPC:111\n\tstorj.io/drpc/drpcserver.(*Server).ServeOne:62\n\tstorj.io/drpc/drpcserver.(*Server).Serve.func2:99\n\tstorj.io/drpc/drpcctx.(*Tracker).track:51"}


2021-01-21T17:41:40.685Z	INFO	piecestore	download started	{"Piece ID": "LVJZQH62JGBIWD4V5HEKXBMP64BYV74QFM4MMEZSGZYWI7ZZV4NQ", "Satellite ID": "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE", "Action": "GET"}


2021-01-21T17:41:43.792Z	INFO	piecestore	downloaded	{"Piece ID": "LVJZQH62JGBIWD4V5HEKXBMP64BYV74QFM4MMEZSGZYWI7ZZV4NQ", "Satellite ID": "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE", "Action": "GET"}


2021-01-21T17:43:06.342Z	INFO	piecestore	download started	{"Piece ID": "LVJZQH62JGBIWD4V5HEKXBMP64BYV74QFM4MMEZSGZYWI7ZZV4NQ", "Satellite ID": "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE", "Action": "GET"}


2021-01-21T17:43:09.405Z	INFO	piecestore	downloaded	{"Piece ID": "LVJZQH62JGBIWD4V5HEKXBMP64BYV74QFM4MMEZSGZYWI7ZZV4NQ", "Satellite ID": "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE", "Action": "GET"}


2021-01-21T17:51:59.809Z	INFO	piecestore	download started	{"Piece ID": "SFDDKFMKNNKD3Q6LWCZOUFWIYC5ATDKUVMEVWM6OJFJQBJHE3NAA", "Satellite ID": "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE", "Action": "GET"}


2021-01-21T17:52:04.042Z	INFO	piecestore	downloaded	{"Piece ID": "SFDDKFMKNNKD3Q6LWCZOUFWIYC5ATDKUVMEVWM6OJFJQBJHE3NAA", "Satellite ID": "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE", "Action": "GET"}


2021-01-21T17:52:22.622Z	INFO	piecestore	download started	{"Piece ID": "66ZUU2GB4Q3U5S6KUTV6L5YA5Y6ZH3H6EHLXR2UUWI2NYIK5ARDQ", "Satellite ID": "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE", "Action": "GET"}


2021-01-21T17:52:25.836Z	INFO	piecestore	downloaded	{"Piece ID": "66ZUU2GB4Q3U5S6KUTV6L5YA5Y6ZH3H6EHLXR2UUWI2NYIK5ARDQ", "Satellite ID": "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE", "Action": "GET"}


2021-01-21T17:52:48.349Z	INFO	piecestore	download started	{"Piece ID": "LVJZQH62JGBIWD4V5HEKXBMP64BYV74QFM4MMEZSGZYWI7ZZV4NQ", "Satellite ID": "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE", "Action": "GET"}


2021-01-21T17:52:51.751Z	INFO	piecestore	downloaded	{"Piece ID": "LVJZQH62JGBIWD4V5HEKXBMP64BYV74QFM4MMEZSGZYWI7ZZV4NQ", "Satellite ID": "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE", "Action": "GET"}


2021-01-21T17:55:26.252Z	INFO	piecestore	download started	{"Piece ID": "SFDDKFMKNNKD3Q6LWCZOUFWIYC5ATDKUVMEVWM6OJFJQBJHE3NAA", "Satellite ID": "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE", "Action": "GET"}


2021-01-21T17:55:29.287Z	INFO	piecestore	downloaded	{"Piece ID": "SFDDKFMKNNKD3Q6LWCZOUFWIYC5ATDKUVMEVWM6OJFJQBJHE3NAA", "Satellite ID": "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE", "Action": "GET"}


2021-01-21T17:55:31.586Z	INFO	piecestore	download started	{"Piece ID": "LVJZQH62JGBIWD4V5HEKXBMP64BYV74QFM4MMEZSGZYWI7ZZV4NQ", "Satellite ID": "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE", "Action": "GET"}


2021-01-21T17:55:34.909Z	INFO	piecestore	downloaded	{"Piece ID": "LVJZQH62JGBIWD4V5HEKXBMP64BYV74QFM4MMEZSGZYWI7ZZV4NQ", "Satellite ID": "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE", "Action": "GET"}


2021-01-21T18:04:11.195Z	INFO	piecestore	download started	{"Piece ID": "66ZUU2GB4Q3U5S6KUTV6L5YA5Y6ZH3H6EHLXR2UUWI2NYIK5ARDQ", "Satellite ID": "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE", "Action": "GET"}


2021-01-21T18:04:14.643Z	INFO	piecestore	downloaded	{"Piece ID": "66ZUU2GB4Q3U5S6KUTV6L5YA5Y6ZH3H6EHLXR2UUWI2NYIK5ARDQ", "Satellite ID": "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE", "Action": "GET"}


2021-01-21T18:08:59.568Z	INFO	piecestore	download started	{"Piece ID": "66ZUU2GB4Q3U5S6KUTV6L5YA5Y6ZH3H6EHLXR2UUWI2NYIK5ARDQ", "Satellite ID": "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE", "Action": "GET"}


2021-01-21T18:09:02.823Z	INFO	piecestore	downloaded	{"Piece ID": "66ZUU2GB4Q3U5S6KUTV6L5YA5Y6ZH3H6EHLXR2UUWI2NYIK5ARDQ", "Satellite ID": "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE", "Action": "GET"}


2021-01-21T18:10:47.638Z	INFO	piecestore	download started	{"Piece ID": "3IVLWKZGFFHEQBL5DWZROUYHYGBI2P7RCS4UBPPSGOE3NMVAWQPQ", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "GET"}


2021-01-21T18:10:48.179Z	INFO	piecestore	downloaded	{"Piece ID": "3IVLWKZGFFHEQBL5DWZROUYHYGBI2P7RCS4UBPPSGOE3NMVAWQPQ", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "GET"}


2021-01-21T18:16:42.541Z	INFO	piecestore	download started	{"Piece ID": "SFDDKFMKNNKD3Q6LWCZOUFWIYC5ATDKUVMEVWM6OJFJQBJHE3NAA", "Satellite ID": "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE", "Action": "GET"}


2021-01-21T18:16:45.459Z	INFO	piecestore	downloaded	{"Piece ID": "SFDDKFMKNNKD3Q6LWCZOUFWIYC5ATDKUVMEVWM6OJFJQBJHE3NAA", "Satellite ID": "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE", "Action": "GET"}


2021-01-21T18:16:54.071Z	INFO	piecestore	download started	{"Piece ID": "66ZUU2GB4Q3U5S6KUTV6L5YA5Y6ZH3H6EHLXR2UUWI2NYIK5ARDQ", "Satellite ID": "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE", "Action": "GET"}


2021-01-21T18:16:57.088Z	INFO	piecestore	downloaded	{"Piece ID": "66ZUU2GB4Q3U5S6KUTV6L5YA5Y6ZH3H6EHLXR2UUWI2NYIK5ARDQ", "Satellite ID": "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE", "Action": "GET"}


2021-01-21T18:17:24.380Z	INFO	piecestore	download started	{"Piece ID": "3IVLWKZGFFHEQBL5DWZROUYHYGBI2P7RCS4UBPPSGOE3NMVAWQPQ", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "GET"}


2021-01-21T18:17:24.782Z	INFO	piecestore	downloaded	{"Piece ID": "3IVLWKZGFFHEQBL5DWZROUYHYGBI2P7RCS4UBPPSGOE3NMVAWQPQ", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "GET"}


2021-01-21T18:18:01.653Z	INFO	piecestore	download started	{"Piece ID": "LVJZQH62JGBIWD4V5HEKXBMP64BYV74QFM4MMEZSGZYWI7ZZV4NQ", "Satellite ID": "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE", "Action": "GET"}


2021-01-21T18:18:04.583Z	INFO	piecestore	downloaded	{"Piece ID": "LVJZQH62JGBIWD4V5HEKXBMP64BYV74QFM4MMEZSGZYWI7ZZV4NQ", "Satellite ID": "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE", "Action": "GET"}


2021-01-21T18:18:05.444Z	INFO	bandwidth	Performing bandwidth usage rollups

How can I find that? I got the above log from portainer

Reply is coming; anti spam picked up my reply so it will be shown shorty I hope

75% isn’t great. I’m surprised it dropped from 100% to 75% in less than 24h, that seems like a very quick drop. How young is this node?

Nope, the vetting process is something very different: When a new node gets created, it first enters a “vetting phase” during which it usually doesn’t receive much data. During this period of time, satellites need to successfully audit your node 100 times (for each sat’) before it is considered vetted and healthy.
Checking this isn’t straight forward though as the vetting progress isn’t displayed on the dashboard, you need to fiddle with docker containers to get technical data, among which are the number of audits.
Have a look at this for instance:

Okay. Unless you would be unlucky enough to have other Nodes in your /24 subnet, it means you should get the full ingress potential. This can be checked there:
http://storjnet.info/neighbors

This doesn’t seem to be optimal for the Node software, you should check out some articles related to this:
https://forum.storj.io/tag/iscsi

That looks seriously off! It suggests that your node cannot write to your file system. You should check your disk and folders permissions. This said, the rest of the logs look okay so… it’s weird.

I do not know how “portainer” works personally so you’ll have to figure out how to grep this from its logs… ?
For a regular docker container, here is how to search for something (“failed” in this example) within its logs:
docker logs storagenode1 2>&1 | grep failed

(storagenode1 should be replaced with the name of your node)

1 Like

As a side note (if not done already), you might wanna redirect your logs to an external file on your host so they don’t get deleted each time the node gets updated (unless Portainer already avoids that?):
https://documentation.storj.io/resources/faq/redirect-logs

1 Like

I know it isn’t but my NAS is a virtual machine with 12TB pool and storj is a virtual machine. the storj HDD assigned to the VM is a ISCSI drive which directly writes to the NAS.
It has to be done this way because it won’t let me use SMB or NFS; both VM’s talk to the same NIC so the transfer is 10Gbe without packet loss. maybe the NAS had an unfortunate moment with updating or something. but losing a fraction wouldn’t matter if 95+% gets through. dataflow wouldn’t be low when and if provided right?

True, I have had some issues with my ISP’s cable. I work in IT and told them that their cables were not any good. after 4 months calling and nagging they will break the street to pull new wires.

My node is 3 months old now.

Honestly I’m out of ideas :thinking:

Hopefuly someone else will have more suggestions on what to check next ^^’

What’s your typical ingress per day these days, for each sat’? Here are mine from yesterday (on a fully vetted node - repair included):

  • Us2: 50MB
  • Saltlake: 900MB
  • Asia-east-1: 2.2GB
  • Us-central-1: 3.5GB
  • Europe-west-1: 3.2GB
  • Europe-north-1: 2.9GB

Considering there was a suspicious error with regards to one of the db files though, I think it wouldn’t hurt to check whether they are healthy or not.

Here are some instructions on how to check and (if necessary) repair database files:

These are mine of today:
all of them: 0
ingress is like 2 / 3 ish GB

Thanks for all the help guys! I need to figure out how to fix it.

Can you verify your node version? Any node that is 2 versions behind the current release will not be selected for uploads. If you node version is v1.18.x or older, you would not see any ingress.