1CFETOOLINFO(1) User Contributed Perl Documentation CFETOOLINFO(1)
2
3
4
6 cfetool info - Get information about a database
7
9 cfetool info name [--path⎪-p directory name] [--daily⎪-d] [--weekly⎪-w]
10 [--yearly⎪-y] [--verbose⎪-v] [--help⎪-h]
11
13 Prints out some basic information about the specified database, includ‐
14 ing: the location of the database, the location of the histogram file
15 (if there is one), the step interval, the database age, the time it was
16 last updated, and the current overall average and variation.
17
19 --path⎪-p directory name
20 The directory in which to find the database folder. If this argu‐
21 ment is not provided, the current working directory will be
22 assumed.
23
24 --daily⎪-d
25 Provide information about the daily averages database.
26
27 --weekly⎪-w
28 Provide information about the weekly averages database.
29
30 --yearly⎪-y
31 Provide information about the yearly averages database.
32
33 --verbose⎪-v
34 Print details of the command's execution to the standard output
35 stream.
36
37 --help⎪-h
38 Prints a short help message and then exits.
39
41 % cfetool info temperature --path /my/path
42
43 Weekly average database:
44 Database Location: /my/path/temperature/weekly.db
45 Histogram file: /my/path/temperature/weekly.hist
46 Step: 10 minutes
47 Database Age: 0.000992 weeks (1 steps)
48 Last update: Mon Sep 13 16:20:40 2004 (1095117640)
49 Current average: 7.105000, Var: 38.280217
50
52 The code and documentation were contributed by Stanford Linear Acceler‐
53 ator Center, a department of Stanford University. This documentation
54 was written by
55
56 Elizabeth Cassell <e_a_c@mailsnare.net> and
57 Alf Wachsmann <alfw@slac.stanford.edu>
58
60 Copyright 2004 Alf Wachsmann <alfw@slac.stanford.edu> and
61 Elizabeth Cassell <e_a_c@mailsnare.net>
62 All rights reserved.
63
64
65
66perl v5.8.4 2004-09-21 CFETOOLINFO(1)