Parsl / parsl

Parsl - a Python parallel scripting library

Home Page:http://parsl-project.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

resource monitoring using threads.

benclifford opened this issue · comments

Is your feature request related to a problem? Please describe.

david adams has pointed out to me that it might be possible to monitor resource usage rooted at a particular OS thread, rather than a process, because of the way that the linux implementation of the thread pool executor works.

That means there is a possibility for resource monitoring to work on the thread pool executor, which is something i didn't think was possible.

Additional context
part of DESC work