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.
- Host: GitHub
- URL: https://github.com/serbanuntu/rsh-server-performance-stats
- Owner: SerbanUntu
- Created: 2025-03-23T10:12:26.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-23T11:40:32.000Z (3 months ago)
- Last Synced: 2025-03-23T12:25:30.502Z (3 months ago)
- Language: Shell
- Homepage: https://roadmap.sh/projects/server-stats
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)