From 71793f9f8a26bc2593968f61a68c0bb42f9da71a Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Tue, 7 Aug 2018 11:56:18 -0400 Subject: Improve ps handling of container start/stop time Previously all calculations were done based off the container's start time. Retrieve end time and use it to calculate time stopped for containers. Also, convert ps JSON output to report timestamps for create, start, and stop times. Signed-off-by: Matthew Heon Closes: #1228 Approved by: rhatdan --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 2ea832cde..c35cd3383 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,5 @@ .ropeproject __pycache__ /cmd/podman/varlink/ioprojectatomicpodman.go +/cmd/podman/varlink/iopodman.go .gopathok -- cgit v1.2.3-54-g00ecf