Browse Source

Update documentation to include JSON API devdetail command

Luke Dashjr 14 years ago
parent
commit
0cfdb109cc
1 changed files with 4 additions and 1 deletions
  1. 4 1
      README

+ 4 - 1
README

@@ -657,7 +657,7 @@ The list of requests - a (*) means it requires privileged access - and replies a
  pools         POOLS          The status of each pool
  pools         POOLS          The status of each pool
                               e.g. Pool=0,URL=http://pool.com:6311,Status=Alive,...|
                               e.g. Pool=0,URL=http://pool.com:6311,Status=Alive,...|
 
 
- devs          DEVS           Each available GPU, PGA and CPU with their details
+ devs          DEVS           Each available GPU, PGA and CPU with their status
                               e.g. GPU=0,Accepted=NN,MHS av=NNN,...,Intensity=D|
                               e.g. GPU=0,Accepted=NN,MHS av=NNN,...,Intensity=D|
                               Last Share Time=NNN, <- standand long time in seconds
                               Last Share Time=NNN, <- standand long time in seconds
                                (or 0 if none) of last accepted share
                                (or 0 if none) of last accepted share
@@ -665,6 +665,9 @@ The list of requests - a (*) means it requires privileged access - and replies a
                               Will not report PGAs if PGA mining is disabled
                               Will not report PGAs if PGA mining is disabled
                               Will not report CPUs if CPU mining is disabled
                               Will not report CPUs if CPU mining is disabled
 
 
+ devdetail     DEVS           Each available device with their fixed details
+                              e.g. GPU=0,Driver=opencl,Kernel=diablo,Model=...|
+
  gpu|N         GPU            The details of a single GPU number N in the same
  gpu|N         GPU            The details of a single GPU number N in the same
                               format and details as for DEVS
                               format and details as for DEVS