Search found 9 matches

by chunlan
Tue Aug 16, 2011 9:14 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: odbc logging is low and many test items are hanging
Replies: 1
Views: 6971

odbc logging is low and many test items are hanging

when I user odbc logging with full option, it seems the logging becomes low after some hours running. And syslog there are many logs like " 2011-8-16 19:56:03 Warning: Logging performance is not high enough considering average test frequency 2011-8-16 20:06:17 Warning: Logging performance is ve...
by chunlan
Wed Feb 18, 2009 3:06 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: performance counter error
Replies: 1
Views: 8482

performance counter error

Hi, when I set up a test to monitor the available memory via performance counters. The test is \\x.x.x.x\Memory\Available MBytes. When configuring the test I am able to click "Get current value" the response I get is "Error: Unable to connect to specified machine" , the target ma...
by chunlan
Mon Jan 19, 2009 7:34 pm
Forum: Wish list
Topic: support sending command after remote login with telnet,ssh
Replies: 1
Views: 9444

support sending command after remote login with telnet,ssh

I need to check CPU,Mem etc of many remote servers which are Linux, Unix,AIX OS etc. For some reasons I don't want to install agent on those target servers. I want to use telnet or ssh protocol and login the servers then send one command(support more commands will be much better) and get response, t...
by chunlan
Tue Dec 09, 2008 7:09 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: no data found when use log logvisualizer
Replies: 7
Views: 18474

There is an update to LogVisualizer: http://www.ks-soft.net/download/lv105.zip Could you try it? With this update, LogVisualizer should work with your first query, without dumb TestMethod column: select to_char(datetime,'yyyy-mm-dd hh24:mi:ss'),to_char(datetime,'yyyy-mm-dd hh24:mi:ss'),testid, test...
by chunlan
Mon Dec 08, 2008 8:11 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: no data found when use log logvisualizer
Replies: 7
Views: 18474

Re: no data found when use log logvisualizer

The inputQuery is, select to_char(datetime,'yyyy-mm-dd hh24:mi:ss'),to_char(datetime,'yyyy-mm-dd hh24:mi:ss'),testid, testname, status, replyvalue from tb_hostmonitor Why do you convert it to char? Have you tried the following query: select datetime,datetime,testid, testname, status, replyvalue fro...
by chunlan
Sun Dec 07, 2008 8:42 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: no data found when use log logvisualizer
Replies: 7
Views: 18474

Re: no data found when use log logvisualizer

1. database log. I configured the setupprofile aa.ini and start logvisulizer with command " logvisualizer.exe -testid:1760 -logprofile:aa.ini", the result is window pops up with "no data found". The logvisualizer.log file echo "[2008-12-5 14:45:17] Invalid log record."...
by chunlan
Fri Dec 05, 2008 12:54 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: no data found when use log logvisualizer
Replies: 7
Views: 18474

no data found when use log logvisualizer

Hi, When I use the logvisualizer want to get the test result chart, the result is No data found. I tried with two ways but both failed. 1. database log. I configured the setupprofile aa.ini and start logvisulizer with command " logvisualizer.exe -testid:1760 -logprofile:aa.ini", the result...
by chunlan
Thu Dec 04, 2008 8:35 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: About ODBC logging feature
Replies: 2
Views: 9580

Also when I select one alert profile except for 'Nothing', always one windows with "Warning: Selected action profile does not contain any "scheduled" action" pops up. Can you tell me what's wrong? That's why it does not work. You have not added "on the schedule" action...
by chunlan
Thu Dec 04, 2008 7:30 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: About ODBC logging feature
Replies: 2
Views: 9580

About ODBC logging feature

Hi, I am using ODBC log from my primary log, the database logging works well, I want to know if it provides the alert functionality when the database is inaccessible. I found that in the configuration window and under the SQL query item, there is one check button "Execute alert profile when log...