Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
# Archive created by ttar -C collector/fixtures -c -f collector/fixtures/sys.ttar sys
|
|
|
|
|
Directory: sys
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-02-04 00:39:42 -08:00
|
|
|
|
Directory: sys/block
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-02-24 01:19:48 -08:00
|
|
|
|
Directory: sys/block/md0
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md0/md
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md0/md/array_state
|
|
|
|
|
Lines: 1
|
|
|
|
|
clean
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md0/md/chunk_size
|
|
|
|
|
Lines: 1
|
|
|
|
|
524288
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md0/md/dev-sdg
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md0/md/dev-sdg/state
|
|
|
|
|
Lines: 1
|
|
|
|
|
in_sync
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md0/md/dev-sdh
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md0/md/dev-sdh/state
|
|
|
|
|
Lines: 1
|
|
|
|
|
in_sync
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md0/md/level
|
|
|
|
|
Lines: 1
|
|
|
|
|
raid0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md0/md/metadata_version
|
|
|
|
|
Lines: 1
|
|
|
|
|
1.2
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md0/md/raid_disks
|
|
|
|
|
Lines: 1
|
|
|
|
|
2
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md0/md/rd0
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md0/md/rd0/state
|
|
|
|
|
Lines: 1
|
|
|
|
|
in_sync
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md0/md/rd1
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md0/md/rd1/state
|
|
|
|
|
Lines: 1
|
|
|
|
|
in_sync
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md0/md/uuid
|
|
|
|
|
Lines: 1
|
|
|
|
|
155f29ff-1716-4107-b362-52307ef86cac
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md1
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md1/md
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md1/md/array_state
|
|
|
|
|
Lines: 1
|
|
|
|
|
clean
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md1/md/chunk_size
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md1/md/degraded
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md1/md/dev-sdi
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md1/md/dev-sdi/state
|
|
|
|
|
Lines: 1
|
|
|
|
|
in_sync
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md1/md/dev-sdj
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md1/md/dev-sdj/state
|
|
|
|
|
Lines: 1
|
|
|
|
|
in_sync
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md1/md/level
|
|
|
|
|
Lines: 1
|
|
|
|
|
raid1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md1/md/metadata_version
|
|
|
|
|
Lines: 1
|
|
|
|
|
1.2
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md1/md/raid_disks
|
|
|
|
|
Lines: 1
|
|
|
|
|
2
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md1/md/rd0
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md1/md/rd0/state
|
|
|
|
|
Lines: 1
|
|
|
|
|
in_sync
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md1/md/rd1
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md1/md/rd1/state
|
|
|
|
|
Lines: 1
|
|
|
|
|
in_sync
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md1/md/sync_action
|
|
|
|
|
Lines: 1
|
|
|
|
|
idle
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md1/md/sync_completed
|
|
|
|
|
Lines: 1
|
|
|
|
|
none
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md1/md/uuid
|
|
|
|
|
Lines: 1
|
|
|
|
|
0fbf5f2c-add2-43c2-bd78-a4be3ab709ef
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md10
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md10/md
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md10/md/array_state
|
|
|
|
|
Lines: 1
|
|
|
|
|
clean
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md10/md/chunk_size
|
|
|
|
|
Lines: 1
|
|
|
|
|
524288
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md10/md/degraded
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md10/md/dev-sdu
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md10/md/dev-sdu/state
|
|
|
|
|
Lines: 1
|
|
|
|
|
in_sync
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md10/md/dev-sdv
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md10/md/dev-sdv/state
|
|
|
|
|
Lines: 1
|
|
|
|
|
in_sync
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md10/md/dev-sdw
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md10/md/dev-sdw/state
|
|
|
|
|
Lines: 1
|
|
|
|
|
in_sync
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md10/md/dev-sdx
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md10/md/dev-sdx/state
|
|
|
|
|
Lines: 1
|
|
|
|
|
in_sync
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md10/md/level
|
|
|
|
|
Lines: 1
|
|
|
|
|
raid10
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md10/md/metadata_version
|
|
|
|
|
Lines: 1
|
|
|
|
|
1.2
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md10/md/raid_disks
|
|
|
|
|
Lines: 1
|
|
|
|
|
4
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md10/md/rd0
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md10/md/rd0/state
|
|
|
|
|
Lines: 1
|
|
|
|
|
in_sync
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md10/md/rd1
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md10/md/rd1/state
|
|
|
|
|
Lines: 1
|
|
|
|
|
in_sync
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md10/md/rd2
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md10/md/rd2/state
|
|
|
|
|
Lines: 1
|
|
|
|
|
in_sync
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md10/md/rd3
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md10/md/rd3/state
|
|
|
|
|
Lines: 1
|
|
|
|
|
in_sync
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md10/md/sync_action
|
|
|
|
|
Lines: 1
|
|
|
|
|
idle
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md10/md/sync_completed
|
|
|
|
|
Lines: 1
|
|
|
|
|
none
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md10/md/uuid
|
|
|
|
|
Lines: 1
|
|
|
|
|
0c15f7e7-b159-4b1f-a5cd-a79b5c04b6f5
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md4
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md4/md
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md4/md/array_state
|
|
|
|
|
Lines: 1
|
|
|
|
|
clean
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md4/md/chunk_size
|
|
|
|
|
Lines: 1
|
|
|
|
|
524288
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md4/md/degraded
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md4/md/dev-sdk
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md4/md/dev-sdk/state
|
|
|
|
|
Lines: 1
|
|
|
|
|
in_sync
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md4/md/dev-sdl
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md4/md/dev-sdl/state
|
|
|
|
|
Lines: 1
|
|
|
|
|
in_sync
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md4/md/dev-sdm
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md4/md/dev-sdm/state
|
|
|
|
|
Lines: 1
|
|
|
|
|
in_sync
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md4/md/level
|
|
|
|
|
Lines: 1
|
|
|
|
|
raid4
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md4/md/metadata_version
|
|
|
|
|
Lines: 1
|
|
|
|
|
1.2
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md4/md/raid_disks
|
|
|
|
|
Lines: 1
|
|
|
|
|
3
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md4/md/rd0
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md4/md/rd0/state
|
|
|
|
|
Lines: 1
|
|
|
|
|
in_sync
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md4/md/rd1
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md4/md/rd1/state
|
|
|
|
|
Lines: 1
|
|
|
|
|
in_sync
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md4/md/rd2
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md4/md/rd2/state
|
|
|
|
|
Lines: 1
|
|
|
|
|
in_sync
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md4/md/sync_action
|
|
|
|
|
Lines: 1
|
|
|
|
|
idle
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md4/md/sync_completed
|
|
|
|
|
Lines: 1
|
|
|
|
|
none
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md4/md/uuid
|
|
|
|
|
Lines: 1
|
|
|
|
|
67f415d5-2c0c-4b69-8e0d-7e20ef553457
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md5
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md5/md
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md5/md/array_state
|
|
|
|
|
Lines: 1
|
|
|
|
|
clean
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md5/md/chunk_size
|
|
|
|
|
Lines: 1
|
|
|
|
|
524288
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md5/md/degraded
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md5/md/dev-sdaa
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md5/md/dev-sdaa/state
|
|
|
|
|
Lines: 1
|
|
|
|
|
spare
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md5/md/dev-sdn
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md5/md/dev-sdn/state
|
|
|
|
|
Lines: 1
|
|
|
|
|
in_sync
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md5/md/dev-sdo
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md5/md/dev-sdo/state
|
|
|
|
|
Lines: 1
|
|
|
|
|
in_sync
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md5/md/dev-sdp
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md5/md/dev-sdp/state
|
|
|
|
|
Lines: 1
|
|
|
|
|
faulty
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md5/md/level
|
|
|
|
|
Lines: 1
|
|
|
|
|
raid5
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md5/md/metadata_version
|
|
|
|
|
Lines: 1
|
|
|
|
|
1.2
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md5/md/raid_disks
|
|
|
|
|
Lines: 1
|
|
|
|
|
3
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md5/md/rd0
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md5/md/rd0/state
|
|
|
|
|
Lines: 1
|
|
|
|
|
in_sync
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md5/md/rd1
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md5/md/rd1/state
|
|
|
|
|
Lines: 1
|
|
|
|
|
in_sync
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md5/md/rd2
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md5/md/rd2/state
|
|
|
|
|
Lines: 1
|
|
|
|
|
faulty
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md5/md/sync_action
|
|
|
|
|
Lines: 1
|
|
|
|
|
idle
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md5/md/sync_completed
|
|
|
|
|
Lines: 1
|
|
|
|
|
none
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md5/md/uuid
|
|
|
|
|
Lines: 1
|
|
|
|
|
7615b98d-f2ba-4d99-bee8-6202d8e130b9
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md6
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md6/md
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md6/md/array_state
|
|
|
|
|
Lines: 1
|
|
|
|
|
active
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md6/md/chunk_size
|
|
|
|
|
Lines: 1
|
|
|
|
|
524288
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md6/md/degraded
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md6/md/dev-sdq
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md6/md/dev-sdq/state
|
|
|
|
|
Lines: 1
|
|
|
|
|
in_sync
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md6/md/dev-sdr
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md6/md/dev-sdr/state
|
|
|
|
|
Lines: 1
|
|
|
|
|
in_sync
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md6/md/dev-sds
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md6/md/dev-sds/state
|
|
|
|
|
Lines: 1
|
|
|
|
|
in_sync
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md6/md/dev-sdt
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md6/md/dev-sdt/state
|
|
|
|
|
Lines: 1
|
|
|
|
|
spare
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md6/md/level
|
|
|
|
|
Lines: 1
|
|
|
|
|
raid6
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md6/md/metadata_version
|
|
|
|
|
Lines: 1
|
|
|
|
|
1.2
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md6/md/raid_disks
|
|
|
|
|
Lines: 1
|
|
|
|
|
4
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md6/md/rd0
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md6/md/rd0/state
|
|
|
|
|
Lines: 1
|
|
|
|
|
in_sync
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md6/md/rd1
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md6/md/rd1/state
|
|
|
|
|
Lines: 1
|
|
|
|
|
in_sync
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md6/md/rd2
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md6/md/rd2/state
|
|
|
|
|
Lines: 1
|
|
|
|
|
in_sync
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/md6/md/rd3
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md6/md/rd3/state
|
|
|
|
|
Lines: 1
|
|
|
|
|
spare
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md6/md/sync_action
|
|
|
|
|
Lines: 1
|
|
|
|
|
recover
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md6/md/sync_completed
|
|
|
|
|
Lines: 1
|
|
|
|
|
1569888 / 2093056
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/md6/md/uuid
|
|
|
|
|
Lines: 1
|
|
|
|
|
5f529b25-6efd-46e4-99a2-31f6f597be6b
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Directory: sys/block/sda
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Directory: sys/block/sda/queue
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/block/sda/queue/add_random
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/block/sda/queue/chunk_sectors
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/block/sda/queue/dax
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/sda/queue/discard_granularity
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/sda/queue/discard_max_bytes
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/sda/queue/discard_max_hw_bytes
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/sda/queue/discard_zeroes_data
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/sda/queue/fua
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/sda/queue/hw_sector_size
|
|
|
|
|
Lines: 1
|
|
|
|
|
512
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/sda/queue/io_poll
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/sda/queue/io_poll_delay
|
|
|
|
|
Lines: 1
|
|
|
|
|
-1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/sda/queue/io_timeout
|
|
|
|
|
Lines: 1
|
|
|
|
|
30000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/block/sda/queue/iosched
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/sda/queue/iosched/back_seek_max
|
|
|
|
|
Lines: 1
|
|
|
|
|
16384
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/sda/queue/iosched/back_seek_penalty
|
|
|
|
|
Lines: 1
|
|
|
|
|
2
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/sda/queue/iosched/fifo_expire_async
|
|
|
|
|
Lines: 1
|
|
|
|
|
250
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/sda/queue/iosched/fifo_expire_sync
|
|
|
|
|
Lines: 1
|
|
|
|
|
125
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/sda/queue/iosched/low_latency
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/sda/queue/iosched/max_budget
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/sda/queue/iosched/slice_idle
|
|
|
|
|
Lines: 1
|
|
|
|
|
8
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/sda/queue/iosched/slice_idle_us
|
|
|
|
|
Lines: 1
|
|
|
|
|
8000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/sda/queue/iosched/strict_guarantees
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/sda/queue/iosched/timeout_sync
|
|
|
|
|
Lines: 1
|
|
|
|
|
125
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/sda/queue/iostats
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/sda/queue/logical_block_size
|
|
|
|
|
Lines: 1
|
|
|
|
|
512
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/sda/queue/max_discard_segments
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/sda/queue/max_hw_sectors_kb
|
|
|
|
|
Lines: 1
|
|
|
|
|
32767
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/sda/queue/max_integrity_segments
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/sda/queue/max_sectors_kb
|
|
|
|
|
Lines: 1
|
|
|
|
|
1280
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/sda/queue/max_segment_size
|
|
|
|
|
Lines: 1
|
|
|
|
|
65536
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/sda/queue/max_segments
|
|
|
|
|
Lines: 1
|
|
|
|
|
168
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/sda/queue/minimum_io_size
|
|
|
|
|
Lines: 1
|
|
|
|
|
512
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/sda/queue/nomerges
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/sda/queue/nr_requests
|
|
|
|
|
Lines: 1
|
|
|
|
|
64
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/sda/queue/nr_zones
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/sda/queue/optimal_io_size
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/sda/queue/physical_block_size
|
|
|
|
|
Lines: 1
|
|
|
|
|
512
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/sda/queue/read_ahead_kb
|
|
|
|
|
Lines: 1
|
|
|
|
|
128
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/sda/queue/rotational
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/sda/queue/rq_affinity
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/sda/queue/scheduler
|
|
|
|
|
Lines: 1
|
|
|
|
|
mq-deadline kyber [bfq] none
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/sda/queue/wbt_lat_usec
|
|
|
|
|
Lines: 1
|
|
|
|
|
75000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/sda/queue/write_cache
|
|
|
|
|
Lines: 1
|
|
|
|
|
write back
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/sda/queue/write_same_max_bytes
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/sda/queue/write_zeroes_max_bytes
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/block/sda/queue/zoned
|
|
|
|
|
Lines: 1
|
|
|
|
|
none
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/bus
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/bus/cpu
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/bus/cpu/devices
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/bus/cpu/devices/cpu0
|
|
|
|
|
SymlinkTo: ../../../devices/system/cpu/cpu0
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/bus/cpu/devices/cpu1
|
|
|
|
|
SymlinkTo: ../../../devices/system/cpu/cpu1
|
2018-02-27 10:43:15 -08:00
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-04-09 09:01:52 -07:00
|
|
|
|
Path: sys/bus/cpu/devices/cpu2
|
|
|
|
|
SymlinkTo: ../../../devices/system/cpu/cpu2
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-04-09 09:01:52 -07:00
|
|
|
|
Path: sys/bus/cpu/devices/cpu3
|
|
|
|
|
SymlinkTo: ../../../devices/system/cpu/cpu3
|
2018-02-27 10:43:15 -08:00
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2017-09-07 14:24:18 -07:00
|
|
|
|
Directory: sys/bus/node
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/bus/node/devices
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-04-09 09:01:52 -07:00
|
|
|
|
Path: sys/bus/node/devices/node0
|
|
|
|
|
SymlinkTo: ../../../devices/system/node/node0
|
2017-09-07 14:24:18 -07:00
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-04-09 09:01:52 -07:00
|
|
|
|
Path: sys/bus/node/devices/node1
|
|
|
|
|
SymlinkTo: ../../../devices/system/node/node1
|
2017-09-07 14:24:18 -07:00
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Directory: sys/bus/pci
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/bus/pci/devices
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/bus/pci/devices/0000:00:02.1
|
|
|
|
|
SymlinkTo: ../../../devices/pci0000:00/0000:00:02.1
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/bus/pci/devices/0000:01:00.0
|
|
|
|
|
SymlinkTo: ../../../devices/pci0000:00/0000:00:02.1/0000:01:00.0
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
Directory: sys/class
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2021-10-27 04:56:37 -07:00
|
|
|
|
Directory: sys/class/dmi
|
|
|
|
|
Mode: 775
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/class/dmi/id
|
|
|
|
|
Mode: 775
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/dmi/id/bios_date
|
|
|
|
|
Lines: 1
|
|
|
|
|
04/12/2021
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/dmi/id/bios_release
|
|
|
|
|
Lines: 1
|
|
|
|
|
2.2
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/dmi/id/bios_vendor
|
|
|
|
|
Lines: 1
|
|
|
|
|
Dell Inc.
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/dmi/id/bios_version
|
|
|
|
|
Lines: 1
|
|
|
|
|
2.2.4
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/dmi/id/board_name
|
|
|
|
|
Lines: 1
|
|
|
|
|
07PXPY
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/dmi/id/board_serial
|
|
|
|
|
Lines: 1
|
|
|
|
|
.7N62AI2.GRTCL6944100GP.
|
|
|
|
|
Mode: 400
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/dmi/id/board_vendor
|
|
|
|
|
Lines: 1
|
|
|
|
|
Dell Inc.
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/dmi/id/board_version
|
|
|
|
|
Lines: 1
|
|
|
|
|
A01
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/dmi/id/chassis_asset_tag
|
|
|
|
|
Lines: 1
|
|
|
|
|
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/dmi/id/chassis_serial
|
|
|
|
|
Lines: 1
|
|
|
|
|
7N62AI2
|
|
|
|
|
Mode: 400
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/dmi/id/chassis_type
|
|
|
|
|
Lines: 1
|
|
|
|
|
23
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/dmi/id/chassis_vendor
|
|
|
|
|
Lines: 1
|
|
|
|
|
Dell Inc.
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/dmi/id/chassis_version
|
|
|
|
|
Lines: 1
|
|
|
|
|
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/dmi/id/modalias
|
|
|
|
|
Lines: 1
|
|
|
|
|
dmi:bvnDellInc.:bvr2.2.4:bd04/12/2021:br2.2:svnDellInc.:pnPowerEdgeR6515:pvr:rvnDellInc.:rn07PXPY:rvrA01:cvnDellInc.:ct23:cvr:
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/dmi/id/product_family
|
|
|
|
|
Lines: 1
|
|
|
|
|
PowerEdge
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/dmi/id/product_name
|
|
|
|
|
Lines: 1
|
|
|
|
|
PowerEdge R6515
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/dmi/id/product_serial
|
|
|
|
|
Lines: 1
|
|
|
|
|
7N62AI2
|
|
|
|
|
Mode: 400
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/dmi/id/product_sku
|
|
|
|
|
Lines: 1
|
|
|
|
|
SKU=NotProvided;ModelName=PowerEdge R6515
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/dmi/id/product_uuid
|
|
|
|
|
Lines: 1
|
|
|
|
|
83340ca8-cb49-4474-8c29-d2088ca84dd9
|
|
|
|
|
Mode: 400
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/dmi/id/product_version
|
|
|
|
|
Lines: 1
|
2023-05-20 05:13:07 -07:00
|
|
|
|
<EFBFBD>[<5B>
|
2021-10-27 04:56:37 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/dmi/id/sys_vendor
|
|
|
|
|
Lines: 1
|
|
|
|
|
Dell Inc.
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/dmi/id/uevent
|
|
|
|
|
Lines: 1
|
|
|
|
|
MODALIAS=dmi:bvnDellInc.:bvr2.2.4:bd04/12/2021:br2.2:svnDellInc.:pnPowerEdgeR6515:pvr:rvnDellInc.:rn07PXPY:rvrA01:cvnDellInc.:ct23:cvr:
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2020-07-13 06:30:19 -07:00
|
|
|
|
Directory: sys/class/fc_host
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/class/fc_host/host0
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/fc_host/host0/dev_loss_tmo
|
|
|
|
|
Lines: 1
|
|
|
|
|
30
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/fc_host/host0/fabric_name
|
|
|
|
|
Lines: 1
|
|
|
|
|
0x0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/fc_host/host0/node_name
|
|
|
|
|
Lines: 1
|
|
|
|
|
0x2000e0071bce95f2
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/fc_host/host0/port_id
|
|
|
|
|
Lines: 1
|
|
|
|
|
0x000002
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/fc_host/host0/port_name
|
|
|
|
|
Lines: 1
|
|
|
|
|
0x1000e0071bce95f2
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/fc_host/host0/port_state
|
|
|
|
|
Lines: 1
|
|
|
|
|
Online
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/fc_host/host0/port_type
|
|
|
|
|
Lines: 1
|
|
|
|
|
Point-To-Point (direct nport connection)
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/fc_host/host0/speed
|
|
|
|
|
Lines: 1
|
|
|
|
|
16 Gbit
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/class/fc_host/host0/statistics
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/fc_host/host0/statistics/dumped_frames
|
|
|
|
|
Lines: 1
|
|
|
|
|
0xffffffffffffffff
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/fc_host/host0/statistics/error_frames
|
|
|
|
|
Lines: 1
|
|
|
|
|
0x0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/fc_host/host0/statistics/fcp_packet_aborts
|
|
|
|
|
Lines: 1
|
|
|
|
|
0x13
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/fc_host/host0/statistics/invalid_crc_count
|
|
|
|
|
Lines: 1
|
|
|
|
|
0x2
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/fc_host/host0/statistics/invalid_tx_word_count
|
|
|
|
|
Lines: 1
|
|
|
|
|
0x8
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/fc_host/host0/statistics/link_failure_count
|
|
|
|
|
Lines: 1
|
|
|
|
|
0x9
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/fc_host/host0/statistics/loss_of_signal_count
|
|
|
|
|
Lines: 1
|
|
|
|
|
0x11
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/fc_host/host0/statistics/loss_of_sync_count
|
|
|
|
|
Lines: 1
|
|
|
|
|
0x10
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/fc_host/host0/statistics/nos_count
|
|
|
|
|
Lines: 1
|
|
|
|
|
0x12
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/fc_host/host0/statistics/rx_frames
|
|
|
|
|
Lines: 1
|
|
|
|
|
0x3
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/fc_host/host0/statistics/rx_words
|
|
|
|
|
Lines: 1
|
|
|
|
|
0x4
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/fc_host/host0/statistics/seconds_since_last_reset
|
|
|
|
|
Lines: 1
|
|
|
|
|
0x7
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/fc_host/host0/statistics/tx_frames
|
|
|
|
|
Lines: 1
|
|
|
|
|
0x5
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/fc_host/host0/statistics/tx_words
|
|
|
|
|
Lines: 1
|
|
|
|
|
0x6
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/fc_host/host0/supported_classes
|
|
|
|
|
Lines: 1
|
|
|
|
|
Class 3
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/fc_host/host0/supported_speeds
|
|
|
|
|
Lines: 1
|
|
|
|
|
4 Gbit, 8 Gbit, 16 Gbit
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/fc_host/host0/symbolic_name
|
|
|
|
|
Lines: 1
|
|
|
|
|
Emulex SN1100E2P FV12.4.270.3 DV12.4.0.0. HN:gotest. OS:Linux
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2024-04-15 02:52:59 -07:00
|
|
|
|
Directory: sys/class/fc_host/host1
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/fc_host/host1/speed
|
|
|
|
|
Lines: 1
|
|
|
|
|
8 Gbit
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/class/fc_host/host1/statistics
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/fc_host/host1/statistics/dumped_frames
|
|
|
|
|
Lines: 1
|
|
|
|
|
0x0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/fc_host/host1/statistics/error_frames
|
|
|
|
|
Lines: 1
|
|
|
|
|
0x13
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/fc_host/host1/statistics/fcp_packet_aborts
|
|
|
|
|
Lines: 1
|
|
|
|
|
0xffffffffffffffff
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/fc_host/host1/statistics/invalid_crc_count
|
|
|
|
|
Lines: 1
|
|
|
|
|
0x20
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/fc_host/host1/statistics/invalid_tx_word_count
|
|
|
|
|
Lines: 1
|
|
|
|
|
0x80
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/fc_host/host1/statistics/link_failure_count
|
|
|
|
|
Lines: 1
|
|
|
|
|
0x90
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/fc_host/host1/statistics/loss_of_signal_count
|
|
|
|
|
Lines: 1
|
|
|
|
|
0x110
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/fc_host/host1/statistics/loss_of_sync_count
|
|
|
|
|
Lines: 1
|
|
|
|
|
0x100
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/fc_host/host1/statistics/nos_count
|
|
|
|
|
Lines: 1
|
|
|
|
|
0x120
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/fc_host/host1/statistics/rx_frames
|
|
|
|
|
Lines: 1
|
|
|
|
|
0x30
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/fc_host/host1/statistics/rx_words
|
|
|
|
|
Lines: 1
|
|
|
|
|
0x40
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/fc_host/host1/statistics/seconds_since_last_reset
|
|
|
|
|
Lines: 1
|
|
|
|
|
0x70
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/fc_host/host1/statistics/tx_frames
|
|
|
|
|
Lines: 1
|
|
|
|
|
0x50
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/fc_host/host1/statistics/tx_words
|
|
|
|
|
Lines: 1
|
|
|
|
|
0x60
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
Directory: sys/class/hwmon
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/hwmon/hwmon0
|
|
|
|
|
SymlinkTo: ../../devices/platform/coretemp.0/hwmon/hwmon0
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/hwmon/hwmon1
|
|
|
|
|
SymlinkTo: ../../devices/platform/coretemp.1/hwmon/hwmon1
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/hwmon/hwmon2
|
|
|
|
|
SymlinkTo: ../../devices/platform/applesmc.768/hwmon/hwmon2
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/hwmon/hwmon3
|
|
|
|
|
SymlinkTo: ../../devices/platform/nct6775.656/hwmon/hwmon3
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/class/hwmon/hwmon4
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/class/hwmon/hwmon4/freq1_input
|
|
|
|
|
Lines: 1
|
|
|
|
|
214000000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/hwmon/hwmon4/freq1_label
|
|
|
|
|
Lines: 1
|
|
|
|
|
sclk
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/hwmon/hwmon4/freq2_input
|
|
|
|
|
Lines: 1
|
|
|
|
|
300000000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/hwmon/hwmon4/freq2_label
|
|
|
|
|
Lines: 1
|
|
|
|
|
mclk
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
Path: sys/class/hwmon/hwmon4/temp1_crit
|
|
|
|
|
Lines: 1
|
|
|
|
|
100000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/hwmon/hwmon4/temp1_crit_alarm
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/hwmon/hwmon4/temp1_input
|
|
|
|
|
Lines: 1
|
|
|
|
|
55000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/hwmon/hwmon4/temp1_label
|
|
|
|
|
Lines: 1
|
|
|
|
|
foosensor
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/hwmon/hwmon4/temp1_max
|
|
|
|
|
Lines: 1
|
|
|
|
|
100000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/hwmon/hwmon4/temp2_crit
|
|
|
|
|
Lines: 1
|
|
|
|
|
100000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/hwmon/hwmon4/temp2_crit_alarm
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/hwmon/hwmon4/temp2_input
|
|
|
|
|
Lines: 1
|
|
|
|
|
54000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/hwmon/hwmon4/temp2_label
|
|
|
|
|
Lines: 1
|
|
|
|
|
foosensor
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/hwmon/hwmon4/temp2_max
|
|
|
|
|
Lines: 1
|
|
|
|
|
100000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2023-07-10 03:46:30 -07:00
|
|
|
|
Path: sys/class/hwmon/hwmon5
|
|
|
|
|
SymlinkTo: ../../devices/platform/bogus.0/hwmon/hwmon5/
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
Directory: sys/class/infiniband
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-10-04 06:05:59 -07:00
|
|
|
|
Directory: sys/class/infiniband/i40iw0
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2019-09-23 09:18:35 -07:00
|
|
|
|
Path: sys/class/infiniband/i40iw0/board_id
|
|
|
|
|
Lines: 1
|
|
|
|
|
I40IW Board ID
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/i40iw0/fw_ver
|
|
|
|
|
Lines: 1
|
|
|
|
|
0.2
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/i40iw0/hca_type
|
|
|
|
|
Lines: 1
|
|
|
|
|
I40IW
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-10-04 06:05:59 -07:00
|
|
|
|
Directory: sys/class/infiniband/i40iw0/ports
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/class/infiniband/i40iw0/ports/1
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/class/infiniband/i40iw0/ports/1/counters
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-10-18 08:28:19 -07:00
|
|
|
|
Path: sys/class/infiniband/i40iw0/ports/1/counters/VL15_dropped
|
|
|
|
|
Lines: 1
|
|
|
|
|
N/A (no PMA)
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-10-04 06:05:59 -07:00
|
|
|
|
Path: sys/class/infiniband/i40iw0/ports/1/counters/excessive_buffer_overrun_errors
|
|
|
|
|
Lines: 1
|
|
|
|
|
N/A (no PMA)
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/i40iw0/ports/1/counters/link_downed
|
|
|
|
|
Lines: 1
|
|
|
|
|
N/A (no PMA)
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/i40iw0/ports/1/counters/link_error_recovery
|
|
|
|
|
Lines: 1
|
|
|
|
|
N/A (no PMA)
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/i40iw0/ports/1/counters/local_link_integrity_errors
|
|
|
|
|
Lines: 1
|
|
|
|
|
N/A (no PMA)
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/i40iw0/ports/1/counters/port_rcv_constraint_errors
|
|
|
|
|
Lines: 1
|
|
|
|
|
N/A (no PMA)
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/i40iw0/ports/1/counters/port_rcv_data
|
|
|
|
|
Lines: 1
|
|
|
|
|
N/A (no PMA)
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/i40iw0/ports/1/counters/port_rcv_errors
|
|
|
|
|
Lines: 1
|
|
|
|
|
N/A (no PMA)
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/i40iw0/ports/1/counters/port_rcv_packets
|
|
|
|
|
Lines: 1
|
|
|
|
|
N/A (no PMA)
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/i40iw0/ports/1/counters/port_rcv_remote_physical_errors
|
|
|
|
|
Lines: 1
|
|
|
|
|
N/A (no PMA)
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/i40iw0/ports/1/counters/port_rcv_switch_relay_errors
|
|
|
|
|
Lines: 1
|
|
|
|
|
N/A (no PMA)
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/i40iw0/ports/1/counters/port_xmit_constraint_errors
|
|
|
|
|
Lines: 1
|
|
|
|
|
N/A (no PMA)
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/i40iw0/ports/1/counters/port_xmit_data
|
|
|
|
|
Lines: 1
|
|
|
|
|
N/A (no PMA)
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/i40iw0/ports/1/counters/port_xmit_discards
|
|
|
|
|
Lines: 1
|
|
|
|
|
N/A (no PMA)
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/i40iw0/ports/1/counters/port_xmit_packets
|
|
|
|
|
Lines: 1
|
|
|
|
|
N/A (no PMA)
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/i40iw0/ports/1/counters/port_xmit_wait
|
|
|
|
|
Lines: 1
|
|
|
|
|
N/A (no PMA)
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/i40iw0/ports/1/counters/symbol_error
|
|
|
|
|
Lines: 1
|
|
|
|
|
N/A (no PMA)
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2019-09-23 09:18:35 -07:00
|
|
|
|
Path: sys/class/infiniband/i40iw0/ports/1/phys_state
|
|
|
|
|
Lines: 1
|
|
|
|
|
5: LinkUp
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/i40iw0/ports/1/rate
|
|
|
|
|
Lines: 1
|
|
|
|
|
10 Gb/sec (4X)
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/i40iw0/ports/1/state
|
|
|
|
|
Lines: 1
|
|
|
|
|
4: ACTIVE
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
Directory: sys/class/infiniband/mlx4_0
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2019-09-23 09:18:35 -07:00
|
|
|
|
Path: sys/class/infiniband/mlx4_0/board_id
|
|
|
|
|
Lines: 1
|
|
|
|
|
SM_1141000001000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/mlx4_0/fw_ver
|
|
|
|
|
Lines: 1
|
|
|
|
|
2.31.5050
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/mlx4_0/hca_type
|
|
|
|
|
Lines: 1
|
|
|
|
|
MT4099
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
Directory: sys/class/infiniband/mlx4_0/ports
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/class/infiniband/mlx4_0/ports/1
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/class/infiniband/mlx4_0/ports/1/counters
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/mlx4_0/ports/1/counters/link_downed
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/mlx4_0/ports/1/counters/link_error_recovery
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/mlx4_0/ports/1/counters/multicast_rcv_packets
|
|
|
|
|
Lines: 1
|
|
|
|
|
93
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/mlx4_0/ports/1/counters/multicast_xmit_packets
|
|
|
|
|
Lines: 1
|
|
|
|
|
16
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-10-30 13:54:09 -07:00
|
|
|
|
Path: sys/class/infiniband/mlx4_0/ports/1/counters/port_rcv_constraint_errors
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
Path: sys/class/infiniband/mlx4_0/ports/1/counters/port_rcv_data
|
|
|
|
|
Lines: 1
|
|
|
|
|
4631917
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-10-30 13:54:09 -07:00
|
|
|
|
Path: sys/class/infiniband/mlx4_0/ports/1/counters/port_rcv_discards
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/mlx4_0/ports/1/counters/port_rcv_errors
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/mlx4_0/ports/1/counters/port_rcv_packets
|
|
|
|
|
Lines: 1
|
|
|
|
|
6825908347
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/mlx4_0/ports/1/counters/port_xmit_constraint_errors
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
Path: sys/class/infiniband/mlx4_0/ports/1/counters/port_xmit_data
|
|
|
|
|
Lines: 1
|
|
|
|
|
3733440
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-10-30 13:54:09 -07:00
|
|
|
|
Path: sys/class/infiniband/mlx4_0/ports/1/counters/port_xmit_discards
|
|
|
|
|
Lines: 1
|
|
|
|
|
5
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/mlx4_0/ports/1/counters/port_xmit_packets
|
|
|
|
|
Lines: 1
|
|
|
|
|
6235865
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/mlx4_0/ports/1/counters/port_xmit_wait
|
|
|
|
|
Lines: 1
|
|
|
|
|
4294967295
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
Path: sys/class/infiniband/mlx4_0/ports/1/counters/unicast_rcv_packets
|
|
|
|
|
Lines: 1
|
|
|
|
|
61148
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/mlx4_0/ports/1/counters/unicast_xmit_packets
|
|
|
|
|
Lines: 1
|
|
|
|
|
61239
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/class/infiniband/mlx4_0/ports/1/counters_ext
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/mlx4_0/ports/1/counters_ext/port_multicast_rcv_packets
|
|
|
|
|
Lines: 1
|
|
|
|
|
93
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/mlx4_0/ports/1/counters_ext/port_multicast_xmit_packets
|
|
|
|
|
Lines: 1
|
|
|
|
|
16
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/mlx4_0/ports/1/counters_ext/port_rcv_data_64
|
|
|
|
|
Lines: 1
|
|
|
|
|
4631917
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/mlx4_0/ports/1/counters_ext/port_rcv_packets_64
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/mlx4_0/ports/1/counters_ext/port_unicast_rcv_packets
|
|
|
|
|
Lines: 1
|
|
|
|
|
61148
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/mlx4_0/ports/1/counters_ext/port_unicast_xmit_packets
|
|
|
|
|
Lines: 1
|
|
|
|
|
61239
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/mlx4_0/ports/1/counters_ext/port_xmit_data_64
|
|
|
|
|
Lines: 1
|
|
|
|
|
3733440
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/mlx4_0/ports/1/counters_ext/port_xmit_packets_64
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2019-09-23 09:18:35 -07:00
|
|
|
|
Path: sys/class/infiniband/mlx4_0/ports/1/phys_state
|
|
|
|
|
Lines: 1
|
|
|
|
|
5: LinkUp
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/mlx4_0/ports/1/rate
|
|
|
|
|
Lines: 1
|
|
|
|
|
40 Gb/sec (4X QDR)
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/mlx4_0/ports/1/state
|
|
|
|
|
Lines: 1
|
|
|
|
|
4: ACTIVE
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
Directory: sys/class/infiniband/mlx4_0/ports/2
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/class/infiniband/mlx4_0/ports/2/counters
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/mlx4_0/ports/2/counters/link_downed
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/mlx4_0/ports/2/counters/link_error_recovery
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/mlx4_0/ports/2/counters/multicast_rcv_packets
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/mlx4_0/ports/2/counters/multicast_xmit_packets
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/mlx4_0/ports/2/counters/port_rcv_data
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/mlx4_0/ports/2/counters/port_xmit_data
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/mlx4_0/ports/2/counters/unicast_rcv_packets
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/mlx4_0/ports/2/counters/unicast_xmit_packets
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/class/infiniband/mlx4_0/ports/2/counters_ext
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/mlx4_0/ports/2/counters_ext/port_multicast_rcv_packets
|
|
|
|
|
Lines: 1
|
|
|
|
|
93
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/mlx4_0/ports/2/counters_ext/port_multicast_xmit_packets
|
|
|
|
|
Lines: 1
|
|
|
|
|
16
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/mlx4_0/ports/2/counters_ext/port_rcv_data_64
|
|
|
|
|
Lines: 1
|
|
|
|
|
4631917
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/mlx4_0/ports/2/counters_ext/port_rcv_packets_64
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/mlx4_0/ports/2/counters_ext/port_unicast_rcv_packets
|
|
|
|
|
Lines: 1
|
|
|
|
|
61148
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/mlx4_0/ports/2/counters_ext/port_unicast_xmit_packets
|
|
|
|
|
Lines: 1
|
|
|
|
|
61239
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/mlx4_0/ports/2/counters_ext/port_xmit_data_64
|
|
|
|
|
Lines: 1
|
|
|
|
|
3733440
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/mlx4_0/ports/2/counters_ext/port_xmit_packets_64
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2019-09-23 09:18:35 -07:00
|
|
|
|
Path: sys/class/infiniband/mlx4_0/ports/2/phys_state
|
|
|
|
|
Lines: 1
|
|
|
|
|
5: LinkUp
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/mlx4_0/ports/2/rate
|
|
|
|
|
Lines: 1
|
|
|
|
|
40 Gb/sec (4X QDR)
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/infiniband/mlx4_0/ports/2/state
|
|
|
|
|
Lines: 1
|
|
|
|
|
4: ACTIVE
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
Directory: sys/class/net
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/class/net/bond0
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-07-16 06:08:18 -07:00
|
|
|
|
Path: sys/class/net/bond0/addr_assign_type
|
|
|
|
|
Lines: 1
|
|
|
|
|
3
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/bond0/addr_len
|
|
|
|
|
Lines: 1
|
|
|
|
|
6
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/bond0/address
|
|
|
|
|
Lines: 1
|
|
|
|
|
01:01:01:01:01:01
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
Directory: sys/class/net/bond0/bonding
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/bond0/bonding/slaves
|
|
|
|
|
Lines: 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-05-05 10:17:32 -07:00
|
|
|
|
Path: sys/class/net/bond0/bonding/miimon
|
|
|
|
|
Lines: 1
|
2025-05-07 08:43:21 -07:00
|
|
|
|
100
|
2025-05-05 10:17:32 -07:00
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-07-16 06:08:18 -07:00
|
|
|
|
Path: sys/class/net/bond0/broadcast
|
|
|
|
|
Lines: 1
|
|
|
|
|
ff:ff:ff:ff:ff:ff
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/bond0/carrier
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/bond0/carrier_changes
|
|
|
|
|
Lines: 1
|
|
|
|
|
2
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/bond0/carrier_down_count
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/bond0/carrier_up_count
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/bond0/dev_id
|
|
|
|
|
Lines: 1
|
|
|
|
|
0x20
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/bond0/dormant
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/bond0/duplex
|
|
|
|
|
Lines: 1
|
|
|
|
|
full
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/bond0/flags
|
|
|
|
|
Lines: 1
|
|
|
|
|
0x1303
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/bond0/ifalias
|
|
|
|
|
Lines: 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/bond0/ifindex
|
|
|
|
|
Lines: 1
|
|
|
|
|
2
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/bond0/iflink
|
|
|
|
|
Lines: 1
|
|
|
|
|
2
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/bond0/link_mode
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/bond0/mtu
|
|
|
|
|
Lines: 1
|
|
|
|
|
1500
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/bond0/name_assign_type
|
|
|
|
|
Lines: 1
|
|
|
|
|
2
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/bond0/netdev_group
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/bond0/operstate
|
|
|
|
|
Lines: 1
|
|
|
|
|
up
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/bond0/phys_port_id
|
|
|
|
|
Lines: 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/bond0/phys_port_name
|
|
|
|
|
Lines: 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/bond0/phys_switch_id
|
|
|
|
|
Lines: 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/bond0/speed
|
|
|
|
|
Lines: 1
|
2021-03-04 01:32:45 -08:00
|
|
|
|
-1
|
2018-07-16 06:08:18 -07:00
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/bond0/tx_queue_len
|
|
|
|
|
Lines: 1
|
|
|
|
|
1000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/bond0/type
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
Path: sys/class/net/bonding_masters
|
|
|
|
|
Lines: 1
|
|
|
|
|
bond0 dmz int
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/class/net/dmz
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-07-16 06:08:18 -07:00
|
|
|
|
Path: sys/class/net/dmz/addr_assign_type
|
|
|
|
|
Lines: 1
|
|
|
|
|
3
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/dmz/addr_len
|
|
|
|
|
Lines: 1
|
|
|
|
|
6
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/dmz/address
|
|
|
|
|
Lines: 1
|
|
|
|
|
01:01:01:01:01:01
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
Directory: sys/class/net/dmz/bonding
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/dmz/bonding/slaves
|
|
|
|
|
Lines: 1
|
|
|
|
|
eth0 eth4
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-05-05 10:17:32 -07:00
|
|
|
|
Path: sys/class/net/dmz/bonding/miimon
|
|
|
|
|
Lines: 1
|
2025-05-07 08:43:21 -07:00
|
|
|
|
0
|
2025-05-05 10:17:32 -07:00
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-07-16 06:08:18 -07:00
|
|
|
|
Path: sys/class/net/dmz/broadcast
|
|
|
|
|
Lines: 1
|
|
|
|
|
ff:ff:ff:ff:ff:ff
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/dmz/carrier
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/dmz/carrier_changes
|
|
|
|
|
Lines: 1
|
|
|
|
|
2
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/dmz/carrier_down_count
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/dmz/carrier_up_count
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/dmz/dev_id
|
|
|
|
|
Lines: 1
|
|
|
|
|
0x20
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/dmz/dormant
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/dmz/duplex
|
|
|
|
|
Lines: 1
|
|
|
|
|
full
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/dmz/flags
|
|
|
|
|
Lines: 1
|
|
|
|
|
0x1303
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/dmz/ifalias
|
|
|
|
|
Lines: 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/dmz/ifindex
|
|
|
|
|
Lines: 1
|
|
|
|
|
2
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/dmz/iflink
|
|
|
|
|
Lines: 1
|
|
|
|
|
2
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/dmz/link_mode
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/dmz/mtu
|
|
|
|
|
Lines: 1
|
|
|
|
|
1500
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/dmz/name_assign_type
|
|
|
|
|
Lines: 1
|
|
|
|
|
2
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/dmz/netdev_group
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/dmz/operstate
|
|
|
|
|
Lines: 1
|
|
|
|
|
up
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/dmz/phys_port_id
|
|
|
|
|
Lines: 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/dmz/phys_port_name
|
|
|
|
|
Lines: 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/dmz/phys_switch_id
|
|
|
|
|
Lines: 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
Directory: sys/class/net/dmz/slave_eth0
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2019-02-10 02:00:04 -08:00
|
|
|
|
Directory: sys/class/net/dmz/slave_eth0/bonding_slave
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/dmz/slave_eth0/bonding_slave/mii_status
|
|
|
|
|
Lines: 1
|
|
|
|
|
up
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
Path: sys/class/net/dmz/slave_eth0/operstate
|
|
|
|
|
Lines: 1
|
|
|
|
|
up
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/class/net/dmz/slave_eth4
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2019-02-10 02:00:04 -08:00
|
|
|
|
Directory: sys/class/net/dmz/slave_eth4/bonding_slave
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/dmz/slave_eth4/bonding_slave/mii_status
|
|
|
|
|
Lines: 1
|
|
|
|
|
up
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
Path: sys/class/net/dmz/slave_eth4/operstate
|
|
|
|
|
Lines: 1
|
|
|
|
|
up
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-07-16 06:08:18 -07:00
|
|
|
|
Path: sys/class/net/dmz/speed
|
|
|
|
|
Lines: 1
|
|
|
|
|
1000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/dmz/tx_queue_len
|
|
|
|
|
Lines: 1
|
|
|
|
|
1000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/dmz/type
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/eth0
|
|
|
|
|
SymlinkTo: ../../devices/pci0000:00/0000:00:03.0/0000:03:00.0/net/eth0/
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
Directory: sys/class/net/int
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-07-16 06:08:18 -07:00
|
|
|
|
Path: sys/class/net/int/addr_assign_type
|
|
|
|
|
Lines: 1
|
|
|
|
|
3
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/int/addr_len
|
|
|
|
|
Lines: 1
|
|
|
|
|
6
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/int/address
|
|
|
|
|
Lines: 1
|
|
|
|
|
01:01:01:01:01:01
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
Directory: sys/class/net/int/bonding
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/int/bonding/slaves
|
|
|
|
|
Lines: 1
|
|
|
|
|
eth5 eth1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-05-05 10:17:32 -07:00
|
|
|
|
Path: sys/class/net/int/bonding/miimon
|
|
|
|
|
Lines: 1
|
|
|
|
|
200
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-07-16 06:08:18 -07:00
|
|
|
|
Path: sys/class/net/int/broadcast
|
|
|
|
|
Lines: 1
|
|
|
|
|
ff:ff:ff:ff:ff:ff
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/int/carrier
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/int/carrier_changes
|
|
|
|
|
Lines: 1
|
|
|
|
|
2
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/int/carrier_down_count
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/int/carrier_up_count
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/int/dev_id
|
|
|
|
|
Lines: 1
|
|
|
|
|
0x20
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/int/dormant
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/int/duplex
|
|
|
|
|
Lines: 1
|
|
|
|
|
full
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/int/flags
|
|
|
|
|
Lines: 1
|
|
|
|
|
0x1303
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/int/ifalias
|
|
|
|
|
Lines: 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/int/ifindex
|
|
|
|
|
Lines: 1
|
|
|
|
|
2
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/int/iflink
|
|
|
|
|
Lines: 1
|
|
|
|
|
2
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/int/link_mode
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/int/mtu
|
|
|
|
|
Lines: 1
|
|
|
|
|
1500
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/int/name_assign_type
|
|
|
|
|
Lines: 1
|
|
|
|
|
2
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/int/netdev_group
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/int/operstate
|
|
|
|
|
Lines: 1
|
|
|
|
|
up
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/int/phys_port_id
|
|
|
|
|
Lines: 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/int/phys_port_name
|
|
|
|
|
Lines: 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/int/phys_switch_id
|
|
|
|
|
Lines: 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
Directory: sys/class/net/int/slave_eth1
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2019-02-10 02:00:04 -08:00
|
|
|
|
Directory: sys/class/net/int/slave_eth1/bonding_slave
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/int/slave_eth1/bonding_slave/mii_status
|
|
|
|
|
Lines: 1
|
|
|
|
|
down
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
Path: sys/class/net/int/slave_eth1/operstate
|
|
|
|
|
Lines: 1
|
|
|
|
|
down
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/class/net/int/slave_eth5
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2019-02-10 02:00:04 -08:00
|
|
|
|
Directory: sys/class/net/int/slave_eth5/bonding_slave
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/int/slave_eth5/bonding_slave/mii_status
|
|
|
|
|
Lines: 1
|
|
|
|
|
up
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
Path: sys/class/net/int/slave_eth5/operstate
|
|
|
|
|
Lines: 1
|
|
|
|
|
up
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-07-16 06:08:18 -07:00
|
|
|
|
Path: sys/class/net/int/speed
|
|
|
|
|
Lines: 1
|
|
|
|
|
1000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/int/tx_queue_len
|
|
|
|
|
Lines: 1
|
|
|
|
|
1000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/net/int/type
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2021-07-06 01:20:47 -07:00
|
|
|
|
Directory: sys/class/nvme
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/class/nvme/nvme0
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-07 06:02:39 -07:00
|
|
|
|
Path: sys/class/nvme/nvme0/cntlid
|
|
|
|
|
Lines: 1
|
|
|
|
|
1997
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2021-07-06 01:20:47 -07:00
|
|
|
|
Path: sys/class/nvme/nvme0/firmware_rev
|
|
|
|
|
Lines: 1
|
|
|
|
|
1B2QEXP7
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/nvme/nvme0/model
|
|
|
|
|
Lines: 1
|
2024-08-27 13:48:32 -07:00
|
|
|
|
Samsung SSD 970 PRO 512GB
|
2021-07-06 01:20:47 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/nvme/nvme0/serial
|
|
|
|
|
Lines: 1
|
|
|
|
|
S680HF8N190894I
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/nvme/nvme0/state
|
|
|
|
|
Lines: 1
|
|
|
|
|
live
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2019-09-18 12:31:15 -07:00
|
|
|
|
Directory: sys/class/power_supply
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/class/power_supply/AC
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/AC/online
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/class/power_supply/AC/power
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/AC/power/async
|
|
|
|
|
Lines: 1
|
|
|
|
|
disabled
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/AC/power/autosuspend_delay_ms
|
|
|
|
|
Lines: 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/AC/power/control
|
|
|
|
|
Lines: 1
|
|
|
|
|
auto
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/AC/power/runtime_active_kids
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/AC/power/runtime_active_time
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/AC/power/runtime_enabled
|
|
|
|
|
Lines: 1
|
|
|
|
|
disabled
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/AC/power/runtime_status
|
|
|
|
|
Lines: 1
|
|
|
|
|
unsupported
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/AC/power/runtime_suspended_time
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/AC/power/runtime_usage
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/AC/power/wakeup
|
|
|
|
|
Lines: 1
|
|
|
|
|
enabled
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/AC/power/wakeup_abort_count
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/AC/power/wakeup_active
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/AC/power/wakeup_active_count
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/AC/power/wakeup_count
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/AC/power/wakeup_expire_count
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/AC/power/wakeup_last_time_ms
|
|
|
|
|
Lines: 1
|
|
|
|
|
7888
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/AC/power/wakeup_max_time_ms
|
|
|
|
|
Lines: 1
|
|
|
|
|
2
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/AC/power/wakeup_prevent_sleep_time_ms
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/AC/power/wakeup_total_time_ms
|
|
|
|
|
Lines: 1
|
|
|
|
|
2
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/AC/type
|
|
|
|
|
Lines: 1
|
|
|
|
|
Mains
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/AC/uevent
|
|
|
|
|
Lines: 2
|
|
|
|
|
POWER_SUPPLY_NAME=AC
|
|
|
|
|
POWER_SUPPLY_ONLINE=0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/class/power_supply/BAT0
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/BAT0/alarm
|
|
|
|
|
Lines: 1
|
|
|
|
|
2253000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/BAT0/capacity
|
|
|
|
|
Lines: 1
|
|
|
|
|
81
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/BAT0/capacity_level
|
|
|
|
|
Lines: 1
|
|
|
|
|
Normal
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/BAT0/charge_start_threshold
|
|
|
|
|
Lines: 1
|
|
|
|
|
95
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/BAT0/charge_stop_threshold
|
|
|
|
|
Lines: 1
|
|
|
|
|
100
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/BAT0/cycle_count
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/BAT0/energy_full
|
|
|
|
|
Lines: 1
|
|
|
|
|
45070000
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/BAT0/energy_full_design
|
|
|
|
|
Lines: 1
|
|
|
|
|
47520000
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/BAT0/energy_now
|
|
|
|
|
Lines: 1
|
|
|
|
|
36580000
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/BAT0/manufacturer
|
|
|
|
|
Lines: 1
|
|
|
|
|
LGC
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/BAT0/model_name
|
|
|
|
|
Lines: 1
|
2023-05-20 05:13:07 -07:00
|
|
|
|
LNV-45N1<4E><31>
|
2019-09-18 12:31:15 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/class/power_supply/BAT0/power
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/BAT0/power/async
|
|
|
|
|
Lines: 1
|
|
|
|
|
disabled
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/BAT0/power/autosuspend_delay_ms
|
|
|
|
|
Lines: 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/BAT0/power/control
|
|
|
|
|
Lines: 1
|
|
|
|
|
auto
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/BAT0/power/runtime_active_kids
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/BAT0/power/runtime_active_time
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/BAT0/power/runtime_enabled
|
|
|
|
|
Lines: 1
|
|
|
|
|
disabled
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/BAT0/power/runtime_status
|
|
|
|
|
Lines: 1
|
|
|
|
|
unsupported
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/BAT0/power/runtime_suspended_time
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/BAT0/power/runtime_usage
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/BAT0/power_now
|
|
|
|
|
Lines: 1
|
|
|
|
|
5002000
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/BAT0/present
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/BAT0/serial_number
|
|
|
|
|
Lines: 1
|
|
|
|
|
38109
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/BAT0/status
|
|
|
|
|
Lines: 1
|
|
|
|
|
Discharging
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/BAT0/technology
|
|
|
|
|
Lines: 1
|
|
|
|
|
Li-ion
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/BAT0/type
|
|
|
|
|
Lines: 1
|
|
|
|
|
Battery
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/BAT0/uevent
|
|
|
|
|
Lines: 16
|
|
|
|
|
POWER_SUPPLY_NAME=BAT0
|
|
|
|
|
POWER_SUPPLY_STATUS=Discharging
|
|
|
|
|
POWER_SUPPLY_PRESENT=1
|
|
|
|
|
POWER_SUPPLY_TECHNOLOGY=Li-ion
|
|
|
|
|
POWER_SUPPLY_CYCLE_COUNT=0
|
|
|
|
|
POWER_SUPPLY_VOLTAGE_MIN_DESIGN=10800000
|
|
|
|
|
POWER_SUPPLY_VOLTAGE_NOW=11660000
|
|
|
|
|
POWER_SUPPLY_POWER_NOW=5002000
|
|
|
|
|
POWER_SUPPLY_ENERGY_FULL_DESIGN=47520000
|
|
|
|
|
POWER_SUPPLY_ENERGY_FULL=45070000
|
|
|
|
|
POWER_SUPPLY_ENERGY_NOW=36580000
|
|
|
|
|
POWER_SUPPLY_CAPACITY=81
|
|
|
|
|
POWER_SUPPLY_CAPACITY_LEVEL=Normal
|
|
|
|
|
POWER_SUPPLY_MODEL_NAME=LNV-45N1
|
|
|
|
|
POWER_SUPPLY_MANUFACTURER=LGC
|
|
|
|
|
POWER_SUPPLY_SERIAL_NUMBER=38109
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/BAT0/voltage_min_design
|
|
|
|
|
Lines: 1
|
|
|
|
|
10800000
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/power_supply/BAT0/voltage_now
|
|
|
|
|
Lines: 1
|
|
|
|
|
11660000
|
|
|
|
|
Mode: 444
|
2019-11-23 05:52:47 -08:00
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2020-01-17 04:32:16 -08:00
|
|
|
|
Directory: sys/class/powercap
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/class/powercap/intel-rapl
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/powercap/intel-rapl/enabled
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/powercap/intel-rapl/uevent
|
|
|
|
|
Lines: 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/class/powercap/intel-rapl:0
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/powercap/intel-rapl:0/constraint_0_max_power_uw
|
|
|
|
|
Lines: 1
|
|
|
|
|
95000000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/powercap/intel-rapl:0/constraint_0_name
|
|
|
|
|
Lines: 1
|
|
|
|
|
long_term
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/powercap/intel-rapl:0/constraint_0_power_limit_uw
|
|
|
|
|
Lines: 1
|
|
|
|
|
4090000000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/powercap/intel-rapl:0/constraint_0_time_window_us
|
|
|
|
|
Lines: 1
|
|
|
|
|
999424
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/powercap/intel-rapl:0/constraint_1_max_power_uw
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/powercap/intel-rapl:0/constraint_1_name
|
|
|
|
|
Lines: 1
|
|
|
|
|
short_term
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/powercap/intel-rapl:0/constraint_1_power_limit_uw
|
|
|
|
|
Lines: 1
|
|
|
|
|
4090000000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/powercap/intel-rapl:0/constraint_1_time_window_us
|
|
|
|
|
Lines: 1
|
|
|
|
|
2440
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/powercap/intel-rapl:0/enabled
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/powercap/intel-rapl:0/energy_uj
|
|
|
|
|
Lines: 1
|
|
|
|
|
240422366267
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/powercap/intel-rapl:0/max_energy_range_uj
|
|
|
|
|
Lines: 1
|
|
|
|
|
262143328850
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/powercap/intel-rapl:0/name
|
|
|
|
|
Lines: 1
|
|
|
|
|
package-0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/powercap/intel-rapl:0/uevent
|
|
|
|
|
Lines: 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/class/powercap/intel-rapl:0:0
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/powercap/intel-rapl:0:0/constraint_0_max_power_uw
|
|
|
|
|
Lines: 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/powercap/intel-rapl:0:0/constraint_0_name
|
|
|
|
|
Lines: 1
|
|
|
|
|
long_term
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/powercap/intel-rapl:0:0/constraint_0_power_limit_uw
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/powercap/intel-rapl:0:0/constraint_0_time_window_us
|
|
|
|
|
Lines: 1
|
|
|
|
|
976
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/powercap/intel-rapl:0:0/enabled
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/powercap/intel-rapl:0:0/energy_uj
|
|
|
|
|
Lines: 1
|
|
|
|
|
118821284256
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/powercap/intel-rapl:0:0/max_energy_range_uj
|
|
|
|
|
Lines: 1
|
|
|
|
|
262143328850
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/powercap/intel-rapl:0:0/name
|
|
|
|
|
Lines: 1
|
|
|
|
|
core
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/powercap/intel-rapl:0:0/uevent
|
|
|
|
|
Lines: 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Directory: sys/class/scsi_tape
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/scsi_tape/nst0
|
|
|
|
|
SymlinkTo: ../../devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/scsi_tape/nst0a
|
|
|
|
|
SymlinkTo: ../../devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0a
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/scsi_tape/nst0l
|
|
|
|
|
SymlinkTo: ../../devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0l
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/scsi_tape/nst0m
|
|
|
|
|
SymlinkTo: ../../devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0m
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/scsi_tape/st0
|
|
|
|
|
SymlinkTo: ../../devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/scsi_tape/st0a
|
|
|
|
|
SymlinkTo: ../../devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0a
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/scsi_tape/st0l
|
|
|
|
|
SymlinkTo: ../../devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0l
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/scsi_tape/st0m
|
|
|
|
|
SymlinkTo: ../../devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0m
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2019-08-04 03:56:36 -07:00
|
|
|
|
Directory: sys/class/thermal
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2019-08-11 20:52:16 -07:00
|
|
|
|
Path: sys/class/thermal/cooling_device0
|
|
|
|
|
SymlinkTo: ../../devices/virtual/thermal/cooling_device0
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2019-11-23 05:52:47 -08:00
|
|
|
|
Path: sys/class/thermal/thermal_zone0
|
|
|
|
|
SymlinkTo: ../../devices/virtual/thermal/thermal_zone0
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2024-03-09 01:00:06 -08:00
|
|
|
|
Directory: sys/class/watchdog
|
|
|
|
|
Mode: 775
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/class/watchdog/watchdog0
|
|
|
|
|
Mode: 775
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/watchdog/watchdog0/access_cs0
|
|
|
|
|
Lines: 1
|
|
|
|
|
0EOF
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/watchdog/watchdog0/bootstatus
|
|
|
|
|
Lines: 1
|
|
|
|
|
1EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/watchdog/watchdog0/fw_version
|
|
|
|
|
Lines: 1
|
|
|
|
|
2EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/watchdog/watchdog0/identity
|
|
|
|
|
Lines: 1
|
|
|
|
|
Software WatchdogEOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/watchdog/watchdog0/nowayout
|
|
|
|
|
Lines: 1
|
|
|
|
|
0EOF
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/watchdog/watchdog0/options
|
|
|
|
|
Lines: 1
|
|
|
|
|
0x8380EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/watchdog/watchdog0/pretimeout
|
|
|
|
|
Lines: 1
|
|
|
|
|
120EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/watchdog/watchdog0/pretimeout_governor
|
|
|
|
|
Lines: 1
|
|
|
|
|
noopEOF
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/watchdog/watchdog0/state
|
|
|
|
|
Lines: 1
|
|
|
|
|
activeEOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/watchdog/watchdog0/status
|
|
|
|
|
Lines: 1
|
|
|
|
|
0x8000EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/watchdog/watchdog0/timeleft
|
|
|
|
|
Lines: 1
|
|
|
|
|
300EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/class/watchdog/watchdog0/timeout
|
|
|
|
|
Lines: 1
|
|
|
|
|
60EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/class/watchdog/watchdog1
|
|
|
|
|
Mode: 775
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
Directory: sys/devices
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:00.0
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:00.0/host0
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0/stats
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0/stats/in_flight
|
|
|
|
|
Lines: 1
|
|
|
|
|
1EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0/stats/io_ns
|
|
|
|
|
Lines: 1
|
|
|
|
|
9247011087720EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0/stats/other_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
1409EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0/stats/read_byte_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
979383912EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0/stats/read_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
3741EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0/stats/read_ns
|
|
|
|
|
Lines: 1
|
|
|
|
|
33788355744EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0/stats/resid_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
19EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0/stats/write_byte_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
1496246784000EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0/stats/write_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
53772916EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0/stats/write_ns
|
|
|
|
|
Lines: 1
|
|
|
|
|
5233597394395EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0a
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0a/stats
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0a/stats/in_flight
|
|
|
|
|
Lines: 1
|
|
|
|
|
1EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0a/stats/io_ns
|
|
|
|
|
Lines: 1
|
|
|
|
|
9247011087720EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0a/stats/other_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
1409EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0a/stats/read_byte_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
979383912EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0a/stats/read_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
3741EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0a/stats/read_ns
|
|
|
|
|
Lines: 1
|
|
|
|
|
33788355744EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0a/stats/resid_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
19EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0a/stats/write_byte_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
1496246784000EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0a/stats/write_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
53772916EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0a/stats/write_ns
|
|
|
|
|
Lines: 1
|
|
|
|
|
5233597394395EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0l
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0l/stats
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0l/stats/in_flight
|
|
|
|
|
Lines: 1
|
|
|
|
|
1EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0l/stats/io_ns
|
|
|
|
|
Lines: 1
|
|
|
|
|
9247011087720EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0l/stats/other_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
1409EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0l/stats/read_byte_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
979383912EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0l/stats/read_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
3741EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0l/stats/read_ns
|
|
|
|
|
Lines: 1
|
|
|
|
|
33788355744EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0l/stats/resid_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
19EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0l/stats/write_byte_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
1496246784000EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0l/stats/write_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
53772916EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0l/stats/write_ns
|
|
|
|
|
Lines: 1
|
|
|
|
|
5233597394395EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0m
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0m/stats
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0m/stats/in_flight
|
|
|
|
|
Lines: 1
|
|
|
|
|
1EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0m/stats/io_ns
|
|
|
|
|
Lines: 1
|
|
|
|
|
9247011087720EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0m/stats/other_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
1409EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0m/stats/read_byte_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
979383912EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0m/stats/read_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
3741EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0m/stats/read_ns
|
|
|
|
|
Lines: 1
|
|
|
|
|
33788355744EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0m/stats/resid_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
19EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0m/stats/write_byte_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
1496246784000EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0m/stats/write_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
53772916EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/nst0m/stats/write_ns
|
|
|
|
|
Lines: 1
|
|
|
|
|
5233597394395EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0/stats
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0/stats/in_flight
|
|
|
|
|
Lines: 1
|
|
|
|
|
1EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0/stats/io_ns
|
|
|
|
|
Lines: 1
|
|
|
|
|
9247011087720EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0/stats/other_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
1409EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0/stats/read_byte_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
979383912EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0/stats/read_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
3741EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0/stats/read_ns
|
|
|
|
|
Lines: 1
|
|
|
|
|
33788355744EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0/stats/resid_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
19EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0/stats/write_byte_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
1496246784000EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0/stats/write_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
53772916EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0/stats/write_ns
|
|
|
|
|
Lines: 1
|
|
|
|
|
5233597394395EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0a
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0a/stats
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0a/stats/in_flight
|
|
|
|
|
Lines: 1
|
|
|
|
|
1EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0a/stats/io_ns
|
|
|
|
|
Lines: 1
|
|
|
|
|
9247011087720EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0a/stats/other_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
1409EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0a/stats/read_byte_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
979383912EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0a/stats/read_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
3741EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0a/stats/read_ns
|
|
|
|
|
Lines: 1
|
|
|
|
|
33788355744EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0a/stats/resid_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
19EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0a/stats/write_byte_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
1496246784000EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0a/stats/write_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
53772916EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0a/stats/write_ns
|
|
|
|
|
Lines: 1
|
|
|
|
|
5233597394395EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0l
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0l/stats
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0l/stats/in_flight
|
|
|
|
|
Lines: 1
|
|
|
|
|
1EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0l/stats/io_ns
|
|
|
|
|
Lines: 1
|
|
|
|
|
9247011087720EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0l/stats/other_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
1409EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0l/stats/read_byte_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
979383912EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0l/stats/read_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
3741EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0l/stats/read_ns
|
|
|
|
|
Lines: 1
|
|
|
|
|
33788355744EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0l/stats/resid_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
19EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0l/stats/write_byte_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
1496246784000EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0l/stats/write_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
53772916EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0l/stats/write_ns
|
|
|
|
|
Lines: 1
|
|
|
|
|
5233597394395EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0m
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0m/stats
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0m/stats/in_flight
|
|
|
|
|
Lines: 1
|
|
|
|
|
1EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0m/stats/io_ns
|
|
|
|
|
Lines: 1
|
|
|
|
|
9247011087720EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0m/stats/other_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
1409EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0m/stats/read_byte_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
979383912EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0m/stats/read_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
3741EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0m/stats/read_ns
|
|
|
|
|
Lines: 1
|
|
|
|
|
33788355744EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0m/stats/resid_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
19EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0m/stats/write_byte_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
1496246784000EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0m/stats/write_cnt
|
|
|
|
|
Lines: 1
|
|
|
|
|
53772916EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/scsi_tape/st0m/stats/write_ns
|
|
|
|
|
Lines: 1
|
|
|
|
|
5233597394395EOF
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:00:02.1:pcie001
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:00:02.1:pcie001/driver
|
|
|
|
|
SymlinkTo: ../../../../bus/pci_express/drivers/pcie_pme
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:00:02.1:pcie001/power
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:00:02.1:pcie001/power/async
|
|
|
|
|
Lines: 1
|
|
|
|
|
enabled
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:00:02.1:pcie001/power/runtime_active_kids
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:00:02.1:pcie001/power/runtime_enabled
|
|
|
|
|
Lines: 1
|
|
|
|
|
disabled
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:00:02.1:pcie001/power/runtime_status
|
|
|
|
|
Lines: 1
|
|
|
|
|
unsupported
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:00:02.1:pcie001/power/runtime_usage
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:00:02.1:pcie001/subsystem
|
|
|
|
|
SymlinkTo: ../../../../bus/pci_express
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:00:02.1:pcie001/uevent
|
|
|
|
|
Lines: 1
|
|
|
|
|
DRIVER=pcie_pme
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:00:02.1:pcie010
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:00:02.1:pcie010/power
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:00:02.1:pcie010/power/async
|
|
|
|
|
Lines: 1
|
|
|
|
|
enabled
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:00:02.1:pcie010/power/runtime_active_kids
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:00:02.1:pcie010/power/runtime_enabled
|
|
|
|
|
Lines: 1
|
|
|
|
|
disabled
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:00:02.1:pcie010/power/runtime_status
|
|
|
|
|
Lines: 1
|
|
|
|
|
unsupported
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:00:02.1:pcie010/power/runtime_usage
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:00:02.1:pcie010/subsystem
|
|
|
|
|
SymlinkTo: ../../../../bus/pci_express
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:00:02.1:pcie010/uevent
|
|
|
|
|
Lines: 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/aer_dev_correctable
|
|
|
|
|
Lines: 9
|
|
|
|
|
RxErr 0
|
|
|
|
|
BadTLP 0
|
|
|
|
|
BadDLLP 0
|
|
|
|
|
Rollover 0
|
|
|
|
|
Timeout 0
|
|
|
|
|
NonFatalErr 0
|
|
|
|
|
CorrIntErr 0
|
|
|
|
|
HeaderOF 0
|
|
|
|
|
TOTAL_ERR_COR 0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/aer_dev_fatal
|
|
|
|
|
Lines: 19
|
|
|
|
|
Undefined 0
|
|
|
|
|
DLP 0
|
|
|
|
|
SDES 0
|
|
|
|
|
TLP 0
|
|
|
|
|
FCP 0
|
|
|
|
|
CmpltTO 0
|
|
|
|
|
CmpltAbrt 0
|
|
|
|
|
UnxCmplt 0
|
|
|
|
|
RxOF 0
|
|
|
|
|
MalfTLP 0
|
|
|
|
|
ECRC 0
|
|
|
|
|
UnsupReq 0
|
|
|
|
|
ACSViol 0
|
|
|
|
|
UncorrIntErr 0
|
|
|
|
|
BlockedTLP 0
|
|
|
|
|
AtomicOpBlocked 0
|
|
|
|
|
TLPBlockedErr 0
|
|
|
|
|
PoisonTLPBlocked 0
|
|
|
|
|
TOTAL_ERR_FATAL 0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/aer_dev_nonfatal
|
|
|
|
|
Lines: 19
|
|
|
|
|
Undefined 0
|
|
|
|
|
DLP 0
|
|
|
|
|
SDES 0
|
|
|
|
|
TLP 0
|
|
|
|
|
FCP 0
|
|
|
|
|
CmpltTO 0
|
|
|
|
|
CmpltAbrt 0
|
|
|
|
|
UnxCmplt 0
|
|
|
|
|
RxOF 0
|
|
|
|
|
MalfTLP 0
|
|
|
|
|
ECRC 0
|
|
|
|
|
UnsupReq 0
|
|
|
|
|
ACSViol 0
|
|
|
|
|
UncorrIntErr 0
|
|
|
|
|
BlockedTLP 0
|
|
|
|
|
AtomicOpBlocked 0
|
|
|
|
|
TLPBlockedErr 0
|
|
|
|
|
PoisonTLPBlocked 0
|
|
|
|
|
TOTAL_ERR_NONFATAL 0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/ari_enabled
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/broken_parity_status
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/class
|
|
|
|
|
Lines: 1
|
|
|
|
|
0x010802
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/config
|
|
|
|
|
Lines: 2
|
|
|
|
|
<EFBFBD><EFBFBD>
|
|
|
|
|
TNULLBYTENULLBYTENULLBYTENULLBYTENULLBYTE<54><45>NULLBYTENULLBYTENULLBYTENULLBYTENULLBYTENULLBYTENULLBYTENULLBYTENULLBYTENULLBYTENULLBYTENULLBYTENULLBYTENULLBYTENULLBYTENULLBYTENULLBYTENULLBYTENULLBYTENULLBYTENULLBYTENULLBYTENULLBYTENULLBYTE<54><45>!PNULLBYTENULLBYTENULLBYTENULLBYTE<54>NULLBYTENULLBYTENULLBYTENULLBYTENULLBYTENULLBYTENULLBYTE<54>NULLBYTENULLBYTEEOF
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/consistent_dma_mask_bits
|
|
|
|
|
Lines: 1
|
|
|
|
|
64
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/current_link_speed
|
|
|
|
|
Lines: 1
|
|
|
|
|
8.0 GT/s PCIe
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/current_link_width
|
|
|
|
|
Lines: 1
|
|
|
|
|
4
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/d3cold_allowed
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/device
|
|
|
|
|
Lines: 1
|
|
|
|
|
0x540a
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/dma_mask_bits
|
|
|
|
|
Lines: 1
|
|
|
|
|
64
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/driver
|
|
|
|
|
SymlinkTo: ../../../../bus/pci/drivers/nvme
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/driver_override
|
|
|
|
|
Lines: 1
|
|
|
|
|
(null)
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/enable
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/firmware_node
|
|
|
|
|
SymlinkTo: ../../../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:16/device:17
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/iommu
|
|
|
|
|
SymlinkTo: ../../0000:00:00.2/iommu/ivhd0
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/iommu_group
|
|
|
|
|
SymlinkTo: ../../../../kernel/iommu_groups/11
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/irq
|
|
|
|
|
Lines: 1
|
|
|
|
|
80
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/link
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/local_cpulist
|
|
|
|
|
Lines: 1
|
|
|
|
|
0-15
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/local_cpus
|
|
|
|
|
Lines: 1
|
|
|
|
|
ffff
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/max_link_speed
|
|
|
|
|
Lines: 1
|
|
|
|
|
16.0 GT/s PCIe
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/max_link_width
|
|
|
|
|
Lines: 1
|
|
|
|
|
4
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/modalias
|
|
|
|
|
Lines: 1
|
|
|
|
|
pci:v0000C0A9d0000540Asv0000C0A9sd00005021bc01sc08i02
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/msi_bus
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/msi_irqs
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/msi_irqs/81
|
|
|
|
|
Lines: 1
|
|
|
|
|
msix
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/msi_irqs/82
|
|
|
|
|
Lines: 1
|
|
|
|
|
msix
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/msi_irqs/83
|
|
|
|
|
Lines: 1
|
|
|
|
|
msix
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/msi_irqs/84
|
|
|
|
|
Lines: 1
|
|
|
|
|
msix
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/msi_irqs/85
|
|
|
|
|
Lines: 1
|
|
|
|
|
msix
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/msi_irqs/86
|
|
|
|
|
Lines: 1
|
|
|
|
|
msix
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/msi_irqs/87
|
|
|
|
|
Lines: 1
|
|
|
|
|
msix
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/msi_irqs/88
|
|
|
|
|
Lines: 1
|
|
|
|
|
msix
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/msi_irqs/89
|
|
|
|
|
Lines: 1
|
|
|
|
|
msix
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/numa_node
|
|
|
|
|
Lines: 1
|
|
|
|
|
-1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/address
|
|
|
|
|
Lines: 1
|
|
|
|
|
0000:01:00.0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/cntlid
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/cntrltype
|
|
|
|
|
Lines: 1
|
|
|
|
|
io
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/dctype
|
|
|
|
|
Lines: 1
|
|
|
|
|
none
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/dev
|
|
|
|
|
Lines: 1
|
|
|
|
|
240:0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/device
|
|
|
|
|
SymlinkTo: ../../../0000:01:00.0
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/firmware_rev
|
|
|
|
|
Lines: 1
|
|
|
|
|
P9CR30A
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/hwmon3
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/hwmon3/device
|
|
|
|
|
SymlinkTo: ../../nvme0
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/hwmon3/name
|
|
|
|
|
Lines: 1
|
|
|
|
|
nvme
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/hwmon3/power
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/hwmon3/power/async
|
|
|
|
|
Lines: 1
|
|
|
|
|
disabled
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/hwmon3/power/autosuspend_delay_ms
|
|
|
|
|
Lines: 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/hwmon3/power/control
|
|
|
|
|
Lines: 1
|
|
|
|
|
auto
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/hwmon3/power/runtime_active_kids
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/hwmon3/power/runtime_active_time
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/hwmon3/power/runtime_enabled
|
|
|
|
|
Lines: 1
|
|
|
|
|
disabled
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/hwmon3/power/runtime_status
|
|
|
|
|
Lines: 1
|
|
|
|
|
unsupported
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/hwmon3/power/runtime_suspended_time
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/hwmon3/power/runtime_usage
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/hwmon3/subsystem
|
|
|
|
|
SymlinkTo: ../../../../../../../class/hwmon
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/hwmon3/temp1_alarm
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/hwmon3/temp1_crit
|
|
|
|
|
Lines: 1
|
|
|
|
|
94850
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/hwmon3/temp1_input
|
|
|
|
|
Lines: 1
|
|
|
|
|
43850
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/hwmon3/temp1_label
|
|
|
|
|
Lines: 1
|
|
|
|
|
Composite
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/hwmon3/temp1_max
|
|
|
|
|
Lines: 1
|
|
|
|
|
84850
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/hwmon3/temp1_min
|
|
|
|
|
Lines: 1
|
|
|
|
|
-150
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/hwmon3/temp2_input
|
|
|
|
|
Lines: 1
|
|
|
|
|
43850
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/hwmon3/temp2_label
|
|
|
|
|
Lines: 1
|
|
|
|
|
Sensor 1
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/hwmon3/temp2_max
|
|
|
|
|
Lines: 1
|
|
|
|
|
65261850
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/hwmon3/temp2_min
|
|
|
|
|
Lines: 1
|
|
|
|
|
-273150
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/hwmon3/temp3_input
|
|
|
|
|
Lines: 1
|
|
|
|
|
45850
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/hwmon3/temp3_label
|
|
|
|
|
Lines: 1
|
|
|
|
|
Sensor 2
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/hwmon3/temp3_max
|
|
|
|
|
Lines: 1
|
|
|
|
|
65261850
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/hwmon3/temp3_min
|
|
|
|
|
Lines: 1
|
|
|
|
|
-273150
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/hwmon3/temp9_input
|
|
|
|
|
Lines: 1
|
|
|
|
|
43850
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/hwmon3/temp9_label
|
|
|
|
|
Lines: 1
|
|
|
|
|
Sensor 8
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/hwmon3/temp9_max
|
|
|
|
|
Lines: 1
|
|
|
|
|
65261850
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/hwmon3/temp9_min
|
|
|
|
|
Lines: 1
|
|
|
|
|
-273150
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/hwmon3/uevent
|
|
|
|
|
Lines: 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/kato
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/model
|
|
|
|
|
Lines: 1
|
|
|
|
|
CT2000P3SSD8
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/ng0n1
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/ng0n1/dev
|
|
|
|
|
Lines: 1
|
|
|
|
|
239:0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/ng0n1/device
|
|
|
|
|
SymlinkTo: ../../nvme0
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/ng0n1/power
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/ng0n1/power/async
|
|
|
|
|
Lines: 1
|
|
|
|
|
disabled
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/ng0n1/power/autosuspend_delay_ms
|
|
|
|
|
Lines: 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/ng0n1/power/control
|
|
|
|
|
Lines: 1
|
|
|
|
|
auto
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/ng0n1/power/runtime_active_kids
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/ng0n1/power/runtime_active_time
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/ng0n1/power/runtime_enabled
|
|
|
|
|
Lines: 1
|
|
|
|
|
disabled
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/ng0n1/power/runtime_status
|
|
|
|
|
Lines: 1
|
|
|
|
|
unsupported
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/ng0n1/power/runtime_suspended_time
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/ng0n1/power/runtime_usage
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/ng0n1/subsystem
|
|
|
|
|
SymlinkTo: ../../../../../../../class/nvme-generic
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/ng0n1/uevent
|
|
|
|
|
Lines: 3
|
|
|
|
|
MAJOR=239
|
|
|
|
|
MINOR=0
|
|
|
|
|
DEVNAME=ng0n1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/numa_node
|
|
|
|
|
Lines: 1
|
|
|
|
|
-1
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/alignment_offset
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/bdi
|
|
|
|
|
SymlinkTo: ../../../../../../virtual/bdi/259:0
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/capability
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/csi
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/dev
|
|
|
|
|
Lines: 1
|
|
|
|
|
259:0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/device
|
|
|
|
|
SymlinkTo: ../../nvme0
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/discard_alignment
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/diskseq
|
|
|
|
|
Lines: 1
|
|
|
|
|
9
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/events
|
|
|
|
|
Lines: 0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/events_async
|
|
|
|
|
Lines: 0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/events_poll_msecs
|
|
|
|
|
Lines: 1
|
|
|
|
|
-1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/ext_range
|
|
|
|
|
Lines: 1
|
|
|
|
|
256
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/hidden
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/holders
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/inflight
|
|
|
|
|
Lines: 1
|
|
|
|
|
0 0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/integrity
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/integrity/device_is_integrity_capable
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/integrity/format
|
|
|
|
|
Lines: 1
|
|
|
|
|
none
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/integrity/protection_interval_bytes
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/integrity/read_verify
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/integrity/tag_size
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/integrity/write_generate
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/metadata_bytes
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/0
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/0/cpu0
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/0/cpu1
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/0/cpu_list
|
|
|
|
|
Lines: 1
|
|
|
|
|
0, 1
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/0/nr_reserved_tags
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/0/nr_tags
|
|
|
|
|
Lines: 1
|
|
|
|
|
1023
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/1
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/1/cpu2
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/1/cpu3
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/1/cpu_list
|
|
|
|
|
Lines: 1
|
|
|
|
|
2, 3
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/1/nr_reserved_tags
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/1/nr_tags
|
|
|
|
|
Lines: 1
|
|
|
|
|
1023
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/2
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/2/cpu4
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/2/cpu5
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/2/cpu_list
|
|
|
|
|
Lines: 1
|
|
|
|
|
4, 5
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/2/nr_reserved_tags
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/2/nr_tags
|
|
|
|
|
Lines: 1
|
|
|
|
|
1023
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/3
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/3/cpu6
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/3/cpu7
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/3/cpu_list
|
|
|
|
|
Lines: 1
|
|
|
|
|
6, 7
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/3/nr_reserved_tags
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/3/nr_tags
|
|
|
|
|
Lines: 1
|
|
|
|
|
1023
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/4
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/4/cpu8
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/4/cpu9
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/4/cpu_list
|
|
|
|
|
Lines: 1
|
|
|
|
|
8, 9
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/4/nr_reserved_tags
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/4/nr_tags
|
|
|
|
|
Lines: 1
|
|
|
|
|
1023
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/5
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/5/cpu10
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/5/cpu11
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/5/cpu_list
|
|
|
|
|
Lines: 1
|
|
|
|
|
10, 11
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/5/nr_reserved_tags
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/5/nr_tags
|
|
|
|
|
Lines: 1
|
|
|
|
|
1023
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/6
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/6/cpu12
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/6/cpu13
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/6/cpu_list
|
|
|
|
|
Lines: 1
|
|
|
|
|
12, 13
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/6/nr_reserved_tags
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/6/nr_tags
|
|
|
|
|
Lines: 1
|
|
|
|
|
1023
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/7
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/7/cpu14
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/7/cpu15
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/7/cpu_list
|
|
|
|
|
Lines: 1
|
|
|
|
|
14, 15
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/7/nr_reserved_tags
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/mq/7/nr_tags
|
|
|
|
|
Lines: 1
|
|
|
|
|
1023
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nsid
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nuse
|
|
|
|
|
Lines: 1
|
|
|
|
|
3907029168
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1/alignment_offset
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1/dev
|
|
|
|
|
Lines: 1
|
|
|
|
|
259:1
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1/discard_alignment
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1/holders
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1/inflight
|
|
|
|
|
Lines: 1
|
|
|
|
|
0 0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1/partition
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1/power
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1/power/async
|
|
|
|
|
Lines: 1
|
|
|
|
|
disabled
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1/power/autosuspend_delay_ms
|
|
|
|
|
Lines: 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1/power/control
|
|
|
|
|
Lines: 1
|
|
|
|
|
auto
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1/power/runtime_active_kids
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1/power/runtime_active_time
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1/power/runtime_enabled
|
|
|
|
|
Lines: 1
|
|
|
|
|
disabled
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1/power/runtime_status
|
|
|
|
|
Lines: 1
|
|
|
|
|
unsupported
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1/power/runtime_suspended_time
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1/power/runtime_usage
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1/ro
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1/size
|
|
|
|
|
Lines: 1
|
|
|
|
|
2201600
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1/start
|
|
|
|
|
Lines: 1
|
|
|
|
|
2048
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1/stat
|
|
|
|
|
Lines: 1
|
|
|
|
|
575 1730 14410 185 2 0 2 0 0 17 186 1 0 2184688 1 0 0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1/subsystem
|
|
|
|
|
SymlinkTo: ../../../../../../../../class/block
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1/trace
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1/trace/act_mask
|
|
|
|
|
Lines: 1
|
|
|
|
|
disabled
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1/trace/enable
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1/trace/end_lba
|
|
|
|
|
Lines: 1
|
|
|
|
|
disabled
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1/trace/pid
|
|
|
|
|
Lines: 1
|
|
|
|
|
disabled
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1/trace/start_lba
|
|
|
|
|
Lines: 1
|
|
|
|
|
disabled
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1/uevent
|
|
|
|
|
Lines: 6
|
|
|
|
|
MAJOR=259
|
|
|
|
|
MINOR=1
|
|
|
|
|
DEVNAME=nvme0n1p1
|
|
|
|
|
DEVTYPE=partition
|
|
|
|
|
DISKSEQ=9
|
|
|
|
|
PARTN=1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2/alignment_offset
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2/dev
|
|
|
|
|
Lines: 1
|
|
|
|
|
259:2
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2/discard_alignment
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2/holders
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2/inflight
|
|
|
|
|
Lines: 1
|
|
|
|
|
0 0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2/partition
|
|
|
|
|
Lines: 1
|
|
|
|
|
2
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2/power
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2/power/async
|
|
|
|
|
Lines: 1
|
|
|
|
|
disabled
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2/power/autosuspend_delay_ms
|
|
|
|
|
Lines: 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2/power/control
|
|
|
|
|
Lines: 1
|
|
|
|
|
auto
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2/power/runtime_active_kids
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2/power/runtime_active_time
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2/power/runtime_enabled
|
|
|
|
|
Lines: 1
|
|
|
|
|
disabled
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2/power/runtime_status
|
|
|
|
|
Lines: 1
|
|
|
|
|
unsupported
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2/power/runtime_suspended_time
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2/power/runtime_usage
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2/ro
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2/size
|
|
|
|
|
Lines: 1
|
|
|
|
|
4194304
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2/start
|
|
|
|
|
Lines: 1
|
|
|
|
|
2203648
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2/stat
|
|
|
|
|
Lines: 1
|
|
|
|
|
144 19 8954 32 21 14 248 20 0 128 132 45 0 3566944 79 0 0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2/subsystem
|
|
|
|
|
SymlinkTo: ../../../../../../../../class/block
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2/trace
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2/trace/act_mask
|
|
|
|
|
Lines: 1
|
|
|
|
|
disabled
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2/trace/enable
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2/trace/end_lba
|
|
|
|
|
Lines: 1
|
|
|
|
|
disabled
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2/trace/pid
|
|
|
|
|
Lines: 1
|
|
|
|
|
disabled
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2/trace/start_lba
|
|
|
|
|
Lines: 1
|
|
|
|
|
disabled
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2/uevent
|
|
|
|
|
Lines: 6
|
|
|
|
|
MAJOR=259
|
|
|
|
|
MINOR=2
|
|
|
|
|
DEVNAME=nvme0n1p2
|
|
|
|
|
DEVTYPE=partition
|
|
|
|
|
DISKSEQ=9
|
|
|
|
|
PARTN=2
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p3/alignment_offset
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p3/dev
|
|
|
|
|
Lines: 1
|
|
|
|
|
259:3
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p3/discard_alignment
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p3/holders
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p3/holders/dm-0
|
|
|
|
|
SymlinkTo: ../../../../../../../../virtual/block/dm-0
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p3/inflight
|
|
|
|
|
Lines: 1
|
|
|
|
|
0 0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p3/partition
|
|
|
|
|
Lines: 1
|
|
|
|
|
3
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p3/power
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p3/power/async
|
|
|
|
|
Lines: 1
|
|
|
|
|
disabled
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p3/power/autosuspend_delay_ms
|
|
|
|
|
Lines: 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p3/power/control
|
|
|
|
|
Lines: 1
|
|
|
|
|
auto
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p3/power/runtime_active_kids
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p3/power/runtime_active_time
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p3/power/runtime_enabled
|
|
|
|
|
Lines: 1
|
|
|
|
|
disabled
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p3/power/runtime_status
|
|
|
|
|
Lines: 1
|
|
|
|
|
unsupported
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p3/power/runtime_suspended_time
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p3/power/runtime_usage
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p3/ro
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p3/size
|
|
|
|
|
Lines: 1
|
|
|
|
|
3900628992
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p3/start
|
|
|
|
|
Lines: 1
|
|
|
|
|
6397952
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p3/stat
|
|
|
|
|
Lines: 1
|
|
|
|
|
60223 15025 4174111 24812 83879 46834 2302280 32384 0 24667 57196 0 0 0 0 0 0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p3/subsystem
|
|
|
|
|
SymlinkTo: ../../../../../../../../class/block
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p3/trace
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p3/trace/act_mask
|
|
|
|
|
Lines: 1
|
|
|
|
|
disabled
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p3/trace/enable
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p3/trace/end_lba
|
|
|
|
|
Lines: 1
|
|
|
|
|
disabled
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p3/trace/pid
|
|
|
|
|
Lines: 1
|
|
|
|
|
disabled
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p3/trace/start_lba
|
|
|
|
|
Lines: 1
|
|
|
|
|
disabled
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p3/uevent
|
|
|
|
|
Lines: 6
|
|
|
|
|
MAJOR=259
|
|
|
|
|
MINOR=3
|
|
|
|
|
DEVNAME=nvme0n1p3
|
|
|
|
|
DEVTYPE=partition
|
|
|
|
|
DISKSEQ=9
|
|
|
|
|
PARTN=3
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/partscan
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/passthru_err_log_enabled
|
|
|
|
|
Lines: 1
|
|
|
|
|
off
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/power
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/power/async
|
|
|
|
|
Lines: 1
|
|
|
|
|
disabled
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/power/autosuspend_delay_ms
|
|
|
|
|
Lines: 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/power/control
|
|
|
|
|
Lines: 1
|
|
|
|
|
auto
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/power/runtime_active_kids
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/power/runtime_active_time
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/power/runtime_enabled
|
|
|
|
|
Lines: 1
|
|
|
|
|
disabled
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/power/runtime_status
|
|
|
|
|
Lines: 1
|
|
|
|
|
unsupported
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/power/runtime_suspended_time
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/power/runtime_usage
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/queue
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/queue/add_random
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/queue/atomic_write_boundary_bytes
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/queue/atomic_write_max_bytes
|
|
|
|
|
Lines: 1
|
|
|
|
|
512
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/queue/atomic_write_unit_max_bytes
|
|
|
|
|
Lines: 1
|
|
|
|
|
512
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/queue/atomic_write_unit_min_bytes
|
|
|
|
|
Lines: 1
|
|
|
|
|
512
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/queue/chunk_sectors
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/queue/dax
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/queue/discard_granularity
|
|
|
|
|
Lines: 1
|
|
|
|
|
512
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/queue/discard_max_bytes
|
|
|
|
|
Lines: 1
|
|
|
|
|
2199023255040
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/queue/discard_max_hw_bytes
|
|
|
|
|
Lines: 1
|
|
|
|
|
2199023255040
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/queue/discard_zeroes_data
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/queue/dma_alignment
|
|
|
|
|
Lines: 1
|
|
|
|
|
3
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/queue/fua
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/queue/hw_sector_size
|
|
|
|
|
Lines: 1
|
|
|
|
|
512
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/queue/io_poll
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/queue/io_poll_delay
|
|
|
|
|
Lines: 1
|
|
|
|
|
-1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/queue/io_timeout
|
|
|
|
|
Lines: 1
|
|
|
|
|
30000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/queue/iostats
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/queue/logical_block_size
|
|
|
|
|
Lines: 1
|
|
|
|
|
512
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/queue/max_discard_segments
|
|
|
|
|
Lines: 1
|
|
|
|
|
256
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/queue/max_hw_sectors_kb
|
|
|
|
|
Lines: 1
|
|
|
|
|
128
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/queue/max_integrity_segments
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/queue/max_sectors_kb
|
|
|
|
|
Lines: 1
|
|
|
|
|
128
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/queue/max_segment_size
|
|
|
|
|
Lines: 1
|
|
|
|
|
4294967295
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/queue/max_segments
|
|
|
|
|
Lines: 1
|
|
|
|
|
33
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/queue/minimum_io_size
|
|
|
|
|
Lines: 1
|
|
|
|
|
512
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/queue/nomerges
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/queue/nr_requests
|
|
|
|
|
Lines: 1
|
|
|
|
|
1023
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/queue/nr_zones
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/queue/optimal_io_size
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/queue/physical_block_size
|
|
|
|
|
Lines: 1
|
|
|
|
|
512
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/queue/read_ahead_kb
|
|
|
|
|
Lines: 1
|
|
|
|
|
128
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/queue/rotational
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/queue/rq_affinity
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/queue/scheduler
|
|
|
|
|
Lines: 1
|
|
|
|
|
[none] mq-deadline
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/queue/stable_writes
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/queue/virt_boundary_mask
|
|
|
|
|
Lines: 1
|
|
|
|
|
4095
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/queue/wbt_lat_usec
|
|
|
|
|
Lines: 1
|
|
|
|
|
2000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/queue/write_cache
|
|
|
|
|
Lines: 1
|
|
|
|
|
write back
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/queue/write_same_max_bytes
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/queue/write_zeroes_max_bytes
|
|
|
|
|
Lines: 1
|
|
|
|
|
131072
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/queue/zone_append_max_bytes
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/queue/zone_write_granularity
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/queue/zoned
|
|
|
|
|
Lines: 1
|
|
|
|
|
none
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/range
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/removable
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/ro
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/size
|
|
|
|
|
Lines: 1
|
|
|
|
|
3907029168
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/slaves
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/stat
|
|
|
|
|
Lines: 1
|
|
|
|
|
61050 16774 4202091 25036 83902 46848 2302530 32404 0 20551 64225 46 0 5751632 80 3461 6703
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/subsystem
|
|
|
|
|
SymlinkTo: ../../../../../../../class/block
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/trace
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/trace/act_mask
|
|
|
|
|
Lines: 1
|
|
|
|
|
disabled
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/trace/enable
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/trace/end_lba
|
|
|
|
|
Lines: 1
|
|
|
|
|
disabled
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/trace/pid
|
|
|
|
|
Lines: 1
|
|
|
|
|
disabled
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/trace/start_lba
|
|
|
|
|
Lines: 1
|
|
|
|
|
disabled
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/uevent
|
|
|
|
|
Lines: 5
|
|
|
|
|
MAJOR=259
|
|
|
|
|
MINOR=0
|
|
|
|
|
DEVNAME=nvme0n1
|
|
|
|
|
DEVTYPE=disk
|
|
|
|
|
DISKSEQ=9
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/nvme0n1/wwid
|
|
|
|
|
Lines: 1
|
|
|
|
|
nvme.c0a9-323332384536454444384137-435432303030503353534438-00000001
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/passthru_err_log_enabled
|
|
|
|
|
Lines: 1
|
|
|
|
|
off
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/power
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/power/async
|
|
|
|
|
Lines: 1
|
|
|
|
|
disabled
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/power/autosuspend_delay_ms
|
|
|
|
|
Lines: 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/power/control
|
|
|
|
|
Lines: 1
|
|
|
|
|
auto
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/power/pm_qos_latency_tolerance_us
|
|
|
|
|
Lines: 1
|
|
|
|
|
100000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/power/runtime_active_kids
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/power/runtime_active_time
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/power/runtime_enabled
|
|
|
|
|
Lines: 1
|
|
|
|
|
disabled
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/power/runtime_status
|
|
|
|
|
Lines: 1
|
|
|
|
|
unsupported
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/power/runtime_suspended_time
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/power/runtime_usage
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/queue_count
|
|
|
|
|
Lines: 1
|
|
|
|
|
9
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/serial
|
|
|
|
|
Lines: 1
|
|
|
|
|
2328E6EDD8A7
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/sqsize
|
|
|
|
|
Lines: 1
|
|
|
|
|
1023
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/state
|
|
|
|
|
Lines: 1
|
|
|
|
|
live
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/subsysnqn
|
|
|
|
|
Lines: 1
|
|
|
|
|
nqn.2014.08.org.nvmexpress:c0a9c0a92328E6EDD8A7 CT2000P3SSD8
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/subsystem
|
|
|
|
|
SymlinkTo: ../../../../../../class/nvme
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/transport
|
|
|
|
|
Lines: 1
|
|
|
|
|
pcie
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/nvme/nvme0/uevent
|
|
|
|
|
Lines: 4
|
|
|
|
|
MAJOR=240
|
|
|
|
|
MINOR=0
|
|
|
|
|
DEVNAME=nvme0
|
|
|
|
|
NVME_TRTYPE=pcie
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/pools
|
|
|
|
|
Lines: 3
|
|
|
|
|
poolinfo - 0.1
|
|
|
|
|
prp list 256 0 64 256 4
|
|
|
|
|
prp list page 0 0 4096 0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/power
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/power/async
|
|
|
|
|
Lines: 1
|
|
|
|
|
enabled
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/power/autosuspend_delay_ms
|
|
|
|
|
Lines: 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/power/control
|
|
|
|
|
Lines: 1
|
|
|
|
|
on
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/power/runtime_active_kids
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/power/runtime_active_time
|
|
|
|
|
Lines: 1
|
|
|
|
|
3838519
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/power/runtime_enabled
|
|
|
|
|
Lines: 1
|
|
|
|
|
forbidden
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/power/runtime_status
|
|
|
|
|
Lines: 1
|
|
|
|
|
active
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/power/runtime_suspended_time
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/power/runtime_usage
|
|
|
|
|
Lines: 1
|
|
|
|
|
2
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/power/wakeup
|
|
|
|
|
Lines: 1
|
|
|
|
|
disabled
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/power/wakeup_abort_count
|
|
|
|
|
Lines: 1
|
|
|
|
|
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/power/wakeup_active
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/power/wakeup_active_count
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/power/wakeup_count
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/power/wakeup_expire_count
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/power/wakeup_last_time_ms
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/power/wakeup_max_time_ms
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/power/wakeup_total_time_ms
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/power_state
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
D0
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/reset_method
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
flr bus
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/resource
|
|
|
|
|
Lines: 13
|
|
|
|
|
0x00000000fd800000 0x00000000fd803fff 0x0000000000140204
|
|
|
|
|
0x0000000000000000 0x0000000000000000 0x0000000000000000
|
|
|
|
|
0x0000000000000000 0x0000000000000000 0x0000000000000000
|
|
|
|
|
0x0000000000000000 0x0000000000000000 0x0000000000000000
|
|
|
|
|
0x0000000000000000 0x0000000000000000 0x0000000000000000
|
|
|
|
|
0x0000000000000000 0x0000000000000000 0x0000000000000000
|
|
|
|
|
0x0000000000000000 0x0000000000000000 0x0000000000000000
|
|
|
|
|
0x0000000000000000 0x0000000000000000 0x0000000000000000
|
|
|
|
|
0x0000000000000000 0x0000000000000000 0x0000000000000000
|
|
|
|
|
0x0000000000000000 0x0000000000000000 0x0000000000000000
|
|
|
|
|
0x0000000000000000 0x0000000000000000 0x0000000000000000
|
|
|
|
|
0x0000000000000000 0x0000000000000000 0x0000000000000000
|
|
|
|
|
0x0000000000000000 0x0000000000000000 0x0000000000000000
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/revision
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
0x01
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/subsystem
|
|
|
|
|
SymlinkTo: ../../../../bus/pci
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/subsystem_device
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
0x5021
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/subsystem_vendor
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
0xc0a9
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/uevent
|
|
|
|
|
Lines: 6
|
|
|
|
|
DRIVER=nvme
|
|
|
|
|
PCI_CLASS=10802
|
|
|
|
|
PCI_ID=C0A9:540A
|
|
|
|
|
PCI_SUBSYS_ID=C0A9:5021
|
|
|
|
|
PCI_SLOT_NAME=0000:01:00.0
|
|
|
|
|
MODALIAS=pci:v0000C0A9d0000540Asv0000C0A9sd00005021bc01sc08i02
|
|
|
|
|
Mode: 644
|
2021-05-20 13:26:11 -07:00
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/vendor
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
0xc0a9
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/ari_enabled
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
0
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/broken_parity_status
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
2021-05-20 13:26:11 -07:00
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/class
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
0x060400
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/config
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
"4NULLBYTENULLBYTENULLBYTENULLBYTE<54>NULLBYTENULLBYTENULLBYTENULLBYTENULLBYTENULLBYTENULLBYTENULLBYTENULLBYTENULLBYTENULLBYTE<54>NULLBYTENULLBYTE<54><45><EFBFBD><EFBFBD><EFBFBD><EFBFBD>NULLBYTENULLBYTENULLBYTENULLBYTENULLBYTENULLBYTENULLBYTENULLBYTENULLBYTENULLBYTENULLBYTENULLBYTENULLBYTEPNULLBYTENULLBYTENULLBYTENULLBYTENULLBYTENULLBYTENULLBYTE<54>NULLBYTENULLBYTEEOF
|
|
|
|
|
Mode: 644
|
2021-05-20 13:26:11 -07:00
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/consistent_dma_mask_bits
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
32
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/current_link_speed
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
8.0 GT/s PCIe
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/current_link_width
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
4
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/d3cold_allowed
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/device
|
|
|
|
|
Lines: 1
|
|
|
|
|
0x1634
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/dma_mask_bits
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
32
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/driver
|
|
|
|
|
SymlinkTo: ../../../bus/pci/drivers/pcieport
|
2021-05-20 13:26:11 -07:00
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/driver_override
|
|
|
|
|
Lines: 1
|
|
|
|
|
(null)
|
|
|
|
|
Mode: 644
|
2021-05-20 13:26:11 -07:00
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/enable
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
2021-05-20 13:26:11 -07:00
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/firmware_node
|
|
|
|
|
SymlinkTo: ../../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:16
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/iommu
|
|
|
|
|
SymlinkTo: ../0000:00:00.2/iommu/ivhd0
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/iommu_group
|
|
|
|
|
SymlinkTo: ../../../kernel/iommu_groups/2
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/irq
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
39
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/link
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/local_cpulist
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
0-15
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/local_cpus
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
ffff
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/max_link_speed
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
8.0 GT/s PCIe
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/max_link_width
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
8
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/modalias
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
pci:v00001022d00001634sv000017AAsd00005095bc06sc04i00
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/msi_bus
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
2021-05-20 13:26:11 -07:00
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/msi_irqs
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/msi_irqs/39
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
msi
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/numa_node
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
-1
|
|
|
|
|
Mode: 644
|
2021-05-20 13:26:11 -07:00
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/pci_bus
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/pci_bus/0000:01
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/pci_bus/0000:01/cpuaffinity
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
ffff
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/pci_bus/0000:01/cpulistaffinity
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
0-15
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/pci_bus/0000:01/device
|
|
|
|
|
SymlinkTo: ../../../0000:00:02.1
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/pci_bus/0000:01/power
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/pci_bus/0000:01/power/async
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
disabled
|
|
|
|
|
Mode: 644
|
2021-05-20 13:26:11 -07:00
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/pci_bus/0000:01/power/autosuspend_delay_ms
|
|
|
|
|
Lines: 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/pci_bus/0000:01/power/control
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
auto
|
|
|
|
|
Mode: 644
|
2021-05-20 13:26:11 -07:00
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/pci_bus/0000:01/power/runtime_active_kids
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
0
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/pci_bus/0000:01/power/runtime_active_time
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
0
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/pci_bus/0000:01/power/runtime_enabled
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
disabled
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/pci_bus/0000:01/power/runtime_status
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
unsupported
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/pci_bus/0000:01/power/runtime_suspended_time
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
0
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/pci_bus/0000:01/power/runtime_usage
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
0
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/pci_bus/0000:01/subsystem
|
|
|
|
|
SymlinkTo: ../../../../../class/pci_bus
|
2021-05-20 13:26:11 -07:00
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/pci_bus/0000:01/uevent
|
|
|
|
|
Lines: 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:02.1/power
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/power/async
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
enabled
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/power/autosuspend_delay_ms
|
|
|
|
|
Lines: 1
|
|
|
|
|
100
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/power/control
|
|
|
|
|
Lines: 1
|
|
|
|
|
auto
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/power/runtime_active_kids
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/power/runtime_active_time
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
3838515
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/power/runtime_enabled
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
enabled
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/power/runtime_status
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
active
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/power/runtime_suspended_time
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
0
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/power/runtime_usage
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
0
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/power/wakeup
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
disabled
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/power/wakeup_abort_count
|
|
|
|
|
Lines: 1
|
|
|
|
|
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/power/wakeup_active
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/power/wakeup_active_count
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/power/wakeup_count
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/power/wakeup_expire_count
|
|
|
|
|
Lines: 1
|
|
|
|
|
|
|
|
|
|
Mode: 444
|
2021-05-20 13:26:11 -07:00
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/power/wakeup_last_time_ms
|
|
|
|
|
Lines: 1
|
|
|
|
|
|
|
|
|
|
Mode: 444
|
2021-05-20 13:26:11 -07:00
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/power/wakeup_max_time_ms
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/power/wakeup_total_time_ms
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/power_state
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
D0
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/reset_method
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
pm
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/resource
|
|
|
|
|
Lines: 17
|
|
|
|
|
0x0000000000000000 0x0000000000000000 0x0000000000000000
|
|
|
|
|
0x0000000000000000 0x0000000000000000 0x0000000000000000
|
|
|
|
|
0x0000000000000000 0x0000000000000000 0x0000000000000000
|
|
|
|
|
0x0000000000000000 0x0000000000000000 0x0000000000000000
|
|
|
|
|
0x0000000000000000 0x0000000000000000 0x0000000000000000
|
|
|
|
|
0x0000000000000000 0x0000000000000000 0x0000000000000000
|
|
|
|
|
0x0000000000000000 0x0000000000000000 0x0000000000000000
|
|
|
|
|
0x0000000000000000 0x0000000000000000 0x0000000000000000
|
|
|
|
|
0x0000000000000000 0x0000000000000000 0x0000000000000000
|
|
|
|
|
0x0000000000000000 0x0000000000000000 0x0000000000000000
|
|
|
|
|
0x0000000000000000 0x0000000000000000 0x0000000000000000
|
|
|
|
|
0x0000000000000000 0x0000000000000000 0x0000000000000000
|
|
|
|
|
0x0000000000000000 0x0000000000000000 0x0000000000000000
|
|
|
|
|
0x0000000000000000 0x0000000000000000 0x0000000000000000
|
|
|
|
|
0x00000000fd800000 0x00000000fd8fffff 0x0000000000000200
|
|
|
|
|
0x0000000000000000 0x0000000000000000 0x0000000000000000
|
|
|
|
|
0x0000000000000000 0x0000000000000000 0x0000000000000000
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/revision
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
0x00
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/secondary_bus_number
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
1
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/subordinate_bus_number
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
1
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/subsystem
|
|
|
|
|
SymlinkTo: ../../../bus/pci
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/subsystem_device
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
0x5095
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/subsystem_vendor
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
0x17aa
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/uevent
|
|
|
|
|
Lines: 6
|
|
|
|
|
DRIVER=pcieport
|
|
|
|
|
PCI_CLASS=60400
|
|
|
|
|
PCI_ID=1022:1634
|
|
|
|
|
PCI_SUBSYS_ID=17AA:5095
|
|
|
|
|
PCI_SLOT_NAME=0000:00:02.1
|
|
|
|
|
MODALIAS=pci:v00001022d00001634sv000017AAsd00005095bc06sc04i00
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:02.1/vendor
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Lines: 1
|
2025-07-25 06:58:50 -07:00
|
|
|
|
0x1022
|
2021-05-20 13:26:11 -07:00
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-07-16 06:08:18 -07:00
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:03.0
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:03.0/0000:03:00.0
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:03.0/0000:03:00.0/net
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:03.0/0000:03:00.0/net/eth0
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:03.0/0000:03:00.0/net/eth0/addr_assign_type
|
|
|
|
|
Lines: 1
|
|
|
|
|
3
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:03.0/0000:03:00.0/net/eth0/addr_len
|
|
|
|
|
Lines: 1
|
|
|
|
|
6
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:03.0/0000:03:00.0/net/eth0/address
|
|
|
|
|
Lines: 1
|
|
|
|
|
01:01:01:01:01:01
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:03.0/0000:03:00.0/net/eth0/broadcast
|
|
|
|
|
Lines: 1
|
|
|
|
|
ff:ff:ff:ff:ff:ff
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:03.0/0000:03:00.0/net/eth0/carrier
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:03.0/0000:03:00.0/net/eth0/carrier_changes
|
|
|
|
|
Lines: 1
|
|
|
|
|
2
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:03.0/0000:03:00.0/net/eth0/carrier_down_count
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:03.0/0000:03:00.0/net/eth0/carrier_up_count
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:03.0/0000:03:00.0/net/eth0/dev_id
|
|
|
|
|
Lines: 1
|
|
|
|
|
0x20
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:03.0/0000:03:00.0/net/eth0/dormant
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:03.0/0000:03:00.0/net/eth0/duplex
|
|
|
|
|
Lines: 1
|
|
|
|
|
full
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:03.0/0000:03:00.0/net/eth0/flags
|
|
|
|
|
Lines: 1
|
|
|
|
|
0x1303
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:03.0/0000:03:00.0/net/eth0/ifalias
|
|
|
|
|
Lines: 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:03.0/0000:03:00.0/net/eth0/ifindex
|
|
|
|
|
Lines: 1
|
|
|
|
|
2
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:03.0/0000:03:00.0/net/eth0/iflink
|
|
|
|
|
Lines: 1
|
|
|
|
|
2
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:03.0/0000:03:00.0/net/eth0/link_mode
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:03.0/0000:03:00.0/net/eth0/mtu
|
|
|
|
|
Lines: 1
|
|
|
|
|
1500
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:03.0/0000:03:00.0/net/eth0/name_assign_type
|
|
|
|
|
Lines: 1
|
|
|
|
|
2
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:03.0/0000:03:00.0/net/eth0/netdev_group
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:03.0/0000:03:00.0/net/eth0/operstate
|
|
|
|
|
Lines: 1
|
|
|
|
|
up
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:03.0/0000:03:00.0/net/eth0/phys_port_id
|
|
|
|
|
Lines: 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:03.0/0000:03:00.0/net/eth0/phys_port_name
|
|
|
|
|
Lines: 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:03.0/0000:03:00.0/net/eth0/phys_switch_id
|
|
|
|
|
Lines: 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:03.0/0000:03:00.0/net/eth0/speed
|
|
|
|
|
Lines: 1
|
|
|
|
|
1000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:03.0/0000:03:00.0/net/eth0/tx_queue_len
|
|
|
|
|
Lines: 1
|
|
|
|
|
1000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:03.0/0000:03:00.0/net/eth0/type
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:0d.0
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:0d.0/ata4
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:0d.0/ata4/host3
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:0d.0/ata4/host3/target3:0:0
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:0d.0/ata4/host3/target3:0:0/3:0:0:0
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:0d.0/ata4/host3/target3:0:0/3:0:0:0/block
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:0d.0/ata4/host3/target3:0:0/3:0:0:0/block/sdb
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:0d.0/ata4/host3/target3:0:0/3:0:0:0/block/sdb/bcache
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:0d.0/ata4/host3/target3:0:0/3:0:0:0/block/sdb/bcache/dirty_data
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:0d.0/ata4/host3/target3:0:0/3:0:0:0/block/sdb/bcache/stats_day
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:0d.0/ata4/host3/target3:0:0/3:0:0:0/block/sdb/bcache/stats_day/bypassed
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:0d.0/ata4/host3/target3:0:0/3:0:0:0/block/sdb/bcache/stats_day/cache_bypass_hits
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:0d.0/ata4/host3/target3:0:0/3:0:0:0/block/sdb/bcache/stats_day/cache_bypass_misses
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:0d.0/ata4/host3/target3:0:0/3:0:0:0/block/sdb/bcache/stats_day/cache_hit_ratio
|
|
|
|
|
Lines: 1
|
|
|
|
|
100
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:0d.0/ata4/host3/target3:0:0/3:0:0:0/block/sdb/bcache/stats_day/cache_hits
|
|
|
|
|
Lines: 1
|
|
|
|
|
289
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:0d.0/ata4/host3/target3:0:0/3:0:0:0/block/sdb/bcache/stats_day/cache_miss_collisions
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:0d.0/ata4/host3/target3:0:0/3:0:0:0/block/sdb/bcache/stats_day/cache_misses
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:0d.0/ata4/host3/target3:0:0/3:0:0:0/block/sdb/bcache/stats_day/cache_readaheads
|
|
|
|
|
Lines: 1
|
2023-05-20 05:13:07 -07:00
|
|
|
|
13
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:0d.0/ata4/host3/target3:0:0/3:0:0:0/block/sdb/bcache/stats_five_minute
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:0d.0/ata4/host3/target3:0:0/3:0:0:0/block/sdb/bcache/stats_five_minute/bypassed
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:0d.0/ata4/host3/target3:0:0/3:0:0:0/block/sdb/bcache/stats_five_minute/cache_bypass_hits
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:0d.0/ata4/host3/target3:0:0/3:0:0:0/block/sdb/bcache/stats_five_minute/cache_bypass_misses
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:0d.0/ata4/host3/target3:0:0/3:0:0:0/block/sdb/bcache/stats_five_minute/cache_hit_ratio
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:0d.0/ata4/host3/target3:0:0/3:0:0:0/block/sdb/bcache/stats_five_minute/cache_hits
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:0d.0/ata4/host3/target3:0:0/3:0:0:0/block/sdb/bcache/stats_five_minute/cache_miss_collisions
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:0d.0/ata4/host3/target3:0:0/3:0:0:0/block/sdb/bcache/stats_five_minute/cache_misses
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:0d.0/ata4/host3/target3:0:0/3:0:0:0/block/sdb/bcache/stats_five_minute/cache_readaheads
|
|
|
|
|
Lines: 1
|
2023-05-20 05:13:07 -07:00
|
|
|
|
13
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:0d.0/ata4/host3/target3:0:0/3:0:0:0/block/sdb/bcache/stats_hour
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:0d.0/ata4/host3/target3:0:0/3:0:0:0/block/sdb/bcache/stats_hour/bypassed
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:0d.0/ata4/host3/target3:0:0/3:0:0:0/block/sdb/bcache/stats_hour/cache_bypass_hits
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:0d.0/ata4/host3/target3:0:0/3:0:0:0/block/sdb/bcache/stats_hour/cache_bypass_misses
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:0d.0/ata4/host3/target3:0:0/3:0:0:0/block/sdb/bcache/stats_hour/cache_hit_ratio
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:0d.0/ata4/host3/target3:0:0/3:0:0:0/block/sdb/bcache/stats_hour/cache_hits
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:0d.0/ata4/host3/target3:0:0/3:0:0:0/block/sdb/bcache/stats_hour/cache_miss_collisions
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:0d.0/ata4/host3/target3:0:0/3:0:0:0/block/sdb/bcache/stats_hour/cache_misses
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:0d.0/ata4/host3/target3:0:0/3:0:0:0/block/sdb/bcache/stats_hour/cache_readaheads
|
|
|
|
|
Lines: 1
|
2023-05-20 05:13:07 -07:00
|
|
|
|
13
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:0d.0/ata4/host3/target3:0:0/3:0:0:0/block/sdb/bcache/stats_total
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:0d.0/ata4/host3/target3:0:0/3:0:0:0/block/sdb/bcache/stats_total/bypassed
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:0d.0/ata4/host3/target3:0:0/3:0:0:0/block/sdb/bcache/stats_total/cache_bypass_hits
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:0d.0/ata4/host3/target3:0:0/3:0:0:0/block/sdb/bcache/stats_total/cache_bypass_misses
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:0d.0/ata4/host3/target3:0:0/3:0:0:0/block/sdb/bcache/stats_total/cache_hit_ratio
|
|
|
|
|
Lines: 1
|
|
|
|
|
100
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:0d.0/ata4/host3/target3:0:0/3:0:0:0/block/sdb/bcache/stats_total/cache_hits
|
|
|
|
|
Lines: 1
|
|
|
|
|
546
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:0d.0/ata4/host3/target3:0:0/3:0:0:0/block/sdb/bcache/stats_total/cache_miss_collisions
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:0d.0/ata4/host3/target3:0:0/3:0:0:0/block/sdb/bcache/stats_total/cache_misses
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:0d.0/ata4/host3/target3:0:0/3:0:0:0/block/sdb/bcache/stats_total/cache_readaheads
|
|
|
|
|
Lines: 1
|
2023-05-20 05:13:07 -07:00
|
|
|
|
13
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2020-06-06 00:00:09 -07:00
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:0d.0/ata4/host3/target3:0:0/3:0:0:0/block/sdb/bcache/writeback_rate_debug
|
|
|
|
|
Lines: 7
|
|
|
|
|
rate: 1.1M/sec
|
|
|
|
|
dirty: 20.4G
|
|
|
|
|
target: 20.4G
|
|
|
|
|
proportional: 427.5k
|
|
|
|
|
integral: 790.0k
|
|
|
|
|
change: 321.5k/sec
|
|
|
|
|
next io: 17ms
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:0d.0/ata5
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:0d.0/ata5/host4
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:0d.0/ata5/host4/target4:0:0
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:0d.0/ata5/host4/target4:0:0/4:0:0:0
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:0d.0/ata5/host4/target4:0:0/4:0:0:0/block
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:0d.0/ata5/host4/target4:0:0/4:0:0:0/block/sdc
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/pci0000:00/0000:00:0d.0/ata5/host4/target4:0:0/4:0:0:0/block/sdc/bcache
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:0d.0/ata5/host4/target4:0:0/4:0:0:0/block/sdc/bcache/io_errors
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:0d.0/ata5/host4/target4:0:0/4:0:0:0/block/sdc/bcache/metadata_written
|
|
|
|
|
Lines: 1
|
|
|
|
|
512
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:0d.0/ata5/host4/target4:0:0/4:0:0:0/block/sdc/bcache/priority_stats
|
|
|
|
|
Lines: 5
|
|
|
|
|
Unused: 99%
|
|
|
|
|
Metadata: 0%
|
|
|
|
|
Average: 10473
|
|
|
|
|
Sectors per Q: 64
|
|
|
|
|
Quantiles: [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20946 20946 20946 20946 20946 20946 20946 20946 20946 20946 20946 20946 20946 20946 20946 20946]
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/pci0000:00/0000:00:0d.0/ata5/host4/target4:0:0/4:0:0:0/block/sdc/bcache/written
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/platform
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/platform/applesmc.768
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/applesmc.768/fan1_input
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/applesmc.768/fan1_label
|
|
|
|
|
Lines: 1
|
2024-08-27 13:48:32 -07:00
|
|
|
|
Left side
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/applesmc.768/fan1_manual
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/applesmc.768/fan1_max
|
|
|
|
|
Lines: 1
|
|
|
|
|
6156
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/applesmc.768/fan1_min
|
|
|
|
|
Lines: 1
|
|
|
|
|
2160
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/applesmc.768/fan1_output
|
|
|
|
|
Lines: 1
|
|
|
|
|
2160
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/applesmc.768/fan1_safe
|
|
|
|
|
Lines: 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/applesmc.768/fan2_input
|
|
|
|
|
Lines: 1
|
|
|
|
|
1998
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/applesmc.768/fan2_label
|
|
|
|
|
Lines: 1
|
2024-08-27 13:48:32 -07:00
|
|
|
|
Right side
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/applesmc.768/fan2_manual
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/applesmc.768/fan2_max
|
|
|
|
|
Lines: 1
|
|
|
|
|
5700
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/applesmc.768/fan2_min
|
|
|
|
|
Lines: 1
|
|
|
|
|
2000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/applesmc.768/fan2_output
|
|
|
|
|
Lines: 1
|
|
|
|
|
2000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/applesmc.768/fan2_safe
|
|
|
|
|
Lines: 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/platform/applesmc.768/hwmon
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/platform/applesmc.768/hwmon/hwmon2
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/applesmc.768/hwmon/hwmon2/device
|
|
|
|
|
SymlinkTo: ../../../applesmc.768
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/applesmc.768/name
|
|
|
|
|
Lines: 1
|
|
|
|
|
applesmc
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2023-07-10 03:46:30 -07:00
|
|
|
|
Directory: sys/devices/platform/bogus.0
|
|
|
|
|
Mode: 775
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/platform/bogus.0/hwmon
|
|
|
|
|
Mode: 775
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/platform/bogus.0/hwmon/hwmon5
|
|
|
|
|
Mode: 775
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/bogus.0/hwmon/hwmon5/bogus1_crit
|
|
|
|
|
Lines: 1
|
|
|
|
|
100000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/bogus.0/hwmon/hwmon5/bogus1_crit_alarm
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/bogus.0/hwmon/hwmon5/bogus1_input
|
|
|
|
|
Lines: 1
|
|
|
|
|
55000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/bogus.0/hwmon/hwmon5/bogus1_label
|
|
|
|
|
Lines: 1
|
|
|
|
|
Physical id 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/bogus.0/hwmon/hwmon5/bogus1_max
|
|
|
|
|
Lines: 1
|
|
|
|
|
84000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/bogus.0/hwmon/hwmon5/name
|
|
|
|
|
Lines: 1
|
|
|
|
|
bogus
|
|
|
|
|
Mode: 664
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
Directory: sys/devices/platform/coretemp.0
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/platform/coretemp.0/hwmon
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/platform/coretemp.0/hwmon/hwmon0
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.0/hwmon/hwmon0/device
|
|
|
|
|
SymlinkTo: ../../../coretemp.0
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.0/hwmon/hwmon0/name
|
|
|
|
|
Lines: 1
|
|
|
|
|
coretemp
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.0/hwmon/hwmon0/temp1_crit
|
|
|
|
|
Lines: 1
|
|
|
|
|
100000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.0/hwmon/hwmon0/temp1_crit_alarm
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.0/hwmon/hwmon0/temp1_input
|
|
|
|
|
Lines: 1
|
|
|
|
|
55000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.0/hwmon/hwmon0/temp1_label
|
|
|
|
|
Lines: 1
|
|
|
|
|
Physical id 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.0/hwmon/hwmon0/temp1_max
|
|
|
|
|
Lines: 1
|
|
|
|
|
84000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.0/hwmon/hwmon0/temp2_crit
|
|
|
|
|
Lines: 1
|
|
|
|
|
100000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.0/hwmon/hwmon0/temp2_crit_alarm
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.0/hwmon/hwmon0/temp2_input
|
|
|
|
|
Lines: 1
|
|
|
|
|
54000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.0/hwmon/hwmon0/temp2_label
|
|
|
|
|
Lines: 1
|
|
|
|
|
Core 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.0/hwmon/hwmon0/temp2_max
|
|
|
|
|
Lines: 1
|
|
|
|
|
84000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.0/hwmon/hwmon0/temp3_crit
|
|
|
|
|
Lines: 1
|
|
|
|
|
100000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.0/hwmon/hwmon0/temp3_crit_alarm
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.0/hwmon/hwmon0/temp3_input
|
|
|
|
|
Lines: 1
|
|
|
|
|
52000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.0/hwmon/hwmon0/temp3_label
|
|
|
|
|
Lines: 1
|
|
|
|
|
Core 1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.0/hwmon/hwmon0/temp3_max
|
|
|
|
|
Lines: 1
|
|
|
|
|
84000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.0/hwmon/hwmon0/temp4_crit
|
|
|
|
|
Lines: 1
|
|
|
|
|
100000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.0/hwmon/hwmon0/temp4_crit_alarm
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.0/hwmon/hwmon0/temp4_input
|
|
|
|
|
Lines: 1
|
|
|
|
|
53000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.0/hwmon/hwmon0/temp4_label
|
|
|
|
|
Lines: 1
|
|
|
|
|
Core 2
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.0/hwmon/hwmon0/temp4_max
|
|
|
|
|
Lines: 1
|
|
|
|
|
84000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.0/hwmon/hwmon0/temp5_crit
|
|
|
|
|
Lines: 1
|
|
|
|
|
100000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.0/hwmon/hwmon0/temp5_crit_alarm
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.0/hwmon/hwmon0/temp5_input
|
|
|
|
|
Lines: 1
|
|
|
|
|
50000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.0/hwmon/hwmon0/temp5_label
|
|
|
|
|
Lines: 1
|
|
|
|
|
Core 3
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.0/hwmon/hwmon0/temp5_max
|
|
|
|
|
Lines: 1
|
|
|
|
|
84000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/platform/coretemp.1
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/platform/coretemp.1/hwmon
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/platform/coretemp.1/hwmon/hwmon1
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.1/hwmon/hwmon1/device
|
|
|
|
|
SymlinkTo: ../../../coretemp.1
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.1/hwmon/hwmon1/name
|
|
|
|
|
Lines: 1
|
|
|
|
|
coretemp
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.1/hwmon/hwmon1/temp1_crit
|
|
|
|
|
Lines: 1
|
|
|
|
|
100000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.1/hwmon/hwmon1/temp1_crit_alarm
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.1/hwmon/hwmon1/temp1_input
|
|
|
|
|
Lines: 1
|
|
|
|
|
55000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.1/hwmon/hwmon1/temp1_label
|
|
|
|
|
Lines: 1
|
|
|
|
|
Physical id 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.1/hwmon/hwmon1/temp1_max
|
|
|
|
|
Lines: 1
|
|
|
|
|
84000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.1/hwmon/hwmon1/temp2_crit
|
|
|
|
|
Lines: 1
|
|
|
|
|
100000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.1/hwmon/hwmon1/temp2_crit_alarm
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.1/hwmon/hwmon1/temp2_input
|
|
|
|
|
Lines: 1
|
|
|
|
|
54000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.1/hwmon/hwmon1/temp2_label
|
|
|
|
|
Lines: 1
|
|
|
|
|
Core 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.1/hwmon/hwmon1/temp2_max
|
|
|
|
|
Lines: 1
|
|
|
|
|
84000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.1/hwmon/hwmon1/temp3_crit
|
|
|
|
|
Lines: 1
|
|
|
|
|
100000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.1/hwmon/hwmon1/temp3_crit_alarm
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.1/hwmon/hwmon1/temp3_input
|
|
|
|
|
Lines: 1
|
|
|
|
|
52000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.1/hwmon/hwmon1/temp3_label
|
|
|
|
|
Lines: 1
|
|
|
|
|
Core 1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.1/hwmon/hwmon1/temp3_max
|
|
|
|
|
Lines: 1
|
|
|
|
|
84000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.1/hwmon/hwmon1/temp4_crit
|
|
|
|
|
Lines: 1
|
|
|
|
|
100000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.1/hwmon/hwmon1/temp4_crit_alarm
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.1/hwmon/hwmon1/temp4_input
|
|
|
|
|
Lines: 1
|
|
|
|
|
53000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.1/hwmon/hwmon1/temp4_label
|
|
|
|
|
Lines: 1
|
|
|
|
|
Core 2
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.1/hwmon/hwmon1/temp4_max
|
|
|
|
|
Lines: 1
|
|
|
|
|
84000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.1/hwmon/hwmon1/temp5_crit
|
|
|
|
|
Lines: 1
|
|
|
|
|
100000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.1/hwmon/hwmon1/temp5_crit_alarm
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.1/hwmon/hwmon1/temp5_input
|
|
|
|
|
Lines: 1
|
|
|
|
|
50000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.1/hwmon/hwmon1/temp5_label
|
|
|
|
|
Lines: 1
|
|
|
|
|
Core 3
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/coretemp.1/hwmon/hwmon1/temp5_max
|
|
|
|
|
Lines: 1
|
|
|
|
|
84000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/platform/nct6775.656
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/platform/nct6775.656/hwmon
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/platform/nct6775.656/hwmon/hwmon3
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/fan2_alarm
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/fan2_beep
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/fan2_input
|
|
|
|
|
Lines: 1
|
|
|
|
|
1098
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/fan2_min
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/fan2_pulses
|
|
|
|
|
Lines: 1
|
|
|
|
|
2
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/fan2_target
|
|
|
|
|
Lines: 1
|
|
|
|
|
27000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/fan2_tolerance
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/in0_alarm
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/in0_beep
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/in0_input
|
|
|
|
|
Lines: 1
|
|
|
|
|
792
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/in0_max
|
|
|
|
|
Lines: 1
|
|
|
|
|
1744
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/in0_min
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/in1_alarm
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/in1_beep
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/in1_input
|
|
|
|
|
Lines: 1
|
|
|
|
|
1024
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/in1_max
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/in1_min
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/intrusion0_alarm
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/intrusion0_beep
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/intrusion1_alarm
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/intrusion1_beep
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/name
|
|
|
|
|
Lines: 1
|
|
|
|
|
nct6779
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/pwm1_auto_point1_pwm
|
|
|
|
|
Lines: 1
|
|
|
|
|
153
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/pwm1_auto_point1_temp
|
|
|
|
|
Lines: 1
|
|
|
|
|
30000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/pwm1_auto_point2_pwm
|
|
|
|
|
Lines: 1
|
|
|
|
|
255
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/pwm1_auto_point2_temp
|
|
|
|
|
Lines: 1
|
|
|
|
|
70000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/pwm1_auto_point3_pwm
|
|
|
|
|
Lines: 1
|
|
|
|
|
255
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/pwm1_auto_point3_temp
|
|
|
|
|
Lines: 1
|
|
|
|
|
70000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/pwm1_auto_point4_pwm
|
|
|
|
|
Lines: 1
|
|
|
|
|
255
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/pwm1_auto_point4_temp
|
|
|
|
|
Lines: 1
|
|
|
|
|
70000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/pwm1_auto_point5_pwm
|
|
|
|
|
Lines: 1
|
|
|
|
|
255
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/pwm1_auto_point5_temp
|
|
|
|
|
Lines: 1
|
|
|
|
|
75000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/pwm1_crit_temp_tolerance
|
|
|
|
|
Lines: 1
|
|
|
|
|
2000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/pwm1_enable
|
|
|
|
|
Lines: 1
|
|
|
|
|
5
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/pwm1_floor
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/pwm1_mode
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/pwm1_start
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/pwm1_step_down_time
|
|
|
|
|
Lines: 1
|
|
|
|
|
100
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/pwm1_step_up_time
|
|
|
|
|
Lines: 1
|
|
|
|
|
100
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/pwm1_stop_time
|
|
|
|
|
Lines: 1
|
|
|
|
|
6000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/pwm1_target_temp
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/pwm1_temp_sel
|
|
|
|
|
Lines: 1
|
|
|
|
|
7
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/pwm1_temp_tolerance
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/pwm1_weight_duty_base
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/pwm1_weight_duty_step
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/pwm1_weight_temp_sel
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/pwm1_weight_temp_step
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/pwm1_weight_temp_step_base
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/platform/nct6775.656/hwmon/hwmon3/pwm1_weight_temp_step_tol
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/system
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2021-11-12 02:45:31 -08:00
|
|
|
|
Directory: sys/devices/system/clocksource
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/system/clocksource/clocksource0
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/clocksource/clocksource0/available_clocksource
|
|
|
|
|
Lines: 1
|
|
|
|
|
tsc hpet acpi_pm
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/clocksource/clocksource0/current_clocksource
|
|
|
|
|
Lines: 1
|
|
|
|
|
tsc
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-04-09 09:01:52 -07:00
|
|
|
|
Directory: sys/devices/system/cpu
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/system/cpu/cpu0
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/system/cpu/cpu0/cpufreq
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-10-18 08:28:19 -07:00
|
|
|
|
Path: sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_transition_latency
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 664
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/cpu/cpu0/cpufreq/related_cpus
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 664
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors
|
|
|
|
|
Lines: 1
|
|
|
|
|
performance powersave
|
|
|
|
|
Mode: 664
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-04-09 09:01:52 -07:00
|
|
|
|
Path: sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
|
|
|
|
|
Lines: 1
|
|
|
|
|
1699981
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-10-18 08:28:19 -07:00
|
|
|
|
Path: sys/devices/system/cpu/cpu0/cpufreq/scaling_driver
|
|
|
|
|
Lines: 1
|
|
|
|
|
intel_pstate
|
|
|
|
|
Mode: 664
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
|
|
|
|
|
Lines: 1
|
|
|
|
|
powersave
|
|
|
|
|
Mode: 664
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-04-09 09:01:52 -07:00
|
|
|
|
Path: sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
|
|
|
|
|
Lines: 1
|
|
|
|
|
3700000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
|
|
|
|
|
Lines: 1
|
|
|
|
|
800000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-10-18 08:28:19 -07:00
|
|
|
|
Path: sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed
|
|
|
|
|
Lines: 1
|
|
|
|
|
<unsupported>
|
|
|
|
|
Mode: 664
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-04-09 09:01:52 -07:00
|
|
|
|
Directory: sys/devices/system/cpu/cpu0/thermal_throttle
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/cpu/cpu0/thermal_throttle/core_throttle_count
|
|
|
|
|
Lines: 1
|
|
|
|
|
5
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/cpu/cpu0/thermal_throttle/package_throttle_count
|
|
|
|
|
Lines: 1
|
|
|
|
|
30
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/system/cpu/cpu0/topology
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/cpu/cpu0/topology/core_id
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/cpu/cpu0/topology/physical_package_id
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/system/cpu/cpu1
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/system/cpu/cpu1/cpufreq
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-10-18 08:28:19 -07:00
|
|
|
|
Path: sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_transition_latency
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 664
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/cpu/cpu1/cpufreq/related_cpus
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 664
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/cpu/cpu1/cpufreq/scaling_available_governors
|
|
|
|
|
Lines: 1
|
|
|
|
|
performance powersave
|
|
|
|
|
Mode: 664
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-04-09 09:01:52 -07:00
|
|
|
|
Path: sys/devices/system/cpu/cpu1/cpufreq/scaling_cur_freq
|
|
|
|
|
Lines: 1
|
|
|
|
|
1699981
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-10-18 08:28:19 -07:00
|
|
|
|
Path: sys/devices/system/cpu/cpu1/cpufreq/scaling_driver
|
|
|
|
|
Lines: 1
|
|
|
|
|
intel_pstate
|
|
|
|
|
Mode: 664
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/cpu/cpu1/cpufreq/scaling_governor
|
|
|
|
|
Lines: 1
|
|
|
|
|
powersave
|
|
|
|
|
Mode: 664
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-04-09 09:01:52 -07:00
|
|
|
|
Path: sys/devices/system/cpu/cpu1/cpufreq/scaling_max_freq
|
|
|
|
|
Lines: 1
|
|
|
|
|
3700000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq
|
|
|
|
|
Lines: 1
|
|
|
|
|
800000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-10-18 08:28:19 -07:00
|
|
|
|
Path: sys/devices/system/cpu/cpu1/cpufreq/scaling_setspeed
|
|
|
|
|
Lines: 1
|
|
|
|
|
<unsupported>
|
|
|
|
|
Mode: 664
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-04-09 09:01:52 -07:00
|
|
|
|
Directory: sys/devices/system/cpu/cpu1/thermal_throttle
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/cpu/cpu1/thermal_throttle/core_throttle_count
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/cpu/cpu1/thermal_throttle/package_throttle_count
|
|
|
|
|
Lines: 1
|
|
|
|
|
30
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/system/cpu/cpu1/topology
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/cpu/cpu1/topology/core_id
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/cpu/cpu1/topology/physical_package_id
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/system/cpu/cpu2
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/system/cpu/cpu2/cpufreq
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-10-18 08:28:19 -07:00
|
|
|
|
Path: sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_transition_latency
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 664
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/cpu/cpu2/cpufreq/related_cpus
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 664
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/cpu/cpu2/cpufreq/scaling_available_governors
|
|
|
|
|
Lines: 1
|
|
|
|
|
performance powersave
|
|
|
|
|
Mode: 664
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-04-09 09:01:52 -07:00
|
|
|
|
Path: sys/devices/system/cpu/cpu2/cpufreq/scaling_cur_freq
|
|
|
|
|
Lines: 1
|
|
|
|
|
8000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-10-18 08:28:19 -07:00
|
|
|
|
Path: sys/devices/system/cpu/cpu2/cpufreq/scaling_driver
|
|
|
|
|
Lines: 1
|
|
|
|
|
intel_pstate
|
|
|
|
|
Mode: 664
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/cpu/cpu2/cpufreq/scaling_governor
|
|
|
|
|
Lines: 1
|
|
|
|
|
powersave
|
|
|
|
|
Mode: 664
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-04-09 09:01:52 -07:00
|
|
|
|
Path: sys/devices/system/cpu/cpu2/cpufreq/scaling_max_freq
|
|
|
|
|
Lines: 1
|
|
|
|
|
4200000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/cpu/cpu2/cpufreq/scaling_min_freq
|
|
|
|
|
Lines: 1
|
|
|
|
|
1000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-10-18 08:28:19 -07:00
|
|
|
|
Path: sys/devices/system/cpu/cpu2/cpufreq/scaling_setspeed
|
|
|
|
|
Lines: 1
|
|
|
|
|
<unsupported>
|
|
|
|
|
Mode: 664
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-04-09 09:01:52 -07:00
|
|
|
|
Directory: sys/devices/system/cpu/cpu2/thermal_throttle
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/cpu/cpu2/thermal_throttle/core_throttle_count
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/cpu/cpu2/thermal_throttle/package_throttle_count
|
|
|
|
|
Lines: 1
|
|
|
|
|
6
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/system/cpu/cpu2/topology
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/cpu/cpu2/topology/core_id
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/cpu/cpu2/topology/physical_package_id
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/system/cpu/cpu3
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/system/cpu/cpu3/cpufreq
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-10-18 08:28:19 -07:00
|
|
|
|
Path: sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_transition_latency
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 664
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/cpu/cpu3/cpufreq/related_cpus
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 664
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/cpu/cpu3/cpufreq/scaling_available_governors
|
|
|
|
|
Lines: 1
|
|
|
|
|
performance powersave
|
|
|
|
|
Mode: 664
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-04-09 09:01:52 -07:00
|
|
|
|
Path: sys/devices/system/cpu/cpu3/cpufreq/scaling_cur_freq
|
|
|
|
|
Lines: 1
|
|
|
|
|
8000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-10-18 08:28:19 -07:00
|
|
|
|
Path: sys/devices/system/cpu/cpu3/cpufreq/scaling_driver
|
|
|
|
|
Lines: 1
|
|
|
|
|
intel_pstate
|
|
|
|
|
Mode: 664
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/cpu/cpu3/cpufreq/scaling_governor
|
|
|
|
|
Lines: 1
|
|
|
|
|
powersave
|
|
|
|
|
Mode: 664
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-04-09 09:01:52 -07:00
|
|
|
|
Path: sys/devices/system/cpu/cpu3/cpufreq/scaling_max_freq
|
|
|
|
|
Lines: 1
|
|
|
|
|
4200000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/cpu/cpu3/cpufreq/scaling_min_freq
|
|
|
|
|
Lines: 1
|
|
|
|
|
1000
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-10-18 08:28:19 -07:00
|
|
|
|
Path: sys/devices/system/cpu/cpu3/cpufreq/scaling_setspeed
|
|
|
|
|
Lines: 1
|
|
|
|
|
<unsupported>
|
|
|
|
|
Mode: 664
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-04-09 09:01:52 -07:00
|
|
|
|
Directory: sys/devices/system/cpu/cpu3/thermal_throttle
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/cpu/cpu3/thermal_throttle/core_throttle_count
|
|
|
|
|
Lines: 1
|
|
|
|
|
9
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/cpu/cpu3/thermal_throttle/package_throttle_count
|
|
|
|
|
Lines: 1
|
|
|
|
|
6
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/system/cpu/cpu3/topology
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/cpu/cpu3/topology/core_id
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/cpu/cpu3/topology/physical_package_id
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2021-12-16 01:59:26 -08:00
|
|
|
|
Path: sys/devices/system/cpu/isolated
|
|
|
|
|
Lines: 1
|
|
|
|
|
1,3-5,9
|
|
|
|
|
Mode: 664
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2023-05-22 21:14:58 -07:00
|
|
|
|
Path: sys/devices/system/cpu/offline
|
|
|
|
|
Lines: 1
|
|
|
|
|
|
|
|
|
|
Mode: 664
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/cpu/online
|
|
|
|
|
Lines: 1
|
|
|
|
|
0-3
|
|
|
|
|
Mode: 664
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2023-07-01 05:21:49 -07:00
|
|
|
|
Directory: sys/devices/system/cpu/vulnerabilities
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/cpu/vulnerabilities/itlb_multihit
|
|
|
|
|
Lines: 1
|
|
|
|
|
Not affected
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/cpu/vulnerabilities/mds
|
|
|
|
|
Lines: 1
|
|
|
|
|
Vulnerable
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/cpu/vulnerabilities/retbleed
|
|
|
|
|
Lines: 1
|
|
|
|
|
Mitigation: untrained return thunk; SMT enabled with STIBP protection
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/cpu/vulnerabilities/spectre_v1
|
|
|
|
|
Lines: 1
|
|
|
|
|
Mitigation: usercopy/swapgs barriers and __user pointer sanitization
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/cpu/vulnerabilities/spectre_v2
|
|
|
|
|
Lines: 1
|
|
|
|
|
Mitigation: Retpolines, IBPB: conditional, STIBP: always-on, RSB filling, PBRSB-eIBRS: Not affected
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
Directory: sys/devices/system/edac
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/system/edac/mc
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/system/edac/mc/mc0
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/edac/mc/mc0/ce_count
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/edac/mc/mc0/ce_noinfo_count
|
|
|
|
|
Lines: 1
|
|
|
|
|
2
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/system/edac/mc/mc0/csrow0
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/edac/mc/mc0/csrow0/ce_count
|
|
|
|
|
Lines: 1
|
|
|
|
|
3
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/edac/mc/mc0/csrow0/ue_count
|
|
|
|
|
Lines: 1
|
|
|
|
|
4
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/edac/mc/mc0/ue_count
|
|
|
|
|
Lines: 1
|
|
|
|
|
5
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/edac/mc/mc0/ue_noinfo_count
|
|
|
|
|
Lines: 1
|
|
|
|
|
6
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/system/node
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/system/node/node0
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-04-09 09:01:52 -07:00
|
|
|
|
Path: sys/devices/system/node/node0/cpu0
|
|
|
|
|
SymlinkTo: ../../cpu/cpu0
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/node/node0/cpu1
|
|
|
|
|
SymlinkTo: ../../cpu/cpu1
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/node/node0/cpulist
|
|
|
|
|
Lines: 1
|
|
|
|
|
0-1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
Path: sys/devices/system/node/node0/meminfo
|
2018-04-09 09:01:52 -07:00
|
|
|
|
Lines: 29
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
Node 0 MemTotal: 134182340 kB
|
|
|
|
|
Node 0 MemFree: 53030372 kB
|
|
|
|
|
Node 0 MemUsed: 81151968 kB
|
|
|
|
|
Node 0 Active: 5456380 kB
|
|
|
|
|
Node 0 Inactive: 59150184 kB
|
|
|
|
|
Node 0 Active(anon): 691324 kB
|
|
|
|
|
Node 0 Inactive(anon): 340456 kB
|
|
|
|
|
Node 0 Active(file): 4765056 kB
|
|
|
|
|
Node 0 Inactive(file): 58809728 kB
|
|
|
|
|
Node 0 Unevictable: 0 kB
|
|
|
|
|
Node 0 Mlocked: 0 kB
|
|
|
|
|
Node 0 Dirty: 20 kB
|
|
|
|
|
Node 0 Writeback: 0 kB
|
|
|
|
|
Node 0 FilePages: 70170916 kB
|
|
|
|
|
Node 0 Mapped: 894240 kB
|
|
|
|
|
Node 0 AnonPages: 788196 kB
|
|
|
|
|
Node 0 Shmem: 47860 kB
|
|
|
|
|
Node 0 KernelStack: 34016 kB
|
|
|
|
|
Node 0 PageTables: 143304 kB
|
|
|
|
|
Node 0 NFS_Unstable: 0 kB
|
|
|
|
|
Node 0 Bounce: 0 kB
|
|
|
|
|
Node 0 WritebackTmp: 0 kB
|
|
|
|
|
Node 0 Slab: 6654304 kB
|
|
|
|
|
Node 0 SReclaimable: 4473124 kB
|
|
|
|
|
Node 0 SUnreclaim: 2181180 kB
|
|
|
|
|
Node 0 AnonHugePages: 147456 kB
|
|
|
|
|
Node 0 HugePages_Total: 0
|
|
|
|
|
Node 0 HugePages_Free: 0
|
|
|
|
|
Node 0 HugePages_Surp: 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/node/node0/numastat
|
|
|
|
|
Lines: 6
|
|
|
|
|
numa_hit 193460335812
|
|
|
|
|
numa_miss 12624528
|
|
|
|
|
numa_foreign 59858623300
|
|
|
|
|
interleave_hit 57146
|
|
|
|
|
local_node 193454780853
|
|
|
|
|
other_node 18179487
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/system/node/node1
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-04-09 09:01:52 -07:00
|
|
|
|
Path: sys/devices/system/node/node1/cpu2
|
|
|
|
|
SymlinkTo: ../../cpu/cpu2
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/node/node1/cpu3
|
|
|
|
|
SymlinkTo: ../../cpu/cpu3
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/node/node1/cpulist
|
|
|
|
|
Lines: 1
|
|
|
|
|
2-3
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
Path: sys/devices/system/node/node1/meminfo
|
2018-04-09 09:01:52 -07:00
|
|
|
|
Lines: 29
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
Node 1 MemTotal: 134217728 kB
|
|
|
|
|
Node 1 MemFree: 39634788 kB
|
|
|
|
|
Node 1 MemUsed: 94582940 kB
|
|
|
|
|
Node 1 Active: 5604496 kB
|
|
|
|
|
Node 1 Inactive: 71450592 kB
|
|
|
|
|
Node 1 Active(anon): 590464 kB
|
|
|
|
|
Node 1 Inactive(anon): 285088 kB
|
|
|
|
|
Node 1 Active(file): 5014032 kB
|
|
|
|
|
Node 1 Inactive(file): 71165504 kB
|
|
|
|
|
Node 1 Unevictable: 0 kB
|
|
|
|
|
Node 1 Mlocked: 0 kB
|
|
|
|
|
Node 1 Dirty: 120 kB
|
|
|
|
|
Node 1 Writeback: 0 kB
|
|
|
|
|
Node 1 FilePages: 83579188 kB
|
|
|
|
|
Node 1 Mapped: 864112 kB
|
|
|
|
|
Node 1 AnonPages: 671932 kB
|
|
|
|
|
Node 1 Shmem: 87580 kB
|
|
|
|
|
Node 1 KernelStack: 31104 kB
|
|
|
|
|
Node 1 PageTables: 124272 kB
|
|
|
|
|
Node 1 NFS_Unstable: 0 kB
|
|
|
|
|
Node 1 Bounce: 0 kB
|
|
|
|
|
Node 1 WritebackTmp: 0 kB
|
|
|
|
|
Node 1 Slab: 7020716 kB
|
|
|
|
|
Node 1 SReclaimable: 4614084 kB
|
|
|
|
|
Node 1 SUnreclaim: 2406632 kB
|
|
|
|
|
Node 1 AnonHugePages: 90112 kB
|
|
|
|
|
Node 1 HugePages_Total: 0
|
|
|
|
|
Node 1 HugePages_Free: 0
|
|
|
|
|
Node 1 HugePages_Surp: 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/node/node1/numastat
|
|
|
|
|
Lines: 6
|
|
|
|
|
numa_hit 326720946761
|
|
|
|
|
numa_miss 59858626709
|
|
|
|
|
numa_foreign 12624528
|
|
|
|
|
interleave_hit 57286
|
|
|
|
|
local_node 326719046550
|
|
|
|
|
other_node 59860526920
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2018-04-09 09:01:52 -07:00
|
|
|
|
Directory: sys/devices/system/node/node2
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/node/node2/cpulist
|
|
|
|
|
Lines: 1
|
|
|
|
|
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/node/node2/meminfo
|
|
|
|
|
Lines: 29
|
|
|
|
|
Node 2 MemTotal: 134217728 kB
|
|
|
|
|
Node 2 MemFree: 39634788 kB
|
|
|
|
|
Node 2 MemUsed: 94582940 kB
|
|
|
|
|
Node 2 Active: 5604496 kB
|
|
|
|
|
Node 2 Inactive: 71450592 kB
|
|
|
|
|
Node 2 Active(anon): 590464 kB
|
|
|
|
|
Node 2 Inactive(anon): 285088 kB
|
|
|
|
|
Node 2 Active(file): 5014032 kB
|
|
|
|
|
Node 2 Inactive(file): 71165504 kB
|
|
|
|
|
Node 2 Unevictable: 0 kB
|
|
|
|
|
Node 2 Mlocked: 0 kB
|
|
|
|
|
Node 2 Dirty: 120 kB
|
|
|
|
|
Node 2 Writeback: 0 kB
|
|
|
|
|
Node 2 FilePages: 83579188 kB
|
|
|
|
|
Node 2 Mapped: 864112 kB
|
|
|
|
|
Node 2 AnonPages: 671932 kB
|
|
|
|
|
Node 2 Shmem: 87580 kB
|
|
|
|
|
Node 2 KernelStack: 31104 kB
|
|
|
|
|
Node 2 PageTables: 124272 kB
|
|
|
|
|
Node 2 NFS_Unstable: 0 kB
|
|
|
|
|
Node 2 Bounce: 0 kB
|
|
|
|
|
Node 2 WritebackTmp: 0 kB
|
|
|
|
|
Node 2 Slab: 7020716 kB
|
|
|
|
|
Node 2 SReclaimable: 4614084 kB
|
|
|
|
|
Node 2 SUnreclaim: 2406632 kB
|
|
|
|
|
Node 2 AnonHugePages: 90112 kB
|
|
|
|
|
Node 2 HugePages_Total: 0
|
|
|
|
|
Node 2 HugePages_Free: 0
|
|
|
|
|
Node 2 HugePages_Surp: 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/system/node/node2/numastat
|
|
|
|
|
Lines: 6
|
|
|
|
|
numa_hit 26720946761
|
|
|
|
|
numa_miss 9858626709
|
|
|
|
|
numa_foreign 2624528
|
|
|
|
|
interleave_hit 7286
|
|
|
|
|
local_node 26719046550
|
|
|
|
|
other_node 9860526920
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2019-08-04 03:56:36 -07:00
|
|
|
|
Directory: sys/devices/virtual
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/devices/virtual/thermal
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2019-08-11 20:52:16 -07:00
|
|
|
|
Directory: sys/devices/virtual/thermal/cooling_device0
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/virtual/thermal/cooling_device0/cur_state
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/virtual/thermal/cooling_device0/max_state
|
|
|
|
|
Lines: 1
|
|
|
|
|
3
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/virtual/thermal/cooling_device0/type
|
|
|
|
|
Lines: 1
|
|
|
|
|
Processor
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2019-08-04 03:56:36 -07:00
|
|
|
|
Directory: sys/devices/virtual/thermal/thermal_zone0
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/virtual/thermal/thermal_zone0/policy
|
|
|
|
|
Lines: 1
|
|
|
|
|
step_wise
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/virtual/thermal/thermal_zone0/temp
|
|
|
|
|
Lines: 1
|
|
|
|
|
12376
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/devices/virtual/thermal/thermal_zone0/type
|
|
|
|
|
Lines: 1
|
|
|
|
|
cpu-thermal
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
Directory: sys/fs
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/fs/bcache
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/average_key_size
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/bdev0
|
|
|
|
|
SymlinkTo: ../../../devices/pci0000:00/0000:00:0d.0/ata4/host3/target3:0:0/3:0:0:0/block/sdb/bcache
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/btree_cache_size
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/cache0
|
|
|
|
|
SymlinkTo: ../../../devices/pci0000:00/0000:00:0d.0/ata5/host4/target4:0:0/4:0:0:0/block/sdc/bcache
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/cache_available_percent
|
|
|
|
|
Lines: 1
|
|
|
|
|
100
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/congested
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/internal
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/internal/active_journal_entries
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/internal/btree_nodes
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/internal/btree_read_average_duration_us
|
|
|
|
|
Lines: 1
|
|
|
|
|
1305
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/internal/cache_read_races
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/root_usage_percent
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/stats_day
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/stats_day/bypassed
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/stats_day/cache_bypass_hits
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/stats_day/cache_bypass_misses
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/stats_day/cache_hit_ratio
|
|
|
|
|
Lines: 1
|
|
|
|
|
100
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/stats_day/cache_hits
|
|
|
|
|
Lines: 1
|
|
|
|
|
289
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/stats_day/cache_miss_collisions
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/stats_day/cache_misses
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/stats_day/cache_readaheads
|
|
|
|
|
Lines: 1
|
2023-05-20 05:13:07 -07:00
|
|
|
|
13
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/stats_five_minute
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/stats_five_minute/bypassed
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/stats_five_minute/cache_bypass_hits
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/stats_five_minute/cache_bypass_misses
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/stats_five_minute/cache_hit_ratio
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/stats_five_minute/cache_hits
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/stats_five_minute/cache_miss_collisions
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/stats_five_minute/cache_misses
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/stats_five_minute/cache_readaheads
|
|
|
|
|
Lines: 1
|
2023-05-20 05:13:07 -07:00
|
|
|
|
13
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/stats_hour
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/stats_hour/bypassed
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/stats_hour/cache_bypass_hits
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/stats_hour/cache_bypass_misses
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/stats_hour/cache_hit_ratio
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/stats_hour/cache_hits
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/stats_hour/cache_miss_collisions
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/stats_hour/cache_misses
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/stats_hour/cache_readaheads
|
|
|
|
|
Lines: 1
|
2023-05-20 05:13:07 -07:00
|
|
|
|
13
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/stats_total
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/stats_total/bypassed
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/stats_total/cache_bypass_hits
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/stats_total/cache_bypass_misses
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/stats_total/cache_hit_ratio
|
|
|
|
|
Lines: 1
|
|
|
|
|
100
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/stats_total/cache_hits
|
|
|
|
|
Lines: 1
|
|
|
|
|
546
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/stats_total/cache_miss_collisions
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/stats_total/cache_misses
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/stats_total/cache_readaheads
|
|
|
|
|
Lines: 1
|
2023-05-20 05:13:07 -07:00
|
|
|
|
13
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/bcache/deaddd54-c735-46d5-868e-f331c5fd7c74/tree_depth
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2020-02-19 06:48:51 -08:00
|
|
|
|
Directory: sys/fs/btrfs
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/allocation
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/allocation/data
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/allocation/data/bytes_may_use
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/allocation/data/bytes_pinned
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/allocation/data/bytes_readonly
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/allocation/data/bytes_reserved
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/allocation/data/bytes_used
|
|
|
|
|
Lines: 1
|
|
|
|
|
808189952
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/allocation/data/disk_total
|
|
|
|
|
Lines: 1
|
|
|
|
|
2147483648
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/allocation/data/disk_used
|
|
|
|
|
Lines: 1
|
|
|
|
|
808189952
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/allocation/data/flags
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/allocation/data/raid0
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/allocation/data/raid0/total_bytes
|
|
|
|
|
Lines: 1
|
|
|
|
|
2147483648
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/allocation/data/raid0/used_bytes
|
|
|
|
|
Lines: 1
|
|
|
|
|
808189952
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/allocation/data/total_bytes
|
|
|
|
|
Lines: 1
|
|
|
|
|
2147483648
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/allocation/data/total_bytes_pinned
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/allocation/global_rsv_reserved
|
|
|
|
|
Lines: 1
|
|
|
|
|
16777216
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/allocation/global_rsv_size
|
|
|
|
|
Lines: 1
|
|
|
|
|
16777216
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/allocation/metadata
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/allocation/metadata/bytes_may_use
|
|
|
|
|
Lines: 1
|
|
|
|
|
16777216
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/allocation/metadata/bytes_pinned
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/allocation/metadata/bytes_readonly
|
|
|
|
|
Lines: 1
|
|
|
|
|
131072
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/allocation/metadata/bytes_reserved
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/allocation/metadata/bytes_used
|
|
|
|
|
Lines: 1
|
|
|
|
|
933888
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/allocation/metadata/disk_total
|
|
|
|
|
Lines: 1
|
|
|
|
|
2147483648
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/allocation/metadata/disk_used
|
|
|
|
|
Lines: 1
|
|
|
|
|
1867776
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/allocation/metadata/flags
|
|
|
|
|
Lines: 1
|
|
|
|
|
4
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/allocation/metadata/raid1
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/allocation/metadata/raid1/total_bytes
|
|
|
|
|
Lines: 1
|
|
|
|
|
1073741824
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/allocation/metadata/raid1/used_bytes
|
|
|
|
|
Lines: 1
|
|
|
|
|
933888
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/allocation/metadata/total_bytes
|
|
|
|
|
Lines: 1
|
|
|
|
|
1073741824
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/allocation/metadata/total_bytes_pinned
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/allocation/system
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/allocation/system/bytes_may_use
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/allocation/system/bytes_pinned
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/allocation/system/bytes_readonly
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/allocation/system/bytes_reserved
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/allocation/system/bytes_used
|
|
|
|
|
Lines: 1
|
|
|
|
|
16384
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/allocation/system/disk_total
|
|
|
|
|
Lines: 1
|
|
|
|
|
16777216
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/allocation/system/disk_used
|
|
|
|
|
Lines: 1
|
|
|
|
|
32768
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/allocation/system/flags
|
|
|
|
|
Lines: 1
|
|
|
|
|
2
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/allocation/system/raid1
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/allocation/system/raid1/total_bytes
|
|
|
|
|
Lines: 1
|
|
|
|
|
8388608
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/allocation/system/raid1/used_bytes
|
|
|
|
|
Lines: 1
|
|
|
|
|
16384
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/allocation/system/total_bytes
|
|
|
|
|
Lines: 1
|
|
|
|
|
8388608
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/allocation/system/total_bytes_pinned
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/clone_alignment
|
|
|
|
|
Lines: 1
|
|
|
|
|
4096
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2024-07-14 05:24:55 -07:00
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/commit_stats
|
|
|
|
|
Lines: 4
|
|
|
|
|
commits 258051
|
|
|
|
|
last_commit_ms 1000
|
|
|
|
|
max_commit_ms 51462
|
|
|
|
|
total_commit_ms 47836090EOF
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2020-02-19 06:48:51 -08:00
|
|
|
|
Directory: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/devices
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/devices/loop25
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/devices/loop25/size
|
|
|
|
|
Lines: 1
|
|
|
|
|
20971520
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/devices/loop26
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/devices/loop26/size
|
|
|
|
|
Lines: 1
|
|
|
|
|
20971520
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/features
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/features/big_metadata
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/features/extended_iref
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/features/mixed_backref
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/features/skinny_metadata
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/label
|
|
|
|
|
Lines: 1
|
|
|
|
|
fixture
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/metadata_uuid
|
|
|
|
|
Lines: 1
|
|
|
|
|
0abb23a9-579b-43e6-ad30-227ef47fcb9d
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/nodesize
|
|
|
|
|
Lines: 1
|
|
|
|
|
16384
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/quota_override
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/0abb23a9-579b-43e6-ad30-227ef47fcb9d/sectorsize
|
|
|
|
|
Lines: 1
|
|
|
|
|
4096
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/allocation
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/allocation/data
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/allocation/data/bytes_may_use
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/allocation/data/bytes_pinned
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/allocation/data/bytes_readonly
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/allocation/data/bytes_reserved
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/allocation/data/bytes_used
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/allocation/data/disk_total
|
|
|
|
|
Lines: 1
|
|
|
|
|
644087808
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/allocation/data/disk_used
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/allocation/data/flags
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/allocation/data/raid5
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/allocation/data/raid5/total_bytes
|
|
|
|
|
Lines: 1
|
|
|
|
|
644087808
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/allocation/data/raid5/used_bytes
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/allocation/data/total_bytes
|
|
|
|
|
Lines: 1
|
|
|
|
|
644087808
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/allocation/data/total_bytes_pinned
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/allocation/global_rsv_reserved
|
|
|
|
|
Lines: 1
|
|
|
|
|
16777216
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/allocation/global_rsv_size
|
|
|
|
|
Lines: 1
|
|
|
|
|
16777216
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/allocation/metadata
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/allocation/metadata/bytes_may_use
|
|
|
|
|
Lines: 1
|
|
|
|
|
16777216
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/allocation/metadata/bytes_pinned
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/allocation/metadata/bytes_readonly
|
|
|
|
|
Lines: 1
|
|
|
|
|
262144
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/allocation/metadata/bytes_reserved
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/allocation/metadata/bytes_used
|
|
|
|
|
Lines: 1
|
|
|
|
|
114688
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/allocation/metadata/disk_total
|
|
|
|
|
Lines: 1
|
|
|
|
|
429391872
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/allocation/metadata/disk_used
|
|
|
|
|
Lines: 1
|
|
|
|
|
114688
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/allocation/metadata/flags
|
|
|
|
|
Lines: 1
|
|
|
|
|
4
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/allocation/metadata/raid6
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/allocation/metadata/raid6/total_bytes
|
|
|
|
|
Lines: 1
|
|
|
|
|
429391872
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/allocation/metadata/raid6/used_bytes
|
|
|
|
|
Lines: 1
|
|
|
|
|
114688
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/allocation/metadata/total_bytes
|
|
|
|
|
Lines: 1
|
|
|
|
|
429391872
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/allocation/metadata/total_bytes_pinned
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/allocation/system
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/allocation/system/bytes_may_use
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/allocation/system/bytes_pinned
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/allocation/system/bytes_readonly
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/allocation/system/bytes_reserved
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/allocation/system/bytes_used
|
|
|
|
|
Lines: 1
|
|
|
|
|
16384
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/allocation/system/disk_total
|
|
|
|
|
Lines: 1
|
|
|
|
|
16777216
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/allocation/system/disk_used
|
|
|
|
|
Lines: 1
|
|
|
|
|
16384
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/allocation/system/flags
|
|
|
|
|
Lines: 1
|
|
|
|
|
2
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/allocation/system/raid6
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/allocation/system/raid6/total_bytes
|
|
|
|
|
Lines: 1
|
|
|
|
|
16777216
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/allocation/system/raid6/used_bytes
|
|
|
|
|
Lines: 1
|
|
|
|
|
16384
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/allocation/system/total_bytes
|
|
|
|
|
Lines: 1
|
|
|
|
|
16777216
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/allocation/system/total_bytes_pinned
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/clone_alignment
|
|
|
|
|
Lines: 1
|
|
|
|
|
4096
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/devices
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/devices/loop22
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/devices/loop22/size
|
|
|
|
|
Lines: 1
|
|
|
|
|
20971520
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/devices/loop23
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/devices/loop23/size
|
|
|
|
|
Lines: 1
|
|
|
|
|
20971520
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/devices/loop24
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/devices/loop24/size
|
|
|
|
|
Lines: 1
|
|
|
|
|
20971520
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/devices/loop25
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/devices/loop25/size
|
|
|
|
|
Lines: 1
|
|
|
|
|
20971520
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/features
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/features/big_metadata
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/features/extended_iref
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/features/mixed_backref
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/features/raid56
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/features/skinny_metadata
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/label
|
|
|
|
|
Lines: 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/metadata_uuid
|
|
|
|
|
Lines: 1
|
|
|
|
|
7f07c59f-6136-449c-ab87-e1cf2328731b
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/nodesize
|
|
|
|
|
Lines: 1
|
|
|
|
|
16384
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/quota_override
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/btrfs/7f07c59f-6136-449c-ab87-e1cf2328731b/sectorsize
|
|
|
|
|
Lines: 1
|
|
|
|
|
4096
|
|
|
|
|
Mode: 444
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
Add bcache collector (#597)
* Add bcache collector for Linux
This collector gathers metrics related to the Linux block cache
(bcache) from sysfs.
* Removed commented out code
* Use project comment style
* Add _sectors to metric name to indicate unit
* Really use project comment style
* Rename bcache.go to bcache_linux.go
* Keep collector namespace clean
Rename:
- metric -> bcacheMetric
- periodStatsToMetrics -> bcachePeriodStatsToMetric
* Shorten slice initialization
* Change label names to backing_device, cache_device
* Remove five minute metrics (keep only total)
* Include units in additional metric names
* Enable bcache collector by default
* Provide metrics in seconds, not nanoseconds
* remove metrics with label "all"
* Add fixtures, update end-to-end for bcache collector
* Move fixtures/sys into tar.gz
This changeset moves the collector/fixtures/sys directory into
collector/fixtures/sys.tar.gz and tweaks the Makefile to unpack the
tarball before tests are run.
The reason for this change is that Windows does not allow colons in a
path (colons are present in some of the bcache fixture files), nor can
it (out of the box) deal with pathnames longer than 260 characters
(which we would be increasingly likely to hit if we tried to replace
colons with longer codes that are guaranteed not the turn up in regular
file names).
* Add ttar: plain text archive, replacement for tar
This changeset adds ttar, a plain text replacement for tar, and uses it
for the sysfs fixture archive. The syntax is loosely based on tar(1).
Using a plain text archive makes it possible to review changes without
downloading and extracting the archive. Also, when working on the repo,
git diff and git log become useful again, allowing a committer to verify
and track changes over time.
The code is written in bash, because bash is available out of the box on
all major flavors of Linux and on macOS. The feature set used is
restricted to bash version 3.2 because that is what Apple is still
shipping.
The programm also works on Windows if bash is installed. Obviously, it
does not solve the Windows limitations (path length limited to 260
characters, no symbolic links) that prompted the move to an archive
format in the first place.
2017-07-06 22:20:18 -07:00
|
|
|
|
Directory: sys/fs/xfs
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/fs/xfs/sda1
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/fs/xfs/sda1/stats
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/fs/xfs/sda1/stats/stats
|
|
|
|
|
Lines: 24
|
|
|
|
|
extent_alloc 1 872 0 0
|
|
|
|
|
abt 0 0 0 0
|
|
|
|
|
blk_map 61 29 1 1 1 91 0
|
|
|
|
|
bmbt 0 0 0 0
|
|
|
|
|
dir 3 2 1 52
|
|
|
|
|
trans 4 40 0
|
|
|
|
|
ig 5 1 0 4 0 0 1
|
|
|
|
|
log 8 21 0 5821 4
|
|
|
|
|
push_ail 44 0 1102 15 0 2 0 2 0 2
|
|
|
|
|
xstrat 1 0
|
|
|
|
|
rw 28 0
|
|
|
|
|
attr 0 0 0 0
|
|
|
|
|
icluster 2 2 2
|
|
|
|
|
vnodes 4 0 0 0 1 1 1 0
|
|
|
|
|
buf 22 25 14 0 0 8 0 8 8
|
|
|
|
|
abtb2 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0
|
|
|
|
|
abtc2 2 1 1 1 0 0 0 0 0 0 0 0 0 0 0
|
|
|
|
|
bmbt2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
|
|
|
|
ibt2 3 3 0 0 0 0 0 0 0 0 0 0 0 0 0
|
|
|
|
|
fibt2 3 3 0 0 0 0 0 0 0 0 0 0 0 0 0
|
|
|
|
|
rmapbt 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
|
|
|
|
qm 0 0 0 0 0 0 0 0
|
|
|
|
|
xpc 3571712 3568056 0
|
|
|
|
|
debug 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/kernel
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/kernel/mm
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Directory: sys/kernel/mm/ksm
|
|
|
|
|
Mode: 755
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/kernel/mm/ksm/full_scans
|
|
|
|
|
Lines: 1
|
|
|
|
|
323
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/kernel/mm/ksm/merge_across_nodes
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/kernel/mm/ksm/pages_shared
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/kernel/mm/ksm/pages_sharing
|
|
|
|
|
Lines: 1
|
|
|
|
|
255
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/kernel/mm/ksm/pages_to_scan
|
|
|
|
|
Lines: 1
|
|
|
|
|
100
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/kernel/mm/ksm/pages_unshared
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/kernel/mm/ksm/pages_volatile
|
|
|
|
|
Lines: 1
|
|
|
|
|
0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/kernel/mm/ksm/run
|
|
|
|
|
Lines: 1
|
|
|
|
|
1
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
Path: sys/kernel/mm/ksm/sleep_millisecs
|
|
|
|
|
Lines: 1
|
|
|
|
|
20
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2025-07-25 06:58:50 -07:00
|
|
|
|
Path: sys/.unpacked
|
|
|
|
|
Lines: 0
|
|
|
|
|
Mode: 644
|
|
|
|
|
# ttar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|