mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-30 03:24:59 +02:00
42 lines
1.4 KiB
Diff
42 lines
1.4 KiB
Diff
|
From 867a939c012ffcdbff018625c76571a588642662 Mon Sep 17 00:00:00 2001
|
||
|
From: Xiangfu <xiangfu@openmobilefree.net>
|
||
|
Date: Wed, 15 Feb 2012 12:43:25 +0800
|
||
|
Subject: [PATCH 6/6] add shortcut to description for easy grep
|
||
|
|
||
|
|
||
|
Signed-off-by: Xiangfu <xiangfu@openmobilefree.net>
|
||
|
---
|
||
|
README | 16 ++++++++--------
|
||
|
1 files changed, 8 insertions(+), 8 deletions(-)
|
||
|
|
||
|
diff --git a/README b/README
|
||
|
index 0ef1b9f..174882a 100644
|
||
|
--- a/README
|
||
|
+++ b/README
|
||
|
@@ -320,14 +320,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
|
||
|
|