https://github.com/drom/spy
load monitoring multiple linux servers
https://github.com/drom/spy
hacktoberfest
Last synced: 2 months ago
JSON representation
load monitoring multiple linux servers
- Host: GitHub
- URL: https://github.com/drom/spy
- Owner: drom
- License: mit
- Created: 2022-01-20T21:42:51.000Z (over 3 years ago)
- Default Branch: trunk
- Last Pushed: 2022-01-20T21:54:31.000Z (over 3 years ago)
- Last Synced: 2025-01-24T19:41:19.364Z (4 months ago)
- Topics: hacktoberfest
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spy
## Steps
Install on every LINUX server or shared NFS drive
Go to every LINUX machine, add IP address and name to the `list.js` file.
Start server on every machine:
```
nohup ./server.js &
```To see avearage load from any machine run:
```
./client.js
```