Skip to content

A tiny toy utility for examining mod_cluster shm slotmem files

License

Notifications You must be signed in to change notification settings

Karm/slotmem_reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

slotmem_reader

A tiny utility for reading mod_cluster shm slotmem files.

Usage

gcc reader.c -o reader  $(apr-1-config --cflags --cppflags --includes --link-ld) -I${MOD_CLUSTER_SOURCES}/native/include/ -I${MOD_CLUSTER_SOURCES}/native/mod_manager/   -I${HTTPD_BUILD_DIRECTORY}/include/ -Wall -std=c99

./reader  HTTPD_ROOT/cache/mod_cluster/manager.host.hosts.slotmem

Supported versions

Please, note that this utility compiles and works with mod_cluster 1.2.x and 1.3.x. If it displays gibberish, you need to compile with httpd 2.4.x instead of 2.2.x and vice versa.

About

A tiny toy utility for examining mod_cluster shm slotmem files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages