Security

How to run pstack and gcore against splunkweb python process?

zliu
Splunk Employee
Splunk Employee

How to run pstack and gcore against splunkweb python process? I need to troubleshoot a splunkweb hanging issue.

1 Solution

Genti
Splunk Employee
Splunk Employee

Here is what i found:

when you have a case of "slunkweb" hangs, you can ask the customer to do the following:

./splunk status

Get the pid of splunkweb.

then run:

pstack pid > splunkweb.pstack

This will create a file named splunkweb.pstack.

Then run:

gcore pid

This will create a file named core.pid. Upload these files to support and one of our friendly dev's will somehow get their hands on them.

.gz

View solution in original post

Genti
Splunk Employee
Splunk Employee

what Gerald said the first post!

0 Karma

Genti
Splunk Employee
Splunk Employee

Here is what i found:

when you have a case of "slunkweb" hangs, you can ask the customer to do the following:

./splunk status

Get the pid of splunkweb.

then run:

pstack pid > splunkweb.pstack

This will create a file named splunkweb.pstack.

Then run:

gcore pid

This will create a file named core.pid. Upload these files to support and one of our friendly dev's will somehow get their hands on them.

.gz

gkanapathy
Splunk Employee
Splunk Employee

(I mean, I realize you'll be looking at the core/stack of the Python interpreter [running CherryPy], but I guess you got http://wiki.python.org/moin/DebuggingWithGdb to help)

0 Karma

gkanapathy
Splunk Employee
Splunk Employee

Not sure what exactly you're trying to do, but is it any more complicated than just calling pstack or gcore passing it the SplunkWeb process id number?

0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...