App::110::SQL
DESCRIPTION
Functions above SQL database to manipulate with statistics
FUNCTIONS
get_last_active_request()
Returns informations about last active request in TOM.a110_weblog_rqs
my %data=get_last_active_request();
When this request take very long time, then your database server is very slow, also upgrade it!
get_first_active_request()
Returns informations about first active request in TOM.a110_weblog_rqs
my %data=get_first_active_request();
get_last_collected_hour()
Returns informations about last collected hour in TOM.a110_weblog_hour
my %data=get_last_collected_hour();
my %data=get_last_collected_hour('domain' => "example.tld");
get_last_collected_day()
Returns informations about last collected day in TOM.a110_weblog_day
my %data=get_last_collected_day();
get_last_collected_week()
Returns informations about last collected week in TOM.a110_weblog_week
my %data=get_last_collected_hour();
AUTHORS
Roman Fordinal (roman.fordinal@comsultia.com)
If published informations are not helpfull, something is missing or wrong, please report. Thanx for contribution.
This content is generated from file 'http://svn.cyclone3.org/trunk/frame/_addons/App/110/SQL.pm'
User Comments