8000 GitHub - liusenhua/monitor: A utility tool to watch each CPU core utilization, as well as memory and disk for process
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

liusenhua/monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Monitor

A utility tool to watch each CPU core utilization, as well as memory and disk for process.

Dependency

You need install go SDK

How to install

go build monitor.go

Usuage

./monitor [--extraInfo=True] [--logFile=log.txt] program1 program2 ...

Examples:

- Just watch cpu

	'./monitor'

- Watch cpu and process

	'./monitor firefox'

- Watch cpu, process, disk, memory

	'./monitor --extraInfo=True'

Output

It will output below format txt:

Date Time | NCPU Total(All) Idle(All) Used(All), Total(cpu0) Idel(cpu0) Used(cpu0), ... | ProgramName PID Used Used*NCPU

About

A utility tool to watch each CPU core utilization, as well as memory and disk for process

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0