We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da8be6 commit afd529fCopy full SHA for afd529f
README.md
@@ -20,6 +20,7 @@ Options:
20
* `-u`, `--show-user` : Display username of the process owner
21
* `-c`, `--show-cmd` : Display the process name
22
* `-p`, `--show-pid` : Display PID of the process
23
+* `--json` : JSON Output (Experimental, #10)
24
25
### Tips
26
gpustat.py
@@ -20,7 +20,7 @@
import platform
import json
-__version__ = '0.3.0.dev'
+__version__ = '0.3.1'
class ANSIColors:
0 commit comments