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.

MACD analysis uses large amounts of disk IO

See original GitHub issue

I’m using macd analysis on poloniex and percentile on bittrex. The process running poloniex is responsible for almost 1MB/sec write activity on my server while bittrex around 50-100K.

Is there any way to lessen the IO? I turned off the WAL on sqlite but that doesn’t seem to have made a difference.

Thoughts?

  TID  PRIO  USER     DISK READ  DISK WRITE  SWAPIN     IO>    COMMAND
 3177 be/4 root        0.00 B/s  675.02 K/s  0.00 % 14.31 % python lendingbot.py

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
utdrmaccommented, Oct 27, 2017

Back on NAS, Bitfinex:

 6072 be/4 root        0.00 B/s   49.65 K/s  0.00 %  0.68 % python lendingbot.py
0reactions
utdrmaccommented, Nov 17, 2017

Must be an OS thing. Running both bots on my RPi2 produces far less disk IO than running same config on my NAS.

Read more comments on GitHub >

github_iconTop Results From Across the Web

MACD Indicator Explained, with Formula, Examples, and ...
Moving average convergence/divergence (MACD) is a momentum indicator that shows the relationship between two moving averages of a security's price.
Read more >
Easy and Efficient Disk I/O Workload Characterization in ...
This technique allows transparent and online collection of essential workload characteristics for arbitrary, unmodified operating system instances running in ...
Read more >
What Is MACD? - Moving Average Convergence/Divergence
The Moving Average Convergence/Divergence indicator is a momentum oscillator primarily used to trade trends. Learn how you can use the MACD to make...
Read more >
Understanding Disk I/O — when should you be worried?
Monitoring and analyzing performance is an important task for any System Administrators. Disk I/O bottlenecks can bring applications to a crawl.
Read more >
The Best Times to Use the MACD Indicator - YouTube
This week, by popular demand, David decided to cover the Moving Average Convergence Divergence indicator, more commonly known as MACD.
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