df847cc140
This patch adds api-ref for container top. Change-Id: I3f548a63afe15fe78ac07e9d61e0987b43677932 Closes-Bug: #1720929
17 lines
389 B
JSON
17 lines
389 B
JSON
{
|
|
"Processes": [
|
|
["root", "28363", "28344", "0", "Sep28", "pts/0", "00:00:00", "nginx: master process nginx -g daemon off;"],
|
|
["systemd+", "28436", "28363", "0", "Sep28", "pts/0", "00:00:00", "nginx: worker process"]
|
|
],
|
|
"Titles": [
|
|
"UID",
|
|
"PID",
|
|
"PPID",
|
|
"C",
|
|
"STIME",
|
|
"TTY",
|
|
"TIME",
|
|
"CMD"
|
|
]
|
|
}
|