File: pwrkap_main.8

package info (click to toggle)
pwrkap 7.30-5
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 464 kB
  • ctags: 491
  • sloc: python: 3,667; makefile: 134; sh: 101
file content (39 lines) | stat: -rw-r--r-- 948 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
.\" Process this file with
.\" groff -man -Tascii foo.1
.\"
.TH pwrkap_main 8 "January 2009" Linux "User Manuals"
.SH NAME
pwrkap_main \- Main pwrkap system daemon
.SH SYNOPSIS
.B pwrkap_main [-d] [-w] [-f] [-t]
.I listen_port
[
.I log_age
]
.SH DESCRIPTION
.B pwrkap_main
starts the main pwrkap control daemon.  This piece of software observes
power use for a given hardware configuration and system load, and tries
to enforce a power cap by raising or lowering each device's performance
capabilities.
.SH OPTIONS
.IP -d
Run in the foreground, for debugging.
.IP -w
Start web service on port 8036.
.IP -f
Simulate a system full of power-managed system.
.IP -t
Do not reuse saved data.
.IP listen_port
Listen for pwrkap clients on this TCP port.
.IP log_age
Keep old status data around for
.I log_age
seconds.
.SH AUTHOR
Darrick J. Wong <djwong at us dot ibm dot com>
.SH "SEE ALSO"
.BR pwrkap_gtk (1),
.BR pwrkap_cli (1),
.BR pwrkap_aggregate (8)