1
0
mirror of https://github.com/limosek/zaf-plugins.git synced 2024-11-01 08:17:19 +01:00
limosek-zaf-plugins/psx
Lukas Macura 8922559443 Released new zaf plugin version
Added documentation
2016-04-09 12:23:40 +02:00
..
control.zaf Repaired psx discovery 2016-04-04 11:04:12 +02:00
proc-discovery.sh Repaired script and template 2016-04-01 15:50:42 +02:00
README.md Released new zaf plugin version 2016-04-09 12:23:40 +02:00
template.xml Released new zaf plugin version 2016-04-09 12:23:40 +02:00

Zaf plugin for detailed process info

This plugin is used to monitor process activity on linux based systems. It supports autodiscovery of processes and next to this it will show CPU and memory usage of each process. Please note that this plugin is very simple plugin for domonstrating possibilities. It cannot catch all processes because it discovers processes in regular intervals and if process will start and end between this time, it will not be autodiscovered.

Usage


psx.discovery                                 [t|{
 "data":[
 {
  "{#PSNAME}":"daemon" ,
  "{#PSUSER}":"atd" 
 },
 {
  "{#PSNAME}":"hosting" ,
  "{#PSUSER}":"php5-fpm" 
 },
 {
  "{#PSNAME}":"krtek" ,
  "{#PSUSER}":"php5-fpm" 
 },
 {
  "{#PSNAME}":"lipka" ,
  "{#PSUSER}":"php5-fpm" 
 },
 {
  "{#PSNAME}":"macura" ,
  "{#PSUSER}":"php5-fpm" 
 },
 {
  "{#PSNAME}":"memcache" ,
  "{#PSUSER}":"memcached" 
 },
 {
  "{#PSNAME}":"message+" ,
  "{#PSUSER}":"dbus-daemon" 
 },
 {
  "{#PSNAME}":"mysql" ,
  "{#PSUSER}":"mysqld" 
 },
 {
  "{#PSNAME}":"odeli" ,
  "{#PSUSER}":"php5-fpm" 
 },
 {
  "{#PSNAME}":"postfix" ,
  "{#PSUSER}":"qmgr" 
 },
 {
  "{#PSNAME}":"postfix" ,
  "{#PSUSER}":"tlsmgr" 
 },
 {
  "{#PSNAME}":"rdnssd" ,
  "{#PSUSER}":"rdnssd" 
 },
 {
  "{#PSNAME}":"root" ,
  "{#PSUSER}":"acpid" 
 }
 ]
}