Re: [Tcpick-project] hi all
Status: Beta
Brought to you by:
duskdruid
From: Francesco S. <dus...@in...> - 2004-06-10 15:40:51
|
Hello, In my opinion you could use something like this very simple bash script: #!/bin/bash while [ 1 ]; do tcpick -i ppp0 & sleep 60; killall tcpick; date; echo "tcpick killed! Sleeping 29 minutes..." sleep 1740 done; I hope this is the feature you need. IMHO shell scripting with tcpick could be better than adding features. regards, -Francesco On Wed, 9 Jun 2004 12:22:09 -0300 Glaucius Djalma Pereira Junior <gla...@in...> wrote: > Hi tcpick users !! > I have a problem, I wanna use tcpick to know who is traffing in > my network, but, I need to run tcpick each 30 minutes, and just > run 1 minute, has tcpick a option to run just 1 minute or 2 ?? > tanks !! -- http://francesco.stablum.info http://wecanstopspam.org Non accetto allegati in formati proprietari (msword, excel ecc.) utilizzate formati quali pdf, html e testo semplice (txt) http://www.fsf.org/philosophy/no-word-attachments.it.html |