Lines Matching full:tmon
1 .TH TMON 8
4 \fBtmon\fP - A monitoring and testing tool for Linux kernel thermal subsystem
8 .B tmon
12 \fBtmon \fP can be used to visualize thermal relationship and
15 analysis and plot. \fBtmon\fP must be run as root in order to control device
37 4. Data logging in /var/tmp/tmon.log
49 The \fB-d --daemon\fP option runs \fBtmon \fP as daemon without user interface
55 The \fB-l --log\fP option write data to /var/tmp/tmon.log
61 The \fB-v --version\fP option shows the version of \fBtmon \fP
88 \fBCtrl-C, q/Q\fP stops \fBtmon\fP
92 Without any parameters, tmon is in monitoring only mode and refresh
97 $ sudo ./tmon
100 $ sudo ./tmon -c Processor -z 0
103 $ sudo ./tmon -c intel_powerclamp -z 1
105 4. Turn on debug and collect data log at /var/tmp/tmon.log
106 $ sudo ./tmon -g -l
137 tdata <- read.table("/var/tmp/tmon.log", header=T, comment.char="#")
139 jpeg("tmon.jpg")