xref: /illumos-gate/usr/src/cmd/acctadm/acctadm.xcl (revision da14cebe)
17c478bd9Sstevel@tonic-gate#
27c478bd9Sstevel@tonic-gate# CDDL HEADER START
37c478bd9Sstevel@tonic-gate#
47c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the
5*da14cebeSEric Cheng# Common Development and Distribution License (the "License").
6*da14cebeSEric Cheng# You may not use this file except in compliance with the License.
77c478bd9Sstevel@tonic-gate#
87c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
97c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
107c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions
117c478bd9Sstevel@tonic-gate# and limitations under the License.
127c478bd9Sstevel@tonic-gate#
137c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
147c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
157c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
167c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
177c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
187c478bd9Sstevel@tonic-gate#
197c478bd9Sstevel@tonic-gate# CDDL HEADER END
207c478bd9Sstevel@tonic-gate#
21*da14cebeSEric Cheng#
22*da14cebeSEric Cheng# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
23*da14cebeSEric Cheng# Use is subject to license terms.
24*da14cebeSEric Cheng#
25*da14cebeSEric Cheng
267c478bd9Sstevel@tonic-gatemsgid  "ruxf:e:d:"
277c478bd9Sstevel@tonic-gatemsgid  "/etc/acctadm.conf"
287c478bd9Sstevel@tonic-gatemsgid  ""
297c478bd9Sstevel@tonic-gatemsgid  "process"
307c478bd9Sstevel@tonic-gatemsgid  "proc"
317c478bd9Sstevel@tonic-gatemsgid  "task"
327c478bd9Sstevel@tonic-gatemsgid  "flow"
33*da14cebeSEric Chengmsgid  "net"
347c478bd9Sstevel@tonic-gatemsgid  "no"
357c478bd9Sstevel@tonic-gatemsgid  "none"
367c478bd9Sstevel@tonic-gatemsgid  "yes"
377c478bd9Sstevel@tonic-gatemsgid  "ACCTADM_PROC_ENABLE"
387c478bd9Sstevel@tonic-gatemsgid  "ACCTADM_PROC_FILE"
397c478bd9Sstevel@tonic-gatemsgid  "ACCTADM_PROC_TRACKED"
407c478bd9Sstevel@tonic-gatemsgid  "ACCTADM_PROC_UNTRACKED"
417c478bd9Sstevel@tonic-gatemsgid  "ACCTADM_TASK_ENABLE"
427c478bd9Sstevel@tonic-gatemsgid  "ACCTADM_TASK_FILE"
437c478bd9Sstevel@tonic-gatemsgid  "ACCTADM_TASK_TRACKED"
447c478bd9Sstevel@tonic-gatemsgid  "ACCTADM_TASK_UNTRACKED"
457c478bd9Sstevel@tonic-gatemsgid  "ACCTADM_FLOW_ENABLE"
467c478bd9Sstevel@tonic-gatemsgid  "ACCTADM_FLOW_FILE"
477c478bd9Sstevel@tonic-gatemsgid  "ACCTADM_FLOW_TRACKED"
487c478bd9Sstevel@tonic-gatemsgid  "ACCTADM_FLOW_UNTRACKED"
49*da14cebeSEric Chengmsgid  "ACCTADM_NET_ENABLE"
50*da14cebeSEric Chengmsgid  "ACCTADM_NET_FILE"
51*da14cebeSEric Chengmsgid  "ACCTADM_NET_TRACKED"
52*da14cebeSEric Chengmsgid  "ACCTADM_NET_UNTRACKED"
537c478bd9Sstevel@tonic-gatemsgid  "r+"
547c478bd9Sstevel@tonic-gatemsgid  "r"
557c478bd9Sstevel@tonic-gatemsgid  " %[^=]=%s \n%n"
567c478bd9Sstevel@tonic-gatemsgid  "\"%s\", line %d: "
577c478bd9Sstevel@tonic-gate       "warning: invalid %s\n"
587c478bd9Sstevel@tonic-gatemsgid  "\"%s\", line %d: warning: "
597c478bd9Sstevel@tonic-gate       "invalid token: %s\n"
607c478bd9Sstevel@tonic-gatemsgid  "\"%s\", line %d: syntax error\n"
617c478bd9Sstevel@tonic-gatemsgid  "%s="
627c478bd9Sstevel@tonic-gatemsgid  "active"
637c478bd9Sstevel@tonic-gatemsgid  "inactive"
647c478bd9Sstevel@tonic-gatemsgid  "%s\n"
657c478bd9Sstevel@tonic-gatemsgid  "pid"
667c478bd9Sstevel@tonic-gatemsgid  "uid"
677c478bd9Sstevel@tonic-gatemsgid  "gid"
687c478bd9Sstevel@tonic-gatemsgid  "projid"
697c478bd9Sstevel@tonic-gatemsgid  "taskid"
707c478bd9Sstevel@tonic-gatemsgid  "cpu"
717c478bd9Sstevel@tonic-gatemsgid  "time"
727c478bd9Sstevel@tonic-gatemsgid  "command"
737c478bd9Sstevel@tonic-gatemsgid  "tty"
747c478bd9Sstevel@tonic-gatemsgid  "host"
757c478bd9Sstevel@tonic-gatemsgid  "extended"
767c478bd9Sstevel@tonic-gatemsgid  "basic"
777c478bd9Sstevel@tonic-gatemsgid  "mstate"
787c478bd9Sstevel@tonic-gatemsgid  "saddr"
797c478bd9Sstevel@tonic-gatemsgid  "daddr"
807c478bd9Sstevel@tonic-gatemsgid  "sport"
817c478bd9Sstevel@tonic-gatemsgid  "dport"
827c478bd9Sstevel@tonic-gatemsgid  "proto"
837c478bd9Sstevel@tonic-gatemsgid  "dsfield"
847c478bd9Sstevel@tonic-gatemsgid  "nbytes"
857c478bd9Sstevel@tonic-gatemsgid  "npkts"
867c478bd9Sstevel@tonic-gatemsgid  "ctime"
877c478bd9Sstevel@tonic-gatemsgid  "lseen"
887c478bd9Sstevel@tonic-gatemsgid  "%-10s"
897c478bd9Sstevel@tonic-gatemsgid  "%s"
907c478bd9Sstevel@tonic-gatemsgid  ",%s"
917c478bd9Sstevel@tonic-gatemsgid  "\n"
927c478bd9Sstevel@tonic-gatemsgid  ", "
937c478bd9Sstevel@tonic-gatemsgid  ","
947c478bd9Sstevel@tonic-gatemsgid  "%s: "
957c478bd9Sstevel@tonic-gatemsgid  ": %s\n"
96