From 8e77b54fed6ccec0ebbc649d496ec87104ba6225 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 28 Jan 2024 13:26:32 +0100 Subject: [PATCH] be explicit for the project name --- homepage/gsoc.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/homepage/gsoc.html b/homepage/gsoc.html index 452ad0fda..d67c99b58 100644 --- a/homepage/gsoc.html +++ b/homepage/gsoc.html @@ -157,7 +157,7 @@ -

Development of Process Management and Information Tools in Rust

+

procps: 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

+

procps: 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

+

procps: 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.