Skip to content

Add GPU Compute Error tracking to API#150

Open
alferz wants to merge 1 commit into
xmrig:devfrom
alferz:gpuerrors
Open

Add GPU Compute Error tracking to API#150
alferz wants to merge 1 commit into
xmrig:devfrom
alferz:gpuerrors

Conversation

@alferz

@alferz alferz commented Jul 26, 2018

Copy link
Copy Markdown

This commit will add a tracking mechanism to log GPU Compute Errors by thread. This could be useful for automated scripts/monitoring setups where keeping track and alerting on GPU Compute Errors is an early indicator of impending failure. API output will include a new "results" member as shown below where the object name is equal to the thread with the failure, and the object value represents the number of failures.

"gpuComputeErrors": {
"1": 1,
"2": 2,
"3": 1,
"4": 2,
"5": 1,
"6": 4,
"7": 4
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant