Hi,
It would be great, if there would be a possibility to customize the private html log like you can do this in reports.
Or reports with the log feature?
Regards,
Martin
Customize private html log?
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
Do you mean you want to record some additional info into the private log? I am afraid, it is impossible. The workaround is to use "ODBC logging". You may specify a particular variable, e.g. %TestName% as a Table name in "SQL query" and HostMonitor will write test info into different tables for different tests. For instance, you may try the following SQL query:
Also you may use "Custom report" to achieve your goal: http://www.ks-soft.net/hostmon.eng/mfra ... CustomHTML
Regards,
Max
Code: Select all
INSERT INTO %TestName% (EventTime,TestName,Status,Reply,TestId,TestMethod) VALUES ('%DateTime%','%TestName%','%Status%','%Reply%',%TestId%,'%TestMethod%')
Regards,
Max
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
You may use "Backup Log" also.mp1 wrote:We already use ODBC logging for our primary log.

No, it cannot generate a log, but it is pretty configurable.mp1 wrote:Also with a custom report, you can't gemerate a log - or?
Sorry, there is no such an option.mp1 wrote:In our case, we only want to customize the look and feel, the html header, the colors and so - like custom reports
Regards,
Max
Hi,
I am just come up again to this wish:
We use many private html log files, it would be great if you could customize the look and feel of the html logs.
I would like to see a possibility to change the logging order, so that new entries will be come up first. (sort by event time - ascending/descending)
Best regards and a happy new year
Martin
I am just come up again to this wish:
We use many private html log files, it would be great if you could customize the look and feel of the html logs.
I would like to see a possibility to change the logging order, so that new entries will be come up first. (sort by event time - ascending/descending)
Best regards and a happy new year

Martin
Well, you may use "Execute external program" action and some simple script (even BAT file) to maintain any text-html log you want.We use many private html log files, it would be great if you could customize the look and feel of the html logs.
Do you know why nobody in the world do this (at least with large log files)? Because everytime you need to add single record, entire file should be rewritten! Now imagine: move 1GB of data on hard drive after each test, e.g. read and write 20GB per second (20 tests per second). Is that possiblle?I would like to see a possibility to change the logging order, so that new entries will be come up first. (sort by event time - ascending/descending)
If you have such needs, I would recommend to use ODBC log and create logs and reports by operator request only (using some home made scripts, stored procedures, etc).
Regards
Alex
I think, nobody will have a html log file with 1 gb, for this you have the dbf log. We use the html log only for some statistics, there will be only an entry once an hour or once a day.Do you know why nobody in the world do this (at least with large log files)? Because everytime you need to add single record, entire file should be rewritten! Now imagine: move 1GB of data on hard drive after each test, e.g. read and write 20GB per second (20 tests per second). Is that possiblle?
I will try it with custom reports an the log analyzer.
Happy new year to all and ony the best ...

Martin