Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 processes

It 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.