dzitkowskik / mini-dos

Project for Distributed Operating Systems at Warsaw University of Technology (Mathematics and Computer Science department) Winter 2015
Apache License 2.0
0 stars 0 forks source link

Master - Node (administrator API) #61

Closed dzitkowskik closed 8 years ago

dzitkowskik commented 8 years ago

Create API for killing, manually checking statuses of nodes and so on:) It should be accessible by commands through Master console. Add also some commands to list tasks and nodes.

davidmigloz commented 8 years ago

Quering info of nodes done. Pending: killing nodes

davidmigloz commented 8 years ago

Killing nodes from master done.

KILL * FROM NODES;
> All nodes killed

KILL 0 FROM NODES;
> Node 0 killed