Skip to content

Luameter is a In-Time monitor for OpenResty or ngx_lua.etc

Notifications You must be signed in to change notification settings

fankeke/luameter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Luameter

Description

Luameter is a In-Time monitor for OpenResty or ngx_lua.etc.

Configuration

In nginx.conf


lua_shared_dict   luameter  10m;
log_by_lua_file   "/path/to/luameter/log.lua";

server {
	listen 8888 default_server;

	location /status {
		content_by_lua_file "/path/to/luameter/src/status.lua";
	}

Interface

About

Luameter is a In-Time monitor for OpenResty or ngx_lua.etc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published