MyTonCtrl status
Here is an explanation of status
command output.
TON network status
Network name
Possible values: mainnet
, testnet
, unknown
. unknown
mustn't be printed ever.
Number of validators
There are two values: one green and one yellow. Green is the number of online validators, yellow is a number of all
validators.
Must be an integer greater than 0, MyTonCtrl get it with command getconfig 34
,
check this (param 32-34-and-36) section for more.
Number of shardchains
Must be an integer greater than 0, has green color.
Number of offers
There are two values: one green and one yellow. Green is a number of new offers
, yellow is a number of all offers
.
Number of complaints
There are two values: one green and one yellow. Green is a number of new complaints
, yellow is a number
of all complaints
.
Election status
Can be green text open
or yellow closed
.
Local validator status
Validator Index
If the validator index is higher or equal to 0 (and it should be so if validator mode is active), it must be green, else - red.
ADNL address of local validator
Just ADNL address.
Local validator wallet address
The address used for staking must be a valid TON address.
Local validator wallet balance
The balance of the wallet.
Load average
Has format [int]: int, int, int
. First one is a number of cpus, others represent the system load average for the last 1, 5 and 15 minutes.
Network load average
Three integers, same logic as for load average
: system load average for the last 1, 5 and 15 minutes.
Memory load
Two pairs of integers, absolute and relative memory usage of ram and swap.
Disks load average
Same as for memory load
, but for all disks.
Mytoncore status
Should be green, tells how much time Mytoncore is up.
Local validator status
Should be green, tells how much time the local validator is up.
Local validator out of sync
Integer should be less than 20 (it will be green so).