I wanted to devlop a utility or tool to calculate resource utilisation (CPU consumption, RAM usgae, Network Consumption, Disk usage, etc.) of each and every server(VM's or physical server) associated with particular webisite or software and export that data into CSV in one go for further processing.
I have tried usig psutil library of python. That code runs just fine but it is not possible to run that code on each and every server manually. I want to develop a mechanism to run this code automatically on each server.