Skip to content

Psutils-golang #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Jan 13, 2025
Merged

Psutils-golang #1

merged 15 commits into from
Jan 13, 2025

Conversation

RawanMostafa08
Copy link
Contributor

issue link: codescalersinternships/home#300
This PR implements a Human-friendly lib for querying processes, memory info and cpu info
It contains:

  1. CPU Information (cpuinfo)
  • Number of Cores: Detect and return the total number of CPU cores.
  • Vendor
  • Mdoel name
  • Cache Size
  • CPU MHZ
  1. Memory Information (meminfo)
  • Total Memory
  • Retrieve the total physical memory available.
  • Used Memory
  • Determine the amount of memory currently in use.
  • Available Memory
  • Fetch the amount of memory available for use.
  1. Process Information (/proc Filesystem)
  • List Processes
  • Retrieve a list of all running processes by reading from the /proc filesystem.
  • Basic information: PID, process name.
  • Process Details: everything that's relevant

@xmonader xmonader merged commit 34f9495 into main Jan 13, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants