Skip to content

Java code to create N threads and run them for T seconds. Intended to monitor CPU(s) utilization and scheduling.

Notifications You must be signed in to change notification settings

anask/NThreads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

6 Commits

Repository files navigation

# NThreads Java code to create N threads and run them for T seconds. Intended to monitor CPU(s) utilization and scheduling. cd NComputeThreads mvn compile package Usage: java -jar target/NComputeThrgads*.jar <N> <T> N (+int) : number of threads to run. T (+int) : the runtime duration. 

About

Java code to create N threads and run them for T seconds. Intended to monitor CPU(s) utilization and scheduling.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages