Best Data Visualization Technique for real time data obtained in tabular form?

I need some guidance with the following problem-
I have a table of huge data which looks somewhat like the diagram below:

enter image description here

  1. There are 6 servers. Each server contains 3 folders. (The number of servers may later increase)

  2. The folders contain the number of files present in the folder and the values may even range to billions.

  3. The values are in real time.

What would be the best way to represent all this data in such a way that it's easily understandable by the user? I only have limited knowledge of data visualization techniques and am not sure which way of representing it would be the best way.

Cheers!