Database - TuxML/ProjetIrma GitHub Wiki

Summary

  1. Introduction
  2. Installation
  3. Quick Start
  4. How To (Main questions)
  5. Details on main scripts
  6. Database

Database

The database we use contains 27 columns but we use only around 10 of them. Among those 10, there are:

  • cid: The id of an entry in the database
  • compilation_date: The date of the compilation
  • compilation_time: The time of compilation in seconds
  • config_file: The .config which was used to make the compilation
  • stdlog_file: The standard output file from the compilation
  • errlog_file: The error output file from the compilation
  • output_file: The output from the execution of tuxml.py
  • core_size: This is the size of the vmlinux file in the linux folder when compiled
  • compressed_sizes: There are 18 compressed sizes which are vmlinux, bzlinux, and vmlinux.bin compressed with all the six way of compress (bz2, gzip, LZO, LZ4, LZMA, XZ).
  • core_used: The number of core used to compile, may be useful to compute the time for instance

Find the Database here.
Admin access here (for TuxML main developers)

Return Home

⚠️ **GitHub.com Fallback** ⚠️