Skip to content

dwi4122/System_Req_Ver_Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

System Requirement Verification Tool

This C program verifies whether a system meets specific requirements for memory usage, CPU usage, and disk space. It collects system information, compares it against predefined thresholds, and generates a report.

Features

  • Verifies memory usage against a threshold
  • Verifies CPU usage against a threshold
  • Verifies disk space usage against a threshold
  • Generates a simple report

Requirements

  • Linux-based OS (for free, /proc/stat, and df commands)

How to Compile and Run

  1. Clone the repository.
  2. Run make to compile the program.
  3. Run the tool with ./bin/sys_verification_tool.

Customization

You can modify the thresholds for memory, CPU, and disk usage directly in the main.c file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published