PERF_PRECISION_TIMESTAMP
PERF_PRECISION_TIMESTAMP
I'm looking for perf_precision_timestamp.vbs to monitoring some services like mssql. Where I can found this script? Is part of some wmi package?
Re: PERF_PRECISION_TIMESTAMP
Where'd you hear about this script? I didn't find anything on Nagios Exchange or Google.
Re: PERF_PRECISION_TIMESTAMP
Its a customized system based on nagios. It calls various vbs to get some informations. This counter specifically monitors sql databases and does not delivery this plugin, so I started a search about this plugin here. I think this come together NRPE. All other vbs came and does not generate any error. I hope someone heard about it!
Re: PERF_PRECISION_TIMESTAMP
In time, I have open an vbs to see who have wrote them. Some of them has been wrote by Groundwork, but I don't found it.
http://sourceforge.net/project/shownote ... _id=160654
http://sourceforge.net/project/shownote ... _id=160654
Re: PERF_PRECISION_TIMESTAMP
The scripts are located in the zip file here: http://sourceforge.net/projects/gwmos/f ... WMI%201.3/
I took a stab in the dark and just checked the plugins in their file repository and sure enough... there it was.
I took a stab in the dark and just checked the plugins in their file repository and sure enough... there it was.
Re: PERF_PRECISION_TIMESTAMP
Thanks for the reply jsmurphy, but this plugins I'm already have. I don't even know where this perf_precision_timestamp act in wmi context. This mention occurs in 3 items from original script. It appears in this kb from microsoft: http://support.microsoft.com/kb/269481
The counter I traying to monitor is Log cache hit ratio, described in this article: http://www.mssqltips.com/sqlservertip/1 ... -counters/
Is there other script to return this information?
The counter I traying to monitor is Log cache hit ratio, described in this article: http://www.mssqltips.com/sqlservertip/1 ... -counters/
Is there other script to return this information?
Re: PERF_PRECISION_TIMESTAMP
So, this is a WMI resource or something? If it is, you could monitor it using check_wmi_plus.
Re: PERF_PRECISION_TIMESTAMP (SOLVED)
Hello everyone!
As I continuing search for some resolution, the "log cache hit ratio" for mssql could be monitored by using an performance monitor query. The counter to monitoring is \SQLServer:Databases(model)\Log Cache Hit Ratio.
Sometimes the answer are in front of you, just takes a little time to see!
Thanks for everyone who posted here some information.
As I continuing search for some resolution, the "log cache hit ratio" for mssql could be monitored by using an performance monitor query. The counter to monitoring is \SQLServer:Databases(model)\Log Cache Hit Ratio.
Sometimes the answer are in front of you, just takes a little time to see!
Thanks for everyone who posted here some information.
Re: PERF_PRECISION_TIMESTAMP
Glad you got it working!