https://answers.dynatrace.com/questions/193685/wha...
"Other" in Dynatrace is the same as "I/O" in AppMon. Our current definition for "I/O" in AppMon is:
I/O = Total time - CPU - Wait - Sync - Suspension
Due to this it made more sense to call it "Other", rather than "I/O"
Mike
So in this example if the customer was looking to reduce response time in that PurePath they should be looking into activities that would improve I/O?
It is usually an external request or the disk, check out the method hotspots, that probably helps with figuring it out.