Status-Dump als text

Hallo zusammen,

ich möchte einen Apache Status-Dump (also das was z.B. unter localhost/server-status rauskommt) als text File ablegen. Wie gehe ich da am besten vor.

gruß
h.

Hallo

ich möchte einen Apache Status-Dump (also das was z.B. unter
localhost/server-status rauskommt) als text File ablegen. Wie
gehe ich da am besten vor.

lynx -dump http://localhost/server-status/ \> $TEXTFILE

HTH,

Sebastian