1

Mininet hosts have their own network namespace, however, they all run in the same "process id namespace".

I want to know information (memory and cpu usage) regarding host-specific processes because I am experimenting with load balancing and I want to be able to gather some load metrics for each server (running on mininet hosts). Thank you in advance.

gmeh94
  • 31
  • 4

1 Answers1

0

try to use this: Mininet plot_cpu.py!

Please, let me know if this information was useful.

Luis
  • 1