Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit 3541958

Browse files
author
Alessandro Puccetti
committed
doc: plugin can run stand alone
This patch clarifies that the plugin can run stand alone without Weave Scope.
1 parent 24d78d6 commit 3541958

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ This plugin requires:
1616
* kernel version [>=4.1](https://github.com/iovisor/bcc/blob/master/docs/kernel-versions.md) running on the host to be able to attach eBPF to kprobes.
1717
* Kernel build directory to be available in `/lib/modules/<kernel-version>/build`. Depending on your distribution you might need to add this symlink: `ln -s /lib/modules/<kernel-version>/build /lib/modules/<kernel-version>/source`.
1818

19-
The Scope HTTP Statistics plugin works with `Weave Scope`, you need to have Scope up and running before you can use it. If the running plugin has been registered by Scope, you will see it in the list of `PLUGINS` in the bottom right of the UI (see the rectangle in the above figure).
19+
The Scope HTTP Statistics plugin can be executed stand alone.
20+
It will respond to `GET /report` request on the `/var/run/scope/plugins/http-statistics/http-statistics.sock` in a JSON format.
21+
If the running plugin has been registered by Scope, you will see it in the list of `PLUGINS` in the bottom right of the UI (see the green rectangle in the above figure).
22+
The measured values are shown in the *STATUS* section (see the circle in the above figure).
2023

2124
### Using a pre-built Docker image
2225

imgs/http-statistics.png

13.4 KB
Loading

0 commit comments

Comments
 (0)