Installation

Enterprise 6.1.3 - Is there a performance impact of installing and running app R Project?

rufusporter23
Engager

Hello Splunkers!

I'm trying to get our admin to install the R Project app. Native R uses memory to perform statistical computations on the data source(s). He is trying to get information on potential impact (CPU, memory, jobs, etc.) on the shared Splunk environment. Any information (even anecdote) is welcome. Thank you.

Rufus

0 Karma
1 Solution

rfujara_splunk
Splunk Employee
Splunk Employee

At the moment, the R Project app (more specifically the "r" search command) doesn't make use of the map/reduce functionality.

But you can use Splunk search commands like search, stats, tstats, etc that does the map/reduct tricks to collect data and then send the data to your R script.

So the script is only executed on the search head in the context of a R sub-process which is spawned every time the search is executed.

That means it's still native R environment which uses memory to perform computations. The app uses temporary files to send the input data from Splunk to R and the results back from R to Splunk. I'm thinking about changing that so that the data is streamed instead of copied in a whole.

View solution in original post

rfujara_splunk
Splunk Employee
Splunk Employee

At the moment, the R Project app (more specifically the "r" search command) doesn't make use of the map/reduce functionality.

But you can use Splunk search commands like search, stats, tstats, etc that does the map/reduct tricks to collect data and then send the data to your R script.

So the script is only executed on the search head in the context of a R sub-process which is spawned every time the search is executed.

That means it's still native R environment which uses memory to perform computations. The app uses temporary files to send the input data from Splunk to R and the results back from R to Splunk. I'm thinking about changing that so that the data is streamed instead of copied in a whole.

rufusporter23
Engager

Thank you for the rapid response. I can't wait to use the app that you created @rfujara_splunk!

Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...