Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-process-check

This program allow to track process performance. • % of CPU • private memory • number of handles/file descriptors

For this, you need to specify as input information:

• Process Name (running on the system) • Program Run Duration • Sampling Interval (default 5 sec)

Technical prerequisites

To run this project, you need:

Command Line Interface

  1. Start all in one : The following command will :

  2. run build and run the project

./runner.sh  -DprocessName="processName=update-notifier" -DprogramDuration="programDuration=10" -DsamplingInterval="samplingInterval=2" 

Or with maven to run spring-boot command directly:

 mvn clean test -DprocessName="processName=update-notifier" -DprogramDuration="programDuration=10" -DsamplingInterval="samplingInterval=2" 

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages