< Home - < Back

derrick


Information about the package, derrick, which is shipped with common Linux distributions. The derrick package is designed for, A Simple Network Stream Recorder.


Package Name:

derrick

Summary:

A Simple Network Stream Recorder

Description:

Derrick is a simple tool for recording data streams of TCP and UDP traffic. It shares similarities with other network recorders, such as tcpflow and wireshark, where it is more advanced than the first and clearly inferior to the latter. Derrick has been specifically designed to monitor application-layer communication. In contrast to other tools the application data is logged in a line-based ASCII format. Common UNIX tools, such as grep, sed & awk, can be directly applied. Even replay of recorded communication is straight forward using netcat. Derrick supports on-the-fly compression and rotation of log files. The payloads of TCP sessions are re-assembled using Libnids and can be merged or truncated. UDP payloads are logged as-is. Details of lower network layers are omitted.

Architecture:

x86_64

Version:

0.3

Release:

3.el6

Size:

16 k

Repository:

epel

From Repository:

Licence:

BSD



Handy Yum Commands for derrick


Control the derrick package with the following handy commands outlined below.


Command

Description of Command

yum install derrick

This command will install derrick on the server.

yum remove derrick

This command will un-install derrick on the server. When you run this command, you will be asked if you are sure that you want to remove derrick, so you have to manually confirm that you want to do this.

yum -y remove derrick

This command will un-install derrick on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove derrick when using the -y flag.

yum update derrick

This command will update derrick to the latest version. When you run this command, you will be asked if you are sure that you want to remove derrick, so you have to manually confirm that you want to do this.

yum -y update derrick

This command will update derrick to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove derrick when using the -y flag.

yum info derrick

This command will show you core information about the derrick package.

yum deplist derrick

This command will show you the dependencies for derrick. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update derrick

This command will check if there is an update waiting on derrick. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.