Replay of `nvidia-smi daemon` logs not working

Hi,
I’d like to log some metrics of my GeForce RTX 3090 GPU so I have tried to use nvidia-smi daemon tools to log all metrics every second:

sudo nvidia-smi daemon -d 1 -s pucvmet -p /home/user/nvidia_logs

The file gets created, but when I try to read it with the following command:

nvidia-smi replay -f /home/user/nvidia_logs/nvstats-20241113 # I tried with sudo and [-s puc] option

Then I get nothing but this output:

#Identifying devices from the log file

I know the replay mode is experimental, but how can I at least make use of the logs ?
I have read the nvidia-smi doc but cannot find anything relevant to my issue.

Thanks!