May 15, 2017
5:46 a.m.
On Monday 15 May 2017 02:47 AM, Alistair Grant wrote:
The subject pretty much says it all: Is there an equivalent on Windows to the linux
kill -s SIGUSR1 <pid>
that gets the VM to dump its current status?
signals is unix-specific IPC. On Windows, you should be able to "create dump file" from right-click menu on Task Manager's process list (if you have the perms, of course!). If you do a lot of system work on windows, sysinternals suite could be very useful. It has many utilities for advanced operations (Procdump?) on processes and files. HTH .. Subbu