question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

plots stay in stat SLP

See original GitHub issue

howdy - 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:closed
  • Created 2 years ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
ericaltendorfcommented, May 1, 2021

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:

  1. file a separate issue to improve documentation of status columns
  2. try latest code from development branch and see if it still doesn’t detect other plot jobs; if so, file an issue describing that
  3. then we can close this issue

thanks, eric

On Sat, May 1, 2021 at 4:29 AM drewmullen @.***> wrote:

this is user error / confusion on the status which lead to random errors that should not happen. perhaps the statuses can be defined in docs and provide some context to avoid future confusion?

also should have a better error message when plots are found but not manageable by plotman. example:

$ plotman status plot id k tmp dst wall phase tmp pid stat mem user sys io -------- 32 /chia-plot0/ /chia-buffer/ 7:48 ?:? 0 6506 RUN 1.7G 9:11 0:23 0:43

$ plotman {plot, interactive} TypeError: ‘>’ not supported between instances of ‘int’ and ‘NoneType’

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ericaltendorf/plotman/issues/199#issuecomment-830617370, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARPZIFVCKC6CA754LXVGVVLTLPQYDANCNFSM435VFAZQ .

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found