diff --git a/README.md b/README.md index 8e60104..5cb02b1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ ## About A Python 3 based command line tool for determining a docker container associated processes gpu utilization by joining information across 'nvidia-smi *' and 'docker *' commands. +## Command Output + +![Sample](image/sample.png) + ## Usage ### Case 1 diff --git a/image/sample.png b/image/sample.png new file mode 100644 index 0000000..2e9065c Binary files /dev/null and b/image/sample.png differ