Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Commit

Permalink
Nmon external issue - manage metrics collection into a dedicated file #…
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhemmarchand committed Jun 4, 2017
1 parent fa3856f commit 2c7277c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion TA-nmon/bin/fifo_consumer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,11 @@ if [ -s $nmon_config ] && [ -s $nmon_header ] && [ -s $nmon_data ]; then

# copy content
cat $nmon_data > $nmon_data_tmp
cat $nmon_external >> $nmon_data_tmp

# nmon external data
if [ -f $nmon_external ]; then
cat $nmon_external >> $nmon_data_tmp
fi

# empty the nmon_data file & external
> $nmon_data
Expand Down
Binary file modified TA-nmon_1321.tgz
Binary file not shown.

0 comments on commit 2c7277c

Please sign in to comment.