Return to login_count.pl CVS log | Up to [LON-CAPA] / loncom / debugging_tools |
version 1.5, 2005/03/30 17:24:36 | version 1.6, 2005/03/30 17:41:30 |
---|---|
Line 6 use LONCAPA::Configuration; | Line 6 use LONCAPA::Configuration; |
use Date::Manip; | use Date::Manip; |
my $start_time=&UnixDate("Aug 30th 00:00:00 2004","%s"); | my $start_time=&UnixDate("Aug 30th 00:00:00 2004","%s"); |
my @counts=('1','10');#,'100','1000','10000','100000','250000'); | my @counts=('1','10','100','1000','10000','100000','250000','1000000'); |
sub only_user_activitylog_files { | sub only_user_activitylog_files { |