~ubuntu-branches/ubuntu/saucy/sysstat/saucy-proposed

« back to all changes in this revision

Viewing changes to man/iostat.in

  • Committer: Package Import Robot
  • Author(s): Robert Luberda
  • Date: 2012-05-20 11:14:47 UTC
  • mfrom: (1.2.14)
  • Revision ID: package-import@ubuntu.com-20120520111447-282wto2ur1v9egso
Tags: 10.0.5-1
* New upstream (stable) version.
* debian/control: Document the cifsiostat and nfsiostat tools in sysstat
  package description (closes: #667618).
* debian-sa1, sysstat.cron.daily, sysstat.postinst, 04-configs.patch,
  sysstat.init.d: Remove Debian-specific SA1_OPTIONS and SA2_OPTIONS
  variables, use upstream-provided SADC_OPTIONS instead. Provide a
  sysstat.NEWS entry for the change.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH IOSTAT 1 "MAY 2011" Linux "Linux User's Manual" -*- nroff -*-
 
1
.TH IOSTAT 1 "MAY 2012" Linux "Linux User's Manual" -*- nroff -*-
2
2
.SH NAME
3
3
iostat \- Report Central Processing Unit (CPU) statistics and input/output
4
4
statistics for devices and partitions.
5
5
.SH SYNOPSIS
6
6
.ie 'yes'@WITH_DEBUG@' \{
7
 
.B iostat [ -c ] [ -d ] [ --debuginfo ] [ -h ] [ -N ] [ -k | -m ] [ -t ] [ -V ] [ -x ] [ -z ] [
 
7
.B iostat [ -c ] [ -d ] [ --debuginfo ] [ -h ] [ -N ] [ -k | -m ] [ -t ] [ -V ] [ -x ] [ -z ]
 
8
.B [ [ [ -T ] -g
 
9
.I group_name
 
10
.B ] {
8
11
.I device
9
 
.B [...] | ALL ] [ -p [
 
12
.B [...] | ALL } ] [ -p [
10
13
.I device
11
14
.B [,...] | ALL ] ] [
12
15
.I interval
15
18
.B ] ]
16
19
.\}
17
20
.el \{
18
 
.B iostat [ -c ] [ -d ] [ -h ] [ -N ] [ -k | -m ] [ -t ] [ -V ] [ -x ] [ -z ] [
 
21
.B iostat [ -c ] [ -d ] [ -h ] [ -N ] [ -k | -m ] [ -t ] [ -V ] [ -x ] [ -z ]
 
22
.B [ [ [ -T ] -g
 
23
.I group_name
 
24
.B ] {
19
25
.I device
20
 
.B [...] | ALL ] [ -p [
 
26
.B [...] | ALL } ] [ -p [
21
27
.I device
22
28
.B [,...] | ALL ] ] [
23
29
.I interval
265
271
.IP --debuginfo
266
272
Print debug output to stderr.
267
273
.\}
 
274
.IP "-g group_name { device [...] | ALL }
 
275
Display statistics for a group of devices.
 
276
The
 
277
.B iostat
 
278
command reports statistics for each individual device in the list
 
279
then a line of global statistics for the group displayed as
 
280
.B group_name
 
281
and made up of all the devices in the list. The
 
282
.B ALL
 
283
keyword means that all the block devices defined by the system shall be
 
284
included in the group.
268
285
.IP -h
269
286
Make the Device Utilization Report easier to read by a human.
270
287
.IP -k
283
300
keyword indicates that statistics have to be displayed for all the block
284
301
devices and partitions defined by the system, including those that have
285
302
never been used.
 
303
.IP -T
 
304
This option must be used with option -g and indicates that only global
 
305
statistics for the group are to be displayed, and not statistics for
 
306
individual devices in the group.
286
307
.IP -t
287
308
Print the time for each report displayed. The timestamp format may depend
288
309
on the value of the S_TIME_FORMAT environment variable (see below).