diff --git a/homepage/gsoc.html b/homepage/gsoc.html index 86076f074..452ad0fda 100644 --- a/homepage/gsoc.html +++ b/homepage/gsoc.html @@ -157,7 +157,39 @@ -

Code refactoring for procps, util-linux, and bsdutils

+

Development of Process Management and Information Tools in Rust

+

This project focuses on creating Rust-based implementations of process management and information tools: ps, pgrep, pidwait, pkill, skill, and snice. The goal is to ensure full compatibility with all options and successful passing of GNU tests, maintaining the functionality and reliability of these essential tools.

+ +

Development of System Monitoring and Statistics Tools in Rust

+

This project involves the Rust-based development of system monitoring and statistics tools: top, vmstat, tload, w, and watch. The objective is to achieve full compatibility with all options and to pass GNU tests, ensuring these tools provide accurate and reliable system insights.

+ +

Development of Memory and Resource Analysis Tools in Rust

+

The aim of this project is to develop Rust-based versions of memory and resource analysis tools: pmap and slabtop. The project will focus on ensuring full compatibility with all options and passing GNU tests, providing in-depth and reliable analysis of memory usage and kernel resources.

+ + + +

Code refactoring for procps, util-linux, and bsdutils

Refactoring the Rust-based versions of procps, util-linux, and bsdutils to reduce code duplication.