Still low traffic after one month

I too am curious about the low traffic as a new node. The majority of my uploads are coming from 118UWp:

grep uploaded /media/storage/storj/node.log | cut -f5 | jq '."Satellite ID"' | sort | uniq -c
5114 "118UWpMCHzs6CvSgWd9BfFVjw5K9pZbJjkfZJexMtSkmKxvvAW"
270 "121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6"
443 "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S"
825 "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs"

But that satellite is giving me the fewest number of audits:

grep AUDIT /media/storage/storj/node.log | cut -f5 | jq '."Satellite ID"' | sort | uniq -c
  4 "118UWpMCHzs6CvSgWd9BfFVjw5K9pZbJjkfZJexMtSkmKxvvAW"
 28 "121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6"
 22 "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S"
 16 "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs"