blob: 2e42252aecf2c82c38e8e0c2223e59fd06d33746 (
plain) (
blame)
1
2
3
4
5
6
|
procenv is a simple command-line utility, written in C and licensed under the
GPL, that dumps all attributes of the environment in which it runs, in
well-structured plain ASCII, JSON (YAML), XML or CSV.
It is useful as a test tool, to understand what environment a process runs in
and for system comparison.
|