SPARC: dax_stats_flags Flag
- Description
-
This parameter controls what
dax kstatsare collected by the dax driver. This parameter can be set through the/etc/system.ddirectory. See /etc/system.d/ Directory Files for more information. Alternatively, you can also use themdb --kernel -w --unsafe-write-accesscommand. To read the parameter's current value, use themdb --kernel --unsafe-io-access dax_stats_flags/D. For information about themdb --kernel -w --unsafe-write-accessandmdb --kernel --unsafe-io-accesscommands, see kmdb Debugger Entry in Oracle Solaris Modular Debugger Guide and themdb(1) man page. Note that you should use the‐-kerneloption instead of the obsolescent‐koption. - Data Type
-
Unsigned Integer
- Default
-
1
- Range
-
Possible Values
-
1 –
daxunit statistics collection only, excluding queue and CPU statistics. -
2 –
daxqueue anddaxCPU statistics collection. This setting is not recommended because collecting queue and CPU statistics can have an impact on performance. -
3 –
daxunit, queue and CPU statistics collection
-
- Dynamice?
-
No
- Validation
-
None
- When to Change
-
When
daxqueue and ordaxcpu statistics are needed. - Commitment Level
-
Unstable