# Kibana monitoring data is different as on server

**URL:** https://discuss.elastic.co/t/kibana-monitoring-data-is-different-as-on-server/116053
**Category:** Beats
**Tags:** metricbeat
**Created:** [January 18, 2018, 12:58pm UTC](https://discuss.elastic.co/t/kibana-monitoring-data-is-different-as-on-server/116053 "2018-01-18T12:58:19Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Pankaj\_Chamoli](https://avatars.discourse-cdn.com/v4/letter/p/e47c2d/32.png) [@Pankaj\_Chamoli](https://discuss.elastic.co/u/Pankaj_Chamoli)
#### Post date: [January 18, 2018, 12:58pm UTC](https://discuss.elastic.co/t/kibana-monitoring-data-is-different-as-on-server/116053/1 "2018-01-18T12:58:19Z")

</div>

Dear All,

Can any one help me out that in kibana monitoring, kibana is showing different data as the server. like in server there is 44% disk is used but in kibana monitoring it is showing 39% is used. as same case network IN & out monitoring. it is showing 130 GB data in & 30GB data in out, which is not possible on the server.

So can any one help me.

Thanks you in advance.

---

<div class="post-metadata">

### Author: ![andrewkroh](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/andrewkroh/32/3784_2.png) [@andrewkroh](https://discuss.elastic.co/u/andrewkroh)
#### Post date: [January 25, 2018, 4:51pm UTC](https://discuss.elastic.co/t/kibana-monitoring-data-is-different-as-on-server/116053/2 "2018-01-25T16:51:06Z")

</div>

I can't tell specifically what metrics you are comparing so I will give some general information.

Have you compared the disk usage info to what is reported by `df`? The fsstats metricset reports `free`, `used`, and `total`. The `used` is [computed](https://github.com/elastic/gosigar/blob/a3814ce5008e612a0c6d027608b54e1d0d9a5613/sigar_unix.go#L21-L26) with `total - free`, but there is also a concept of [`available`](https://linux.die.net/man/2/statfs) and possibly the other usage metric is showing `total - available`. If there's a difference we should align.

The network metrics reported by Metricbeat are the raw counters (total values) reported by the OS. In order to measure rates you need to differentiate. [https://github.com/elastic/beats/issues/2783#issuecomment-331169736](https://github.com/elastic/beats/issues/2783#issuecomment-331169736)

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [February 22, 2018, 4:51pm UTC](https://discuss.elastic.co/t/kibana-monitoring-data-is-different-as-on-server/116053/3 "2018-02-22T16:51:19Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
