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

https://github.com/serbanuntu/rsh-server-performance-stats

A script that analyses the performance of a server.
https://github.com/serbanuntu/rsh-server-performance-stats

Last synced: 3 months ago
JSON representation

A script that analyses the performance of a server.

Awesome Lists containing this project

README

        

# Server Performance Stats

A script that analyses the performance of a server.

## Instructions

1. Clone the repository using SSH
```
git clone [email protected]:SerbanUntu/rsh-server-performance-stats.git
cd rsh-server-performance-stats
```
2. Grant execute permissions to the script
```
chmod u+x ./server-stats.sh
```
3. Run the script
```
./server-stats.sh
```

Part of the DevOps track on [roadmap.sh](https://roadmap.sh/projects/server-stats)