Once your validator has been activated, you can set up [validator monitoring](./validator-monitor.md) together with a [dashboard](./metrics-pretty-pictures.md) to keep track of its performance.
Another way of keeping track is using an online service such as beaconcha.in - [Mainnet](https://beaconcha.in/) or [Prater](https://prater.beaconcha.in).
On startup, you should see a log message that reads `Local validator attached`. This has a `pubkey` field which should the public key of your validator.
-`slot` is the current time on the beacon chain, measured in "slots"
-`epoch` shows the current epoch - each epoch has 32 slots, and each validator performs one attestation per epoch
-`peers` tells you how many peers you're currently connected to - depending on the number of attached validators, you may need anywhere from 10 to 60 peers connected
-`sync` tells you if your client is synced and can perform duties, or how long it will take to get there
-`/opt` means that the node is [optimistically synced](./optimistic-sync.md) - it is waiting for the execution client to finish syncing
- in the case of [trusted node sync](./trusted-node-sync.md) it may also show `backfill` in which case duties are being performed but more bandwidth than usual is being used to download historical blocks
The string of letters -- what we call the `sync worker map` (in the above case represented by `DDQQDDDPDD`) represents the peers you are syncing from, where: