status-automat format
#3
The full format (that was also mentioned on the now offline trac ticketing system) is:
STATUS\t%u\tSPEED\t%llu\t%f\tCURKU\t%llu\tPROGRESS\t%llu\t%llu\tRECHASH\t%u\t%u\tRECSALT\t%u\t%u\tTEMP\t%d\t\r\n

Explanation:
STATUS: current state of oclHashcat (init, starting, bypass, running, paused, (everything) cracked, exhausted, stop at next checkpoint, aborted, quit)
SPEED: for each device: current number of password candidates, time in milli seconds (speed = (number of candidates / time[ms] * 1000) in hashes/second)
CURKU: current keyspace unit (this is actually the same as the "last restore point")
PROGRESS: relative progress: current word, word limit (percentage of progress can be calculated by dividing the 2 numbers)
RECHASH: recovered hashes, total number of hashes
RECSALT: recovered salts, total number of salts
TEMP: for each device: temperature in degrees celsius

Hope this helps. we should probably add it to the wiki too as "Status automat format"


Messages In This Thread
status-automat format - by WhiteTiger - 01-21-2016, 03:41 PM
RE: status-automat format - by WhiteTiger - 01-22-2016, 08:30 AM
RE: status-automat format - by philsmd - 01-22-2016, 07:12 PM
RE: status-automat format - by WhiteTiger - 01-28-2016, 08:59 PM