Quantcast
Channel: 日本Zabbixユーザー会 - 日本Zabbixユーザー会フォーラム
Viewing all articles
Browse latest Browse all 1811

sql server セッション監視をしたい

$
0
0

【環境】
windows server
sql server 2017 std
zabbix 4.0.41

sql server セッション監視を行いたいです。
以下、session.sqlです
’'''
--現在実行中のユーザーセッションのリストを取得
select session_id, login_name, host_name, program_name, status, last_request_start_time, last_request_end_time, cpu_time, memory_usage
from sys.dm_exec_sessions
where is_user_process = 1 and status = 'running'
’'''

どのようにすれば、SQL文を追記できますか。


Viewing all articles
Browse latest Browse all 1811

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>