Код: Выделить всё
PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND
291 root 64 0 3900K 708K RUN 570.5H 96.29% 96.29% ndsad

Код: Выделить всё
PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND
291 root 64 0 3900K 708K RUN 570.5H 96.29% 96.29% ndsad
ViktorichZ писал(а):конфиг покажите, попробую вспомнить, была такая бяка, лечилось исправлением чего-то в конфиге, было лет 5 назад потому не помню, и скажите, для каких целей используете данную тулзу?
используется UTM5NDSAD - демон, собирающий статистику по трафику с сетевых интерфейсов сервера и экспортирующий ее в формате NetFlow v.5.
Код: Выделить всё
### Project: ndsad; Project version: 0.0.3-025;
### Branch: ;
### File: ndsad.conf; File version: 0.0.3-024
# Sample configuration file for Network DataStream Accounting Daemon
nf_lifetime 1
# Data stream collector ip
# Default:
#ip 127.0.0.1
# Example:
#ip 10.0.0.1
# Data stream collector port
# Default:
port 9991
# Forced faces - these faces
# will be processed even if dummy family is specified
# in configuration file.
# Default:
#none
# Example:
#force vlan
force tun
# Dummy iface - these faces
# will be traced but data stream won't be generated
# Multiply faces may be specified
# Default:
# none
# Example:
ignore fxp0
ignore ste
ignore ng
# Promisc device - specify string if You want
# device to be put in promisc mode.
# Note.
# Device may be in promisc mode even if promisc string is not specified.
# For example if tcpdump is running on it.
# Default:
#none
# Example:
#promisc ex0
# Hash size for the family. # Value must be a power of 2
# Default is 128 buckets for all families.
hash lo 64
# Default hash size may be changed when family is specified as `all'
# Default:
#hash all 128
# Ex
hash all 32
# Heap size in bytes.
# Default:
#heap 16384
# Example:
heap 65536
# Periodical statistic dump delay.
# If no dump is expected specify 0
# Default:
#dump 0
# Example:
#dump 5
# Dummy iface family - faces from this family
# will be traced but data stream won't be generated
# Default:
# none
# Example:
#dummy eth
# Specify log file. Otherwise logging will be done to stderr.
# Default:
#log (null)
# Example:
log /tmp/ndsad.log
# Jump to another configuration file
# Current file is closed after this line! Beware of loops!
# Default:
# none
# Example:
#config /usr/local/etc/nfcd.local.conf