I just attached to WU Prop and saw nothing but invalid results, which was pretty weird. After some investigating, it turns out the WU Prop app monitors the default BOINC port, 31416 (BOINC communication is by TCP/IP if you weren't aware). If you run multiple clients as I do, or for some reason you are using a different port than the default, WU Prop isn't going to work. You need to add an app_config.xml in the project folder to get it working.
<cmdline>-p xxxxx</cmdline>: xxxxx should be adjusted to match the port of your client.
Edited for clarity.
Code:
<app_config>
<app_version>
<app_name>data_collect_v4</app_name>
<plan_class>nci</plan_class>
<avg_ncpus>0.01</avg_ncpus>
<cmdline>-p xxxxx</cmdline>
</app_version>
</app_config>
<cmdline>-p xxxxx</cmdline>: xxxxx should be adjusted to match the port of your client.
Edited for clarity.
Last edited: