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

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

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
```