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!

Security Professional: Sharpen Your Defenses with These .conf25 Sessions

Sooooooooooo, guess what. .conf25 is almost here, and if you're on the Security Learning Path, this is your ...

First Steps with Splunk SOAR

Our first step was to gather a list of the playbooks we wanted and to sort them by priority.  Once this list ...

How To Build a Self-Service Observability Practice with Splunk Observability Cloud

If you’ve read our previous post on self-service observability, you already know what it is and why it ...