Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/badreddinkaztaoui/fq_server-performance-stats
This project is a simple server performance stats project that collects and displays server performance statistics.
https://github.com/badreddinkaztaoui/fq_server-performance-stats
Last synced: about 1 month ago
JSON representation
This project is a simple server performance stats project that collects and displays server performance statistics.
- Host: GitHub
- URL: https://github.com/badreddinkaztaoui/fq_server-performance-stats
- Owner: badreddinkaztaoui
- Created: 2024-12-14T23:22:27.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-12-14T23:29:09.000Z (about 1 month ago)
- Last Synced: 2024-12-15T00:21:03.280Z (about 1 month ago)
- Language: Shell
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SERVER PERFORMANCE STATS
## Description
This project is a simple server performance stats project that collects and displays server performance statistics. The project is written in bash and uses the following commands:
- **top**: to get the CPU usage
- **free**: to get the memory usage
- **df**: to get the disk usage
- **ps**: to get the number of processesIt also uses the following additional commands:
- **awk**: to parse the output of the commands
- **grep**: to filter the output of the commands
- **head**: to get the first few lines of the output## Usage
To run the project you need to follow those steps:
1. Clone the project
```bash
git clone https://github.com/badreddinkaztaoui/fq_server-performance-stats
```2. Change the directory to the project directory
```bash
cd fq_server-performance-stats
```3. Change the permissions of the script
```bash
chmod +x server-stats.sh
```4. Run the script
```bash
./server-stats.sh
```Check the project page on [roadmap.sh]([https://roadmap.sh/projects/server-stats]) for more details.