Back to Geneos FAQ

JMX - How to display an Mbean object name in JMX sampler?

Use the “$:” syntax

Instead of using a period “.”, which is used to display attribute values, you should use the colon “:” instead to display object names. For example, for the Mbean: Bean#322 ObjectName = com.itrsgroup.team:type=dynamic,title=General,fore=Name7,last=Surname7 Attributes: Type = class java.lang.String, Name = my-boolean-a, Value = false Type = class java.lang.String, Name = my-character-a, Value = X Type = class java.lang.String, Name = my-byte-a, Value = 10 To display the “Name7” and “Surname7, you should use the syntax “$1:fore” and $1:last in the row template: Geneos - JMX - How to display an Mbean object name in JMX sampler? The resulting dataview: Geneos - JMX - How to display an Mbean object name in JMX sampler?

["Geneos"] ["Geneos > Netprobe"] ["FAQ"]

Was this topic helpful?