# Perform Analysis of Celestia Light Node

By [greyreen](https://paragraph.com/@gamling) · 2023-05-02

---

Greetings! I've been closely involved with Celestia since its inception, and I'm currently operating a Light Node. Allow me to provide you with an overview of the lightweight node, the equipment I'm utilizing, and some key performance indicators.

From the very beginning, it was my greatest wish to be a part of this project and to witness its growth. After I was selected as a light node in The Blockspace Race event, I rented a server that would meet the minimum system requirements.

Here is my light node server over contabo.com :

> VPS S NVMe **Location:** Dusseldorf **Host system:** 17751 **OS:** Ubuntu 20.04 (64 Bit)

Here are commands;

*   To see the hardware list `sudo lshw -short`
    

![Listing Hardware](https://storage.googleapis.com/papyrus_images/7aff1d49db5e49af507c48f441bf6c20b8ac78033d09ffb45dfdd3ee1e83bb6f.png)

Listing Hardware

*   To see memory usage `cat /proc/meminfo`
    

![Memory Usage](https://storage.googleapis.com/papyrus_images/f5471403839fe32c332557029c9d25154421073ffae95471bb04815739462e14.png)

Memory Usage

*   To see free memory usage `free`
    

![Free Memory of RAM](https://storage.googleapis.com/papyrus_images/eb90330f182aa331bb6970af8b8dba062ea3e5dc3de51e76a5d7b358fc0ee1ef.png)

Free Memory of RAM

*   To see disk usage `df -h`
    

![Disk Usage](https://storage.googleapis.com/papyrus_images/c9487ae53a8e2f9e4d7186e8e81f734a3f6b27370df6102a785cfc524086be19.png)

Disk Usage

*   To see disk usage `top` **CPU usage**, **Memory usage**, **Swap Memory**, **Cache Size**, **Buffer Size**, **Process PID**, **User**, **Command**s, and much more.
    

![top command](https://storage.googleapis.com/papyrus_images/78a552b59e88c32eaa7cd8fafe91f9e2c64c6fb9c0e5dab2a4799c119d8fd5bb.png)

top command

OR;

*   To see the system monitor ;
    
    Install first `sudo apt-get install htop`
    

then run this command `htop`

![command htop](https://storage.googleapis.com/papyrus_images/b4eb76ba099d253100d7955a5350967772b7c45c9fba7cc66fe835b15d545335.png)

command htop

Check the load on the network ;

*   Install first `apt install iftop` then run this command `iftop`
    

![command iftop](https://storage.googleapis.com/papyrus_images/0fd117ee4032c8529341fad3868a4822dd2412f7c3fb5f870422b781caf38c13.png)

command iftop

In this scenario, it's evident that virtually any hosting service can effortlessly handle the workload. This makes perfect sense, given that the demands placed on a light node are quite minimal.

> Here is the end of the my light node analysis :) Happy to be a part of it. Thank You…

This is My Light Node

[https://tiascan.com/light-node/12D3KooWGUDdbeYTd84CcEqgpzCLj3au3M3jPoGWBdfmpNb6Kh2z](https://tiascan.com/light-node/12D3KooWGUDdbeYTd84CcEqgpzCLj3au3M3jPoGWBdfmpNb6Kh2z)

Telegram : greyreen Discord : greyreen#8420 Twitter : [twitter.com/greyreen](http://twitter.com/greyreen) Github : [github.com/greyreen](http://github.com/greyreen)

![Celestia](https://storage.googleapis.com/papyrus_images/aaac3a72a60437560d082c60bf2042b7c85ce83198f1488644e4335d7892d794.png)

Celestia

---

*Originally published on [greyreen](https://paragraph.com/@gamling/perform-analysis-of-celestia-light-node)*
