This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Report showing total disk space per server and swap/page size

Hello,

Was looking for assistance creating a report that would list the server name with total disk space and then having another column that would show the page/swap file size.  I have the server names set up but am having issues with determining how to add up all of the storage into one column and the swap column.  I'd like the report to look something like this:

Server name                Total Size                 Page/Swap Size

Server01                      300GB                      5GB

Any help would be appreciated!

Kevin

Parents
  • I am making a couple of assumptions here, so this may not be 100% what you're looking for...

    NPM allocates a "Volume Type" which includes "Fixed Disk", "Virtual Memory" and "RAM" (they are the 3 my setup generates.) If you do a report that does a SUM on the volume size, and includes the Volume Type as a field you end up with something that is hopefully getting you in the right direction. It doesn't format exactly how you want it to, but the attached report should give you something to start from.

    Of course, it'll only include the sizes of volumes that are being monitored by NPM, so if a volume exists but you don't monitor, it won't appear in the size reported by this report.

    Volume Size by Type.OrionReport
Reply
  • I am making a couple of assumptions here, so this may not be 100% what you're looking for...

    NPM allocates a "Volume Type" which includes "Fixed Disk", "Virtual Memory" and "RAM" (they are the 3 my setup generates.) If you do a report that does a SUM on the volume size, and includes the Volume Type as a field you end up with something that is hopefully getting you in the right direction. It doesn't format exactly how you want it to, but the attached report should give you something to start from.

    Of course, it'll only include the sizes of volumes that are being monitored by NPM, so if a volume exists but you don't monitor, it won't appear in the size reported by this report.

    Volume Size by Type.OrionReport
Children
No Data