Skip to content

Instantly share code, notes, and snippets.

@EricCousineau-TRI
Created September 8, 2017 13:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EricCousineau-TRI/dff5ffd8fea31f344e3735729c31cd61 to your computer and use it in GitHub Desktop.
Save EricCousineau-TRI/dff5ffd8fea31f344e3735729c31cd61 to your computer and use it in GitHub Desktop.
$ bazel run //drake/systems/sensors:rgbd_camera_test
...
Fri Sep 8 09:30:06 2017
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 375.66 Driver Version: 375.66 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 TITAN X (Pascal) Off | 0000:03:00.0 On | N/A |
| 32% 56C P0 63W / 250W | 837MiB / 12188MiB | 11% Default |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| 0 2017 G /usr/lib/xorg/Xorg 72MiB |
| 0 4585 G /usr/lib/xorg/Xorg 356MiB |
| 0 4869 G /usr/bin/gnome-shell 342MiB |
| 0 5448 G /usr/lib/firefox/firefox 2MiB |
| 0 7569 G ...s-passed-by-fd --v8-snapshot-passed-by-fd 45MiB |
| 0 20934 G ...in/drake/systems/sensors/rgbd_camera_test 6MiB |
+-----------------------------------------------------------------------------+
$ bazel test //drake/systems/sensors:rgbd_camera_test
...
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 375.66 Driver Version: 375.66 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 TITAN X (Pascal) Off | 0000:03:00.0 On | N/A |
| 32% 56C P0 65W / 250W | 819MiB / 12188MiB | 7% Default |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
+-----------------------------------------------------------------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment