xref: /illumos-gate/usr/src/cmd/dlstat/dlstat.xcl (revision 0dc2366f)
1*0dc2366fSVenugopal Iyer#
2*0dc2366fSVenugopal Iyer# CDDL HEADER START
3*0dc2366fSVenugopal Iyer#
4*0dc2366fSVenugopal Iyer# The contents of this file are subject to the terms of the
5*0dc2366fSVenugopal Iyer# Common Development and Distribution License (the "License").
6*0dc2366fSVenugopal Iyer# You may not use this file except in compliance with the License.
7*0dc2366fSVenugopal Iyer#
8*0dc2366fSVenugopal Iyer# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*0dc2366fSVenugopal Iyer# or http://www.opensolaris.org/os/licensing.
10*0dc2366fSVenugopal Iyer# See the License for the specific language governing permissions
11*0dc2366fSVenugopal Iyer# and limitations under the License.
12*0dc2366fSVenugopal Iyer#
13*0dc2366fSVenugopal Iyer# When distributing Covered Code, include this CDDL HEADER in each
14*0dc2366fSVenugopal Iyer# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*0dc2366fSVenugopal Iyer# If applicable, add the following below this CDDL HEADER, with the
16*0dc2366fSVenugopal Iyer# fields enclosed by brackets "[]" replaced with your own identifying
17*0dc2366fSVenugopal Iyer# information: Portions Copyright [yyyy] [name of copyright owner]
18*0dc2366fSVenugopal Iyer#
19*0dc2366fSVenugopal Iyer# CDDL HEADER END
20*0dc2366fSVenugopal Iyer#
21*0dc2366fSVenugopal Iyer# Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
22*0dc2366fSVenugopal Iyer# Use is subject to license terms.
23*0dc2366fSVenugopal Iyer#
24*0dc2366fSVenugopal Iyer#
25*0dc2366fSVenugopal Iyer
26*0dc2366fSVenugopal Iyermsgid  "  %s \n"
27*0dc2366fSVenugopal Iyermsgid  " %.2f"
28*0dc2366fSVenugopal Iyermsgid  " %6.2lf%c"
29*0dc2366fSVenugopal Iyermsgid  " %7.0lf%c"
30*0dc2366fSVenugopal Iyermsgid  " %s"
31*0dc2366fSVenugopal Iyermsgid  "---------------------------------------------------\n"
32*0dc2366fSVenugopal Iyermsgid  "--"
33*0dc2366fSVenugopal Iyermsgid  ": %s\n"
34*0dc2366fSVenugopal Iyermsgid  ":hrtFapi:o:u:"
35*0dc2366fSVenugopal Iyermsgid  ":rtaApi:o:u:"
36*0dc2366fSVenugopal Iyermsgid  ":rtapi:o:u:"
37*0dc2366fSVenugopal Iyermsgid  ":rtpi:o:u:"
38*0dc2366fSVenugopal Iyermsgid  ""
39*0dc2366fSVenugopal Iyermsgid  "\n"
40*0dc2366fSVenugopal Iyermsgid  "\t\t%15llu\n"
41*0dc2366fSVenugopal Iyermsgid  "\t%15s"
42*0dc2366fSVenugopal Iyermsgid  "# Time"
43*0dc2366fSVenugopal Iyermsgid  "%.0lf"
44*0dc2366fSVenugopal Iyermsgid  "%llu"
45*0dc2366fSVenugopal Iyermsgid  "%m/%d/%Y"
46*0dc2366fSVenugopal Iyermsgid  "%s \n"
47*0dc2366fSVenugopal Iyermsgid  "%s Mbps"
48*0dc2366fSVenugopal Iyermsgid  "%s: "
49*0dc2366fSVenugopal Iyermsgid  "%s: warning: "
50*0dc2366fSVenugopal Iyermsgid  "%s"
51*0dc2366fSVenugopal Iyermsgid  "%s\n"
52*0dc2366fSVenugopal Iyermsgid  "%T"
53*0dc2366fSVenugopal Iyermsgid  "all"
54*0dc2366fSVenugopal Iyermsgid  "B"
55*0dc2366fSVenugopal Iyermsgid  "BANDWIDTH"
56*0dc2366fSVenugopal Iyermsgid  "bcast"
57*0dc2366fSVenugopal Iyermsgid  "BLKCNT"
58*0dc2366fSVenugopal Iyermsgid  "BYTES"
59*0dc2366fSVenugopal Iyermsgid  "CH<10"
60*0dc2366fSVenugopal Iyermsgid  "CH>50"
61*0dc2366fSVenugopal Iyermsgid  "CH10-50"
62*0dc2366fSVenugopal Iyermsgid  "das:e:o:f:F:"
63*0dc2366fSVenugopal Iyermsgid  "DURATION"
64*0dc2366fSVenugopal Iyermsgid  "END"
65*0dc2366fSVenugopal Iyermsgid  "FOUT"
66*0dc2366fSVenugopal Iyermsgid  "G"
67*0dc2366fSVenugopal Iyermsgid  "gnuplot"
68*0dc2366fSVenugopal Iyermsgid  "hw"
69*0dc2366fSVenugopal Iyermsgid  "ID"
70*0dc2366fSVenugopal Iyermsgid  "INDEX"
71*0dc2366fSVenugopal Iyermsgid  "INTRS"
72*0dc2366fSVenugopal Iyermsgid  "IPKTS"
73*0dc2366fSVenugopal Iyermsgid  "K"
74*0dc2366fSVenugopal Iyermsgid  "lcl/sw"
75*0dc2366fSVenugopal Iyermsgid  "link,id,index,fout,ipkts,rbytes"
76*0dc2366fSVenugopal Iyermsgid  "link,ipkts,rbytes,intrs,polls,ch<10,ch10-50,ch>50"
77*0dc2366fSVenugopal Iyermsgid  "link,ipkts,rbytes,opkts,obytes"
78*0dc2366fSVenugopal Iyermsgid  "link,opkts,obytes,blkcnt,ublkcnt"
79*0dc2366fSVenugopal Iyermsgid  "link,port,ipkts,rbytes,opkts,obytes"
80*0dc2366fSVenugopal Iyermsgid  "link,port,ipkts,rbytes"
81*0dc2366fSVenugopal Iyermsgid  "link,port,opkts,obytes"
82*0dc2366fSVenugopal Iyermsgid  "link,start,end,rbytes,obytes,bandwidth"
83*0dc2366fSVenugopal Iyermsgid  "link,type,id,index,ipkts,rbytes,intrs,polls,ch<10,ch10-50,ch>50"
84*0dc2366fSVenugopal Iyermsgid  "link,type,id,index,opkts,obytes,blkcnt,ublkcnt"
85*0dc2366fSVenugopal Iyermsgid  "link,type,id,index,pkts,bytes"
86*0dc2366fSVenugopal Iyermsgid  "link,type,index,ipkts,rbytes"
87*0dc2366fSVenugopal Iyermsgid  "link,type,index,opkts,obytes"
88*0dc2366fSVenugopal Iyermsgid  "link,type,index,pkts,bytes"
89*0dc2366fSVenugopal Iyermsgid  "LINK"
90*0dc2366fSVenugopal Iyermsgid  "local"
91*0dc2366fSVenugopal Iyermsgid  "M"
92*0dc2366fSVenugopal Iyermsgid  "OBYTES"
93*0dc2366fSVenugopal Iyermsgid  "OPKTS"
94*0dc2366fSVenugopal Iyermsgid  "P"
95*0dc2366fSVenugopal Iyermsgid  "PKTS"
96*0dc2366fSVenugopal Iyermsgid  "POLLS"
97*0dc2366fSVenugopal Iyermsgid  "PORT"
98*0dc2366fSVenugopal Iyermsgid  "RBYTES"
99*0dc2366fSVenugopal Iyermsgid  "rx"
100*0dc2366fSVenugopal Iyermsgid  "SDROPS"
101*0dc2366fSVenugopal Iyermsgid  "show-aggr"
102*0dc2366fSVenugopal Iyermsgid  "show-link -h"
103*0dc2366fSVenugopal Iyermsgid  "show-link"
104*0dc2366fSVenugopal Iyermsgid  "show-phys"
105*0dc2366fSVenugopal Iyermsgid  "START"
106*0dc2366fSVenugopal Iyermsgid  "sw"
107*0dc2366fSVenugopal Iyermsgid  "T"
108*0dc2366fSVenugopal Iyermsgid  "tx"
109*0dc2366fSVenugopal Iyermsgid  "TYPE"
110*0dc2366fSVenugopal Iyermsgid  "UBLKCNT"
111