diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
commit | 47e6e7c84f008a53061e661f31ae96629bc694ef (patch) | |
tree | 648a07f3b5b9d67ce19b0fd72e8caa1175c98f1a /qa/115.out | |
download | pcp-debian.tar.gz |
Debian 3.9.10debian/3.9.10debian
Diffstat (limited to 'qa/115.out')
-rw-r--r-- | qa/115.out | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/qa/115.out b/qa/115.out new file mode 100644 index 0000000..50f6f31 --- /dev/null +++ b/qa/115.out @@ -0,0 +1,37 @@ +QA output created by 115 +pmie count at start of QA testing: 0 + +=== check default install operation === +pmie count after chkconfig pmie off: 0 + +=== check for missing control file === +$PCP_RC_DIR/pmie: +Error: PCP inference engine control file $PCP_PMIECONTROL_PATH + is missing! Cannot start any Performance Co-Pilot inference engine(s). +pmie count after attempt without control file: 0 + +=== check pmie_check and custom config === +# $version=1.0 ++ export version; version=1.0 +Check pmie -h REMOTEHOST -l /tmp/SEQ-PID.log1 ... ++ cd /tmp +No current pmie process exists for: + host = REMOTEHOST + log file = /tmp/SEQ-PID.log1 +Restarting pmie for host "REMOTEHOST" ... ++ pmie -b -h REMOTEHOST -l /tmp/SEQ-PID.log1 -c /tmp/SEQ-PID.conf +Check pmie -h REMOTEHOST -l /tmp/SEQ-PID.log2 ... ++ cd /tmp +No current pmie process exists for: + host = REMOTEHOST + log file = /tmp/SEQ-PID.log2 +Restarting pmie for host "REMOTEHOST" ... ++ pmie -b -h REMOTEHOST -l /tmp/SEQ-PID.log2 -c /tmp/SEQ-PID.conf +Check pmie -h LOCALHOST -l /tmp/SEQ-PID.log0 ... ++ cd /tmp +No current pmie process exists for: + host = LOCALHOST + log file = /tmp/SEQ-PID.log0 +Restarting pmie for host "LOCALHOST" ... ++ pmie -b -h LOCALHOST -l /tmp/SEQ-PID.log0 /tmp/SEQ-PID.conf + |