Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 371 Bytes

File metadata and controls

26 lines (20 loc) · 371 Bytes

App to manage RAM memory usage

  • memory consumption viewing
  • update info every second

Run;

npm run dev

Stats

accessing the route http://localhost:3000/stats

Example:

{
  "stats": {
    "OS": "win32",
    "Arch": "x64",
    "TotalRAM": "6020 MB",
    "FreeRAM": "777 MB",
    "Usage": "87.09 %"
  }
}