Is there a method or tool in Python to model resource utilization (CPU and memory) based on incoming data traffic?
I created I network topology using a python package called NetworkX . In this topology I assigned to each nodes 2 attributes (cpu and ram capacities) the links also have a bandwidth . Now i want to simulate the resources utilisation based on incoming data .