HEX
Server: Apache
System: Linux web2.fi.cloudlogin.co 5.10.241-xeon-hst #3 SMP Fri Aug 29 13:26:38 UTC 2025 x86_64
User: otjinenec (286614)
PHP: 8.3.25
Disabled: NONE
Upload Files
File: //bin/dbstats
#!/usr/bin/perl -w

#
# dbstats
# Copyright (C) 1991-2007 by John Heidemann <johnh@isi.edu>
# $Id$
#
# This program is distributed under terms of the GNU general
# public license, version 2.  See the file COPYING
# in $dblibdir for details.
#

=head1 NAME

dbstats - DEPRICATED, now use dbcolstats

=cut

use Fsdb::Filter::dbcolstats;
my $f = new Fsdb::Filter::dbcolstats(@ARGV);
$f->setup_run_finish;  # or could just --autorun
exit 0;