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!

Detecting Remote Code Executions With the Splunk Threat Research Team

REGISTER NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If ...

Observability | Use Synthetic Monitoring for Website Metadata Verification

If you are on Splunk Observability Cloud, you may already have Synthetic Monitoringin your observability ...

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...