EnglishFrenchSpanish

OnWorks favicon

tracesplit - Online in the Cloud

Run tracesplit in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command tracesplit that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


tracesplit - split traces

SYNOPSIS


tracesplit [ -f bpf | --filter=bpf] [ -c count | --count=count] [ -b bytes |
--bytes=bytes] [ -i seconds | --seconds=seconds] [ -s unixtime | --starttime=unixtime] [
-e unixtime | --endtime=unixtime] [ -m maxfiles | --maxfiles=maxfiles] [ -S snaplen |
--snaplen=snaplen] [ -z level | --compress-level=level] [ -Z method | --compress-
type=method] inputuri [inputuri ...] outputuri

DESCRIPTION


tracesplit splits the given input traces into multiple tracefiles

-f bpf filter
output only packets that match tcpdump style bpf filter

-c count
output count packets per output file. The output file will be named after the
basename given in the outputuri with the packet number of the first packet in this
file.

-b bytes
output bytes bytes per file

-i seconds
start a new tracefile after "seconds" seconds

-s unixtime
don't output any packets before unixtime

-e unixtime
don't output any packets after unixtime

-m maxfiles
do not create more than "maxfiles" trace files

-S snaplen
Truncate packets to "snaplen" bytes long. The default is collect the entire
packet.

-z level
Compress the data using the specified compression level, ranging from 0 to 9.
Higher compression levels tend to result in better compression but require more
processing power to compress.

-Z compression-method
Compress the data using the specified compression algorithm. Accepted methods are
"gzip", "bzip2", "lzo", "xz" or "none". Default value is none unless a compression
level is specified, in which case gzip will be used.

EXAMPLES


create a 1MB erf trace of port 80 traffic.
tracesplit -z 1 -Z gzip -f 'port 80' -b $[ 1024 * 1024 ]
erf:/traces/bigtrace.gz erf:/traces/port80.gz

LINKS


More details about tracesplit (and libtrace) can be found at
http://www.wand.net.nz/trac/libtrace/wiki/UserDocumentation

Use tracesplit online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    AstrOrzPlayer
    AstrOrzPlayer
    AstrOrz Player is a free media player
    software, part based on WMP and VLC. The
    player is in a minimalist style, with
    more than ten theme colors, and can also
    b...
    Download AstrOrzPlayer
  • 2
    movistartv
    movistartv
    Kodi Movistar+ TV es un ADDON para XBMC/
    Kodi que permite disponer de un
    decodificador de los servicios IPTV de
    Movistar integrado en uno de los
    mediacenters ma...
    Download movistartv
  • 3
    Code::Blocks
    Code::Blocks
    Code::Blocks is a free, open-source,
    cross-platform C, C++ and Fortran IDE
    built to meet the most demanding needs
    of its users. It is designed to be very
    extens...
    Download Code::Blocks
  • 4
    Amidst
    Amidst
    Amidst or Advanced Minecraft Interface
    and Data/Structure Tracking is a tool to
    display an overview of a Minecraft
    world, without actually creating it. It
    can ...
    Download Amidst
  • 5
    MSYS2
    MSYS2
    MSYS2 is a collection of tools and
    libraries providing you with an
    easy-to-use environment for building,
    installing and running native Windows
    software. It con...
    Download MSYS2
  • 6
    libjpeg-turbo
    libjpeg-turbo
    libjpeg-turbo is a JPEG image codec
    that uses SIMD instructions (MMX, SSE2,
    NEON, AltiVec) to accelerate baseline
    JPEG compression and decompression on
    x86, x8...
    Download libjpeg-turbo
  • More »

Linux commands

Ad