Skip to main content

debug_isPProfRunning RPC Method

Returns true if the pprof HTTP server is running and false otherwise.

Updated on
Aug 7, 2024

debug_isPProfRunning RPC Method

Parameters

This method does not accept any parameters

Returns

result
object
Returns true if the pprof HTTP server is running and false otherwise
Request
1
curl https://docs-demo.kaia-kairos.quiknode.pro/ \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{
5
"method": "debug_isPProfRunning",
6
"id": 1,
7
"jsonrpc": "2.0",
8
"params": []
9
}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free