|
Home > Archive > Sybase Database > March 2006 > equivalent of get_monfixed_counter on 12.5
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
equivalent of get_monfixed_counter on 12.5
|
|
| Marc Melancon 2006-03-15, 3:23 am |
| Does someone know the equivalent of :
get_monfixed_counter
('metadata_cache_sta
ts', 'total_xdes') &
get_monfixed_counter
('metadata_cache_sta
ts', 'active_xdes')
I was once given :
config_admin(22, 185, 2, 0, "counter1", NULL) &
config_admin(22, 185, 2, 0, "counter1", NULL)
But that made no sense as it is the same list of arguments?
Thanks,
MarcM
| |
| Rob Verschoor 2006-03-15, 3:23 am |
| I don't know what get_monfixed_counter
is supposed to do, but will
sp_monitorconfig provide what you need?
HTH,
Rob
-------------------------------------------------------------
Rob Verschoor
Certified Sybase Professional DBA for ASE 12.5/12.0/11.5/11.0
and Replication Server 12.5 / TeamSybase
Author of Sybase books (order online at www.sypron.nl/shop):
"Tips, Tricks & Recipes for Sybase ASE"
"The Complete Sybase Replication Server Quick Reference Guide"
"The Complete Sybase ASE Quick Reference Guide"
mailto:rob@YOUR.SPAM.sypron.nl.NOT.FOR.ME
http://www.sypron.nl
Sypron B.V., P.O.Box 10695, 2501HR Den Haag, The Netherlands
-------------------------------------------------------------
"Marc Melancon" <mmelanco@videotron.ca> wrote in message
news:121f398b42an94f
@corp.supernews.com...
> Does someone know the equivalent of :
>
> get_monfixed_counter
('metadata_cache_sta
ts', 'total_xdes') &
> get_monfixed_counter
('metadata_cache_sta
ts', 'active_xdes')
>
> I was once given :
>
> config_admin(22, 185, 2, 0, "counter1", NULL) &
> config_admin(22, 185, 2, 0, "counter1", NULL)
>
> But that made no sense as it is the same list of arguments?
>
> Thanks,
> MarcM
>
>
|
|
|
|
|