1.0.9 • Published 5 years ago

system-server v1.0.9

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

system-server

Simple system and OS data (cpu, disk, memory, network) over HTTP

Install

npm i -g system-server

Usage

Main use case of system-server would be to access very detailed information on a local machine over HTTP.

system-server only has one route / below is a empty sample response OR see it action here 142.93.1.203

  {
  "_id": "eda46ed7-6da4-4574-af59-4d98b8c56bbe",
  "version": "3.45.9",
  "system": {},
  "bios": {},
  "baseboard": {},
  "os": {},
  "versions": {},
  "cpu": {},
  "graphics": {},
  "net": [],
  "memLayout": [],
  "diskLayout": [],
  "time": {},
  "node": "10.11.0",
  "v8": "6.8.275.32-node.28",
  "cpuCurrentspeed": {},
  "services": {},
  "currentLoad": {},
  "fsSize": [],
  "mem": {},
  "networkConnections": [],
  "networkStats": {},
  "temp": {},
  "fsStats": {},
  "disksIO": {},
  "users": [],
  "battery": {},
  "processes": {},
  "inetLatency": 69.439
}  

Building

To build bundles files run

npm run build

Files are outputted to dist/.

Related

systeminformation

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

1.0.85

6 years ago