EnglishFrenchSpanish

OnWorks favicon

pt-ioprofilep - Online in the Cloud

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

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


pt-ioprofile - Watch process IO and print a table of file and I/O activity.

SYNOPSIS


Usage: pt-ioprofile [OPTIONS] [FILE]

pt-ioprofile does two things: 1) get lsof+strace for -s seconds, 2) aggregate the result.
If you specify a FILE, then step 1) is not performed.

RISKS


WARNING: pt-ioprofile freezes the server and may crash the process, or make it perform
badly after detaching, or leave it in a sleeping state! Before using this tool, please:

· Read the tool's documentation

· Review the tool's known "BUGS"

· Test the tool on a non-production server

· Backup your production server and verify the backups

pt-ioprofile should be considered an intrusive tool, and should not be used on
production servers unless you understand and accept the risks.

DESCRIPTION


pt-ioprofile uses "strace" and "lsof" to watch a process's IO and print out a table of
files and I/O activity. By default, it watches the mysqld process for 30 seconds. The
output is like:

Tue Dec 27 15:33:57 PST 2011
Tracing process ID 1833
total read write lseek ftruncate filename
0.000150 0.000029 0.000068 0.000038 0.000015 /tmp/ibBE5opS

You probably need to run this tool as root.

pt-ioprofile works by attaching "strace" to the process using "ptrace()", which will make
it run very slowly until "strace" detaches. In addition to freezing the server, there is
some risk of the process crashing or performing badly after "strace" detaches from it, or
of "strace" not detaching cleanly and leaving the process in a sleeping state. As a
result, this should be considered an intrusive tool, and should not be used on production
servers unless you are comfortable with that.

OPTIONS


--aggregate
short form: -a; type: string; default: sum

The aggregate function, either "sum" or "avg".

If sum, then each cell will contain the sum of the values in it. If avg, then each
cell will contain the average of the values in it.

--cell
short form: -c; type: string; default: times

The cell contents.

Valid values are:

VALUE CELLS CONTAIN
===== =======================
count Count of I/O operations
sizes Sizes of I/O operations
times I/O operation timing

--group-by
short form: -g; type: string; default: filename

The group-by item.

Valid values are:

VALUE GROUPING
===== ======================================
all Summarize into a single line of output
filename One line of output per filename
pid One line of output per process ID

--help
Print help and exit.

--profile-pid
short form: -p; type: int

The PID to profile, overrides "--profile-process".

--profile-process
short form: -b; type: string; default: mysqld

The process name to profile.

--run-time
type: int; default: 30

How long to profile.

--save-samples
type: string

Filename to save samples in; these can be used for later analysis.

--version
Print the tool's version and exit.

ENVIRONMENT


This tool does not use any environment variables.

SYSTEM REQUIREMENTS


This tool requires the Bourne shell (/bin/sh).

Use pt-ioprofilep online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    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
  • 2
    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
  • 3
    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
  • 4
    Shadowsocks
    Shadowsocks
    A fast tunnel proxy that helps you
    bypass firewalls This is an application
    that can also be fetched from
    https://sourceforge.net/projects/shadowsocksgui/.
    It ha...
    Download Shadowsocks
  • 5
    GLPI Themes
    GLPI Themes
    Download release at
    https://github.com/stdonato/glpi-modifications/
    Color themes for GLPI 0.84 and 0.85 New
    Modifications for GLPI This is an
    application that c...
    Download GLPI Themes
  • 6
    SMPlayer
    SMPlayer
    SMPlayer is a free media player for
    Windows and Linux with built-in codecs
    that can also play YouTube videos. One
    of the most interesting features of
    SMPlayer:...
    Download SMPlayer
  • More »

Linux commands

Ad