30 virtual void execute()
override;
std::vector< Real > VectorPostprocessorValue
This class is here to combine the VectorPostprocessor interface and the base class VectorPostprocesso...
Mix-in class for querying memory metrics used by MemoryUsage and VectorMemoryUsage.
const InputParameters & parameters() const
Get the parameters of the object.
Generate a table of various memory metrics indexed by MPI rank.
VectorPostprocessorValue & _col_node_utilization
RAM utilization of the physical node (i.e. what fraction of the total RAM is the simulation using)
static InputParameters validParams()
VectorPostprocessorValue & _col_virtual_mem
virtual memory usage per rank
virtual void timestepSetup() override
Gets called at the beginning of the timestep before this object is asked to do its job.
VectorPostprocessorValue & _col_total_ram
total RAM available on the physical node the rank is located at
virtual void initialize() override
Called before execute() is ever called so that data can be cleared.
VectorPostprocessorValue & _col_physical_mem
physical memory usage per rank
VectorPostprocessorValue & _col_page_faults
hard page faults per rank (Linux only), i.e. swap frequency
MemoryUtils::MemUnits _mem_units
The unit prefix for the reported memory statistics (kilobyte, megabyte, etc).
virtual void finalize() override
Finalize.
virtual void execute() override
Execute method.
const bool _report_peak_value
peak values
VectorPostprocessorValue & _col_hardware_id
hardware id for the physical node the rank is located at