After running deepstream for a period of time, the perf module stopped printing

Please provide complete information as applicable to your setup.

Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) Jetson AGX
• DeepStream Version 7.0
**• JetPack Version (valid for Jetson only) 6.0 GA
**• TensorRT Version 8.6
**• NVIDIA GPU Driver Version (valid for GPU only) 540.3.0
**• Issue Type( questions, new requirements, bugs) questions
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)

After running deepstream for a period of time, the perf module stopped printing

This is the new topic from: Disconnecting after reaching the reconnection count, there is still information about this stream in printing - #25 by kesong

I have found a reproduction phenomenon,
Operation steps

  1. Wait for automatic deletion after adding the stream
  2. Add the stream again within 10 seconds after automatic deletion.
    And I saw this phenomenon in the log
    The screenshot below
    log20241101.zip (1.7 MB)

0:05:25.695709822 e[32m 19e[00m 0xfffec00060c0 e[33;01mWARN e[00m e[00m nvmultiurisrcbin gstdsnvmultiurisrcbin.cpp:1509:s_stream_api_impl:<src_nvmultiurisrcbin>e[00m Failed to add sensor id=[29]; Already added

Excuse me, could you please help confirm if there are any issues with the tracking section of the configuration file
Many Thanks
config.txt (5.6 KB)

The config.txt seems fine. Maybe the issue related with add/remove camera. Is it possible to write one script to send add/remove camera command to reproduce the issue?