{{ define "content" }}
Information about this process.
| Name | Value | 
|---|---|
| # Threads | {{.Threads}} | 
| # Goroutines | {{.Goroutines}} | 
| Effective Group Id | {{.Egid}} | 
| Effective User Id | {{.Euid}} | 
| Group Id | {{.Gid}} | 
| Groups | {{.Groups}} | 
| Hostname | {{.Hostname}} | 
| Parent Process Id | {{.Ppid}} | 
| Process Id | {{.Pid}} | 
| Temporary Directory | {{.TempDir}} | 
| User Id | {{.UID}} | 
| Working Directory | {{.Wd}} |