Activity Feed
- Posted Re: Import cProfile to use in Custom generating command on Splunk Dev. a week ago
- Posted Re: Import cProfile to use in Custom generating command on Splunk Dev. a week ago
- Posted Import cProfile to use in Custom generating command on Splunk Dev. a week ago
Topics I've Started
Subject | Karma | Author | Latest Post |
---|---|---|---|
0 |
a week ago
I was getting ModuleNotFoundError: No module named '_lsprof' if I do that. How to include the cPython modules like these in Splunk
... View more
a week ago
using import profile as cProfile we can't use the cProfiles enable and disable as the profile module doesn't support. I require the profiling for a generating command so using this profile I had to configure profiling two times, one for profiling - Convert generator to list for profiling and one for yielding generator objects to Splunk. So any idea?
... View more
a week ago
I have to use cProfile for the profiling details for my custom generating command. I could not install cProfile in the Splunk python. SO could anybody help if they know how to install python lib in splunk and use it for custom command
... View more