Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can I redirect the output from perfdump to a flat file?

file flat output redirect
0
Posted

Can I redirect the output from perfdump to a flat file?

0

Yes: perfdump is already formatted as text, so it’s easy to view it without a browser. For example, the following will dump the perfdump output of a server listening on port 80 to the screen then wait for you to press Enter: (echo GET /.perf; cat -) | telnet -c localhost 80 For a cleaner interface, you can grab a copy of the wget Open Source command line HTTP client.

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.