Index: trunk/pstamp/scripts/pstamp_server_status
===================================================================
--- trunk/pstamp/scripts/pstamp_server_status	(revision 40748)
+++ trunk/pstamp/scripts/pstamp_server_status	(revision 41497)
@@ -124,4 +124,7 @@
         if ($controller_state) {
             print $br . "Pantasks Controller $controller_state.\n";
+            # loading active labels
+            my $runlabels = `echo \"show.labels; quit\" \| pantasks_client -c ~ippitc/pstamp/ptolemy.rc \| tail -n +7`;
+            print $br."current labels: \n".$runlabels."\n";
         } else {
             print STDERR "Controller state not found";
