Forum Discussion

hashmath415_349's avatar
hashmath415_349
Icon for Nimbostratus rankNimbostratus
Apr 27, 2018
Solved

TMSH command should work continously

Hi   im using SSH with putty with following command tmsh tailf /var/log/ltm to see continuously logs but after few hours the command is not working means the logs are not showing again i want to...
  • Dan_73594's avatar
    Apr 27, 2018

    Hi There,

     

    "tail -f" outputs appended data as the file grows. This should give you the behavior you are looking for. You can check the man pages for tail and tailf to see the difference.

     

    Hope that helps,

     

    Dan