Mysql Active Connections

Hi

I dont think its right place to ask this question. But I have tried in google too. I dint find the solution.

I want to know how many connections are active in mysql server. I treid with

$mysqpadmin varaibles

It can show only maximum connections and some otther info

Please help thanks in advance

~Naidu

[351 byte] By [ARNaidua] at [2007-9-23]
# 1
show full processlist;
dcmintera at 2007-7-9 > top of java,Database Connectivity,Java Database Connectivity (JDBC)...
# 2
Thank you very much Dave.~Naidu
ARNaidua at 2007-7-9 > top of java,Database Connectivity,Java Database Connectivity (JDBC)...