bd_pgsql_purge(8) debian man page | unix.com

Man Page: bd_pgsql_purge

Operating Environment: debian

Section: 8

BD_PGSQL_PURGE(8)					      System Manager's Manual						 BD_PGSQL_PURGE(8)

NAME
bd_pgsql_purge - summarizer script for bandwidthd (postgresql mode)
DESCRIPTION
This program generatet the SQL code that should be run in certain intervals to summarize the data collected by bandwidthd (in postgresql mode) and purge the detailed records. The program itself only generates the SQL code. You need to feed it to your postgresql server your- self, which can be done by piping the output to the psql program. Adding a crontab script that runs weekly and cleans up the database is recommended.
FILES
/usr/sbin/bd_pgsql_purge - the script to generate sql code /etc/cron.weekly/bandwidthd-pgsql - default schedule for bd_pgsql_purge
SEE ALSO
bandwidthd(8) bandwidthd.conf(5) psql(1) Furter information available at the website: http://bandwidthd.sourceforge.net
AUTHOR
This manual page was written by Andreas Henriksson <andreas@fatal.se>, for the Debian GNU/Linux system. 8 Dec 2007 BD_PGSQL_PURGE(8)
Related Man Pages
oar-database(1) - debian
pg_wrapper(1) - debian
pgtune(1) - debian
postgresql-common(1) - debian
pg_createcluster(8) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
One instance of comparing grep and awk
How to copy a column of multiple files and paste into new excel file (next to column)?