Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a command to monitor the execution progress #229

Closed
saimn opened this issue Jan 8, 2018 · 3 comments
Closed

Add a command to monitor the execution progress #229

saimn opened this issue Jan 8, 2018 · 3 comments
Labels

Comments

@saimn
Copy link
Contributor

saimn commented Jan 8, 2018

It would be useful to have a way to monitor the execution progress when running a lot of (long-running) tasks/subtasks. I developed something for my own purpose but it uses the Astropy package to create a table and print it either to the console in ASCII format or to a webpage. Astropy would be a too heavy dependency for doit of course, so I may try to adapt this if I find a lighter package for this (maybe PrettyTable/PTable but it support only ASCII output).

Example console output:

capture d ecran de 2018-01-08 16-15-33

And HTML:

capture d ecran de 2018-01-08 16-16-57

@schettino72
Copy link
Member

schettino72 commented Jan 18, 2018

I have not tried yet... but looks pretty cool. I want to implement something like this for ages.

Again here, I think this would be better as a plugin.

@saimn
Copy link
Contributor Author

saimn commented Jan 18, 2018

Right, I have to look at the plugin system, it would indeed be well suited for this.

@saimn
Copy link
Contributor Author

saimn commented Mar 19, 2018

@saimn saimn closed this as completed Mar 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants