Re: Run and Stop spawner at network computers without remote install
Today I found, that it is possible to get some interesting infos about the drspawner per PS Tool pslist. I wrote a little batch file, that show me the infos of all spawners:
The value Priv shows the current used memory of the DRspawner, in my case approx. 1.8GB. Most important for me, this info batch script allow me to check, is a DRspawner running or not.
Console in action shows all Spawner infos
Today I found, that it is possible to get some interesting infos about the drspawner per PS Tool pslist. I wrote a little batch file, that show me the infos of all spawners:
Code:
pslist \\slave1 drsp pslist \\slave2 drsp pslist \\slave3 drsp PAUSE
Console in action shows all Spawner infos
Comment