on 2013 Oct 16 5:53 PM
We are re-evaluating the functionality contained in dbconsole and we'd like your input. Any thoughts you'd be willing to share would be most welcome. In particular we're interested in:
To get the discussion going, here are a few areas where we could add functionality:
Let me know if any of these seem useful or not.
Thanks for any input you can share.
Dave
I like dbconsole, but I don't use it :)... instead, I look at its feature set from time to time to see if anything should be added to Foxhound. Some stuff I take, and other stuff I leave alone because Sybase Central and/or ISQL also do it, and Foxhound is primarily a passive monitor.
Clients use dbconsole a lot on engines started as services, as a system tray icon alternative.
If you grow dbconsole into a full-featured tool (which it is not, now), please take a conservative GUI and API implementation path. Do not use Java, and do not use Flash... Java's always two generations behind actual OS GUIs, and Flash doesn't let you resize fonts or do copy and paste. Browser-based is fine, but don't go down the rabbit hole of some strange proprietary short-lived alternative to normal JavaScript and HTML.
If browser-based, then make sure it works on tablets... so very many websites have only two display modes: workstation versus smartwatch.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I would like to see its functions being added to Sybase Central. So that you don't need 2 tools.
Dream: Let the tool connect to a database server which is not accepting any standard connections. (this would probably mean to create a second purely administrative connection mechanism)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Let us sing the praises of "Martin's Dream"... some ability to "get in there" and determine WTF is going on when a server goes catatonic as far as regular connections are concerned. This could be a special client utility that does not need all the overhead of regular client-server connections, just something that can probe-and-report on what's going on... possibly bypassing the query engine altogether, and all the related superstructure code, and look at the fundamentals. Whether this is dbconsole or not isn't important, but the feature should use, as Martin puts it, "a second purely administrative connection mechanism."
I am guessing such a facility EXISTS ALREADY for internal use 🙂
Setting the font to a monospaced font for messages would be nice (possible in Linux because of the OS) Setting the tab size would also be nice - generally use 4 instead of 8.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I use dbconsole regulary. My expierience is mostly based on sa10 Version
Missing Features
Your Proposals To get the discussion going, here are a few areas where we could add functionality:
Hope i could give some ideas. Would be glad to give more details if necessary.
Thomas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
FWIW, I don't use DBCONSOLE at all (I guess I stopped using a separate DB monitor after using DBWATCH v5.5:) - my database servers always do use -o, so the console output is available as text file (and I'm using MESSAGEs quite often within procedures and the like...). - When I do need to access the console log immediately, I do use a particular stored procedure (called "STP_ShowLastLogMessages()") that uses the builtin properties like "MessageText" to list the last n messages. (BTW: That old answer shows that procedure - though MessageText and the related properties have been deprecated now...)
To view connections and users (and locks, though that has only rarely been an issue here), I use DBISQL (or mostly still dbisqlc) with sa_conn_info() and the like.
That is still enough for my needs - somewhat I don't like "heavy UI consoles" to monitor these database servers.
Just my two cents, apparently.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
A late remark:
So the new SQL Anywhere Cockpit - introduced in v17 - is the primary answer to that poll?
To cite from the v17 "What's New" setion:
Removal of dbconsole - The Cockpit replaces the graphical administration tool dbconsole, which has been removed from the software.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
67 | |
11 | |
10 | |
10 | |
9 | |
9 | |
6 | |
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.