amanusk / s-tui

Terminal-based CPU stress and monitoring utility
https://amanusk.github.io/s-tui/
GNU General Public License v2.0
4.05k stars 139 forks source link

Statistic data storing to DB #141

Open ghost opened 4 years ago

ghost commented 4 years ago

Its will be great function to store statistic data to MongoDB or MySQL. It will useful for monitoring server or multiple pc online and for statistic data analysis (in platforms like MongoCompass, Pyramid and etc).

For MongoDB python have package 'pymongo', its weary simple to store JSON type data in mongodb.

amanusk commented 4 years ago

Is this something you would like to try implement?