Performance Monitoring
Monitoring TON server performance
Tools like htop
, iotop
, iftop
, dstat
, nmon
and others are good for measuring real-time performance, but they lack functionalities when it comes to troubleshooting past performance.
This guide recommends and explains how to use the Linux sar (System Activity Report) utility for TON server performance monitoring.
tip
This guideline helps to identify if your server experiences any resource shortage, not if validator-engine performs badly.
Installation
SAR Installation
sudo apt-get install sysstat