You're no doubt aware that you can go into Administration: Select Utility: Search Service Manager, then click on "Status" to see the status of your Search Server:
You probably also know in 6.1 (if you remember to import the searchserver.pte) that there's also a Search Cluster Manager in Administration.
This tip is about checking out the search status the hard way: by connecting directly to the search server port and asking for it. Its usefulness is relatively limited, as the results from the status check can be found in either the admin UI or using one of the command-line tools like examinearchive, but it could be useful knowledge for some monitoring applications and security awareness.
Basically, you can telnet to the Search Server port (you have locked down direct Search Server access to your DMZ, right?):
telnet localhost 15250
... and when a connection is established, type:
STATUS
... followed by the "enter" key:
Copy and clean up the text, and you've got all the info you never needed to know:

