Skip to content

Commit

Permalink
Report system stats from the DLS node
Browse files Browse the repository at this point in the history
Only file descriptors stats were reported, but not the CPU/memory stats.
  • Loading branch information
nemanja-boric-sociomantic authored and Gavin Norman committed Apr 10, 2018
1 parent 6390493 commit 7ddf58c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dlsnode/main.d
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ public class DlsNodeServer : DaemonApp

override protected void onStatsTimer ( )
{
this.reportSystemStats();
this.dls_stats.log();
this.stats_ext.stats_log.add(ocean.util.log.Logger.Log.stats());
this.stats_ext.stats_log.add(getNumFilesStats());
Expand Down

0 comments on commit 7ddf58c

Please sign in to comment.