Skip to content

Slightly adjusted njmon for easier Informatica process monitoring using InfluxDB and Grafana

License

Notifications You must be signed in to change notification settings

consag/njmonForLinux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

njmon For Linux and Informatica

Slightly adjusted njmon for easier Informatica process monitoring using InfluxDB and Grafana

Modifications

  • Informatica uses many java and pmdtm/pmdtmsvc2 processes. For ease of monitoring it was better to not mark each process with its own identifier, eg. java_16736 and pmdtmsvc2_3552, but remove the Pid. It is then easier to write your query in InfluxDB or graphing the results in Grafana as you don't need additional processing in InfluxDB to get all java processes or all Informatica processes in one single result set.

Grafrana Template

  • Modified so it is now based on Linux terminology
  • Removed all AIX specifics
  • Added Informatica graphs for java and pmdtm/pmdtmsv2 processes
  • Added panel for current CPU, Memory, Disk I/O

njmon original source code

The original njmon source code is maintained by Nigel Griffiths on http://nmon.sourceforge.net/pmwiki.php?n=Site.Njmon

License provided code

Licenses referenced and other code