optinal finished

This commit is contained in:
2025-03-26 20:17:38 +08:00
parent 2001e8e478
commit 0e751d690f
5 changed files with 8 additions and 25 deletions

View File

@@ -15,7 +15,7 @@ int main() {
printf(" Free Memory: %d bytes\n", info.freemem);
printf(" Number of Processes: %d\n", info.nproc);
printf(" Unused Process Slots: %d\n", info.unused_proc_num);
printf(" Load Average: %d\n", info.load_avg);
printf(" Load Average: %d / 100 \n", info.load_avg);
exit(0);
}