summaryrefslogtreecommitdiff
path: root/man/man1/pmsignal.1
blob: faa208c38399b50e0e4a84ef1806082a7279d990 (plain)
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
'\"macro stdmacro
.\"
.\" Copyright (c) 2009 Aconex.  All Rights Reserved.
.\" 
.\" This program is free software; you can redistribute it and/or modify it
.\" under the terms of the GNU General Public License as published by the
.\" Free Software Foundation; either version 2 of the License, or (at your
.\" option) any later version.
.\" 
.\" This program is distributed in the hope that it will be useful, but
.\" WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
.\" or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
.\" for more details.
.\"
.TH PMSIGNAL 1 "PCP" "Performance Co-Pilot"
.SH NAME
\f3pmsignal\f1 \- send a signal to one or more processes
.SH SYNOPSIS
\f3$PCP_BINADM_DIR/pmsignal\f1
[\f3\-a\f1|\f3-l\f1]
[\f3\-n\f1]
[\f3\-s\f1 \fIsignal\fR]
[\f2PID\f1 ...|\f2name\f1 ...]
.SH DESCRIPTION
.B pmsignal
provides a cross-platform event signalling mechanism for use with
tools from the Performance Co-Pilot toolkit.
It can be used to send a named
.I signal
(only HUP, USR1, TERM, and KILL are accepted).
to one or more processes.
The processes are specified using PID or the binary name (with
.B \-a
option).
.PP
If a
.I signal
is not specified, then the TERM signal will be sent.
.PP
On Linux and UNIX platforms,
.I pmsignal
is a simple wrapper around the
.IR kill (1)
command.
On Windows, the is no direct equivalent to this mechanism, and
so an alternate mechanism has been implemented \- this is only
honoured by PCP tools, however, not all Windows utilities.
.SH "PCP ENVIRONMENT"
Environment variables with the prefix
.B PCP_
are used to parameterize the file and directory names
used by PCP.
On each installation, the file
.I /etc/pcp.conf
contains the local values for these variables.
The
.B $PCP_CONF
variable may be used to specify an alternative
configuration file,
as described in
.BR pcp.conf (5).
.SH SEE ALSO
.BR kill (1),
.BR killall (1),
.BR pcp.conf (5)
and
.BR pcp.env (5).