man printbill_grapher (Commandes) - check your print quota

NAME

printbill_grapher - check your print quota

SYNOPSIS

printbill_grapher --path <path> [--fraction <fraction>] [--slices <slices>] [--printer <printer>] [--force] [--help]

DESCRIPTION

printbill_grapher performs statistical analysis of the stats file for the specified printer, displays maximum, minimum, mean, standard deviation and median for each parameter on standard output, and generates a set of graphs showing the frequency distribution of key parameters plus the temporal distribution of printer load (measured by page count) averaged over four different time scales (past week, past month, past year and forever). Output files are prefixed with "printer_" and are saved in the path specified on the command-line (or current working directory if not otherwise specified).

REQUIREMENTS

printbill_grapher requires a fully functional printbill installation, and all that that entails. You must also have a functional gnuplot installation with PNG support.

INSTALLATION

Please see the accompanying README file for installation instructions. Chances are if you're reading this it's correctly installed.

OPTIONS

--path <path>
Specifies the directory where .PNG files for the varoius graphs will be written. Defaults to current working directory.
--fraction <fraction>
Only plot the <fraction> lowest values. Useful when you want to see a bit more detail of some very long-tailed distributions. Defaults to 1 (i.e. see everything).
--slices <slices>
Frequency histograms will use <slices> range bins. Defaults to 20.
--printer <printer>
Specify the printer whose stats you wish to analyse. Defaults to "lp".
--help
Prints usage message.

AUTHORS

printbill and the accompanying utilities were written by Daniel Franklin (d.franklin@ieee.org). The web interface was written by Phil Ciufo (phil@snrc.uow.edu.au).

AVAILABILITY

You can always grab the latest and greatest version from http://ieee.uow.edu.au/~daniel/software/printbill

FILES

/var/lib/printbill/printbill.db The database. It contains entries for the total pages printed and the total paid into the database.

SEE ALSO