web analytics

ProcDump - Produce Dump Files

Options

codeling 1595 - 6639
@2017-03-06 13:27:45

ProcDump is a command-line utility whose primary purpose is monitoring an application for CPU spikes and generating crash dumps during a spike that an administrator or developer can use to determine the cause of the spike. ProcDump also includes hung window monitoring (using the same definition of a window hang that Windows and Task Manager use), unhandled exception monitoring and can generate dumps based on the values of system performance counters. It also can serve as a general process dump utility that you can embed in other scripts.

@2017-10-31 22:35:41

Disable Procdump

Run Procdump -u to uninstall ProcDump.

You see this when you run procdump -h:

-u Treat CPU usage relative to a single core (used with -c). As the only option, Uninstalls ProcDump as the postmortem debugger.

Comments

You must Sign In to comment on this topic.


© 2024 Digcode.com