I am attempting to run gds_stats
as is done in the GPUDirect Storage Benchmarking and Configuration Guide. When passing the PID of the gdsio
process, I get error: No such file or directory
.
(kvikio-venv) [strugf@gpu0300 ~]$ /usr/local/cuda-12.6/gds/tools/gdsio -f /mnt/nvme/strugf/test gdsio -d 0 -w 8 -s 500M -i 1M -x 0 -I 0 -T 120 &
[5] 666370
(kvikio-venv) [strugf@gpu0300 ~]$ ls /proc/666370/
arch_status coredump_filter gid_map mem oom_score schedstat status
attr cpu_resctrl_groups io mountinfo oom_score_adj sessionid syscall
autogroup cpuset ksm_merging_pages mounts pagemap setgroups task
auxv cwd ksm_stat mountstats patch_state smaps timens_offsets
cgroup environ limits net personality smaps_rollup timers
clear_refs exe loginuid ns projid_map stack timerslack_ns
cmdline fd map_files numa_maps root stat uid_map
comm fdinfo maps oom_adj sched statm wchan
(kvikio-venv) [strugf@gpu0300 ~]$ /usr/local/cuda-12.6/gds/tools/gds_stats -p 666370 -l 3
error opening gds stats, pid: 666370 error: No such file or directory
Can you help me understand why gds_stats
is saying there is “No such file or directory”? This also happens when ran as root
.
Thanks!