xref: /titanic_44/usr/src/cmd/flowstat/flowstat.xcl (revision 0dc2366f7b9f9f36e10909b1e95edbf2a261c2ac)
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  " %.2f"
27*0dc2366fSVenugopal Iyermsgid  " %6.2lf%c"
28*0dc2366fSVenugopal Iyermsgid  " %7.0lf%c"
29*0dc2366fSVenugopal Iyermsgid  " %s"
30*0dc2366fSVenugopal Iyermsgid  "-h"
31*0dc2366fSVenugopal Iyermsgid  ": %s\n"
32*0dc2366fSVenugopal Iyermsgid  ":rtApSi:o:u:l:h"
33*0dc2366fSVenugopal Iyermsgid  ""
34*0dc2366fSVenugopal Iyermsgid  "\n"
35*0dc2366fSVenugopal Iyermsgid  "\t%15llu\n"
36*0dc2366fSVenugopal Iyermsgid  "\t%15s"
37*0dc2366fSVenugopal Iyermsgid  "# Time"
38*0dc2366fSVenugopal Iyermsgid  "%.0lf"
39*0dc2366fSVenugopal Iyermsgid  "%llu"
40*0dc2366fSVenugopal Iyermsgid  "%m/%d/%Y"
41*0dc2366fSVenugopal Iyermsgid  "%s Mbps"
42*0dc2366fSVenugopal Iyermsgid  "%s: "
43*0dc2366fSVenugopal Iyermsgid  "%s: warning: "
44*0dc2366fSVenugopal Iyermsgid  "%s"
45*0dc2366fSVenugopal Iyermsgid  "%s\n"
46*0dc2366fSVenugopal Iyermsgid  "%T"
47*0dc2366fSVenugopal Iyermsgid  "all"
48*0dc2366fSVenugopal Iyermsgid  "B"
49*0dc2366fSVenugopal Iyermsgid  "BANDWIDTH"
50*0dc2366fSVenugopal Iyermsgid  "das:e:o:f:F:"
51*0dc2366fSVenugopal Iyermsgid  "DURATION"
52*0dc2366fSVenugopal Iyermsgid  "END"
53*0dc2366fSVenugopal Iyermsgid  "flow,duration,ipackets,rbytes,opackets,obytes,bandwidth"
54*0dc2366fSVenugopal Iyermsgid  "flow,ipkts,rbytes,ierrs,opkts,obytes,oerrs"
55*0dc2366fSVenugopal Iyermsgid  "flow,ipkts,rbytes,ierrs"
56*0dc2366fSVenugopal Iyermsgid  "flow,opkts,obytes,oerrs"
57*0dc2366fSVenugopal Iyermsgid  "flow,start,end,rbytes,obytes,bandwidth"
58*0dc2366fSVenugopal Iyermsgid  "FLOW"
59*0dc2366fSVenugopal Iyermsgid  "G"
60*0dc2366fSVenugopal Iyermsgid  "gnuplot"
61*0dc2366fSVenugopal Iyermsgid  "IERRS"
62*0dc2366fSVenugopal Iyermsgid  "IPACKETS"
63*0dc2366fSVenugopal Iyermsgid  "IPKTS"
64*0dc2366fSVenugopal Iyermsgid  "K"
65*0dc2366fSVenugopal Iyermsgid  "M"
66*0dc2366fSVenugopal Iyermsgid  "OBYTES"
67*0dc2366fSVenugopal Iyermsgid  "OERRS"
68*0dc2366fSVenugopal Iyermsgid  "OPACKETS"
69*0dc2366fSVenugopal Iyermsgid  "OPKTS"
70*0dc2366fSVenugopal Iyermsgid  "P"
71*0dc2366fSVenugopal Iyermsgid  "RBYTES"
72*0dc2366fSVenugopal Iyermsgid  "START"
73*0dc2366fSVenugopal Iyermsgid  "T"
74