[
https://issues.apache.org/jira/browse/ZOOKEEPER-1260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16612318#comment-16612318
]
Mohammad Arshad commented on ZOOKEEPER-1260:
--------------------------------------------
To run the performance utility, go to zookeeper folder and run the following
command:
{code:java}
java -cp
zookeeper-3.6.0-SNAPSHOT.jar:lib/*:dist-maven/zookeeper-3.6.0-SNAPSHOT-tests.jar
org.apache.zookeeper.audit.ZKAuditLoggerPerformance localhost:2181 / 5000{code}
ZKAuditLoggerPerformance is added as part of audit log feature. To run this
command on old zookeeper installation
* Build ZooKeper with audit log feature patch
* Copy zookeeper-3.6.0-SNAPSHOT-tests.jar to old zookeeper 's dist-maven
folder and then run above command
> Audit logging in ZooKeeper servers.
> -----------------------------------
>
> Key: ZOOKEEPER-1260
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1260
> Project: ZooKeeper
> Issue Type: New Feature
> Components: server
> Reporter: Mahadev konar
> Assignee: Mohammad Arshad
> Priority: Major
> Labels: pull-request-available
> Fix For: 3.6.0, 3.5.5
>
> Attachments: ZOOKEEPER-1260-01.patch, zookeeperAuditLogs.pdf
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Lots of users have had questions on debugging which client changed what znode
> and what updates went through a znode. We should add audit logging as in
> Hadoop (look at Namenode Audit logging) to log which client changed what in
> the zookeeper servers. This could just be a log4j audit logger.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)