Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zedthree/hermes

Checks the status of running jobs on remote machines
https://github.com/zedthree/hermes

Last synced: about 2 months ago
JSON representation

Checks the status of running jobs on remote machines

Awesome Lists containing this project

README

        

hermes
======

Checks the status of running jobs on remote machines.

Uses paramiko to ssh into a remote machine (currently hard-coded to be HPC-FF).
Then uses qstat, sed, grep and awk to find out what jobs are running, where they are outputting data, and extract the field energy from the text output.
Matplotlib is used to plot the energy against timestep on a semi-log scale.