Information about the package, trace-summary, which is shipped with common Linux distributions. The trace-summary package is designed for, A script generating break-downs of network traffic.
Package Name:
trace-summary
Summary:
A script generating break-downs of network traffic
Description:
trace-summary is a Python script that generates break-downs of network traffic, including lists of the top hosts, protocols, ports, etc. Optionally, it can generate output separately for incoming vs. outgoing traffic, per subnet, and per time-interval.
Architecture:
noarch
Version:
0.84
Release:
1.el6
Size:
16 k
Repository:
epel
From Repository:
Licence:
BSD
Control the trace-summary package with the following handy commands outlined below.
yum install trace-summary
This command will install trace-summary on the server.
yum remove trace-summary
This command will un-install trace-summary on the server. When you run this command, you will be asked if you are sure that you want to remove trace-summary, so you have to manually confirm that you want to do this.
yum -y remove trace-summary
This command will un-install trace-summary 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 trace-summary when using the -y flag.
yum update trace-summary
This command will update trace-summary to the latest version. When you run this command, you will be asked if you are sure that you want to remove trace-summary, so you have to manually confirm that you want to do this.
yum -y update trace-summary
This command will update trace-summary 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 trace-summary when using the -y flag.
yum info trace-summary
This command will show you core information about the trace-summary package.
yum deplist trace-summary
This command will show you the dependencies for trace-summary. 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 trace-summary
This command will check if there is an update waiting on trace-summary. 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.