Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

vfs_preopen(8) [suse man page]

VFS_PREOPEN(8)						    System Administration tools 					    VFS_PREOPEN(8)

NAME
vfs_preopen - Hide read latencies for applications reading numbered files SYNOPSIS
vfs objects = preopen DESCRIPTION
This VFS module is part of the samba(7) suite. This module assists applications that want to read numbered files in sequence with very strict latency requirements. One area where this happens in video streaming applications that want to read one file per frame. When you use this module, a number of helper processes is started that speculatively open files and read a number of bytes to prime the file system cache, so that later on when the real application's request comes along, no disk access is necessary. This module is stackable. OPTIONS
preopen:names = /pattern/ preopen:names specifies the file name pattern which should trigger the preopen helpers to do their work. We assume that the files are numbered incrementally. So if your file names are numbered FRAME00000.frm FRAME00001.frm and so on you would list them as preopen:names=/FRAME*.frm/ preopen:num_bytes = BYTES Specifies the number of bytes the helpers should speculatively read, defaults to 1. preopen:helpers = NUM-PROCS Number of forked helper processes, defaults to 1. preopen:queuelen = NUM-FILES Number of files that should be speculatively opened. Defaults to the 10 subsequent files. VERSION
This man page is correct for version 3.3 of the Samba suite. AUTHOR
The original Samba software and related utilities were created by Andrew Tridgell. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed. The PREOPEN VFS module was created with contributions from Volker Lendecke and the developers at IBM. Samba 3.5 06/18/2010 VFS_PREOPEN(8)

Check Out this Related Man Page

VFS_TIME_AUDIT(8)					    System Administration tools 					 VFS_TIME_AUDIT(8)

NAME
vfs_time_audit - samba vfs module to log slow VFS operations SYNOPSIS
vfs objects = time_audit DESCRIPTION
This VFS module is part of the samba(7) suite. The time_audit VFS module logs system calls that take longer than the number of milliseconds defined by the variable time_audit:timeout. It will log the calls and the time spent in it. It's kind of comparable with strace -T and is helpful to reveal performance problems with the underlying file and storage subsystems. This module is stackable. OPTIONS
time_audit:timeout = number of milliseconds VFS calls that take longer than the defined number of milliseconds that should be logged. The default is 10000 (10s). EXAMPLES
This would log VFS calls that take longer than 3 seconds: [sample_share] path = /test/sample_share vfs objects = time_audit time_audit:timeout = 3000 VERSION
This man page is correct for version 4.0.0 of the Samba suite. AUTHOR
The original Samba software and related utilities were created by Andrew Tridgell. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed. The time_audit VFS module was created with contributions from Abhidnya Chirmule. Samba 4.0 06/17/2014 VFS_TIME_AUDIT(8)
Man Page

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

renaming part of a file

how I can change content ( know it) and part of a file name based on a pattern. i have a file xxx_yyy I also have to change inside contect frm xxx to yyy. I can do that with sed but how i can change the part of file name in the same time processing in for each *; do loop thanks (0 Replies)
Discussion started by: ajaya
0 Replies

2. UNIX for Dummies Questions & Answers

can any one please answer these questions

6.nohup cmn is used to Prot execn of pgm frm aborting when hangup s/g is rxd Not hangup modem Disconn a node frm s/m Chng execn prev of pgm .wat is the o/p? Cut -d”” -f3 file1/sort -r Display 3rd col of file 1 in asc order Disp 3rd col of file 1 in desc Not ... (1 Reply)
Discussion started by: techguru
1 Replies

3. UNIX for Dummies Questions & Answers

Move files

I have multiple file with names april.0001.frm.edi april.0002.frm.edi I created a list with all the file names which has "860" inside the file and named the list as april-860-list I need to move all the files to name CHRY.860.01 CHRY.860.02 from that list. How do I do that? I... (3 Replies)
Discussion started by: yshahiac
3 Replies

4. Linux

kernel_config va menuconfig

I have come accross kernel_config a number of times.I cant understand how it is different frm menuconfig.The latter configures (enables/disables) modules for kernel. I have read that kernel_config goes to kernel source and does a make menuconfig. If that is so,then what exactly is the... (2 Replies)
Discussion started by: akaash1087
2 Replies

5. UNIX for Dummies Questions & Answers

get total size of files

as we use du - sh *.frm In This command It will show the list of files and size But I want the Total size that these files in directory with extension .frm How can we do This (6 Replies)
Discussion started by: kaushik02018
6 Replies