Description
it would be handy to see the current environment of a running process. there is no POSIX way to do this, but it's exposed by psutil for the Linux platform (via /procfs/pid/environ).
additionally, since the environment is fixed at fork time, we probably want to be able to see the environment of every process parented by the pid of the coordinator for a process run.