Added trace file to monitor test.
Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/c870630d Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/c870630d Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/c870630d Branch: refs/heads/master Commit: c870630de22bb900b7d89c4ffce96688b4901977 Parents: cd4f700 Author: Zalo Correa <[email protected]> Authored: Mon Jun 4 07:36:26 2018 -0700 Committer: Zalo Correa <[email protected]> Committed: Mon Jun 4 07:36:26 2018 -0700 ---------------------------------------------------------------------- core/sqf/monitor/test/nameserver.env | 61 +++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafodion/blob/c870630d/core/sqf/monitor/test/nameserver.env ---------------------------------------------------------------------- diff --git a/core/sqf/monitor/test/nameserver.env b/core/sqf/monitor/test/nameserver.env new file mode 100644 index 0000000..25029ce --- /dev/null +++ b/core/sqf/monitor/test/nameserver.env @@ -0,0 +1,61 @@ +# @@@ START COPYRIGHT @@@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# @@@ END COPYRIGHT @@@ + +# Uncomment MON_TRACE_ENABLE and specific tracing level to enable +# Trafodion monitor process tracing +#MON_TRACE_ENABLE=1 +#MON_TRACE_EVLOG_MSG=1 +#MON_TRACE_INIT=1 +#MON_TRACE_RECOVERY=1 +#MON_TRACE_REQUEST=1 +#MON_TRACE_PROCESS=1 +#MON_TRACE_NOTICE=1 +#MON_TRACE_NS=1 +#MON_TRACE_SYNC=1 +# Enable TC_TRACE_* along with MON_TRACE_TRAFCONFIG for more detail +#MON_TRACE_TRAFCONFIG=1 +#MON_TRACE_MLIO=1 + +#MON_TRACE_REQUEST_DETAIL=1 +#MON_TRACE_PROCESS_DETAIL=1 +#MON_TRACE_NOTICE_DETAIL=1 +#MON_TRACE_SYNC_DETAIL=1 +#MON_TRACE_MLIO_DETAIL=1 + +#MON_TRACE_MEAS=1 +#MON_TRACE_TMSYNC=1 +#MON_TRACE_STATS=1 +#MON_TRACE_ENTRY_EXIT=1 +#MON_TRACE_REDIRECTION=1 +#MON_TRACE_HEALTH=1 +#MON_TRACE_SIG_HANDLER=1 + +# Uncomment TC_TRACE_ENABLE and specific tracing level to enable +# Trafodion Configuration library tracing +# TC_TRACE_ENABLE requires MON_TRACE_TRAFCONFIG above +#TC_TRACE_ENABLE=1 +#TC_TRACE_REQUEST=1 +#TC_TRACE_NODE=1 +#TC_TRACE_PERSIST=1 +#TC_TRACE_REGISTRY=1 +#TC_TRACE_INIT=1 +#TC_TRACE_LOG_MSG=1 +#TC_TRACE_ENTRY_EXIT=1
