Back to Istio

Proc

pkg/ctrlz/topics/assets/templates/proc.html

1.29.2494 B
Original Source

{{ define "content" }}

Information about this process.

NameValue
# 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}}

{{ template "last-refresh" .}} {{ end }}