Connection |
The StreamBase connection
name. You may specify a connection on the StreamBase
Connections of the Application Options dialog. NOTE: If *
is entered, data will be retrieved from all defined connections. |
Stream Name |
The name of the stream
from which you want content. Choose either a Stream Name or
RTViewDs. Available Stream Names are based on the
Connection specified in the Application Options dialog.
NOTE: All returned rows of data
are identified by both Connection and Stream Name. In the returned table,
Connection names will appear in a column named conn added to each
incoming tuple. |
Streams |
Returns a table with a
single row containing the latest tuple data. |
History |
Returns a table with one
row for each tuple received. This table continuously grows to the maximum specified for
History Depth in the Application Options dialog.
Example: streamname_history |
History2 |
Returns a table
containing one row for each tuple received up to that point in time. Does not continue
updating as new tuples come in. Example: streamname_history2 |
Field(s) |
If Stream, History or
History2 is selected
in the Stream Name field, the Field(s) field dropdown menu is
populated with the following options.
For RTViewDs options, see the RTViewDs table. |
Filter Rows |
Check box to
indicate whether or not to filter the rows. |
Filter Column |
Name of the
column field to use as a filter. |
Filter Value |
Value that
the filter field must equal. |
Data Server |
Select to read data through your configured Data
Server and not directly from the StreamBase data source.
Default - Select the default Data
Server you configured in Application
Options>Data Server.
None - Bypass data being redirected
through the specified data server(s) for this attachment and instead attach
directly to the data source.
Named Data Servers - Select a
Named Data Server
that you configured in Application Options>Data Server.
|
RTViewDs |
Column Available |
Description |
RTViewDs.Connections |
Connected |
True / False. Indicates whether connected.
|
Status |
Status information for
this connection. |
StatusFull |
Status information for
this connection. |
Stream Count |
Count of active streams in a
connection. |
URI |
The connection name. |
Version |
StreamBase client software version
currently running. |
RTViewDs.Streams
|
Connected |
True if
the connection for this stream is connected. |
Last Tuple Time |
The time RTView
received the latest tuple on this stream. |
Stream |
The name of the stream. |
Time Since Last Tuple |
The amount of time in seconds
that has passed since RTView received a tuple on this stream. |
Tuples Received |
The
total number of tuples received on this stream since RTView started.
This does not include history. |
Tuples Total |
The
total number of tuples received on this stream since RTView started
plus the total number of tuples from history. |
URI |
The URI for the connection for
this stream. |
RTViewDs.OperatorInfo |
Timestamp |
The
time that the Snapshot for
this data was taken. |
URI |
The
URI for the connection for this monitor information. |
Name |
The name of the operator. |
InputPortCount |
The number of input ports
on this operator. |
InputTuplesDequeuedDelta |
The number of input
tuples consumed by this operator since the previous Snapshot. If this number is
less than the number of tuples enqueued to the input stream, then tuples are
being queued up faster than the operator can consume them. |
InputTuplesDequeuedTotal |
The total number of input
tuples consumed by this operator since the StreamBase Server was started. If
this number is less than the number of tuples enqueued to the input stream, then
tuples are being queued up faster than the operator can consume them. |
InputTuplesEnqueuedDelta |
The number of tuples
enqueued on this operator's input streams since the previous Snapshot. |
InputTuplesEnqueuedTotal |
The total number of input
tuples enqueued on this operator's input streams since the StreamBase Server was
started. |
OutputPortCount |
The number of output
ports on this operator. |
OutputTuplesEnqueuedDelta |
The number of output
tuples produced by this operator since the previous Snapshot. |
OutputTuplesEnqueuedTotal |
The total number of
output tuples produced by this operator since the StreamBase Server was started. |
PercentUsage |
The number of profiler
hits divided by the total profiler hits. |
ProfilerHits |
The number of miniticks
used by the operator, as defined by profiler samples. |
Size |
The size of the operator.
The definition of "size" varies by operator. |
Status |
The status of the
operator. When blank, this returns an empty string. |
TotalProfilerHits |
The number of miniticks
used by all operators in the contained ProfileState. The percentage usage is
then profiler hits/total profiler hits. |
RTViewDs.ThreadInfo |
Timestamp |
The
time that the Snapshot for
this data was taken. |
URI |
The
URI for the connection for this monitor information. |
Name |
The name of the thread. |
PercentCPU |
The percent of CPU used
by this thread, in microseconds. |
PercentSystem |
The percent of system CPU
time used by this thread, in microseconds. |
PercentUser |
The percent of user CPU
time used by this thread, in microseconds. |
SystemTimeDelta |
The system time spent by
thread since the last Snapshot, in microseconds. |
SystemTimeTotal |
The system time spent by
this thread since the StreamBase Server started, in microseconds. |
UserTimeDelta |
The user time spent since
the last Snapshot, in microseconds. |
UserTimeTotal |
The user time spent by
thread since the StreamBase Server started, in microseconds. |
RTViewDs.SystemInfo |
DequeueClientCount |
The current number of
dequeueing clients. |
FreeMemory |
The amount of free memory
in the StreamBase Server process, in bytes. |
MaxMemory |
The maximum amount of
memory which the StreamBase Server process is allowed to allocate, in bytes. |
Timestamp |
The
time that the Snapshot for
this data was taken. |
URI |
The
URI for the connection for this monitor information. |
ProcessSize |
The amount of memory used
the StreamBase Server process, in Megabytes. |
TimeRunning |
The amount of time that
the StreamBase Server has been running, in seconds. |
TotalKB |
The total amount of
memory, in kilobytes, available for use in the StreamBase server process. |
TotalMemory |
The total amount of
memory, in bytes, available for use in the StreamBase Server process. |
FreeKB |
The amount of free
memory, in kilobytes, in the StreamBase server process. |
maxKB |
The maximum amount of
memory, in kilobytes, which the StreamBase server process is allowed to
allocate. |
numDequeue |
The current number of
dequeuing clients. |
UsedMemory |
The total amount of
memory currently in use in the StreamBase Server process, in bytes. |