Skip to content

kamlakantp/tx2mon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

txmon

Adding kernel module

You can use dkms to add the module:

root# dkms add modules/dkms.conf

root# dkms install -m tx2mon_kmod -v 0.1

Or you could call 'make' and build it using the standard build process.

Building application

You will need termcap libraries for this, install 'libncurses5-dev' or similar package for your distribution for this.

See tx2mon/README for information on how to use the application.

About

ThunderX2 temp/freq/power monitor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.8%
  • Makefile 3.2%