Lists statistics on character maps currently loaded on the server.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Function cmap_stats( _ 
   ByVal cmap_names As String() _ 
) As NetricsCharmapStats()
C#
public NetricsCharmapStats[] cmap_stats(
   string[] cmap_names
)
C++
public:
 array<NetricsCharmapStats>^ cmap_stats(
   array<String>^ cmap_names
) sealed 
J#
public NetricsCharmapStats[] cmap_stats(
   string[] cmap_names
)
JScript
public  function cmap_stats(
   cmap_names : String[]
) : NetricsCharmapStats[]

Parameters

cmap_names
A list of the character map names who's statistics should be returned. Set this to null to get statistics on all character maps.

Return Value

An array of NetricsCharmapStats objects, one per character map loaded in the TIBCO Patterns server.

See Also