Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 2.95 KB

README.md

File metadata and controls

50 lines (32 loc) · 2.95 KB

index

Get System Information

Language Python Apache License

GitHub Last Commits GitHub Size Open GitHub Issue GitHub Open Issues GitHub Closed Issues

Get detail about the OS such as disk, patching, cores etc. It is a useful utility to have when you a lot of machines for which you want to get information on. Helpful for system admins and performance engineers.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to execute the script

1: python 3.5
2: wmi python package installed (This can be downloaded from https://pypi.python.org/pypi/WMI/#downloads)
3: pywin32 python package installed
4: psutil python package installed
5: Correct privileges to run the scripts

Execution

1: Make sure above prerequisite are met first.
2: Execute the python script and it will generate the result in console.

Improvements

  • Currently only Windows OS Infomation is captured. LinuxOSinfo script needs to cater for all flavour of Linux/Unix OS too.

Contribute

If you would like to contribute to this project, please reachout to me. Issues and pull requests are welcomed too.

Author

Follow @harinderseera GitHub followers

License

This project is licensed under the Apache License - see the LICENSE file for details