Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 947 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 947 Bytes

about

Simple system activity monitor. Initially was implemented for 3 hours as test task using Scala, Spray and AngularJS.

Attention

this is not mock project. Be carefull when killing process from UI, java runtime is involved.

run

OS - OSX To run application Node + Tomcat + JDK + Sbt must be installed. After all installation execute in terminal following commands

compile web

cd src/main/resources/web-app

npm install

run server

cd {project root}

sbt

container:start

Then wait till you see in terminal output [email protected]:8080. Afterwards, navigate your browser to http://localhost:8080

Screenshots

Processes page

alt tag

Config page

alt tag

usage

filter processes by name

use * for search. For example to find all Google processes type *Google* in Task search bar of the processes grid