-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Feature request. #2618
Comments
Memory and motherboard info is in CPU info and other junk is in |
cool, just what i was seeking...thanks for getting it added so soon ;)
… On Oct 6, 2021, at 8:51 PM, Tony Butler ***@***.***> wrote:
Memory and motherboard info is in /2/dmi
CPU info and other junk is in /2/backends
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#2618 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ASD5O3YIJHCLHVT7U435ZF3UFT4K3ANCNFSM5FQAJ5LQ>.
Triage notifications on the go with GitHub Mobile for iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
What's not added is good API docs for the newer API. :) I grep the source for |
docs would be a great thing
:)
… On Oct 7, 2021, at 11:42 AM, Tony Butler ***@***.***> wrote:
What's not added is good API docs for the newer API. :)
I grep the source for /1/ or /2/ to figure out what endpoints exist lol.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#2618 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ASD5O35I6Z66TUMFLMFTR2TUFXEWRANCNFSM5FQAJ5LQ>.
Triage notifications on the go with GitHub Mobile for iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
I don't know if this is done, since I can't find any documentation on it, but is there a way via command line to auto exit (Ctrl+C) XMRig after it completes a benchmark? I'm trying to have a script run the benchmark X times and log it, without my input, but the Ctrl+C command to exit XMRig is preventing me from doing it. |
No that isn't wired into the API. Only read-only information and status, or writable but all you can do is send a new configfile, there are no other control knobs. You can send a signal with kill, |
Is there a way to do it in Windows command line/Powershell? When I try to do it with taskkill, XMRig still requires me to send the Ctrl-C command and then the script would send my taskkill command which wouldn't do anything since XMRig already exited. |
This is what I use in Powershell - get xmrig process info and if exists kill the process. function kill-miner { |
would it be possible to add more stats to the web api, the stats that apear when xmrig first starts, memory.
ABOUT XMRig/6.15.1 gcc/9.3.0
L2:1.0 MB L3:8.0 MB 4C/8T NUMA:1
DIMM_A0: 2 GB DDR3 @ 1600 MHz M378B5773DH0-CK0
DIMM_B0: 2 GB DDR3 @ 1600 MHz M378B5773DH0-CK0
(just add the stats that are not there at the moment)
i have a rather large monero farm, and having the info at a glance would make it much easier to manage what works and what doens't and compare machine's performance
should be a pretty simple thing to add, it would be very handy to have those stats at a glance
The text was updated successfully, but these errors were encountered: