From c4dd7c5813078acbe871aae37644bfff3163d160 Mon Sep 17 00:00:00 2001 From: baude Date: Wed, 24 Apr 2019 15:57:37 -0500 Subject: enable podman remote top add the ability for the remote client to display a container's running processes. Signed-off-by: baude --- cmd/podman/varlink/io.podman.varlink | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmd/podman/varlink/io.podman.varlink') diff --git a/cmd/podman/varlink/io.podman.varlink b/cmd/podman/varlink/io.podman.varlink index 1fde72164..17179d665 100644 --- a/cmd/podman/varlink/io.podman.varlink +++ b/cmd/podman/varlink/io.podman.varlink @@ -524,6 +524,8 @@ method Ps(opts: PsOpts) -> (containers: []PsContainer) method GetContainersByStatus(status: []string) -> (containerS: []Container) +method Top (nameOrID: string, descriptors: []string) -> (top: []string) + # GetContainer returns information about a single container. If a container # with the given id doesn't exist, a [ContainerNotFound](#ContainerNotFound) # error will be returned. See also [ListContainers](ListContainers) and -- cgit v1.2.3-54-g00ecf