legacy-python-cli
legacy-python-cli copied to clipboard
Running daemons
Hello, I have spotted that my machine runs a lot of some strange daemons.
I tend to blame wakatime
for this. Because they are the same as my projects in wakatime
profile.
Here's what I am talking about:
sobolev 78354 0,0 0,0 2488408 140 ?? S ср03 0:06.68 python -B daemon.py -p rostelecom_svetochka -f required
sobolev 89808 0,0 0,0 2547212 8 ?? S пн05 0:04.49 python -B daemon.py -p psk_admin -f required
sobolev 68007 0,0 0,0 2472204 8 ?? S пн01 0:00.45 python -B daemon.py -p psk_admin -f required
sobolev 22519 0,0 0,0 2493912 8 ?? S вс10 0:02.31 python -B daemon.py -p pipenv -f required
sobolev 86492 0,0 0,0 2495756 8 ?? S сб04 0:08.10 python -B daemon.py -p kira -f required
sobolev 73563 0,0 0,0 2471948 8 ?? S сб02 0:00.33 python -B daemon.py -p test_project -f required
sobolev 68762 0,0 0,0 2471692 8 ?? S сб01 0:00.56 python -B daemon.py -p wemake-django-template -f required
sobolev 32493 0,0 0,0 2471948 8 ?? S 2фев18 0:00.30 python -B daemon.py -p rostelecom_svetochka -f required
sobolev 11240 0,0 0,0 2473740 8 ?? S 1фев18 0:00.40 python -B daemon.py -p rostelecom_svetochka -f required
sobolev 63688 0,0 0,0 2434840 776 s002 S+ 11:14 0:00.00 grep --color=auto --exclude-dir=.bzr --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.hg --exclude-dir=.svn python
That's a lot of daemons!
Setup
I have several plugins.
My setup is a regular sublime3
+ wakatime
: https://github.com/sobolevn/dotfiles
I also use self-made plugin for zsh
: https://github.com/sobolevn/wakatime-zsh-plugin
OS: macos
python: 3.6.4
What may cause such issue? Or is a feature?