mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-04-05 21:25:55 +02:00
remove vim command artefact
This commit is contained in:
parent
6845098fec
commit
e7b63a4ff4
@ -115,7 +115,7 @@ func (m *NUMAStatsCollector) Read(interval time.Duration, output chan lp.CCMessa
|
|||||||
timeDiff := now.Sub(m.lastTimestamp).Seconds()
|
timeDiff := now.Sub(m.lastTimestamp).Seconds()
|
||||||
m.lastTimestamp = now
|
m.lastTimestamp = now
|
||||||
|
|
||||||
for i := range m.topology {i
|
for i := range m.topology {
|
||||||
// Loop for all NUMA domains
|
// Loop for all NUMA domains
|
||||||
t := &m.topology[i]
|
t := &m.topology[i]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user