mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-08-21 18:03:00 +02:00
remove vim command artefact
This commit is contained in:
@@ -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]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user