hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
What:            /sys/fs/orangefs/perf_counters/*
Date:            Jun 2015
Contact:        Mike Marshall <hubcap@omnibond.com>
Description:
           Counters and settings for various caches.
           Read only.
 
 
What:            /sys/fs/orangefs/perf_counter_reset
Date:            June 2015
Contact:        Mike Marshall <hubcap@omnibond.com>
Description:
           echo a 0 or a 1 into perf_counter_reset to
           reset all the counters in
           /sys/fs/orangefs/perf_counters
           except ones with PINT_PERF_PRESERVE set.
 
 
What:            /sys/fs/orangefs/perf_time_interval_secs
Date:            Jun 2015
Contact:        Mike Marshall <hubcap@omnibond.com>
Description:
           Length of perf counter intervals in
           seconds.
 
 
What:            /sys/fs/orangefs/perf_history_size
Date:            Jun 2015
Contact:        Mike Marshall <hubcap@omnibond.com>
Description:
           The perf_counters cache statistics have N, or
           perf_history_size, samples. The default is
           one.
 
           Every perf_time_interval_secs the (first)
           samples are reset.
 
           If N is greater than one, the "current" set
           of samples is reset, and the samples from the
           other N-1 intervals remain available.
 
 
What:            /sys/fs/orangefs/op_timeout_secs
Date:            Jun 2015
Contact:        Mike Marshall <hubcap@omnibond.com>
Description:
           Service operation timeout in seconds.
 
 
What:            /sys/fs/orangefs/slot_timeout_secs
Date:            Jun 2015
Contact:        Mike Marshall <hubcap@omnibond.com>
Description:
           "Slot" timeout in seconds. A "slot"
           is an indexed buffer in the shared
           memory segment used for communication
           between the kernel module and userspace.
           Slots are requested and waited for,
           the wait times out after slot_timeout_secs.
 
 
What:            /sys/fs/orangefs/acache/*
Date:            Jun 2015
Contact:        Mike Marshall <hubcap@omnibond.com>
Description:
           Attribute cache configurable settings.
 
 
What:            /sys/fs/orangefs/ncache/*
Date:            Jun 2015
Contact:        Mike Marshall <hubcap@omnibond.com>
Description:
           Name cache configurable settings.
 
 
What:            /sys/fs/orangefs/capcache/*
Date:            Jun 2015
Contact:        Mike Marshall <hubcap@omnibond.com>
Description:
           Capability cache configurable settings.
 
 
What:            /sys/fs/orangefs/ccache/*
Date:            Jun 2015
Contact:        Mike Marshall <hubcap@omnibond.com>
Description:
           Credential cache configurable settings.