Table of Contents Previous Next
Logo
Properties : D.2 Ice Trace Properties
Copyright © 2003-2010 ZeroC, Inc.

D.2 Ice Trace Properties

Ice.Trace.GC

Synopsis

Ice.Trace.GC=num

Description

The garbage collector trace level:
Show the total number of instances collected, the total number of instances examined, the time spent in the collector in milliseconds, and the total number of runs of the collector.

Ice.Trace.Locator

Synopsis

Ice.Trace.Locator=num

Description

The locator trace level:
Trace Ice locator and locator registry requests. The Ice run time makes locator requests to resolve the endpoints of object adapters and well-known objects. Requests on the locator registry are used to update object adapter endpoints and set the server process proxy.

Ice.Trace.Network

Synopsis

Ice.Trace.Network=num

Description

The network trace level:
Like 2, but also trace data transfer, the published endpoints for an object adapter, and the current list of local addresses for an endpoint that uses the wildcard address.

Ice.Trace.Protocol

Synopsis

Ice.Trace.Protocol=num

Description

The protocol trace level:

Ice.Trace.Retry

Synopsis

Ice.Trace.Retry=num

Description

The request retry trace level:

Ice.Trace.Slicing

Synopsis

Ice.Trace.Slicing=num

Description

The slicing trace level:

Ice.Trace.ThreadPool

Synopsis

Ice.Trace.ThreadPool=num

Description

The thread pool trace level:

Table of Contents Previous Next
Logo