Search Results

Search: Posts Made By: mohsen1366
1,600
Posted By mohsen1366
greate so tnx :):)
greate
so tnx :):)
1,600
Posted By mohsen1366
it Solved
I write this script and it does work

#!/bin/bash
while true
do

tcpdump -i ETH1 port 9996 > /home/log_netflow &
pid=$!
sleep 5
kill $pid
count=`cat /home/log_netflow | wc -l `...
1,600
Posted By mohsen1366
by tcpdump , tcpdump is a tool for capture...
by tcpdump ,
tcpdump is a tool for capture network traffic packet . i run this command on my system
for example :
tcpdump -i eth0 -p udp and port 9996 -nn

and then i see no any...
1,600
Posted By mohsen1366
my operating system is Fedora linux and...
my operating system is Fedora linux and interpreter is bash
yes of course i manually restart the service when it does not send packet.
i want to write a script that detect this service does...
1,600
Posted By mohsen1366
Monitor some of network services
Hi

I want to write a script for netflow service
because my service doesnt send any packet to netflow walker (server).
Although the service is started but it does not send any packet ...
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 07:19 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy