mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Cloud Monitoring (markdown)
parent
e15fbd49a2
commit
1c032cb831
|
@ -1,10 +1,19 @@
|
|||
Seaweed Cloud Monitoring is a service provided by seaweedfs.com. It is an attempt to help SeaweedFS to grow organically.
|
||||
Seaweed Cloud Monitoring is a service provided by seaweedfs.com. It is an attempt to help SeaweedFS to grow organically, to iterate faster without constant upgrading, and help SeaweedFS admin to better manage the clusters.
|
||||
|
||||
Currently it has very basic features and all in beta. Later it may charge fees to access it.
|
||||
# Architecture
|
||||
|
||||
```
|
||||
Browser => Seaweed Cloud <==> Seaweed Agent <==> SeaweedFS cluster
|
||||
```
|
||||
The Seaweed Agent is a simple docker image `chrislusf/seaweed_agent`. It subscribes to metadata changes from a SeaweedFS cluster, and build up statistics.
|
||||
|
||||
## Features
|
||||
Currently it has very basic features and all in beta.
|
||||
|
||||
Existing features:
|
||||
* Near real time directory statistics on disk usage, file count and directory count.
|
||||
* Set quota for any directory.
|
||||
* Automatically delete empty folders in any buckets under `/buckets`.
|
||||
|
||||
![](CloudMonitoring.png)
|
||||
|
||||
|
|
Loading…
Reference in a new issue