``` check_memfree v1.0 Check free memory space on local machine. Usage: check_memfree [-hV] -w % -c % check_memfree [-hV] -w -c Options: -h Print detailed help screen -V Print version information -w INTEGER Exit with WARNING status if less than INTEGER bytes of memory space are free -w PERCENT% Exit with WARNING status if less than PERCENT of memory space is free -c INTEGER Exit with CRITICAL status if less than INTEGER bytes of memory space are free -c PERCENT% Exit with CRITCAL status if less than PERCENT of memory space is free ```