We currently have Log Analyzer 5.35 set up to log to a SQL 2000 database and are experiencing some EXTREME slowness when opening the log file. The database is up and running, Host Monitor is working perfectly, but it takes about an hour to open up Log Anayzer.
Is there any light at all that anyone can shed on this?
Log Analyzer 5.35 and SQL database
-
- Posts: 13
- Joined: Tue Feb 27, 2007 12:06 pm
Log Table
Alex,
The log table is 16297732 rows. Is that what you were looking for?
The log table is 16297732 rows. Is that what you were looking for?
LogAnalyzer processes data with average speed 4-20 thousand records per second (depends on table settings, hardware, etc). 16297732/4000/60=67 minutes.
I would recommend to use one of standard date filters:
- analyze current week only
- analyze current month only
Also you may use some custom filters
http://www.ks-soft.net/hostmon.eng/la/i ... dbcManager
Regards
Alex
I would recommend to use one of standard date filters:
- analyze current week only
- analyze current month only
Also you may use some custom filters
http://www.ks-soft.net/hostmon.eng/la/i ... dbcManager
Regards
Alex
-
- Posts: 76
- Joined: Wed Mar 21, 2007 5:51 am
- Location: Klarup (AAlborg), Demark
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
Yep, creating Views is a good solution. However, you may achieve the same goal using Log Analyzer itself. As you know, when you setup an ODBC Log, you may specify additional filter that will be used in "Where" part of the SQL statement using "Add custom filter option". Quote from the manual:mos-eisley wrote:I have created some Views in the database to select from, instead of the complete table, the view have a whereclause that limits the number of records returned, You can use like getdate()-7 to only see the last 7 days.
http://www.ks-soft.net/hostmon.eng/la/i ... dbcManager
============================
Add custom filter
Here you may provide additional filter that will be used in "where" part of the SQL statement. For example you may use this filter to select information about some specific test item (testname='main router')
============================
Regards,
Max