How to Install and Uninstall mom.noarch Package on Fedora 34

Last updated: June 26,2024

1. Install "mom.noarch" package

Please follow the instructions below to install mom.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install mom.noarch

2. Uninstall "mom.noarch" package

Please follow the guidance below to uninstall mom.noarch on Fedora 34:

$ sudo dnf remove mom.noarch $ sudo dnf autoremove

3. Information about the mom.noarch package on Fedora 34

Last metadata expiration check: 4:08:47 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : mom
Version : 0.6.0
Release : 2.fc34
Architecture : noarch
Size : 129 k
Source : mom-0.6.0-2.fc34.src.rpm
Repository : fedora
Summary : Dynamically manage system resources on virtualization hosts
URL : http://www.ovirt.org
License : GPLv2
Description : MOM is a policy-driven tool that can be used to manage overcommitment on KVM
: hosts. Using libvirt, MOM keeps track of active virtual machines on a host. At
: a regular collection interval, data is gathered about the host and guests. Data
: can come from multiple sources (eg. the /proc interface, libvirt API calls, a
: client program connected to a guest, etc). Once collected, the data is
: organized for use by the policy evaluation engine. When started, MOM accepts a
: user-supplied overcommitment policy. This policy is regularly evaluated using
: the latest collected data. In response to certain conditions, the policy may
: trigger reconfiguration of the system’s overcommitment mechanisms. Currently
: MOM supports control of memory ballooning and KSM but the architecture is
: designed to accommodate new mechanisms such as cgroups.