summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCosta Tsaousis <ktsaou@realize.gr>2014-04-27 16:43:21 +0300
committerCosta Tsaousis <ktsaou@realize.gr>2014-04-27 16:43:21 +0300
commit08c19c41008bf609dea86a3dd11fd59e039aa44e (patch)
tree93fbd13d53a46b375a121909be53415670cf5689 /README.md
parentbd247168b5bcde5234079cd04c80e4d1bf24ebac (diff)
Update README.md
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md42
1 files changed, 25 insertions, 17 deletions
diff --git a/README.md b/README.md
index 4fa4eced89..4cf5d50718 100755
--- a/README.md
+++ b/README.md
@@ -8,38 +8,46 @@ This presentation is full of charts that precisely render all system values, in
# Features
-- highly optimized C code
+- **highly optimized C code**
+
it only needs a few milliseconds per second to collect all the data.
-- extremely lightweight
+- **extremely lightweight**
+
it only needs a few megabytes of memory to store all its round robin database.
-- per second data collection
+- **per second data collection**
+
every chart, every value, is updated every second.
-- visualizes QoS classes automatically
+- **visualizes QoS classes automatically**
+
if you also use fireqos for QoS, it even collects class names automatically.
-- the generated web site uses bootstrap and google charts for a very appealing result
+- **appealing web site**
+
+ the generated web site uses bootstrap and google charts for a very appealing result.
it works even on mobile devices, adapts to screen size changes and rotation.
-- web charts do respect your browser resources
+- **web charts do respect your browser resources**
+
the charts adapt to show only as many points are required to have a clear view.
-- highly configurable
+- **highly configurable**
+
all charts and all features can be enabled or disabled.
- it reads and renders charts for all these:
- - /proc/net/dev (all netwrok interfaces for all their values)
- - /proc/diskstats (all disks for all their values)
- - /proc/net/snmp (total IPv4, TCP and UDP usage)
- - /proc/net/netstat (more IPv4 usage)
- - /proc/net/stat/nf_conntrack (connection tracking performance)
- - /proc/net/ip_vs/stats (IPVS connection statistics)
- - /proc/stat (CPU utilization)
- - /proc/meminfo (memory information)
- - /proc/vmstat (system performance)
- - tc classes (QoS classes)
+ - `/proc/net/dev` (all netwrok interfaces for all their values)
+ - `/proc/diskstats` (all disks for all their values)
+ - `/proc/net/snmp` (total IPv4, TCP and UDP usage)
+ - `/proc/net/netstat` (more IPv4 usage)
+ - `/proc/net/stat/nf_conntrack` (connection tracking performance)
+ - `/proc/net/ip_vs/stats` (IPVS connection statistics)
+ - `/proc/stat` (CPU utilization)
+ - `/proc/meminfo` (memory information)
+ - `/proc/vmstat` (system performance)
+ - `tc` classes (QoS classes)
Check it live at: