algorithm - Finding out the reason of delay between request and response time using apache spark mllib -


i have different log files app logs, system log files, database log files etc. when user request data user gets response late. calculating difference between request , response time , need predict on parameter these log files(app log, system log files, database log files) delay depends.

which spark machine learning algorithm give best result predict variable causes delay between request , response time??

it may 1 or more variables. before getting stuck ml algrorithms, quick scatter plot of variables vs delay - might find answer quickly. failing that, need use kind of regression approach. without knowing of details, tricky suggest how construct solution.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -