Print this page
5819 want dumpadm(1m) option to print estimated dump size

@@ -4,11 +4,11 @@
 
 NAME
        dumpadm - configure operating system crash dump
 
 SYNOPSIS
-       /usr/sbin/dumpadm [-nuy] [-c content-type] [-d dump-device]
+       /usr/sbin/dumpadm [-enuy] [-c content-type] [-d dump-device]
             [-m mink | minm | min%] [-s savecore-dir]
             [-r root-dir] [-z on | off]
 
 
 DESCRIPTION

@@ -132,10 +132,14 @@
                If the special token none is specified, the active dump device
                is removed and crash dumps are disabled.
 
 
 
+       -e
+           Estimates the size of the dump for the current running system.
+
+
        -m mink | minm | min%
            Create a minfree file in the current savecore directory indicating
            that savecore should maintain at least the specified amount of free
            space in the file system where the savecore directory is located.
            The min argument can be one of the following:

@@ -325,6 +329,6 @@
        similar permissions, as the operating system crash dump files
        themselves may contain secure information.
 
 
 
-                               February 15, 2013                   DUMPADM(1M)
+                                 April 9, 2015                     DUMPADM(1M)