- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for TMPFS (0.02 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
internal/disk/stat_linux_s390x.go
package disk import ( "errors" "fmt" "strconv" "syscall" ) // fsType2StringMap - list of filesystems supported on linux var fsType2StringMap = map[string]string{ "1021994": "TMPFS", "137d": "EXT", "4244": "HFS", "4d44": "MSDOS", "52654973": "REISERFS", "5346544e": "NTFS", "58465342": "XFS", "61756673": "AUFS", "6969": "NFS", "ef51": "EXT2OLD",
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Mon Feb 26 19:34:50 GMT 2024 - 2.6K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.8.md
* Fix container memory rss * Add hugepages monitoring support * Fix incorrect CPU usage metrics with 4.7 kernel * Add tmpfs monitoring support * Support for Huge pages in empty_dir volume plugin ([#50072](https://github.com/kubernetes/kubernetes/pull/50072), [@squall0gd](https://github.com/squall0gd))Created: Fri Dec 26 09:05:12 GMT 2025 - Last Modified: Tue Feb 20 15:45:02 GMT 2024 - 312.2K bytes - Click Count (0)