add procps projects

This commit is contained in:
Sylvestre Ledru
2024-01-28 13:25:30 +01:00
parent 97854515ab
commit a9260c58b6
+33 -1
View File
@@ -157,7 +157,39 @@
</ul>
</li>
</ul>
<h2 id="better-gnu-test-reports">Code refactoring for procps, util-linux, and bsdutils</h2>
<h2 id="process-management">Development of Process Management and Information Tools in Rust</h2>
<p>This project focuses on creating Rust-based implementations of process management and information tools: <b>ps</b>, <b>pgrep</b>, <b>pidwait</b>, <b>pkill</b>, <b>skill</b>, and <b>snice</b>. 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.</p>
<ul>
<li><strong>Description:</strong> Develop Rust-based versions of key process management and information tools, ensuring compatibility with all options and GNU tests.</li>
<li><strong>Expected Outputs:</strong> Efficient, reliable tools with full option compatibility and passing GNU tests.</li>
<li><strong>Skills Required/Preferred:</strong> Proficiency in Rust, understanding of Linux process management, experience with GNU testing methodologies.</li>
<li><strong>Possible Mentors:</strong> [To be determined]</li>
<li><strong>Size:</strong> ~350 hours.</li>
<li><strong>Difficulty:</strong> Medium.</li>
</ul>
<h2 id="system-monitoring">Development of System Monitoring and Statistics Tools in Rust</h2>
<p>This project involves the Rust-based development of system monitoring and statistics tools: <b>top</b>, <b>vmstat</b>, <b>tload</b>, <b>w</b>, and <b>watch</b>. The objective is to achieve full compatibility with all options and to pass GNU tests, ensuring these tools provide accurate and reliable system insights.</p>
<ul>
<li><strong>Description:</strong> Create Rust versions of system monitoring and statistics tools, with a focus on full option compatibility and passing GNU tests.</li>
<li><strong>Expected Outputs:</strong> Robust tools for system monitoring and statistics, fully compatible with existing options and verified by GNU tests.</li>
<li><strong>Skills Required/Preferred:</strong> Rust expertise, knowledge of system performance metrics, familiarity with GNU testing frameworks.</li>
<li><strong>Possible Mentors:</strong> [To be determined]</li>
<li><strong>Size:</strong> ~350 hours.</li>
<li><strong>Difficulty:</strong> Medium.</li>
</ul>
<h2 id="memory-resource-analysis">Development of Memory and Resource Analysis Tools in Rust</h2>
<p>The aim of this project is to develop Rust-based versions of memory and resource analysis tools: <b>pmap</b> and <b>slabtop</b>. 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.</p>
<ul>
<li><strong>Description:</strong> Implement Rust versions of memory and resource analysis tools, with emphasis on option compatibility and passing GNU tests.</li>
<li><strong>Expected Outputs:</strong> Advanced tools for memory and resource analysis, fully compatible with existing options and validated by GNU tests.</li>
<li><strong>Skills Required/Preferred:</strong> Proficiency in Rust, deep understanding of memory management and kernel resources, experience with GNU testing methodologies.</li>
<li><strong>Possible Mentors:</strong> [To be determined]</li>
<li><strong>Size:</strong> ~350 hours.</li>
<li><strong>Difficulty:</strong> Hard.</li>
</ul>
<h2 id="better-gnu-test-reports">Code refactoring for procps, util-linux, and bsdutils</h2>
<p>Refactoring the Rust-based versions of procps, util-linux, and bsdutils to reduce code duplication.
</p>
<ul>