github.com/prometheus/procfs/internal/util.ValueParser.PInt64 (method)
79 uses
github.com/prometheus/procfs/internal/util (current package)
valueparser.go#L41: func (vp *ValueParser) PInt64() *int64 {
github.com/prometheus/procfs
crypto.go#L115: newCryptoElem.Priority = vp.PInt64()
crypto.go#L117: newCryptoElem.Refcnt = vp.PInt64()
vm.go#L112: vm.AdminReserveKbytes = vp.PInt64()
vm.go#L114: vm.BlockDump = vp.PInt64()
vm.go#L116: vm.CompactUnevictableAllowed = vp.PInt64()
vm.go#L118: vm.DirtyBackgroundBytes = vp.PInt64()
vm.go#L120: vm.DirtyBackgroundRatio = vp.PInt64()
vm.go#L122: vm.DirtyBytes = vp.PInt64()
vm.go#L124: vm.DirtyExpireCentisecs = vp.PInt64()
vm.go#L126: vm.DirtyRatio = vp.PInt64()
vm.go#L128: vm.DirtytimeExpireSeconds = vp.PInt64()
vm.go#L130: vm.DirtyWritebackCentisecs = vp.PInt64()
vm.go#L132: vm.DropCaches = vp.PInt64()
vm.go#L134: vm.ExtfragThreshold = vp.PInt64()
vm.go#L136: vm.HugetlbShmGroup = vp.PInt64()
vm.go#L138: vm.LaptopMode = vp.PInt64()
vm.go#L140: vm.LegacyVaLayout = vp.PInt64()
vm.go#L146: pint64Slice = append(pint64Slice, vp.PInt64())
vm.go#L150: vm.MaxMapCount = vp.PInt64()
vm.go#L152: vm.MemoryFailureEarlyKill = vp.PInt64()
vm.go#L154: vm.MemoryFailureRecovery = vp.PInt64()
vm.go#L156: vm.MinFreeKbytes = vp.PInt64()
vm.go#L158: vm.MinSlabRatio = vp.PInt64()
vm.go#L160: vm.MinUnmappedRatio = vp.PInt64()
vm.go#L162: vm.MmapMinAddr = vp.PInt64()
vm.go#L164: vm.NrHugepages = vp.PInt64()
vm.go#L166: vm.NrHugepagesMempolicy = vp.PInt64()
vm.go#L168: vm.NrOvercommitHugepages = vp.PInt64()
vm.go#L170: vm.NumaStat = vp.PInt64()
vm.go#L174: vm.OomDumpTasks = vp.PInt64()
vm.go#L176: vm.OomKillAllocatingTask = vp.PInt64()
vm.go#L178: vm.OvercommitKbytes = vp.PInt64()
vm.go#L180: vm.OvercommitMemory = vp.PInt64()
vm.go#L182: vm.OvercommitRatio = vp.PInt64()
vm.go#L184: vm.PageCluster = vp.PInt64()
vm.go#L186: vm.PanicOnOom = vp.PInt64()
vm.go#L188: vm.PercpuPagelistFraction = vp.PInt64()
vm.go#L190: vm.StatInterval = vp.PInt64()
vm.go#L192: vm.Swappiness = vp.PInt64()
vm.go#L194: vm.UserReserveKbytes = vp.PInt64()
vm.go#L196: vm.VfsCachePressure = vp.PInt64()
vm.go#L198: vm.WatermarkBoostFactor = vp.PInt64()
vm.go#L200: vm.WatermarkScaleFactor = vp.PInt64()
vm.go#L202: vm.ZoneReclaimMode = vp.PInt64()
zoneinfo.go#L112: zoneinfoElement.NrFreePages = vp.PInt64()
zoneinfo.go#L114: zoneinfoElement.Min = vp.PInt64()
zoneinfo.go#L116: zoneinfoElement.Low = vp.PInt64()
zoneinfo.go#L118: zoneinfoElement.High = vp.PInt64()
zoneinfo.go#L120: zoneinfoElement.Scanned = vp.PInt64()
zoneinfo.go#L122: zoneinfoElement.Spanned = vp.PInt64()
zoneinfo.go#L124: zoneinfoElement.Present = vp.PInt64()
zoneinfo.go#L126: zoneinfoElement.Managed = vp.PInt64()
zoneinfo.go#L128: zoneinfoElement.NrActiveAnon = vp.PInt64()
zoneinfo.go#L130: zoneinfoElement.NrInactiveAnon = vp.PInt64()
zoneinfo.go#L132: zoneinfoElement.NrIsolatedAnon = vp.PInt64()
zoneinfo.go#L134: zoneinfoElement.NrAnonPages = vp.PInt64()
zoneinfo.go#L136: zoneinfoElement.NrAnonTransparentHugepages = vp.PInt64()
zoneinfo.go#L138: zoneinfoElement.NrActiveFile = vp.PInt64()
zoneinfo.go#L140: zoneinfoElement.NrInactiveFile = vp.PInt64()
zoneinfo.go#L142: zoneinfoElement.NrIsolatedFile = vp.PInt64()
zoneinfo.go#L144: zoneinfoElement.NrFilePages = vp.PInt64()
zoneinfo.go#L146: zoneinfoElement.NrSlabReclaimable = vp.PInt64()
zoneinfo.go#L148: zoneinfoElement.NrSlabUnreclaimable = vp.PInt64()
zoneinfo.go#L150: zoneinfoElement.NrMlockStack = vp.PInt64()
zoneinfo.go#L152: zoneinfoElement.NrKernelStack = vp.PInt64()
zoneinfo.go#L154: zoneinfoElement.NrMapped = vp.PInt64()
zoneinfo.go#L156: zoneinfoElement.NrDirty = vp.PInt64()
zoneinfo.go#L158: zoneinfoElement.NrWriteback = vp.PInt64()
zoneinfo.go#L160: zoneinfoElement.NrUnevictable = vp.PInt64()
zoneinfo.go#L162: zoneinfoElement.NrShmem = vp.PInt64()
zoneinfo.go#L164: zoneinfoElement.NrDirtied = vp.PInt64()
zoneinfo.go#L166: zoneinfoElement.NrWritten = vp.PInt64()
zoneinfo.go#L168: zoneinfoElement.NumaHit = vp.PInt64()
zoneinfo.go#L170: zoneinfoElement.NumaMiss = vp.PInt64()
zoneinfo.go#L172: zoneinfoElement.NumaForeign = vp.PInt64()
zoneinfo.go#L174: zoneinfoElement.NumaInterleave = vp.PInt64()
zoneinfo.go#L176: zoneinfoElement.NumaLocal = vp.PInt64()
zoneinfo.go#L178: zoneinfoElement.NumaOther = vp.PInt64()
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |