[root@oracle8 ~]# sudo nvme list Node SN Model Namespace Usage Format FW Rev ---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- /dev/nvme0n1 2006822900012855496E Force MP600 1 1.00 TB / 1.00 TB 512 B + 0 B EGFM11.3 /dev/nvme1n1 P02811102935 PLEXTOR PX-256M9PeG 1 256.06 GB / 256.06 GB 512 B + 0 B 1.07 [root@oracle8 ~]# smartctl -a /dev/sda | grep 'Device Model' Device Model: Samsung SSD 840 PRO Series [root@oracle8 ~]# sudo hdparm -t /dev/sda /dev/sda: Timing buffered disk reads: 1610 MB in 3.00 seconds = 536.32 MB/sec [root@oracle8 ~]# sudo hdparm -t /dev/nvme0n1 /dev/nvme0n1: Timing buffered disk reads: 5626 MB in 3.00 seconds = 1875.13 MB/sec [root@oracle8 ~]# sudo hdparm -t /dev/nvme1n1 /dev/nvme1n1: Timing buffered disk reads: 2762 MB in 3.00 seconds = 920.04 MB/sec [root@oracle8 ~]# cat /etc/os-release NAME="Oracle Linux Server" VERSION="8.1" ID="ol" ID_LIKE="fedora" VARIANT="Server" VARIANT_ID="server" VERSION_ID="8.1" PLATFORM_ID="platform:el8" PRETTY_NAME="Oracle Linux Server 8.1" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:oracle:linux:8:1:server" HOME_URL="https://linux.oracle.com/" BUG_REPORT_URL="https://bugzilla.oracle.com/" ORACLE_BUGZILLA_PRODUCT="Oracle Linux 8" ORACLE_BUGZILLA_PRODUCT_VERSION=8.1 ORACLE_SUPPORT_PRODUCT="Oracle Linux" ORACLE_SUPPORT_PRODUCT_VERSION=8.1 [root@oracle8 ~]# exit ログアウト [chibi@oracle8 ~]$ nvcc -V nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2019 NVIDIA Corporation Built on Wed_Oct_23_19:24:38_PDT_2019 Cuda compilation tools, release 10.2, V10.2.89 [chibi@oracle8 ~]$ nvidia-smi Sat Mar 21 06:32:57 2020 +-----------------------------------------------------------------------------+ | NVIDIA-SMI 440.44 Driver Version: 440.44 CUDA Version: 10.2 | |-------------------------------+----------------------+----------------------+ | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC | | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | |===============================+======================+======================| | 0 GeForce RTX 208... Off | 00000000:43:00.0 Off | N/A | | 41% 21C P8 3W / 260W | 330MiB / 11019MiB | 0% Default | +-------------------------------+----------------------+----------------------+ +-----------------------------------------------------------------------------+ | Processes: GPU Memory | | GPU PID Type Process name Usage | |=============================================================================| | 0 3771 G /usr/libexec/Xorg 105MiB | | 0 3982 G /usr/bin/gnome-shell 222MiB | +-----------------------------------------------------------------------------+ [chibi@oracle8 ~]$