April 29, 2023
Celestia Light Node performance analysis
Description.
In this article we performed an analysis of Light Node effectiveness depending on hardware.
Environment.
Provider: https://oneprovider.com/
Location: Dallas (used same location to exclude location factor)
VM 1: Core(s) • 30GB SSD Storage • 1GB Memory
VM 2: Core(s) • 40GB SSD Storage • 2GB Memory
VM 3: Core(s) • 60GB SSD Storage • 3GB Memory
I prepared an Ansible playbook to deploy Light Node. Here is link to my Github repo https://github.com/krompets/celestia-light-node-playbook
- Clone project
# git clone https://github.com/krompets/celestia-light-node-playbook.git - Go to project dir
# cd celestia-light-node-playbook - Fill out hosts file with your hosts
- Deploy Light Node:
# ansible-playbook -i hosts playbook.yml
Read here https://github.com/krompets/celestia-light-node-playbook/blob/main/README.md
I installed Grafana and Prometheus docker containers to get hardware usage statistics
For monitoring the performance I used https://tiascan.com/ as it is developed by Celestia and I can 100% trust.