Asdic
NAME
asidc - the main ASDIC message server and database daemon
SYNOPSIS
/opt/asdic/bin/asdic [-t <nn>] [-g]
DESCRIPTION
The main ASDIC traffic analysis daemon. Must be running to run ASDIC. Keeps track of the database and must be started in the database directory.
Opens TCP socket localhost:2000 for communication with other ASDIC components. Access to this port must be restricted by other means (iptables, ipsec etc) if addressable by untrusted part.
OPTIONS
- -t <nn>
- Statistics sample time resolution. <nn> must be a multiple of 2, 3 or 5 minutes. Default is not to generate statistics/graph data.
- -g
- Do runtime garbage collection
EXAMPLE
# msgsrv -t 15 >& msgsrv.log
