From c86c3dd1d1d18747d42dfafcbaa4d5e87f41892b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 6 Nov 2013 16:33:45 -0400 Subject: Allow optionally configuring git-annex with -fEKG to enable awesome remote monitoring interfaceat http://localhost:4242/ --- doc/ekg.mdwn | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/ekg.mdwn (limited to 'doc/ekg.mdwn') diff --git a/doc/ekg.mdwn b/doc/ekg.mdwn new file mode 100644 index 000000000..3bbea8614 --- /dev/null +++ b/doc/ekg.mdwn @@ -0,0 +1,14 @@ +You can `cabal configure -fEKG` to build a git-annex that includes +the EKG remote monitoring interface. + +To access the EKG control panel, go to + while a git-annex command is running. + +This EKG build is mostly useful for debugging resource usage problems. + +[[!img ekg.png caption="git-annex webapp startup, and assistant startup scan"]] + +Note that since only one process can open port 4242 at a time, running +more than one git-annex process with EKG support at the same time can +result in some "resource busy (Address already in use)" messages -- but +git-annex will continue to work. -- cgit v1.2.3