else{
String stromId=args[0];
System.out.println(client.getTopologyInfo(stromId));
ClusterState cluster_state = new DistributedClusterState(conf);
StormClusterState zk = new StormZkClusterState(
cluster_state);
for(Integer taskid:zk.task_ids(stromId))
{
System.out.println("########"+taskid);