# 💻System Monitoring #### Launcher Soffid allows you to check the status of the launcher by browsing an URL: ##### Request ``` https:///launch/status ``` *For instance: [http://demolab.soffid.pat.lab:8082/launch/status](http://demolab.soffid.pat.lab:8082/launch/status)* ##### Response ```JSON { "sessions":0, "status":"ok" } ``` - **status** → “ok” the process is active. - **sessions** → number of sessions the launcher is currently managing. #### Store In order to monitor the store, you will need the user and password with the appropriate permissions to view the status URL. This username and password come from the script executed to create the PAM containers. [![image-1664796068870.png](https://bookstack.soffid.com/uploads/images/gallery/2022-10/scaled-1680-/image-1664796068870.png)](https://bookstack.soffid.com/uploads/images/gallery/2022-10/image-1664796068870.png) To monitor the store you need to browse the following URL: ##### Request ``` https:///store/check ``` *For instance: [http://demolab.soffid.pat.lab:8081/store/check](http://demolab.soffid.pat.lab:8081/store/check)* [![up.png](https://bookstack.soffid.com/uploads/images/gallery/2022-10/scaled-1680-/up.png)](https://bookstack.soffid.com/uploads/images/gallery/2022-10/up.png) ##### Response ```JSON { "usedSpace": 156933901, "freeSpace": 161442168832, "status": "OK" } ``` - **status** → “OK” the process is active. - **usedSpace** → occupied bytes. - **freeSpace** → free bytes.