File: README

package info (click to toggle)
acct 6.3.5-39
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 856 kB
  • ctags: 527
  • sloc: ansic: 5,356; sh: 856; cpp: 287; makefile: 225
file content (99 lines) | stat: -rw-r--r-- 4,015 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
Welcome to the GNU Accounting Utilities package!           -*-text-*-

This is a set of utilities which reports and summarizes data about
user connect times and process execution statistics under u*x.  This
package contains:

	ac:           summarize login accounting
	accton:       turn process accounting on or off
	last:         show the people who have logged in
	lastcomm:     show which commands have been used
	sa:           summarizes process accounting

	dump-utmp:    print a utmp file in a human-readble format
	dump-acct:    same as above for acct/pacct files

See the file `INSTALL' for generic instructions on how to compile and
install this software.

See the file `NEWS' for late-breaking news about this version.

See the file `ChangeLog' for an up-to-date list of source-level
modifications.

A big thanks to Dirk Eddelbuettel <edd@econ.queensu.ca> for
motivation!

NOTE: if you're installing this package to replace your system's
accounting utilities, you will need to delete the "usracct" and
"savacct" files written by your system's sa, as GNU sa is not able to
read them (formats vary too widely between systems).

----------------------------------------------------------------------

The usual:

  * If you run into a bug, please send a "good" bug report -- a
  message that contains detailed instructions that allow me to
  reproduce the bug.

  * If you can make a patch for a particular problem, great!  But if
  you modify more than 10 lines, I need to worry about disclaimers and
  copyright stuff.  Let's try this: if you find a bug, report it and
  I'll let you know whether or not I've been working on the problem
  (or want to do so).  We can proceed from there.  As a maintainer, I
  want to make sure that folks are not duplicating work.

  * Straightforward testing: "./configure; make compare" and check the
  output files (compare-*) in the source directory (should show times
  and etc.).

  * If this package isn't finding your utmp/pacct files correctly,
  check the file configure.in script (files.h is now automatically
  generated from the results of that script).

  * Any suggestions for better output from the dump-acct and dump-utmp
  programs?  I'm not sure what format will be easiest to parse.

  * If you see slightly different numbers for output with GNU sa
  compared with your system's sa, it's probably due to round-off error
  (vendor utils use floats, we use doubles).  Check it, however, and
  send me a report.

  * PLEASE SUGGEST FEATURES THAT YOU WOULD LIKE!  I realize that the
  standard options aren't great, so I'm looking for suggestions to
  make the output more digestible.  Would anyone be interested in
  scripts/options to produce graphic output (postscript, xplot,
  gnuplot, etc.)?

Coming up:

  * The next major release will introduce utmpx support for those of
  you lucky enough to have it.

It's good to know that people are willing to donate their time and
effort to getting the GNU Accounting Utilities up and working on many
machines.  Thanks a lot for the help!

-Noel

Noel Cragg \\ 6244 Aberdeen Avenue \\ Goleta CA 93117-2002 \\ 805 964 1892
     noel@cs.oberlin.edu \\ noel@red-bean.com \\ noel@gnu.ai.mit.edu

----------------------------------------------------------------------

The GNU Accounting Utilities are Copyright (C) 1993, 1996, 1997 Free
Software Foundation, Inc.

   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; version 2 dated June, 1991.

   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.

   You should have received a copy of the GNU General Public License
   along with this program;  if not, write to the Free Software
   Foundation, Inc., 675 Mass Ave., Cambridge, MA 02139, USA.