1VFS_TIME_AUDIT(8) System Administration tools VFS_TIME_AUDIT(8)
2
3
4
6 vfs_time_audit - samba vfs module to log slow VFS operations
7
9 vfs objects = time_audit
10
12 This VFS module is part of the samba(7) suite.
13
14 The time_audit VFS module logs system calls that take longer than the
15 number of milliseconds defined by the variable
16 time_audit:audit_timeout. It will log the calls and the time spent in
17 it.
18
19 It's kind of comparable with strace -T and is helpful to reveal
20 performance problems with the underlying file and storage subsystems.
21
22 This module is stackable.
23
25 time_audit:audit_timeout = number of milliseconds
26 VFS calls that take longer than the defined number of milliseconds
27 that should be logged. The default is 10000 (10s).
28
30 This would log VFS calls that take longer than 3 seconds:
31
32 [sample_share]
33 path = /test/sample_share
34 vfs objects = time_audit
35 time_audit: audit_timeout = 3000
36
38 This man page is correct for version 3.6.0 of the Samba suite.
39
41 The original Samba software and related utilities were created by
42 Andrew Tridgell. Samba is now developed by the Samba Team as an Open
43 Source project similar to the way the Linux kernel is developed.
44
45 The time_audit VFS module was created with contributions from Abhidnya
46 Chirmule.
47
48
49
50Samba 3.6 04/11/2016 VFS_TIME_AUDIT(8)