Scroll to navigation

dropwatch(1) General Commands Manual dropwatch(1)

NAME

dropwatch - kernel dropped packet monitoring utility

SYNOPSIS

dropwatch [-l method | list]

DESCRIPTION

dropwatch is an interactive utility for monitoring and recording packets that are dropped by the kernel.

OPTIONS

Select the translation method to use when a drop alert arrives. By default the raw instruction pointer of a drop location is output, but by the use of the -l option, we can assign a translation method so that the instruction pointer can be translated into function names. Currently supported lookup methods are:
Show all supported methods.
Use /proc/kallsyms to lookup instruction pointers to function mappings.

INTERACTIVE COMMANDS

Tells the kernel to start reporting dropped packets.
Tells the kernel to discontinue reporting dropped packets.
Exits the dropmonitor program.
Displays summary of all commands.
Sets a triggerpoint to stop monitoring for dropped packets after value alerts have been received.
Mar 2009 Neil Horman