Python Forum
logging values from constantly updating CLI app
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
logging values from constantly updating CLI app
#1
I use rclone to transfer large files to my cloud bucket. The upload command takes a flag that shows a constantly updating transfer speed readout in the terminal window (see image link at bottom). It looks like it updates about once every second.

Strategically what I want to do is make a graph of speed vs elapsed time. Initially I would guess I'd need to write the displayed values to a text or csv. Is there any module that can do this?

Thanks so much

Joe

https://i.imgur.com/fUlmMin.png
Reply


Messages In This Thread
logging values from constantly updating CLI app - by imvirgo - Sep-27-2023, 04:10 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Python Constantly Crashing mat189 0 341 Jan-22-2024, 07:18 AM
Last Post: mat189
  Values not updating for restful call boomramada 0 1,747 Mar-13-2021, 01:08 PM
Last Post: boomramada
  updating certain values in dict. with relation to their keys malevy 17 5,677 Nov-27-2019, 02:37 PM
Last Post: buran
  Updating dictionary values Sukumar 2 2,545 Oct-03-2018, 09:53 PM
Last Post: Sukumar
  updating values in objects mercator 2 3,158 Dec-07-2017, 07:41 PM
Last Post: mercator
  How do I run background functions constantly Mondaythe1st 5 12,092 Jul-25-2017, 09:39 AM
Last Post: DeaD_EyE

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020