chainspace/chainspace-prototype

Running chainspace processes

milkyklim opened this issue · 0 comments

Hello there!

When I try to run these 2 commands:

ps aux | grep -v grep | grep chainspace | awk '{print $2 $11}'
ps aux | grep -v grep | grep chainspace | awk '{print $2 " " $11 " " $12 " " $13}'

what exactly should be the output? Because I don't see any processes running.

UPD: was running the code on the linux machine.