Вопрос

I am writing in java and I need to periodicly get the output of my NIC(the same information that I see in windows task manager),is there a way to sample the current throughput of the NIC in java?

Это было полезно?

Решение

Java has no built-in way to access low-level OS information like NIC utilization. You can write a JNI library that accesses the information using the C/C++ API for your specific OS.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top