To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

From Wikipedia, the free encyclopedia

ProcDump
Original author(s)Winternals Software
Developer(s)Microsoft
Stable release
v11.0 (Windows version)
v1.3 (Linux version)[1] / November 3, 2022; 12 months ago (2022-11-03) (Windows version)
November 3, 2022; 12 months ago (2022-11-03) (Linux version)
Repositorygithub.com/microsoft/ProcDump-for-Linux
Written inC
Operating systemMicrosoft Windows, Linux
Available inEnglish
LicenseWindows: Proprietary commercial software
Linux: MIT License
Websitedocs.microsoft.com/en-us/sysinternals/downloads/procdump

ProcDump is a command-line application used for monitoring an application for CPU spikes and creating crash dumps during a spike.[2][3] The crash dumps can then be used by an administrator or software developer to determine the cause of the spike. ProcDump supports monitoring of hung windows and unhandled exceptions. It can also create dumps based on the values of system performance counters.[4]

Overview

Initially, ProcDump was only available for Microsoft Windows. In November 2018, Microsoft confirmed it is porting Sysinternals tools, including ProcDump and ProcMon, to Linux.[5] The software is open source. It is licensed under MIT License and the source code is available on GitHub.[6]

The Linux version requires Linux kernels version 3.5+ and runs on Red Hat Enterprise Linux / CentOS 7, Fedora 26, Mageia 6, Ubuntu 14.04 LTS. It currently does not have full feature parity with the Windows version (e.g. custom performance counters).

Example

Create 5 core dumps 10 seconds apart of the target process with process identifier (pid) == 1234

$ sudo procdump -n 5 -p 1234

See also

References

  1. ^ "microsoft/ProcDump-for-Linux". GitHub. 4 November 2022.
  2. ^ "ProcDump - Monitor CPU/processes - Windows CMD - SS64.com". ss64.com.
  3. ^ "How to collect memory dumps using ProcDump - Sitecore Knowledge Base". kb.sitecore.net.
  4. ^ "Creating Process Dumps with ProcDump | Knowledge Base". kb.acronis.com.
  5. ^ Cimpanu, Catalin (5 November 2018). "Microsoft working on porting Sysinternals to Linux". ZDNet. CBS Interactive. Retrieved 5 November 2018.
  6. ^ "microsoft/ProcDump-for-Linux". November 6, 2020 – via GitHub.

External links

This page was last edited on 28 November 2023, at 10:30
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.