Plugin which allows you to see how much is your processor used by different processes.
Edit Bijk plugin config file by editor.
# vim /etc/bijk/plugins.yml
- cpu_per_user
# Bijk-node plugin configuration file # Commented values are defaults #--- #apache: # default: # url: http://127.0.0.1/server-status?auto #filesystem: # sensors: # exclude: # - ^[^-]*-/lib # - ^[^-]*-/dev #memcached: # default: # host: 127.0.0.1 # port: 11211 #mysql: # default: # host: localhost # port: 3306 #netstat: # iproute_ss_find: 1 # iproute_ss_path: /sbin/ss #nginx: # default: # url: http://127.0.0.1/server-status process: sensors: exclude: - '-' include: - ^[^-]*-(?:apache2?|httpd)$ - ^[^-]*-mysqld$ - ^[^-]*-postgres$ - ^[^-]*-nginx$ - ^[^-]*-lighttpd$ - cpu_per_user #Add this line #sender: # fallback_timeout: 900 # local_port: 50011 # period: 300 # timeout: 480 #system: # sensors: # exclude: # - ^cpu_.*?-\d+