//go:build windows package system const ( contextSwitchesPersec = "Context Switches/sec" exceptionDispatchesPersec = "Exception Dispatches/sec" processorQueueLength = "Processor Queue Length" systemCallsPersec = "System Calls/sec" systemUpTime = "System Up Time" processes = "Processes" threads = "Threads" )