Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.sys.mac.system > #97873
| Path | csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail |
|---|---|
| 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 | 14 Dec 2016 16:08:44 GMT |
| Organization | People for the Ethical Treatment of Pirates |
| Lines | 26 |
| Message-ID | <ebd94cFgg8sU2@mid.individual.net> (permalink) |
| References | <1my8ins.k812pho6ieyoN%jamiekg@wizardling.geek.nz> <o2r9m5$l10$1@remote5bge0.ripco.com> |
| X-Trace | individual.net fCPPyzIV6r8whp08ExqhnQidd1xN2B1YZmHW6gqtUv3hvgXWLG |
| Cancel-Lock | sha1:HXAv9Yj0ruZhPadXSAQ5XxQ+3lg= |
| Mail-Copies-To | nobody |
| User-Agent | slrn/1.0.1 (Darwin) |
| Xref | csiph.com comp.sys.mac.system:97873 |
Show key headers only | 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 | Next — Previous in thread | Next in thread | Find similar
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