mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-26 14:46:15 +02:00
c38f27772d
enable all FPGA devices
40 lines
1.4 KiB
Diff
40 lines
1.4 KiB
Diff
From dfead150f78fcaa5b052c791b6ee0ee8f2939b1c Mon Sep 17 00:00:00 2001
|
|
From: Xiangfu <xiangfu@openmobilefree.net>
|
|
Date: Wed, 15 Feb 2012 12:43:25 +0800
|
|
Subject: [PATCH 6/7] add shortcuts to description for easy grep
|
|
|
|
---
|
|
README | 16 ++++++++--------
|
|
1 files changed, 8 insertions(+), 8 deletions(-)
|
|
|
|
diff --git a/README b/README
|
|
index 30cf037..d801a9a 100644
|
|
--- a/README
|
|
+++ b/README
|
|
@@ -315,14 +315,14 @@ The output line shows the following:
|
|
(5s):1713.6 (avg):1707.8 Mh/s | Q:301 A:729 R:8 HW:0 E:242% U:22.53/m
|
|
|
|
Each column is as follows:
|
|
-A 5 second exponentially decaying average hash rate
|
|
-An all time average hash rate
|
|
-The number of requested (Queued) work items from the pools
|
|
-The number of Accepted shares
|
|
-The number of Rejected shares
|
|
-The number of HardWare errors
|
|
-The Efficiency defined as number of shares returned / work item
|
|
-The Utility defined as the number of shares / minute
|
|
+5s: A 5 second exponentially decaying average hash rate
|
|
+avg: An all time average hash rate
|
|
+Q: The number of requested (Queued) work items from the pools
|
|
+A: The number of Accepted shares
|
|
+R: The number of Rejected shares
|
|
+HW: The number of HardWare errors
|
|
+E: The Efficiency defined as number of shares returned / work item
|
|
+U: The Utility defined as the number of shares / minute
|
|
|
|
GPU 1: 73.5C 2551RPM | 427.3/443.0Mh/s | A:8 R:0 HW:0 U:4.39/m
|
|
|
|
--
|
|
1.7.5.4
|
|
|