Skip to content

Shell script that provides information about your PC's uptime, IP address, CPU usage, RAM, and network details + more

Notifications You must be signed in to change notification settings

HttpAnimation/sysinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

sysinfo

sysinfo is a Bash script that provides a comprehensive snapshot of system information. It covers details such as uptime, IP address, CPU usage, RAM utilization, disk usage, network, logged-in users, and a timestamp. This script can be useful for users who want a quick overview of their system's current state.

Usage/Install

  1. Clone the repository:

    git clone https://github.com/HttpAnimation/sysinfo.git
  2. Change into the sysinfo directory:

    cd sysinfo
  3. Make the script executable:

    chmod +x sysinfo.sh
  4. Run the script:

    ./sysinfo.sh

One time install

This install will download the script run it then delete it

wget https://raw.githubusercontent.com/HttpAnimation/sysinfo/main/bash.sh && chmod +x bash.sh && ./bash.sh && rm bash.sh

Information Displayed

The script displays the following system information:

  1. Uptime
  2. IP Address
  3. CPU Usage
  4. RAM Utilization
  5. Disk Usage
  6. Network
  7. Logged-in Users
  8. Timestamp

GitHub Repository

Visit the sysinfo GitHub repository for the latest updates and contributions.

Raw Script URL

The script can also be accessed directly through this raw GitHub URL.

Contributions

Contributions are welcome! If you have ideas for improvements or new features, feel free to open an issue or submit a pull request.

About

Shell script that provides information about your PC's uptime, IP address, CPU usage, RAM, and network details + more

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages