Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Little school project to show main disk storage usage in C# .NET

Notifications You must be signed in to change notification settings

raphaeldenni/sysprog-cesi-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

System Programmation CESI Project

Little school project to show main disk storage usage in C# .NET named DiskChecker

Documentation

Installation

Go to Releases and check the last version. Just download the executable or zip corresponding to your OS and launch it. You can also clone the repo and build the executable from source.

Diagrams

Git Workflow

Git

CLI

Usage

DiskChecker.exe [DISK-LETTER] [NUMBER-OF-SECONDS-FOR-EACH-CHECK]

Example:

DiskChecker.exe c 2

Structure

Use case

Use case v1

Sequencies

Sequencies v1

Classes

Classes v1

GUI (versions 2.0)

Usage

DiskCheckerGUI

  1. Disk Selection area :
  • List all available disks
  • Select one disk by clicking on it
  1. Iterations seconds :
  • Default value to avoid problems
  • Write a number for the interval between to disk check
  1. Run button :
  • Run the disk checker
  1. Stop button :
  • Stop the disk checker
  1. Display area :
  • Live log file entries

Structure

Use case

Use case v2

Sequencies

Sequencies v2

Classes

Classes v2

About

Little school project to show main disk storage usage in C# .NET

Resources

Stars

Watchers

Forks

Languages