Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.sys.mac.system > #97873

Re: Easy way to have each Mac send me a daily system status report?

From Jolly Roger <jollyroger@pobox.com>
Newsgroups comp.sys.mac.system
Subject Re: Easy way to have each Mac send me a daily system status report?
Date 2016-12-14 16:08 +0000
Organization People for the Ethical Treatment of Pirates
Message-ID <ebd94cFgg8sU2@mid.individual.net> (permalink)
References <1my8ins.k812pho6ieyoN%jamiekg@wizardling.geek.nz> <o2r9m5$l10$1@remote5bge0.ripco.com>

Show all headers | View raw


On 2016-12-14, Bruce Esquibel <bje@ripco.com> wrote:
> Jamie Kahn Genet <jamiekg@wizardling.geek.nz> wrote:
>
>> Any and all wisdom bestowed upon me is appreciated :-)
>
> If do know your way around cron and crontab -e, these two lines should
> do it:
>
> MAILTO=email@domain.com
> 00,15,30,45 * * * * /usr/bin/top -l 1 -o cpu
>
> That will send a report every 15 minutes

Yep. 

Note: This will do the same thing and is more concise and flexible (just
change the 15 to whatever interval you want):

MAILTO = email@domain.com
*/15 * * * * /usr/bin/top -l 1 -o cpu

-- 
E-mail sent to this address may be devoured by my ravenous SPAM filter.
I often ignore posts from Google. Use a real news client instead.

JR

Back to comp.sys.mac.system | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Easy way to have each Mac send me a daily system status report? jamiekg@wizardling.geek.nz (Jamie Kahn Genet) - 2016-12-14 06:49 +1300
  Re: Easy way to have each Mac send me a daily system status report? Doc O'Leary  <droleary@2015usenet1.subsume.com> - 2016-12-13 20:51 +0000
  Re: Easy way to have each Mac send me a daily system status report? Jolly Roger <jollyroger@pobox.com> - 2016-12-13 23:34 +0000
    Re: Easy way to have each Mac send me a daily system status report? jamiekg@wizardling.geek.nz (Jamie Kahn Genet) - 2016-12-14 21:24 +1300
      Re: Easy way to have each Mac send me a daily system status report? Jolly Roger <jollyroger@pobox.com> - 2016-12-14 16:12 +0000
  Re: Easy way to have each Mac send me a daily system status report? Bruce Esquibel <bje@ripco.com> - 2016-12-14 11:16 +0000
    Re: Easy way to have each Mac send me a daily system status report? Jolly Roger <jollyroger@pobox.com> - 2016-12-14 16:08 +0000
      Re: Easy way to have each Mac send me a daily system status report? jamiekg@wizardling.geek.nz (Jamie Kahn Genet) - 2016-12-16 04:29 +1300

csiph-web