package probe
import (
"fmt"
"testing"
)
func TestProbe_CurrentCPUTotalPercent(t *testing.T) {
fmt.Println(probeTest.CurrentCPUTotalPercent())
}