on 2012 Nov 08 5:01 AM
[SQL Anywhere 12.0.1.3423 on Windows 2008 R2 Standard 64 bit]
I have three database servers (dbsrv12.exes) running on the same machine and I would like to be able to use Windows Performance Monitor to monitor them. However, when I select counters from within the 'SQL Anywhere 12 Server' performance object, the list of instances only shows one of the three servers and it always seems to be the server that was started first.
I can change which one of the three servers appears in the list of instances by adding '-ks 0' to the other two but this still only allows me to monitor one server at a time.
Is there any way of getting multiple servers to show up in the list of instances?
Request clarification before answering.
Only one server at a time is supported in perfmon. I believe Sybase Central provides some similar monitoring capabilities though I don't know if you can monitor multiple servers in the same graph or if you need two instances of Sybase Central. You can also query all of the counters via the property(), connection_property() and database_property() functions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can also query all of the counters via the property(), connection_property() and database_property() functions.
To clarify:
So that does mean these properties are available for multiple servers on the same machine in parallel (i.e. one simply has to query the appropriate database server) - and it's just a perfmon limitation that that tool can only monitor one server at a time?
It is a limitation of SA that we don't provide multiple server instances in perfmon. Perfmon doesn't get the statistics from the database server via SQL queries. One server presents a block of shared memory by a known name that perfmon (via SA's dbctrs12.dll) looks at to get the statistics. The perfmon method is definitely a lower overhead and less disruptive method for monitoring statistics(ie, you aren't executing queries to monitor statistics about executing queries) but the SQL method can be sufficient and more flexible depending on what information you are looking for.
Foxhound lets you monitor up to 100 servers. The Evaluation Edition is still available, for a limited time until Foxhound 2 is released.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can also use the SQL Anywhere Monitor to monitor multiple SA servers, as well as MobiLink servers and Relay Servers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
76 | |
30 | |
10 | |
8 | |
8 | |
7 | |
7 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.