Anton Shevtsov
2025-Nov-14 04:28 UTC
[Samba] More information about smb_prometheus_endpoint
Hi I'm trying to use smb_prometheus_endpoint. Does it have any settings in smb.conf, or is it enough to just run smb_prometheus_endpoint -a a.b.c.d -p XXXX /var/lib/samba/smbprofile.tdb? How much data is stored in smbprofile.tdb? Is there any data rotation, or is there no provision for clearing old records? -- *Anton*
Anton Shevtsov
2025-Nov-14 08:18 UTC
[Samba] More information about smb_prometheus_endpoint
14.11.2025 09:28, Anton Shevtsov via samba ?????:> Hi > > I'm trying to use smb_prometheus_endpoint. > > Does it have any settings in smb.conf, or is it enough to just run > smb_prometheus_endpoint -a a.b.c.d -p XXXX /var/lib/samba/smbprofile.tdb? > > How much data is stored in smbprofile.tdb? Is there any data rotation, > or is there no provision for clearing old records? >At any time, for any actions, metrics (http://a.b.c.d:9922/metrics ) with zero values # HELP smb_worker_smbd_num Number of worker smbds serving clients # TYPE smb_worker_smbd_num gauge smb_worker_smbd_num 0 # HELP smb_num_authenticated_sessions Number of users logged in # TYPE smb_num_authenticated_sessions gauge smb_num_authenticated_sessions 0 # HELP smb_num_tree_connects Number of share connections # TYPE smb_num_tree_connects gauge smb_num_tree_connects 0 # HELP smb_num_open_files Number of open files # TYPE smb_num_open_files gauge smb_num_open_files 0 # HELP smb_cpu_seconds_total Seconds spent in worker smbds # TYPE smb_cpu_seconds_total counter smb_cpu_seconds_total { mode="user" } 0.000000 smb_cpu_seconds_total { mode="system" } 0.000000 # HELP smb_authentications Total number of authentication requests # TYPE smb_authentications counter smb_authentications 0 # HELP smb_authentications_failed Total number of failed authentication requests # TYPE smb_authentications_failed counter smb_authentications_failed 0 # HELP smb_smb1_request_total Number of SMB1 requests # TYPE smb_smb1_request_total counter smb_smb1_request_total { share="",operation="mkdir" } 0 smb_smb1_request_total { share="",operation="rmdir" } 0 smb_smb1_request_total { share="",operation="open" } 0 smb_smb1_request_total { share="",operation="create" } 0 smb_smb1_request_total { share="",operation="close" } 0 smb_smb1_request_total { share="",operation="flush" } 0 smb_smb1_request_total { share="",operation="unlink" } 0 smb_smb1_request_total { share="",operation="mv" } 0 smb_smb1_request_total { share="",operation="getatr" } 0 smb_smb1_request_total { share="",operation="setatr" } 0 smb_smb1_request_total { share="",operation="read" } 0 smb_smb1_request_total { share="",operation="write" } 0 smb_smb1_request_total { share="",operation="lock" } 0 smb_smb1_request_total { share="",operation="unlock" } 0 smb_smb1_request_total { share="",operation="ctemp" } 0 smb_smb1_request_total { share="",operation="mknew" } 0 smb_smb1_request_total { share="",operation="checkpath" } 0 smb_smb1_request_total { share="",operation="exit" } 0 smb_smb1_request_total { share="",operation="lseek" } 0 smb_smb1_request_total { share="",operation="lockread" } 0 smb_smb1_request_total { share="",operation="writeunlock" } 0 smb_smb1_request_total { share="",operation="readbraw" } 0 smb_smb1_request_total { share="",operation="readBmpx" } 0 smb_smb1_request_total { share="",operation="readBs" } 0 smb_smb1_request_total { share="",operation="writebraw" } 0 smb_smb1_request_total { share="",operation="writeBmpx" } 0 smb_smb1_request_total { share="",operation="writeBs" } 0 smb_smb1_request_total { share="",operation="writec" } 0 smb_smb1_request_total { share="",operation="setattrE" } 0 smb_smb1_request_total { share="",operation="getattrE" } 0 smb_smb1_request_total { share="",operation="lockingX" } 0 smb_smb1_request_total { share="",operation="trans" } 0 smb_smb1_request_total { share="",operation="transs" } 0 smb_smb1_request_total { share="",operation="ioctl" } 0 smb_smb1_request_total { share="",operation="ioctls" } 0 smb_smb1_request_total { share="",operation="copy" } 0 smb_smb1_request_total { share="",operation="move" } 0 smb_smb1_request_total { share="",operation="echo" } 0 smb_smb1_request_total { share="",operation="writeclose" } 0 smb_smb1_request_total { share="",operation="openX" } 0 smb_smb1_request_total { share="",operation="readX" } 0 smb_smb1_request_total { share="",operation="writeX" } 0 smb_smb1_request_total { share="",operation="trans2" } 0 smb_smb1_request_total { share="",operation="transs2" } 0 smb_smb1_request_total { share="",operation="findclose" } 0 smb_smb1_request_total { share="",operation="findnclose" } 0 smb_smb1_request_total { share="",operation="tcon" } 0 smb_smb1_request_total { share="",operation="tdis" } 0 smb_smb1_request_total { share="",operation="negprot" } 0 smb_smb1_request_total { share="",operation="sesssetupX" } 0 smb_smb1_request_total { share="",operation="ulogoffX" } 0 smb_smb1_request_total { share="",operation="tconX" } 0 smb_smb1_request_total { share="",operation="dskattr" } 0 smb_smb1_request_total { share="",operation="search" } 0 smb_smb1_request_total { share="",operation="ffirst" } 0 smb_smb1_request_total { share="",operation="funique" } 0 smb_smb1_request_total { share="",operation="fclose" } 0 smb_smb1_request_total { share="",operation="nttrans" } 0 smb_smb1_request_total { share="",operation="nttranss" } 0 smb_smb1_request_total { share="",operation="ntcreateX" } 0 smb_smb1_request_total { share="",operation="ntcancel" } 0 smb_smb1_request_total { share="",operation="ntrename" } 0 smb_smb1_request_total { share="",operation="splopen" } 0 smb_smb1_request_total { share="",operation="splwr" } 0 smb_smb1_request_total { share="",operation="splclose" } 0 smb_smb1_request_total { share="",operation="splretq" } 0 smb_smb1_request_total { share="",operation="sends" } 0 smb_smb1_request_total { share="",operation="sendb" } 0 smb_smb1_request_total { share="",operation="fwdname" } 0 smb_smb1_request_total { share="",operation="cancelf" } 0 smb_smb1_request_total { share="",operation="getmac" } 0 smb_smb1_request_total { share="",operation="sendstrt" } 0 smb_smb1_request_total { share="",operation="sendend" } 0 smb_smb1_request_total { share="",operation="sendtxt" } 0 smb_smb1_request_total { share="",operation="invalid" } 0 # HELP smb_smb2_request_inbytes Bytes received for SMB2 requests # TYPE smb_smb2_request_inbytes counter smb_smb2_request_inbytes { share="",operation="negprot" } 0 smb_smb2_request_inbytes { share="",operation="sesssetup" } 0 smb_smb2_request_inbytes { share="",operation="logoff" } 0 smb_smb2_request_inbytes { share="",operation="tcon" } 0 smb_smb2_request_inbytes { share="",operation="tdis" } 0 smb_smb2_request_inbytes { share="",operation="create" } 0 smb_smb2_request_inbytes { share="",operation="close" } 0 smb_smb2_request_inbytes { share="",operation="flush" } 0 smb_smb2_request_inbytes { share="",operation="read" } 0 smb_smb2_request_inbytes { share="",operation="write" } 0 smb_smb2_request_inbytes { share="",operation="lock" } 0 smb_smb2_request_inbytes { share="",operation="ioctl" } 0 smb_smb2_request_inbytes { share="",operation="cancel" } 0 smb_smb2_request_inbytes { share="",operation="keepalive" } 0 smb_smb2_request_inbytes { share="",operation="find" } 0 smb_smb2_request_inbytes { share="",operation="notify" } 0 smb_smb2_request_inbytes { share="",operation="getinfo" } 0 smb_smb2_request_inbytes { share="",operation="setinfo" } 0 smb_smb2_request_inbytes { share="",operation="break" } 0 # HELP smb_smb2_request_outbytes Bytes received for SMB2 requests # TYPE smb_smb2_request_outbytes counter smb_smb2_request_outbytes { share="",operation="negprot" } 0 smb_smb2_request_outbytes { share="",operation="sesssetup" } 0 smb_smb2_request_outbytes { share="",operation="logoff" } 0 smb_smb2_request_outbytes { share="",operation="tcon" } 0 smb_smb2_request_outbytes { share="",operation="tdis" } 0 smb_smb2_request_outbytes { share="",operation="create" } 0 smb_smb2_request_outbytes { share="",operation="close" } 0 smb_smb2_request_outbytes { share="",operation="flush" } 0 smb_smb2_request_outbytes { share="",operation="read" } 0 smb_smb2_request_outbytes { share="",operation="write" } 0 smb_smb2_request_outbytes { share="",operation="lock" } 0 smb_smb2_request_outbytes { share="",operation="ioctl" } 0 smb_smb2_request_outbytes { share="",operation="cancel" } 0 smb_smb2_request_outbytes { share="",operation="keepalive" } 0 smb_smb2_request_outbytes { share="",operation="find" } 0 smb_smb2_request_outbytes { share="",operation="notify" } 0 smb_smb2_request_outbytes { share="",operation="getinfo" } 0 smb_smb2_request_outbytes { share="",operation="setinfo" } 0 smb_smb2_request_outbytes { share="",operation="break" } 0 # HELP smb_smb2_request_duration_microseconds Histogram of latencies for SMB2 requests # TYPE smb_smb2_request_duration_microseconds histogram smb_smb2_request_duration_microseconds_bucket {share="",operation="negprot",le="1000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="negprot",le="2000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="negprot",le="4000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="negprot",le="8000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="negprot",le="16000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="negprot",le="32000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="negprot",le="64000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="negprot",le="128000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="negprot",le="256000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="negprot",le="+Inf"} 0 smb_smb2_request_duration_microseconds_sum {share="",operation="negprot"} 0 smb_smb2_request_duration_microseconds_count {share="",operation="negprot"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="sesssetup",le="1000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="sesssetup",le="2000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="sesssetup",le="4000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="sesssetup",le="8000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="sesssetup",le="16000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="sesssetup",le="32000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="sesssetup",le="64000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="sesssetup",le="128000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="sesssetup",le="256000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="sesssetup",le="+Inf"} 0 smb_smb2_request_duration_microseconds_sum {share="",operation="sesssetup"} 0 smb_smb2_request_duration_microseconds_count {share="",operation="sesssetup"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="logoff",le="1000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="logoff",le="2000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="logoff",le="4000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="logoff",le="8000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="logoff",le="16000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="logoff",le="32000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="logoff",le="64000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="logoff",le="128000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="logoff",le="256000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="logoff",le="+Inf"} 0 smb_smb2_request_duration_microseconds_sum {share="",operation="logoff"} 0 smb_smb2_request_duration_microseconds_count {share="",operation="logoff"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="tcon",le="1000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="tcon",le="2000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="tcon",le="4000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="tcon",le="8000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="tcon",le="16000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="tcon",le="32000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="tcon",le="64000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="tcon",le="128000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="tcon",le="256000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="tcon",le="+Inf"} 0 smb_smb2_request_duration_microseconds_sum {share="",operation="tcon"} 0 smb_smb2_request_duration_microseconds_count {share="",operation="tcon"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="tdis",le="1000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="tdis",le="2000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="tdis",le="4000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="tdis",le="8000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="tdis",le="16000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="tdis",le="32000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="tdis",le="64000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="tdis",le="128000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="tdis",le="256000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="tdis",le="+Inf"} 0 smb_smb2_request_duration_microseconds_sum {share="",operation="tdis"} 0 smb_smb2_request_duration_microseconds_count {share="",operation="tdis"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="create",le="1000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="create",le="2000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="create",le="4000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="create",le="8000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="create",le="16000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="create",le="32000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="create",le="64000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="create",le="128000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="create",le="256000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="create",le="+Inf"} 0 smb_smb2_request_duration_microseconds_sum {share="",operation="create"} 0 smb_smb2_request_duration_microseconds_count {share="",operation="create"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="close",le="1000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="close",le="2000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="close",le="4000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="close",le="8000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="close",le="16000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="close",le="32000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="close",le="64000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="close",le="128000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="close",le="256000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="close",le="+Inf"} 0 smb_smb2_request_duration_microseconds_sum {share="",operation="close"} 0 smb_smb2_request_duration_microseconds_count {share="",operation="close"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="flush",le="1000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="flush",le="2000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="flush",le="4000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="flush",le="8000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="flush",le="16000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="flush",le="32000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="flush",le="64000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="flush",le="128000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="flush",le="256000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="flush",le="+Inf"} 0 smb_smb2_request_duration_microseconds_sum {share="",operation="flush"} 0 smb_smb2_request_duration_microseconds_count {share="",operation="flush"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="read",le="1000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="read",le="2000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="read",le="4000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="read",le="8000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="read",le="16000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="read",le="32000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="read",le="64000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="read",le="128000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="read",le="256000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="read",le="+Inf"} 0 smb_smb2_request_duration_microseconds_sum {share="",operation="read"} 0 smb_smb2_request_duration_microseconds_count {share="",operation="read"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="write",le="1000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="write",le="2000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="write",le="4000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="write",le="8000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="write",le="16000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="write",le="32000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="write",le="64000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="write",le="128000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="write",le="256000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="write",le="+Inf"} 0 smb_smb2_request_duration_microseconds_sum {share="",operation="write"} 0 smb_smb2_request_duration_microseconds_count {share="",operation="write"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="lock",le="1000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="lock",le="2000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="lock",le="4000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="lock",le="8000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="lock",le="16000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="lock",le="32000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="lock",le="64000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="lock",le="128000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="lock",le="256000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="lock",le="+Inf"} 0 smb_smb2_request_duration_microseconds_sum {share="",operation="lock"} 0 smb_smb2_request_duration_microseconds_count {share="",operation="lock"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="ioctl",le="1000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="ioctl",le="2000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="ioctl",le="4000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="ioctl",le="8000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="ioctl",le="16000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="ioctl",le="32000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="ioctl",le="64000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="ioctl",le="128000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="ioctl",le="256000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="ioctl",le="+Inf"} 0 smb_smb2_request_duration_microseconds_sum {share="",operation="ioctl"} 0 smb_smb2_request_duration_microseconds_count {share="",operation="ioctl"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="cancel",le="1000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="cancel",le="2000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="cancel",le="4000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="cancel",le="8000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="cancel",le="16000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="cancel",le="32000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="cancel",le="64000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="cancel",le="128000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="cancel",le="256000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="cancel",le="+Inf"} 0 smb_smb2_request_duration_microseconds_sum {share="",operation="cancel"} 0 smb_smb2_request_duration_microseconds_count {share="",operation="cancel"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="keepalive",le="1000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="keepalive",le="2000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="keepalive",le="4000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="keepalive",le="8000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="keepalive",le="16000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="keepalive",le="32000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="keepalive",le="64000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="keepalive",le="128000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="keepalive",le="256000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="keepalive",le="+Inf"} 0 smb_smb2_request_duration_microseconds_sum {share="",operation="keepalive"} 0 smb_smb2_request_duration_microseconds_count {share="",operation="keepalive"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="find",le="1000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="find",le="2000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="find",le="4000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="find",le="8000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="find",le="16000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="find",le="32000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="find",le="64000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="find",le="128000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="find",le="256000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="find",le="+Inf"} 0 smb_smb2_request_duration_microseconds_sum {share="",operation="find"} 0 smb_smb2_request_duration_microseconds_count {share="",operation="find"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="notify",le="1000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="notify",le="2000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="notify",le="4000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="notify",le="8000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="notify",le="16000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="notify",le="32000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="notify",le="64000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="notify",le="128000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="notify",le="256000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="notify",le="+Inf"} 0 smb_smb2_request_duration_microseconds_sum {share="",operation="notify"} 0 smb_smb2_request_duration_microseconds_count {share="",operation="notify"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="getinfo",le="1000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="getinfo",le="2000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="getinfo",le="4000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="getinfo",le="8000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="getinfo",le="16000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="getinfo",le="32000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="getinfo",le="64000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="getinfo",le="128000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="getinfo",le="256000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="getinfo",le="+Inf"} 0 smb_smb2_request_duration_microseconds_sum {share="",operation="getinfo"} 0 smb_smb2_request_duration_microseconds_count {share="",operation="getinfo"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="setinfo",le="1000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="setinfo",le="2000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="setinfo",le="4000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="setinfo",le="8000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="setinfo",le="16000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="setinfo",le="32000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="setinfo",le="64000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="setinfo",le="128000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="setinfo",le="256000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="setinfo",le="+Inf"} 0 smb_smb2_request_duration_microseconds_sum {share="",operation="setinfo"} 0 smb_smb2_request_duration_microseconds_count {share="",operation="setinfo"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="break",le="1000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="break",le="2000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="break",le="4000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="break",le="8000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="break",le="16000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="break",le="32000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="break",le="64000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="break",le="128000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="break",le="256000"} 0 smb_smb2_request_duration_microseconds_bucket {share="",operation="break",le="+Inf"} 0 smb_smb2_request_duration_microseconds_sum {share="",operation="break"} 0 smb_smb2_request_duration_microseconds_count {share="",operation="break"} 0 # HELP smb_smb2_request_failed Number of failed SMB2 requests # TYPE smb_smb2_request_failed counter smb_smb2_request_failed { share="",operation="negprot" } 0 smb_smb2_request_failed { share="",operation="sesssetup" } 0 smb_smb2_request_failed { share="",operation="logoff" } 0 smb_smb2_request_failed { share="",operation="tcon" } 0 smb_smb2_request_failed { share="",operation="tdis" } 0 smb_smb2_request_failed { share="",operation="create" } 0 smb_smb2_request_failed { share="",operation="close" } 0 smb_smb2_request_failed { share="",operation="flush" } 0 smb_smb2_request_failed { share="",operation="read" } 0 smb_smb2_request_failed { share="",operation="write" } 0 smb_smb2_request_failed { share="",operation="lock" } 0 smb_smb2_request_failed { share="",operation="ioctl" } 0 smb_smb2_request_failed { share="",operation="cancel" } 0 smb_smb2_request_failed { share="",operation="keepalive" } 0 smb_smb2_request_failed { share="",operation="find" } 0 smb_smb2_request_failed { share="",operation="notify" } 0 smb_smb2_request_failed { share="",operation="getinfo" } 0 smb_smb2_request_failed { share="",operation="setinfo" } 0 smb_smb2_request_failed { share="",operation="break" } 0