Skip to content

san-gg/ProcessLookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProcessLookup

ProcessLookup lists CPU utilization (percentage) of all the processes.
It is a console program.
Following is the output format:-

CPU : xx%
---------
Pid : <pid>
Path : <Exe path>
Cmd : <Command line of Exe>

Pid : <pid>
Path : <Exe path>
Cmd : <Command line of Exe>

...

ProcessLookup.exe [/t <time>] [/tg <time_granularity>] [/noe <entries>]
Command/Arguments Function
/t Total time(in minutes) to monitor the processes
/tg Selected processes accounted for CPU usage calculation after Time granularity(in minutes)
/noe Specifies number of CPU usage to display

eg:-

ProcessLookup.exe /t 10 /tg 2 /noe 10
/t 10  -  Program will run for 10 mins.
/tg 2  -  After 2 mins CPU usage % will be calculated for all the processes.
/noe   -  Displays top 10 CPU usage %.

Installation

If you want to run exe from anywhere in the command prompt, just Double-Click Installation.bat - This will add extracted directory path in users environment variable. Otherwise you can simply run in command prompt.
Currently the exe supports Windows 10, Windows server 2019 and Windows server 2022.

About

Get list of all the Processes CPU utilization(%).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published