Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.
Olivier Guyon edited this page Aug 27, 2018 · 1 revision

Welcome to the CommandLineInterface wiki!

Adding processinfo to milk (O. Guyon, Aug 27 2018)

I developed a rudimentary tool to manage processes - as a way to help keep track of them to increase productivity. It lets you know immediately if a processes is halted (a counter stops) or crashes (the tool monitors PIDs). You can also inspect / pause / exit any of the processes from the tool.

I did so in a way that does not rely on a list of pre-defined processes, so if a new user brings a module and follows relatively simple function calls to the new processinfo functions, it will appear in the list of monitored process.

Should be easy to write python wrapper and develop more powerful process management and sequencing tools. Relevant info is in shared memory.

See: https://github.com/milk-org/CommandLineInterface/blob/dev/processtools.c Sorry needs some documentation...

Clone this wiki locally