Skip to content

Commit 750a358

Browse files
update readme
1 parent d181f41 commit 750a358

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ points across multiple dates.
294294
The graphs 9-11 are live plots sampled every two seconds for 150 points,
295295
so five minutes of live data.
296296
297-
![graph menu](https://raw.githubusercontent.com/gavinlyonsrepo/raspberrypi_tempmon/master/screenshots/graphoptionsmenu.jpg.jpg)
297+
![graph menu](https://raw.githubusercontent.com/gavinlyonsrepo/raspberrypi_tempmon/master/screenshots/graphoptionsmenu.jpg)
298298
299299
Sample graph screenshot, screenshots of all others are in [screenshot folder of repo](screenshots/).
300300
@@ -319,7 +319,7 @@ sample output = time-data, CPU temp, GPU temp, CPU usage , RAM usage , swap usag
319319
320320
**8. data mode**
321321
322-
Parses log file created by logfile mode 3 and produces a small data report.
322+
Parses log file created by logfile mode 3 and produces a data report on console.
323323
324324
**9. notify mode**
325325
@@ -338,7 +338,7 @@ The test request consists in calculation of prime numbers up to a value of 20000
338338
All calculations are performed using 64-bit integers. 4 worker threads are created.
339339
The number of test runs is passed on command line as integer max 50 min 2.
340340
CPU temperature and freq are recorded for eahc test run and are outputed to a csv file,
341-
called stresslog.csv .
341+
called stresslog.csv . sample output = test run num, CPU temp, CPU usage.
342342
343343
```sh
344344
1,56.9,27.1

0 commit comments

Comments
 (0)