Closed myrainbowandsky closed 5 years ago
Usually, if you call ps -fu your_user_name
in the console, it will tell you, which processes you are currently running.
Or if you are the only user on your machine ps -ef | grep python
will show you all the python instances.
It works. Thank you!
I have set 28 pairs of keys in key jason file and 100 processes in configure jason file. The script is running. How to know the number of processes and keys running in fact? I am using Ubuntu 18.04 with python 3.6