NetLogger only requires a timestamp, hostname and program name in each event, and beyond that the names of the data elements are completely free-form. In order to ease NTAF interoperability, I've come up with the following 'best practices'. Example for Web100 variables during an iperf from 10.1.10 to 10.1.1.11:
DATE=20020329210355.443568 HOST=10.1.1.10 PROG=nliperf NL.EVNT=SlowStart ID=2746 DST=10.1.1.11 VAL=2 DELTA=3
DATE=20020329210355.443568 HOST=10.1.1.10 PROG=nliperf NL.EVNT=SndLimTimeRwin ID=2746 DST=10.1.1.11 VAL=6 DELTA=0
DATE=20020329210355.443568 HOST=10.1.1.10 PROG=nliperf NL.EVNT=SndLimBytesRwin ID=2746 DST=10.1.1.11 VAL=1 DELTA=1
DATE=20020329210355.443568 HOST=10.1.1.10 PROG=nliperf NL.EVNT=SndLimTransRwin ID=2746 DST=10.1.1.11 VAL=5 DELTA=3