Skip to content
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

Add help messages #9

Merged
merged 2 commits into from
Sep 21, 2024
Merged

Add help messages #9

merged 2 commits into from
Sep 21, 2024

Conversation

eliasericsson
Copy link
Collaborator

CPU

usage: cpu.py [-h] [-i INTERVAL] [--percpu]

options:
  -h, --help            show this help message and exit
  -i INTERVAL, --interval INTERVAL
                        interval in seconds
  --percpu              display per cpu usage

Memory

usage: mem.py [-h] [-t]

options:
  -h, --help   show this help message and exit
  -t, --total  display memory usage as used/total in GB

DISK

usage: disk.py [-h] [-t | -f] [-p PATH]

options:
  -h, --help            show this help message and exit
  -t, --total           display disk usage as used/total in GB
  -f, --free            display free disk in GB
  -p PATH, --path PATH  path to check disk usage

@eliasericsson eliasericsson added the documentation Improvements or additions to documentation label Sep 18, 2024
@eliasericsson eliasericsson self-assigned this Sep 18, 2024
Copy link
Owner

@hendrikmi hendrikmi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! This was missing. Thanks 🚀

@eliasericsson eliasericsson merged commit 5eeac75 into main Sep 21, 2024
11 checks passed
@eliasericsson eliasericsson deleted the feature/help-messages branch September 21, 2024 05:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants