module TorControl::Info::Process

Defined in:

get_info.cr

Constant Summary

DescriptorLimit = "process/descriptor-limit"

Upper bound on the file descriptor limit, -1 if unknown

Pid = "process/pid"

Process id belonging to the main tor process.

Uid = "process/uid"

User id running the tor process, -1 if unknown (this is unimplemented on Windows, returning -1).

User = "process/user"

Username under which the tor process is running, providing an empty string if none exists (this is unimplemented on Windows, returning an empty string).