Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Why the to_pandas return 50 lines DataFrame? #219

Open
@mchlsdrv

Description

@mchlsdrv

I use the :

            strmr = NFStreamer(                source=pcap_file,                promiscuous_mode=True,                snapshot_length=1000,                statistical_analysis=True,                splt_analysis=N_FIRST_PACKETS,                accounting_mode=ACCOUNTING_MODE,                n_meters=0,                n_dissections=0,                system_visibility_poll_ms=1            )            new_data_df = strmr.to_pandas(columns_to_anonymize=[])

code, and each time receive 50-line DataFrame. In my pcap file I have ~10000 timestamps with 243 time windows of 1ms length. What criterion should I change to get statistics over each time window, i.e., 243 lines in the DataFrame?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp