Splunk Search

Timechart vs. Chart (_time) to figure out bandwidth?

albyva
Communicator

When trying to figure out bandwidth, which search string makes more sense?

| eval MBs=(bytes*8/1024/1024) | timechart sum(MBs) as "MB/s"

or

| eval MBs=(bytes*8/1024/1024) | chart sum(MBs) as "MB/s" by _time

1 Solution

somesoni2
Revered Legend

You're trying to find bandwidth at a fixed interval? The timechart provides 'span' options without any extra line (a bucket command will be required for chart), so I will go for timechart.

View solution in original post

somesoni2
Revered Legend

You're trying to find bandwidth at a fixed interval? The timechart provides 'span' options without any extra line (a bucket command will be required for chart), so I will go for timechart.

albyva
Communicator

Thanks for the incite about chart and needing a bucket. I think I'll stick with Timechart. Typically it is a fixed interval like 2hrs, 12hrs, or 24hrs.

0 Karma

rickettw
New Member

I am researching how to track spikes in bandwidth to see if individuals are using the network to for personal time like conducting personal business during lunch. From your answer above, have you any advice or experience to track bandwidth using Active Directory IDs rather than hardware types/routers?

0 Karma
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...