Total stored: 3674385213 bytes. <<<< that is … 3.6 Gigabytes! xD
Stats - Sent 1070000 messages in total, comprising 5151296966 bytes <<< again 5.5 gigabytes traffic … since … yesterday
(i just came home and saw that in the terminal of my server - give me some time to catch up with the news)
Sent 1355000 messages in total, comprising 35250853523 bytes
this is a lot of bandwidth ! It keeps well inside Vultr free trial monthly limits , though ( 31.27GB/3000GB ). I presume we want to really check our traffic pricing
okay - since there is impressive traffic and impressive amounts of data being uploaded … it is being used … and since it is being used it is being needed/wanted … =)
You remember that when a vault goes down the data that it stored is retrieved from other vaults to store in vaults so that the number of copies is kept up.
I’m keen to learn what’s going on here. Can someone help me decypher the vault log?
INFO 09:44:13.335183500 [safe_vault::personas::maid_manager maid_manager.rs:341] Managing 84 client accounts.
As I understand it, maid_manager is one of the personas a node can take on as it maintains its network of contacts and routes traffic around the system, is that right? So what are the 84 client accounts? And what does rs:341 signify?
hmmm - possible - i just was not expecting the vaults to know what is a user account and what is “regular data”
edit: but yes - for verifying a public signature of some peace of data … you need to know what account (with which public key) signed it … and therefore … it is necessary to manage a global list of accounts/keys - makes 100% sense
Routing table size 18 would make me think there are 18 machines processes connected to the network, vaults and clients mixed. But I may be completely wrong, as suggests the 70 clients figure.
I’m trying to read the vault output, some figures make sense easily, some are quite misterious ! I hope MaidSafe people write some documentation about this at some point.
EDIT - I just read this :
makes me think my idea of “routing table size” is indeed completely wrong
…so… not only counting up … but connected clients are the launchers (not managed clients) oooooor the managed clients are the clients managed by our subgroup
The Routing Table size: 18 is saying there are 18 other vaults connected to you. The clients are not included in this figure as they don’t appear in routing tables - they’re not used to route messages across the network.
Managing 73 client accounts is giving the number of client accounts your vault is looking after, regardless of whether that client is connected to the network or not. Even if a client is connected to the network, it’s likely not connected to any of the vaults which actually manage its account.
The number changed from 80 to 73 because a new vault joined your section and some of the client accounts were offloaded to it. Only the 8 closest vaults to a given client account are responsible for managing it, so the new vault joining pushed your vault outside the closest 8 for 7 of the client accounts it was managing.
Hope that helps? I need to go afk for a few hours, so I can’t answer any more for a wee while, but I’ll check in later if possible