Привет!
Есть FreeBSD,trafd.Имеем лог файлы вида From Port To Port Proto Data All.Подскажите,плиз,как сюда еще и дату и время добавить?Traflog.format имеет внутри следующее
#
# BPFT: User defined descriptions of the traflog output format.
#
# Keyword Description Argument type
# —————————————————--
# from source address printf string
# to destination address printf string
# sport source port printf string
# dport destination port printf string
# proto service protocol printf string
# bytes number of data bytes printf digit
# psize number of all bytes printf digit
# ftime first time strftime
# ltime last time strftime
#
#
# like default output format
#
default {
from:"%-18.18s » sport:"%-6.6s » to:"%-18.18s » dport:"%-6.6s »
proto:"%-4.4s » bytes:"%9ld » psize:«%10ld\n»
};
#
# the same as above, but show configuration file facility
#
facility
{
from address «%-18.18s » and source sport «%-6.6s »
to address «%-18.18s » and destination dport «%-6.6s »
with use protocol «%-4.4s » was passed data bytes «%9ld »
or in full packets size (psize) «%10ld\n»
} ;
#
# mailacct output format
#
mailacct {
from:»[%s]» sport:«!%s» proto:«/%s» to:"\t[%s]» dport:«!%s» proto:«/%s»
psize:«\t%d» ftime:"\t%d.%m.%y %T\n»
};
Чтение /usr/local/share/doc/trafd/README к просветлению не привело.
Подскажите чего-нибудь.
Последние комментарии
- OlegL, 17 декабря в 15:00 → Перекличка 21
- REDkiy, 8 июня 2023 года в 9:09 → Как «замокать» файл для юниттеста в Python? 2
- fhunter, 29 ноября 2022 года в 2:09 → Проблема с NO_PUBKEY: как получить GPG-ключ и добавить его в базу apt? 6
- Иванн, 9 апреля 2022 года в 8:31 → Ассоциация РАСПО провела первое учредительное собрание 1
- Kiri11.ADV1, 7 марта 2021 года в 12:01 → Логи catalina.out в TomCat 9 в формате JSON 1