Does anyone know of a good primer for writing PTQL queries? I'm looking for somethign that will tell me what the class and attributes are. For instance, I see that for Windows I can use `Exe.Name.ct` which means look for a process that contains this text in the executable, I think anyway. Using that, is `Exe.Name.eq`? What other options do I have? Can I look for a console host that is being fired by a specific executable?
I wish there was more documentation on this type of stuff, it's very advanced but very useful and makes vROps really stand apart from other solutions like SCOM and SolarWinds.