I've got a background process (java) thats running and sucking up quite a bit of power (powertop reports it wakes the kernel ~ 20x/sec). Unfortunately, it seems to be a process launched by an init script or something similar, so I don't know what its actually doing or where its started.
Does anyone know of a convenient way to hunt down the actual java program thats running in a VM? (or to find where a particular process, ie java, is launched by an init script)?
