Hi,
Do you know how to monitor the speed of your MSSQL's query from zabbix? For exact case like this:
I have table called masterdata which have 1000 record, and i want to know how good my mssql server respond for query like this:
select * from masterdata
Is there any trick for this?
The goal is i want to make my zabbix display/showing how fast (in msec or sec) the mssql to finished above query.
Thanks,
BEE
Do you know how to monitor the speed of your MSSQL's query from zabbix? For exact case like this:
I have table called masterdata which have 1000 record, and i want to know how good my mssql server respond for query like this:
select * from masterdata
Is there any trick for this?
The goal is i want to make my zabbix display/showing how fast (in msec or sec) the mssql to finished above query.
Thanks,
BEE
Comment