plots stay in stat SLP
See original GitHub issuehowdy - sorry for multiple issues in one day… once i have my arms wrapped around this thing id love to help contribute. this seems like a fantastic project!
$ plotman status
plot id k tmp dst wall phase tmp pid stat mem user sys io
d100ec50 32 /chia-plot1 /chia-buffer 1:14 1:5 175G 2551 SLP 4.9G 1:39 0:03 2s
dafd1a46 32 /chia-plot0 /chia-buffer 1:44 1:7 173G 1987 SLP 4.7G 2:25 0:05 2s
^ been this way for hours
$ cat ~/.config/plotman/plotman.yaml | egrep -v "^\s*(#|$)"
user_interface:
use_stty_size: True
directories:
log: /home/farmer3/chia/logs
tmp:
- /chia-plot0
- /chia-plot1
dst:
- /chia-buffer
archive:
rsyncd_module: plots
rsyncd_path: /mnt/synology/usbshare1/rsynctest
rsyncd_bwlimit: 80000 # Bandwidth limit in KB/s
rsyncd_host: 192.168.2.101
rsyncd_user: farmer3
scheduling:
tmpdir_stagger_phase_major: 2
tmpdir_stagger_phase_minor: 1
tmpdir_stagger_phase_limit: 1
tmpdir_max_jobs: 3
global_max_jobs: 10
global_stagger_m: 30
polling_time_s: 20
plotting:
k: 32
e: False # Use -e plotting option
n_threads: 3 # Threads per job
n_buckets: 128 # Number of buckets to split data into
job_buffer: 4000 # Per job memory
these drives work fine with chia plots create -k 32 -n 4 -b 4000 -r 4 -t /chia-plot0 -d /chia-buffer
Fedora 34 python 3.7.7
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (6 by maintainers)
Top Results From Across the Web
How to Motivate Your SLP Patients - Med Travelers
Learn these tips and tactics from a leading SLP therapist to motivate your SLP patients.
Read more >Do School SLPs really need their CCC? - Crazy Speech World
According to their website, The American Speech-Language-Hearing Association (ASHA) describes a certified member as: “Those who have achieved ...
Read more >Axie Land Stats - Binary Assets
Note: These stats are only for the first quadrant (Q1) of the land. The other three quadrants will be sold in the future....
Read more >Supervisor Requirements WVDE Guidelines specify SLP must ...
Assist with other clerical duties as assigned by the supervising SLP. Schedule activities, prepare charts, records, graphs, or otherwise display data. WVDE ...
Read more >SLP Guidelines - ND Gov
Speech-Language Pathology Licensure and SLP Paraprofessional ... The existing data can be used to support eligibility without plotting scores on the rubric.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Plotman is just reporting the linux process state via psutil. We should probably make that clearer. Beyond that, I would put it on the user to read about and learn if they want to use that information. We have so much documentation to write on basic aspects of plotman before we’d get to general Linux information. We’re just a couple of volunteers trying to improve plotman in our spare time between our day jobs.
Agreed we need better support for plots started not by plotman. I thought we’d made progress on that. If you don’t mind, could you:
thanks, eric
On Sat, May 1, 2021 at 4:29 AM drewmullen @.***> wrote:
https://github.com/ericaltendorf/plotman/issues/217 https://github.com/ericaltendorf/plotman/issues/215
tyvm