vezel-dev / cathode

A terminal-centric replacement for the .NET console APIs.
https://docs.vezel.dev/cathode
BSD Zero Clause License
91 stars 7 forks source link

Expand `TerminalProcess` API surface to mirror `Process` #44

Closed alexrp closed 2 years ago

alexrp commented 2 years ago

Inspecting memory usage, threads, modules, etc is useful for diagnostic purposes.

alexrp commented 2 years ago

Most of this is done. Just need to check how many of the memory-related properties on Process make sense to expose.

alexrp commented 2 years ago

Just need to check how many of the memory-related properties on Process make sense to expose.

I'll leave this alone for now. Turns out barely any of them return non-zero values on Linux/macOS anyway.