ars_GetProfileInfo(ctrl)
Here is an example:
%profile = ars_GetServerStatistics($ctrl);
print "startTime= ".$profile->{startTime}." queries=".$profile->{queries}."\n";
Back to Table of Contents