Coder Social home page Coder Social logo

processtracker's Introduction

processtracker

A handy utility to list the running processes. Dumps out tabular output listing duplicate processes with Workset size.

Total Processes:  63

Name                              pid     WrkSet (MB)       #Thds       %CPU      CPU(s)              CmdLine
---------------------------------------------------------------------------------------------------------------------------------------
chrome                            #10     686.53            148         0         00.00:00:32.011
opera                             #8      533.53            110         0         00.00:00:25.084
devenv                            4356    416.03            67          0         00.00:03:50.522     devenv.exe  /debugexe D:\workdir
OUTLOOK                           9608    314.58            54          0         00.00:03:52.878     "C:\MSOffice\Office15\OUTLO
perl                              #2      236.61            7           0         00.00:06:47.786
lync                              5552    180.02            58          0         00.00:00:56.066     "C:\MSOffice\Office15\lync.
EXCEL                             11440   146.20            33          0         00.00:00:26.083     "C:\MSOffice\Office15\EXCEL
Microsoft.VsHub.Server.HttpHost   7964    139.02            79          0         00.00:00:07.940     "C:\Program Files (x86)\Common F
java                              9064    106.81            38          0         00.00:00:01.669     "C:\Java\jre8x64\bin\java"
explorer                          3152    103.50            29          0         00.00:01:42.430     C:\windows\Explorer.EXE

in case you want to check the cmd line parameters for a certain process execute following command:

c:\>procs  -c 1

Total Processes:  63

Name                              pid     WrkSet (MB)       #Thds       %CPU      CPU(s)
-----------------------------------------------------------------------------------------------------
chrome                            #10     686.23            133         0         00.00:00:36.395
CommandLine:

OUTLOOK                           9608    314.53            53          0         00.00:03:52.893
CommandLine: "C:\MSOffice\Office15\OUTLOOK.EXE"

perl                              #2      234.64            7           0         00.00:08:06.738
CommandLine:

lync                              5552    179.98            57          0         00.00:00:56.082
CommandLine: "C:\MSOffice\Office15\lync.exe" /fromrunkey

EXCEL                             11440   146.20            33          0         00.00:00:26.083
CommandLine: "C:\MSOffice\Office15\EXCEL.EXE"

in case you want detailed info about all running instances of a certain process command would be. (-t is for threshold here, show any process with WrkSet greater than 10 MB and -c is for showing command line):

(default threshold value is 100MB):

c:\>procs -p notepad2 -t 10 -c 1

Total Processes:  3

Name                              pid     WrkSet (MB)       #Thds       %CPU      CPU(s)
-----------------------------------------------------------------------------------------------------
Notepad2                          10800   20.64             1           0         00.00:00:12.417
CommandLine: "C:\Program Files\Notepad2\Notepad2.exe" C:\logs\3e3550e428.log

Notepad2                          11836   16.28             1           0         00.00:00:05.834
CommandLine: "C:\Program Files\Notepad2\Notepad2.exe" C:\logs\3e388c587c.log

Notepad2                          12872   10.62             1           0         00.00:00:00.780
CommandLine: "C:\Program Files\Notepad2\Notepad2.exe" /z "C:\windows\system32\notepad.exe"

processtracker's People

Stargazers

nana avatar

Watchers

James Cloos avatar Sarang Baheti avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.