Equivalent of Informix's onstat command
Is there a equivalent of onstat command line in Informix ? onstat helps give lots of information like:
- Session id and the sql that session is currently executing.
- Gives the space left in tablespace
- Threads in waiting, sleeping state
- Information about Informix Virtual processors
- Locks, waits, latches
- Buffered read and write cache
- Thread id's, session ids etc.
It's a complete suite of functionality rolled in one onstat command line command. Is there something similar that would give me all this information ?