EnglishFrenchSpanish

Ad


OnWorks favicon

lttngtoptrace - Online in the Cloud

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

This is the command lttngtoptrace 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


lttngtoptrace — Live textual LTTng Trace Viewer

SYNOPSIS


lttngtoptrace [OPTIONS] [EXECUTABLE]

DESCRIPTION


Lttngtoptrace is a live textual LTTng trace viewer, it allows to easily (one command)
start a LTTng session and view the live events. The intent is to do something similar to
strace but less intrusive and more flexible:
- run a command and see it's kernel trace almost instantly without slowing it
down too much (buffered at most 1 second) in combination with the trace of
any other process or the whole system
- follow multiple processes and/or the whole system
- follow the children of all attached processes
- attach to processes by name and/or pid
- actual time taken by the system calls (with reminder of start timestamp)
- sched_switch events to know the context switches that occurred for the
process we are interested in
- current CPU (to see the migrations)
- highlight the trace of a selection of processes while tracing the whole
system to easily see the interactions
- arbitrary kprobe additions to see if a process hits a certain place in the
kernel

Only a subset of the LTTng events are enabled (the statedump, sched_switch,
sched_process_fork and all the system calls).

The events are displayed with additionnal context information than just the raw LTTng
trace (such as the current process name/PID/TID, the start/end time of the current system
call, the delay since the last displayed event (filtering aware)).

OPTIONS


-f Follow threads associated with selected PIDs

-p Comma-separated list of PIDs to display (in addition to the eventual executed
program)

-n Comma-separated list of procnames to display (in addition to the eventual executed
program)

-a In textdump mode, display all events but write in bold the processes we are
interested in (-f and -p)

-k kprobes to insert (same format as lttng enable-event, can be repeated)

-o <filename>
In textdump, output the log in <filename>

EXECUTABLE
Program to run and connect the tracer (can be combined with other options to see
the trace of other processes)

REQUIREMENTS


A working installation of LTTng >= 2.4, the appropriate rights for the user to create a
kernel trace and start daemons (sudo is tried in case the user is not root), Babeltrace =
1.2.4, LTTngTop = 0.3

Use lttngtoptrace online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Phaser
    Phaser
    Phaser is a fast, free, and fun open
    source HTML5 game framework that offers
    WebGL and Canvas rendering across
    desktop and mobile web browsers. Games
    can be co...
    Download Phaser
  • 2
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 3
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 4
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 5
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 6
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • More »

Linux commands

  • 1
    abidiff
    abidiff
    abidiff - compare ABIs of ELF files
    abidiff compares the Application Binary
    Interfaces (ABI) of two shared libraries
    in ELF format. It emits a meaningful
    repor...
    Run abidiff
  • 2
    abidw
    abidw
    abidw - serialize the ABI of an ELF
    file abidw reads a shared library in ELF
    format and emits an XML representation
    of its ABI to standard output. The
    emitted ...
    Run abidw
  • 3
    copac2xml
    copac2xml
    bibutils - bibliography conversion
    utilities ...
    Run copac2xml
  • 4
    copt
    copt
    copt - peephole optimizer SYSNOPIS:
    copt file.. DESCRIPTION: copt is a
    general-purpose peephole optimizer. It
    reads code from its standard input and
    writes an ...
    Run copt
  • 5
    gather_stx_titles
    gather_stx_titles
    gather_stx_titles - gather title
    declarations from Stx documents ...
    Run gather_stx_titles
  • 6
    gatling-bench
    gatling-bench
    bench - http benchmark ...
    Run gatling-bench
  • More »

Ad