1 
   2 /*
   3  * Copyright (c) 2018 by Delphix. All rights reserved.
   4  */
   5 
   6 txg-syncing
   7 {
   8         this->dp = (dsl_pool_t *)arg0;
   9 }
  10 
  11 txg-syncing
  12 /this->dp->dp_spa->spa_name == $$1/
  13 {
  14         printf("%T ", walltimestamp);
  15         printf("%4dMB of %4dMB used", 
  16             this->dp->dp_dirty_total / 1024 / 1024,
  17             `zfs_dirty_data_max / 1024 / 1024);
  18 }
  19