Splunk Search

Gauge to show current % usage of monthly bandwidth

stevenhorner
New Member

I am trying to produce a gauge which will display the current percentage used of my fixed monthly bandwidth of 200GB.

I have managed to calculate the total used by doing:

stats sum(Received) | rename sum(Received) as TReceived

This then displays the total number of bytes I have received in TReceived and I set the time range to the current month. I can't figure out how to do something like "Usage=100*(214748364800/TReceived)" in Splunk

214748364800 = 200GB

I am stuck please help.

Tags (1)
0 Karma

alacercogitatus
SplunkTrust
SplunkTrust

You could also use the "gauge" command:

stats sum(Received) as TR|eval U=(TR/214748364800)*100|gauge U

http://docs.splunk.com/Documentation/Splunk/5.0/SearchReference/Gauge

0 Karma

stevenhorner
New Member

This looks like it would work too and slightly easier. Will give it a go later.

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...