mirror of https://github.com/BOINC/boinc.git
Updated API Implementation (markdown)
parent
b2f7a0d84b
commit
e548d3f444
|
@ -17,10 +17,11 @@ Sent individually, as needed.
|
|||
#### heartbeat
|
||||
Sent all together, every 1 sec.
|
||||
```xml
|
||||
<heartbeat>
|
||||
<wss>
|
||||
<max_wss>
|
||||
<network_suspended>
|
||||
<heartbeat/>
|
||||
<wss>...
|
||||
<max_wss>...
|
||||
<network_suspended/>
|
||||
[ <sporadic_ca>... ]
|
||||
```
|
||||
|
||||
#### trickle_down
|
||||
|
@ -42,6 +43,7 @@ Sent together, every 1 sec or when boinc_report_app_status() called by app
|
|||
[<other_pid>... ]
|
||||
[<bytes_sent>...]
|
||||
[<bytes_received>...]
|
||||
[<sporadic_ac>...]
|
||||
```
|
||||
|
||||
#### trickle_up
|
||||
|
|
Loading…
Reference in New Issue