Our OS version - [root@server1 ~]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.9 (Santiago)
As per above crontab entry, it should run for 200 minutes. But, some days it runs for 200 minutes and some days it runs only for 4 minutes...May I know whey there is a variation in the runtime between each day..?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I have scheduled nmon entry in crontab as below to take 100 snapshots for every 2 minutes -
[root@server1 ~]# crontab -l
00 21 * * * /usr/local/sbin/nmon -fTN -I 0.001 -s 120 -c 100 -m /team/project/nmon
Our nmon version -
[root@server1 ~]# nmon -V
nmon verion 15h
Our OS version -
[root@server1 ~]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.9 (Santiago)
As per above crontab entry, it should run for 200 minutes. But, some days it runs for 200 minutes and some days it runs only for 4 minutes...May I know whey there is a variation in the runtime between each day..?
Seems it is failing with a segmentation violation and core dumping.
12550 --- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x521d84f8} ---
12550 +++ killed by SIGSEGV (core dumped) +++