Skip to content

Latest commit

 

History

History
39 lines (35 loc) · 547 Bytes

README.md

File metadata and controls

39 lines (35 loc) · 547 Bytes

procinfo

Info

Provides CPU information

Commands:

  • all : shows all information available
  • cores : shows cores count
  • frequency : shows frequency in MHz
  • model : shows cpu model name, f.e. Intel Core i9-10900F

Assumptions

  • Supports x86_64 architecture

Build steps

  • Create docker image
./docker.sh create
  • Run container
./docker.sh run
  • Exit
exit
  • Build
./docker.sh build
  • Access to container
./docker.sh cmd

Run tests

./docker.sh test_run