﻿NOTES:
------
* Perfstat v8.4 has been statically linked with boost library version 1.61.0
* Make sure gcc tool-chain and g++ is installed on the machine.
* Perfstat v8.4 for Linux is a mostly-static executable available in 32-bit and 64-bit versions with all of the dependencies being bundled along with the executables, except for security libraries (like OpenSSL and libcrypto). In the event that perfstat fails because these libs are missing, please consult: https://kb.netapp.com/support/index?page=content&id=1015417
* To check machine architecture type for 32-bit and 64-bit- 
		$uname -m
		x86_64 ==> 64-bit kernel
		i686   ==> 32-bit kernel