Article
· May 21 8m read

InterSystems® IRIS Conky

 

Have written several worthless Conky's in my day, and this one is no exception, but it was fun.

I cant imagine anybody is going to use this Conky, but here it is anyway.  This is a mere implementation that scrapes the REST API for Metrics and uses the execi to display it on your desktop.

 
conky.conf

Ran the below code below in the POD to drive up the resource consumption in the gif above as the example.

CPU

fulload() { dd if=/dev/zero of=/dev/null | dd if=/dev/zero of=/dev/null | dd if=/dev/zero of=/dev/null | dd if=/dev/zero of=/dev/null & }; fulload; read; killall dd

Disk Space

fallocate -l 1390143672 /data/IRIS/OUTPUT.dat

Get your Conky  and slap IRIS Monitoring on your X11 display today!

Discussion (0)1
Log in or sign up to continue