Quickly load a Drupal path with drush Like so: drush php-eval 'print_r(menu_execute_active_handler("node/8506"));' Another example: load the user page as a different user ID: drush -u 23 ev 'print_r(menu_execute_active_handler("user"));' Read more about Quickly load a Drupal path with drush