Skip to content

A parser for Apache mod_status page. Prints out JSON.

License

Notifications You must be signed in to change notification settings

angel333/apache-mod-status-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apache-mod-status-parser

A parser for Apache mod_status page. Prints out JSON.

Example

curl localhost/server-status \
    | apache-mod-status-parser \
    | jq -r '.workers[] \
    | "\(.vhost)\t\(.request)"'

TODO

  • Some fields are missing.
  • HAS_TIMES is assumed.
  • Better error handling.
  • Tests.

About

A parser for Apache mod_status page. Prints out JSON.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages