Accessing Perfdump data other than browser
807567Aug 6 2007 — edited Aug 7 2007i tried with get command
(echo GET /.perf; cat -) | telnet -c localhost 8100, which works fine.
this displays only on the screen. I need to log in to file
I also tried with
wget -r /.perf http://168.219.177.107:8100 -o log
wget /.perf http://localhost:8100 -o text
all shows the details of my home page not the perfdump data.
please let me know the exact command