Currently I use HM doing these
1,test some website's status every 20 minutes;
2,generate report and send it by mail at 23:50 every day;
3,clear the data before sending by mail.
Now I want to add a result displaying in the daily report by another htm or txt.
It is:diplay the status and replay time every hour of the whole day.So I want to know the status at 20:00 yesterday,I may look over this report.
I want to know how to do this...Log analyzer is a little complex.
hoping for your reply .. thanks..
Another question for daily report...
Do you want to test server every 20 min but display one log record per hour (like each 3rd record)?
There is no standard way to do that. You may try some complicated tricks. E.g. add "advanced mode" action to start "Record HM log" action every 3rd test using expression like (%TotalTests% mod 3 == 0).
BTW What sense has such report? If test fails 2 times, then restore good status, you may see just "good" status in such log.
May be you want to see "average" status? Log Analyzer offers "display average on hourly basis" chart mode.
http://www.ks-soft.net/hostmon.eng/la/index.htm#RepMan
Regards
Alex
There is no standard way to do that. You may try some complicated tricks. E.g. add "advanced mode" action to start "Record HM log" action every 3rd test using expression like (%TotalTests% mod 3 == 0).
BTW What sense has such report? If test fails 2 times, then restore good status, you may see just "good" status in such log.
May be you want to see "average" status? Log Analyzer offers "display average on hourly basis" chart mode.
http://www.ks-soft.net/hostmon.eng/la/index.htm#RepMan
Regards
Alex
If you need to check status of single test item at specific time, I think you may check log file. You don't need any special report.
Am I wrong?
You may check the log file, you may use Quick Log GUI option, you may use Log Analyzer. There are many options, I am not sure which one do you prefer
Regards
Alex
Am I wrong?
You may check the log file, you may use Quick Log GUI option, you may use Log Analyzer. There are many options, I am not sure which one do you prefer
Regards
Alex