diff --git a/tests/metrics/density/fast_footprint.sh b/tests/metrics/density/fast_footprint.sh index 74298fcd35..d8efb678f7 100755 --- a/tests/metrics/density/fast_footprint.sh +++ b/tests/metrics/density/fast_footprint.sh @@ -217,7 +217,7 @@ function grab_system() { ((anon*=1024)) # Mapped pages - local mapped=$(egrep "^Mapped:" /proc/meminfo | awk '{print $2}') + local mapped=$(grep "^Mapped:" /proc/meminfo | awk '{print $2}') ((mapped*=1024)) # Cached