-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added initial preset files. These cover some common apps.
- Loading branch information
1 parent
eefaa06
commit ad10dfc
Showing
8 changed files
with
328 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"$id": "1", | ||
"$values": [ | ||
{ | ||
"$id": "2", | ||
"IsEnabled": true, | ||
"Name": "GPU Hash Rate", | ||
"Type": 0, | ||
"Source": 0, | ||
"Method": 0, | ||
"Query": "(?\u003C=Eth speed: )\\d\u002B[.]\\d\u002B" | ||
}, | ||
{ | ||
"$id": "3", | ||
"IsEnabled": true, | ||
"Name": "GPU Hash Rate Unit", | ||
"Type": 1, | ||
"Source": 2, | ||
"Method": 1, | ||
"Query": "MH/s" | ||
}, | ||
{ | ||
"$id": "4", | ||
"IsEnabled": false, | ||
"Name": "GPU Hash Algo", | ||
"Type": 1, | ||
"Source": 2, | ||
"Method": 1, | ||
"Query": "Ethash" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"$id": "1", | ||
"$values": [ | ||
{ | ||
"$id": "2", | ||
"IsEnabled": true, | ||
"Name": "GPU Hash Rate", | ||
"Type": 0, | ||
"Source": 0, | ||
"Method": 0, | ||
"Query": "(?\u003C=Eth speed: )\\d\u002B[.]\\d\u002B" | ||
}, | ||
{ | ||
"$id": "3", | ||
"IsEnabled": true, | ||
"Name": "GPU Hash Rate Unit", | ||
"Type": 1, | ||
"Source": 0, | ||
"Method": 0, | ||
"Query": "(?\u003C=Eth speed: \\d\u002B[.]\\d\u002B[ ])[A-Za-z/]\u002B" | ||
}, | ||
{ | ||
"$id": "4", | ||
"IsEnabled": true, | ||
"Name": "GPU Hash Algo", | ||
"Type": 1, | ||
"Source": 2, | ||
"Method": 1, | ||
"Query": "Ethash" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
{ | ||
"$id": "1", | ||
"$values": [ | ||
{ | ||
"$id": "2", | ||
"IsEnabled": true, | ||
"Name": "GPU/Mem Junc Temp", | ||
"Type": 0, | ||
"Source": 3, | ||
"Method": 0, | ||
"Query": "(?\u003C=GPU Memory Junction Temperature\u002B[\\r\\n])\\w\u002B[.]?\\w\u002B" | ||
}, | ||
{ | ||
"$id": "3", | ||
"IsEnabled": true, | ||
"Name": "GPU/Mem Junc Temp Unit", | ||
"Type": 1, | ||
"Source": 2, | ||
"Method": 1, | ||
"Query": "C" | ||
}, | ||
{ | ||
"$id": "4", | ||
"IsEnabled": true, | ||
"Name": "CPU Temp", | ||
"Type": 0, | ||
"Source": 3, | ||
"Method": 0, | ||
"Query": "(?\u003C=Core Max\u002B[\\r\\n])\\w\u002B[.]?\\w\u002B" | ||
}, | ||
{ | ||
"$id": "5", | ||
"IsEnabled": true, | ||
"Name": "CPU Temp Unit", | ||
"Type": 1, | ||
"Source": 2, | ||
"Method": 1, | ||
"Query": "C" | ||
}, | ||
{ | ||
"$id": "6", | ||
"IsEnabled": true, | ||
"Name": "Total Power (W)", | ||
"Type": 0, | ||
"Source": 3, | ||
"Method": 0, | ||
"Query": "(?\u003C=PSU Power \\(sum\\)\u002B[\\r\\n])\\w\u002B[.]?\\w\u002B" | ||
}, | ||
{ | ||
"$id": "7", | ||
"IsEnabled": true, | ||
"Name": "GPU Power (W)", | ||
"Type": 0, | ||
"Source": 3, | ||
"Method": 0, | ||
"Query": "(?\u003C=GPU Power[\\r\\n])\\w\u002B[.]?\\w\u002B" | ||
}, | ||
{ | ||
"$id": "8", | ||
"IsEnabled": true, | ||
"Name": "CPU Power (W)", | ||
"Type": 0, | ||
"Source": 3, | ||
"Method": 0, | ||
"Query": "(?\u003C=CPU Package Power[\\r\\n])\\w\u002B[.]?\\w\u002B" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
{ | ||
"$id": "1", | ||
"$values": [ | ||
{ | ||
"$id": "2", | ||
"IsEnabled": true, | ||
"Name": "GPU/Mem Junc Temp", | ||
"Type": 0, | ||
"Source": 3, | ||
"Method": 0, | ||
"Query": "(?\u003C=GPU Memory Junction Temperature\u002B[\\r\\n])\\w\u002B[.]?\\w\u002B" | ||
}, | ||
{ | ||
"$id": "3", | ||
"IsEnabled": true, | ||
"Name": "GPU/Mem Junc Temp Unit", | ||
"Type": 1, | ||
"Source": 3, | ||
"Method": 0, | ||
"Query": "(?\u003C=GPU Memory Junction Temperature\u002B[\\r\\n][\\d\\.]\u002B[ ]).*" | ||
}, | ||
{ | ||
"$id": "4", | ||
"IsEnabled": true, | ||
"Name": "CPU Temp", | ||
"Type": 0, | ||
"Source": 3, | ||
"Method": 0, | ||
"Query": "(?\u003C=Core Max\u002B[\\r\\n])\\w\u002B[.]?\\w\u002B" | ||
}, | ||
{ | ||
"$id": "5", | ||
"IsEnabled": true, | ||
"Name": "CPU Temp Unit", | ||
"Type": 1, | ||
"Source": 3, | ||
"Method": 0, | ||
"Query": "(?\u003C=Core Max\u002B[\\r\\n][\\d\\.]\u002B[ ]).*" | ||
}, | ||
{ | ||
"$id": "6", | ||
"IsEnabled": true, | ||
"Name": "Total Power (W)", | ||
"Type": 0, | ||
"Source": 3, | ||
"Method": 0, | ||
"Query": "(?\u003C=PSU Power \\(sum\\)\u002B[\\r\\n])\\w\u002B[.]?\\w\u002B" | ||
}, | ||
{ | ||
"$id": "7", | ||
"IsEnabled": true, | ||
"Name": "GPU Power (W)", | ||
"Type": 0, | ||
"Source": 3, | ||
"Method": 0, | ||
"Query": "(?\u003C=GPU Power[\\r\\n])\\w\u002B[.]?\\w\u002B" | ||
}, | ||
{ | ||
"$id": "8", | ||
"IsEnabled": true, | ||
"Name": "CPU Power (W)", | ||
"Type": 0, | ||
"Source": 3, | ||
"Method": 0, | ||
"Query": "(?\u003C=CPU Package Power[\\r\\n])\\w\u002B[.]?\\w\u002B" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"$id": "1", | ||
"$values": [ | ||
{ | ||
"$id": "3", | ||
"IsEnabled": true, | ||
"Name": "GPU Hash Rate", | ||
"Type": 0, | ||
"Source": 0, | ||
"Method": 0, | ||
"Query": "(?\u003C=.\u002BTotal[ ]\u002Bethash[:][ ])\\d\u002B[.]\\d\u002B" | ||
}, | ||
{ | ||
"$id": "4", | ||
"IsEnabled": true, | ||
"Name": "GPU Hash Rate Unit", | ||
"Type": 1, | ||
"Source": 0, | ||
"Method": 0, | ||
"Query": "(?\u003C=[E][t][h][ ][s][p][e][e][d][:][ ]\\d\u002B[.]\\d\u002B[ ])[A-Za-z/]\u002B" | ||
}, | ||
{ | ||
"$id": "5", | ||
"IsEnabled": true, | ||
"Name": "GPU Hash Algo", | ||
"Type": 1, | ||
"Source": 2, | ||
"Method": 1, | ||
"Query": "Ethash" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"$id": "1", | ||
"$values": [ | ||
{ | ||
"$id": "2", | ||
"IsEnabled": true, | ||
"Name": "CPU Hash Rate", | ||
"Type": 0, | ||
"Source": 1, | ||
"Method": 0, | ||
"Query": "(?\u003C=miner[ ]\u002Bspeed [0-9ms/]\u002B[ ][0-9\\.]\u002B[ ])\\d\u002B[.]*\\d\u002B" | ||
}, | ||
{ | ||
"$id": "3", | ||
"IsEnabled": true, | ||
"Name": "CPU Hash Rate Unit", | ||
"Type": 1, | ||
"Source": 2, | ||
"Method": 1, | ||
"Query": "H/s" | ||
}, | ||
{ | ||
"$id": "4", | ||
"IsEnabled": false, | ||
"Name": "CPU Hash Algo", | ||
"Type": 1, | ||
"Source": 2, | ||
"Method": 1, | ||
"Query": "Various" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"$id": "1", | ||
"$values": [ | ||
{ | ||
"$id": "2", | ||
"IsEnabled": true, | ||
"Name": "CPU Hash Rate", | ||
"Type": 0, | ||
"Source": 1, | ||
"Method": 0, | ||
"Query": "(?\u003C=miner[ ]\u002Bspeed [0-9ms/]\u002B[ ][0-9\\.]\u002B[ ])\\d\u002B[.]*\\d\u002B" | ||
}, | ||
{ | ||
"$id": "3", | ||
"IsEnabled": true, | ||
"Name": "CPU Hash Rate Unit", | ||
"Type": 1, | ||
"Source": 2, | ||
"Method": 1, | ||
"Query": "H/s" | ||
}, | ||
{ | ||
"$id": "4", | ||
"IsEnabled": true, | ||
"Name": "CPU Hash Algo", | ||
"Type": 1, | ||
"Source": 1, | ||
"Method": 0, | ||
"Query": "(?\u003C=[0-9ms/. ]\u002Buse[ ]\u002Bprofile[ ]\u002B)\\w\u002B" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"$id": "1", | ||
"$values": [ | ||
{ | ||
"$id": "2", | ||
"IsEnabled": true, | ||
"Name": "CPU Hash Rate", | ||
"Type": 0, | ||
"Source": 1, | ||
"Method": 0, | ||
"Query": "(?\u003C=miner[ ]\u002Bspeed [0-9ms/]\u002B[ ][0-9\\.]\u002B[ ])\\d\u002B[.]*\\d\u002B" | ||
}, | ||
{ | ||
"$id": "3", | ||
"IsEnabled": true, | ||
"Name": "CPU Hash Rate Unit", | ||
"Type": 1, | ||
"Source": 1, | ||
"Method": 0, | ||
"Query": "(?\u003C=miner[ ]\u002Bspeed [0-9msna/. ]\u002B)\\w\u002B[/][s](?=[ ])" | ||
}, | ||
{ | ||
"$id": "4", | ||
"IsEnabled": true, | ||
"Name": "CPU Hash Algo", | ||
"Type": 1, | ||
"Source": 1, | ||
"Method": 0, | ||
"Query": "(?\u003C=[0-9ms/. ]\u002Buse[ ]\u002Bprofile[ ]\u002B)\\w\u002B" | ||
} | ||
] | ||
} |