We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ce3a0 commit 402a009Copy full SHA for 402a009
collector/diskstats_linux.go
@@ -30,7 +30,8 @@ import (
30
const (
31
secondsPerTick = 1.0 / 1000.0
32
33
- // Read sectors and write sectors are the "standard UNIX 512-byte sectors, not any device- or filesystem-specific block size.
+ // Read sectors and write sectors are the "standard UNIX 512-byte sectors, not any device- or filesystem-specific block size."
34
+ // See also https://www.kernel.org/doc/Documentation/block/stat.txt
35
unixSectorSize = 512.0
36
)
37
0 commit comments