Skip to content

Commit

Permalink
directory changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomenino committed Apr 12, 2019
1 parent ff6f817 commit 7c7ab49
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 0 deletions.
43 changes: 43 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,46 @@ Tested on Virtual EPG 2.
* Perl 5.8

#### Usage

```
EPG PM Log Reader - Version 0.4.2
Copyright © 2019 - Pablo Meniño <pablo.menino@gmail.com>
Usage: ./epg_pm_log_reader.pl [options]
options:
--print_help - Print this help
--print_version - Print version info
--pm_directory=/path/to/pm/ - Where the PM Log files are
--get_pgw_apn_gx - Export PGW APN Gx Statistic
--get_pgw_apn_radius - Export PGW APN Radius Statistic
--gx_filter_apn_list=apnlist - Filter Gx Statistics by APN
- Example:
- --gx_filter_apn_list=apn1.domain.com,apn2.domain.com
- --gx_filter_apn_list=apn1.domain.com
- If no apn list provided, all data is exported
--gx_filter_pcrf_list=pcrflist - Filter Gx Statistics by PCRF
- Example:
- --gx_filter_pcrf_list=GX_DAS,GX_SAPC
- --gx_filter_pcrf_list=GX_DAS
- If no PCRF list provided, all data is exported
--radius_filter_apn_list=apnlist - Filter Radius Statistics by APN
- Example:
- --radius_filter_apn_list=apn1.domain.com,apn2.domain.com
- --radius_filter_apn_list=apn1.domain.com
- If no apn list provided, all data is exported
--radius_filter_server_list=serverlist - Filter Radius Statistics by Server
- Example:
- --radius_filter_server_list=192.168.0.1,192.168.1.100
- --radius_filter_server_list=192.168.0.200
- If no server list provided, all data is exported
--report_title=title_name - Prepend text to all report files
--verbose_mode - Enable detailed output mode for troubleshooting.
Note: By default the imput directory to find PM Log files are: ./pm_files/ and exported files: ./exported/
```
2 changes: 2 additions & 0 deletions exported/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore
2 changes: 2 additions & 0 deletions pm_files/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore

0 comments on commit 7c7ab49

Please sign in to comment.