Notifications
Clear all

Monitoring Linux Processes - Best Practice Example

2 Posts
2 Users
0 Likes
3,040 Views
Joined: 1 second ago
Posts: 0
Topic starter  

In regards to monitoring linux processes on single dashboard (both single instance & multiple instances), would it be possible to mimic in NetDiagnostics the following dashboard as best practice from article  http://devconnected.com/monitoring-linux-processes-using-prometheus-and-grafana/

How can it be achieved in ND? Can you share comparable dashboard screenshot and maybe writeup on building the same?

Key points:

A. system monitoring (cpu + memory) = top/htop like view

B. system availability = in case of a system overload, you may have no physical or remote access to your instance.  By externalizing process monitoring, you can analyze what’s causing the outage without accessing the machine.  Another reason is that processes get created and killed all the time, often by the kernel itself.  With a monitoring dashboard, you can simply go back in time and see which process was causing the issue.


   
Quote
Share: