• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Windows Server network monitoring?

Chiefcrowe

Diamond Member
Does anyone know of a good program that one can use to monitor network bandwidth for various NICs on a windows server? thanks!
 
It depends on what your needs are, but the Performance Monitor utility that comes with the OS can give you bytes sent and received per second.
 
Thanks.. i was kind of looking for something which could graph bandwidth and show exactly how much saturation the card was getting in a given time period, and lets say total used on a particular day, stuff like that.
 
You can create a Data Collector Set with Perfmon so that it runs in the background and have it export to a csv or sql file. You can analyze that file with something else or open them with perfmon and it will show you the data graphed over time...you can drill down and look at any period of time or point in time that you want.

It might not have all the bells and whistles that you would get from another piece of software, but it can certainly collect and graph that data for you.
 
Back
Top