A MOI Customer that upgraded his MOI 2.0.06 appliance microservices to MOI 2.1 reported increased resource usage for his MOI appliance after he upgraded to the MOI 2.1 release. The pidstat linux command was needed in order to collect performance information on his VMWare machine. It was not installed so a script that will install the command, get the output of the command to a file, and uninstall it has been created. This approach was taken to avoid permanent direct changes to the Customer's existing operating system.
Release: MOI 2.1 ( will only work with a MOI 2.0.06 appliance that has had it microservices only upgraded to MOI 2.1. Operating system is still CENTOS with the MOI 2.0.06 installation configuration. )
Here are the command installation steps:
tar -zxvf MOI_pidstat_command_installation_1658263569588.tgz
sh collect_disk_io_stats.sh
What the script does: