Hi all,
There are plenty of solutions to monitor system usage (CPU, memory and so on) for a single network device. But I would like to monitor the induvidual processes over time in all IOS and IOS-XE network devices. Does anyone have a solution to do that?
The only idea I have right now is to make a script that structures output from CLI commands (like show processes cpu) to csv or json format and then import that to some tool that can make a graph out of it. But it feels like this should have been done in many organizations already. I shouldn't have to reinvent the wheel.