https://github.com/outsystems/collectdumps
https://github.com/outsystems/collectdumps
engineering snyk-product
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/outsystems/collectdumps
- Owner: OutSystems
- Created: 2017-08-24T11:07:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-25T17:49:45.000Z (over 8 years ago)
- Last Synced: 2025-05-22T12:31:43.910Z (9 months ago)
- Topics: engineering, snyk-product
- Language: PowerShell
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CollectDumps
This PowerShell script will collect process dumps and zip in a single file. A URL for this file will be provided on the script's conclusion.
## Using CollectDumps:
.\CollectDumpsPlus.ps1 [-personal ] [-enterprise]
### Examples
- Default usage
.\CollectDumpsPlus.ps1
- Include application pools' dumps from a specific personal environment named OHKZ70022
.\CollectDumpsPlus.ps1 -personal OHKZ70022
- Include application pools' dumps for an enterprise environment
.\CollectDumpsPlus.ps1 -enterprise
## This script will include the following:
- DeployService dumps;
- CompilerService dumps;
- SandboxManager dumps;
- LogServer dumps;
- Scheduler dumps;
- Event viewer Application logs;
- clr.dll;
- mscordacwks.dll;
- SOS.dll;
- mscordbi.dll;
- SandboxManager.log;
- Personal environment application pools dumps [optional]
- Enterprise environment application pools dumps [optional]