We have a common setup of 4 servers (cryosparc + cryosparc live) happily heavily used.
As administrator, I can see on job history details about all the jobs running so far.
My question is: is it possible to retrieve this job information form the command line?
Why I ask: we have a munin monitoring system to check the resource usage, running over each of our 4 cryosparc nodes.
It will be possible to write a munin plugin to show us how many jobs were submitted (and how many failed, and so on). But for that I need to gather the info through command line.
and it should dump out the project, job, and job type. There is a lot of job information in the job βjβ variable to look at, just select what you need.
Wow great, it works, and itβs a lot of information!
Now I need to find out the best way to display it
Anyone interested may ask me later about the munin plugins (not yet written).