Hello everyone,
Is there a command I can use to list the running processes that I've started with CDS watch?
If not, is there any other way to check on the ports being used by the server processes?
Thanks,
Emi
Request clarification before answering.
Hi,
If you develop in BAS it can be helpful for you. In BAS just Ctrl+Shift +P and type Ports: Preview.
https://help.sap.com/docs/bas/sap-business-application-studio/application-preview-settings
Kind regards,
Mikolaj
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Emiliano,
I'm on a MAC and to find node processes, I use:
ps -e | grep "cds watch"or
ps -e | grep nodeIf I know the port, I can use
lsof -i :4004Best Regards
Tom
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When `cds watch` is running, you can also type `ps` in the terminal 🙂
Need to document this...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.