MACD analysis uses large amounts of disk IO
See original GitHub issueI’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:
- Created 6 years ago
- Comments:9 (7 by maintainers)
Top 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 >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
Back on NAS, Bitfinex:
Must be an OS thing. Running both bots on my RPi2 produces far less disk IO than running same config on my NAS.