-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
smartwatts #6
Comments
Bonjour, |
J'ai corrigé le message initial. |
Try using this configuration : {
"verbose": true,
"stream": true,
"input": {
"puller": {
"model": "HWPCReport",
"type": "socket",
"uri": "127.0.0.1",
"port": 8080
}
},
"output": {
"pusher_power": {
"type": "influxdb",
"model": "PowerReport",
"uri": "127.0.0.1",
"port": 8086,
"db": "test",
"collection": "prep"
}
},
"cpu-frequency-base": 1900,
"cpu-frequency-min": 800,
"cpu-frequency-max": 3700,
"cpu-error-threshold": 2.0,
"disable-dram-formula": true,
"sensor-report-sampling-interval": 1000
} |
cpu-ratio-base is not used on new version replace with cpu-frequency-base |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bonjour,
Je lance smartwatts avec la commande :
j'ai ce message d'erreur :
voici mon config file :
Cdlt
Achraf
The text was updated successfully, but these errors were encountered: