Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

williamtan's avatar
williamtan
Icon for Altostratus rankAltostratus
Dec 02, 2018

where tcpdump store and it's storage status

How to check the storage status if I run and save the tcpdump in /var/tmp for 3hours?

 

1 Reply

  • Hi William,

    You can check directly file, for example if you lunch this command:

    tcpdump -nni 0.0 host 1.1.1.1 -w  /var/tmp/file.cap

    then regularly check the size of the captured file with this following command:

    ls -la /var/tmp/file.cap

    It will give you size of packet Up-to-date.

    Hope it help you.

    regards,