sesctl: a tool to schedule jobs in Waggle edge computing
The tool sesctl
is a command-line tool that communicates with an Edge scheduler in the cloud to manage user jobs. Users can create, edit, submit, suspend, and remove jobs via the tool.
Installation
The tool can be downloaded from the edge scheduler repository and be run on person's desktop or laptop.
note
Please make sure to download the correct version of the tool based on the system architecture. For example, if you run it on a Mac download sesctl-darwin-amd64
.
chmod +x sesctl-<system>-<arch>
ln sesctl-<system>-<arch> sesctl
sesctl
Submit a job
You can follow the tutorial to submit an example job to understand how to design your own job.
For more tutorials
The in-depth tutorials on the functionalities that sesctl
offers can be found in the README.